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


Constructor Summary
ACCProfileImpl()
           
 
Method Summary
 void addExternalAddress(ExternalAddress externalAddress)
           
 void addInternalAddress(InternalAddress internalAddress)
           
 void addRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile)
           
 DatabaseProfile getDatabaseProfile()
           
 java.util.List getExternalAddresss()
           
 java.util.List getInternalAddresss()
           
 java.lang.String getLocalAddressesLocation()
           
 java.util.List getRemoteAgentPlatformProfiles()
           
 void setDatabaseProfile(DatabaseProfile databaseProfile)
           
 void setExternalAddress(ExternalAddress externalAddress, int ind)
           
 void setInternalAddress(InternalAddress internalAddress, int ind)
           
 void setLocalAddressesLocation(java.lang.String localAddressesLocation)
           
 void setRemoteAgentPlatformProfile(RemoteAgentPlatformProfile remoteAgentPlatformProfile, int ind)
           
 
Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fipaos.agent.profile.Profile
getName, setName
 

Constructor Detail

ACCProfileImpl

public ACCProfileImpl()
Method Detail

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