fipaos.agent.profile
Interface AgentProfile
- All Superinterfaces:
- Profile
- All Known Implementing Classes:
- AgentProfileImpl
- public interface AgentProfile
- extends Profile
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()