fipaos.agent.profile
Class ACCProfileImpl
java.lang.Object
|
+--fipaos.agent.profile.ProfileImpl
|
+--fipaos.agent.profile.ACCProfileImpl
- All Implemented Interfaces:
- ACCProfile, Profile
- public class ACCProfileImpl
- extends ProfileImpl
- implements ACCProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCProfileImpl
public ACCProfileImpl()
setDatabaseProfile
public void setDatabaseProfile(DatabaseProfile databaseProfile)
- Specified by:
setDatabaseProfile
in interface ACCProfile
getDatabaseProfile
public DatabaseProfile getDatabaseProfile()
- Specified by:
getDatabaseProfile
in interface ACCProfile
setLocalAddressesLocation
public void setLocalAddressesLocation(java.lang.String localAddressesLocation)
- Specified by:
setLocalAddressesLocation
in interface ACCProfile
getLocalAddressesLocation
public java.lang.String getLocalAddressesLocation()
- Specified by:
getLocalAddressesLocation
in interface ACCProfile
setRemoteAgentPlatformProfile
public void setRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
- Specified by:
setRemoteAgentPlatformProfile
in interface ACCProfile
addRemoteAgentPlatformProfile
public void addRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile)
- Specified by:
addRemoteAgentPlatformProfile
in interface ACCProfile
getRemoteAgentPlatformProfiles
public java.util.List getRemoteAgentPlatformProfiles()
- Specified by:
getRemoteAgentPlatformProfiles
in interface ACCProfile
setInternalAddress
public void setInternalAddress(InternalAddress internalAddress,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
- Specified by:
setInternalAddress
in interface ACCProfile
addInternalAddress
public void addInternalAddress(InternalAddress internalAddress)
- Specified by:
addInternalAddress
in interface ACCProfile
getInternalAddresss
public java.util.List getInternalAddresss()
- Specified by:
getInternalAddresss
in interface ACCProfile
setExternalAddress
public void setExternalAddress(ExternalAddress externalAddress,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
- Specified by:
setExternalAddress
in interface ACCProfile
addExternalAddress
public void addExternalAddress(ExternalAddress externalAddress)
- Specified by:
addExternalAddress
in interface ACCProfile
getExternalAddresss
public java.util.List getExternalAddresss()
- Specified by:
getExternalAddresss
in interface ACCProfile