fipaos.agent.profile
Class ACCProfileImpl
fipaos.agent.profile.ProfileImpl
|
+--fipaos.agent.profile.ACCProfileImpl
- public class ACCProfileImpl
- extends ProfileImpl
- implements ACCProfile
ACCProfileImpl
public ACCProfileImpl()
addExternalAddress
public void addExternalAddress(ExternalAddress externalAddress)
addInternalAddress
public void addInternalAddress(InternalAddress internalAddress)
addRemoteAgentPlatformProfile
public void addRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile)
getDatabaseProfile
public DatabaseProfile getDatabaseProfile()
getExternalAddresss
public List getExternalAddresss()
getInternalAddresss
public List getInternalAddresss()
getLocalAddressesLocation
public String getLocalAddressesLocation()
getRemoteAgentPlatformProfiles
public List getRemoteAgentPlatformProfiles()
setDatabaseProfile
public void setDatabaseProfile(DatabaseProfile databaseProfile)
setExternalAddress
public void setExternalAddress(ExternalAddress externalAddress, int ind)
throws java.lang.ArrayIndexOutOfBoundsException
setInternalAddress
public void setInternalAddress(InternalAddress internalAddress, int ind)
throws java.lang.ArrayIndexOutOfBoundsException
setLocalAddressesLocation
public void setLocalAddressesLocation(String localAddressesLocation)
setRemoteAgentPlatformProfile
public void setRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile, int ind)
throws java.lang.ArrayIndexOutOfBoundsException
to Class fipaos.agent.profile.DatabaseProfile
to Class java.lang.String
to Class java.util.List
to Class java.util.List
to Class java.util.List