fipaos.agent.profile
Interface AgentProfile

All Superinterfaces:
Profile
All Known Implementing Classes:
AgentProfileImpl

public interface AgentProfile
extends Profile


Method Summary
 void addInternalAddress(InternalAddress internalAddress)
           
 DatabaseProfile getDatabaseProfile()
           
 java.util.List getInternalAddresss()
           
 ProtocolProfile getProtocolProfile()
           
 TaskManagerProfile getTaskManagerProfile()
           
 void setDatabaseProfile(DatabaseProfile databaseProfile)
           
 void setInternalAddress(InternalAddress internalAddress, int ind)
           
 void setProtocolProfile(ProtocolProfile protocolProfile)
           
 void setTaskManagerProfile(TaskManagerProfile taskManagerProfile)
           
 
Methods inherited from interface fipaos.agent.profile.Profile
getName, setName
 

Method Detail

setDatabaseProfile

public void setDatabaseProfile(DatabaseProfile databaseProfile)

getDatabaseProfile

public DatabaseProfile getDatabaseProfile()

setInternalAddress

public void setInternalAddress(InternalAddress internalAddress,
                               int ind)
                        throws java.lang.ArrayIndexOutOfBoundsException

addInternalAddress

public void addInternalAddress(InternalAddress internalAddress)

getInternalAddresss

public java.util.List getInternalAddresss()

setProtocolProfile

public void setProtocolProfile(ProtocolProfile protocolProfile)

getProtocolProfile

public ProtocolProfile getProtocolProfile()

setTaskManagerProfile

public void setTaskManagerProfile(TaskManagerProfile taskManagerProfile)

getTaskManagerProfile

public TaskManagerProfile getTaskManagerProfile()