fipaos.agent.profile
Interface ACCProfile
- All Superinterfaces:
- Profile
- All Known Implementing Classes:
- ACCProfileImpl
- public interface ACCProfile
- extends Profile
setDatabaseProfile
public void setDatabaseProfile(DatabaseProfile databaseProfile)
getDatabaseProfile
public DatabaseProfile getDatabaseProfile()
setLocalAddressesLocation
public void setLocalAddressesLocation(java.lang.String localAddressesLocation)
getLocalAddressesLocation
public java.lang.String getLocalAddressesLocation()
setRemoteAgentPlatformProfile
public void setRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
addRemoteAgentPlatformProfile
public void addRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile)
getRemoteAgentPlatformProfiles
public java.util.List getRemoteAgentPlatformProfiles()
setInternalAddress
public void setInternalAddress(InternalAddress internalAddress,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
addInternalAddress
public void addInternalAddress(InternalAddress internalAddress)
getInternalAddresss
public java.util.List getInternalAddresss()
setExternalAddress
public void setExternalAddress(ExternalAddress externalAddress,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
addExternalAddress
public void addExternalAddress(ExternalAddress externalAddress)
getExternalAddresss
public java.util.List getExternalAddresss()