fipaos.agent.profile
Class ACCProfileImpl

fipaos.agent.profile.ProfileImpl
  |
  +--fipaos.agent.profile.ACCProfileImpl

public class ACCProfileImpl
extends ProfileImpl
implements ACCProfile


Constructor Summary
ACCProfileImpl()
           

Method Summary
 voidaddExternalAddress(ExternalAddress externalAddress)
           
 voidaddInternalAddress(InternalAddress internalAddress)
           
 voidaddRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile)
           
 DatabaseProfilegetDatabaseProfile()
           
 ListgetExternalAddresss()
           
 ListgetInternalAddresss()
           
 StringgetLocalAddressesLocation()
           
 ListgetRemoteAgentPlatformProfiles()
           
 voidsetDatabaseProfile(DatabaseProfile databaseProfile)
           
 voidsetExternalAddress(ExternalAddress externalAddress, int ind)
           
 voidsetInternalAddress(InternalAddress internalAddress, int ind)
           
 voidsetLocalAddressesLocation(String localAddressesLocation)
           
 voidsetRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile, int ind)
           

Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName

Constructor Detail

ACCProfileImpl

public ACCProfileImpl()
Method Detail

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

Association Links

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