fipaos.agent.profile
Interface ACCProfile

All Superinterfaces:
Profile
All Known Implementing Classes:
ACCProfileImpl

public interface ACCProfile
extends Profile


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 interface fipaos.agent.profile.Profile
getName, setName
 

Method Detail

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()