fipaos.agent.profile
Interface AgentProfile

All Known Implementing Classes:
AgentProfileImpl

public interface AgentProfile
extends Profile


Method Summary
 voidaddInternalAddress(InternalAddress internalAddress)
           
 DatabaseProfilegetDatabaseProfile()
           
 ListgetInternalAddresss()
           
 ProtocolProfilegetProtocolProfile()
           
 TaskManagerProfilegetTaskManagerProfile()
           
 voidsetDatabaseProfile(DatabaseProfile databaseProfile)
           
 voidsetInternalAddress(InternalAddress internalAddress, int ind)
           
 voidsetProtocolProfile(ProtocolProfile protocolProfile)
           
 voidsetTaskManagerProfile(TaskManagerProfile taskManagerProfile)
           

Methods inherited from interface fipaos.agent.profile.Profile
getName, setName

Method Detail

addInternalAddress

public void addInternalAddress(InternalAddress internalAddress)

getDatabaseProfile

public DatabaseProfile getDatabaseProfile()

getInternalAddresss

public List getInternalAddresss()

getProtocolProfile

public ProtocolProfile getProtocolProfile()

getTaskManagerProfile

public TaskManagerProfile getTaskManagerProfile()

setDatabaseProfile

public void setDatabaseProfile(DatabaseProfile databaseProfile)

setInternalAddress

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

setProtocolProfile

public void setProtocolProfile(ProtocolProfile protocolProfile)

setTaskManagerProfile

public void setTaskManagerProfile(TaskManagerProfile taskManagerProfile)