fipaos.agent.profile
Class AgentProfileImpl
java.lang.Object
|
+--fipaos.agent.profile.ProfileImpl
|
+--fipaos.agent.profile.AgentProfileImpl
- All Implemented Interfaces:
- AgentProfile, Profile
- public class AgentProfileImpl
- extends ProfileImpl
- implements AgentProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentProfileImpl
public AgentProfileImpl()
setDatabaseProfile
public void setDatabaseProfile(DatabaseProfile databaseProfile)
- Specified by:
setDatabaseProfile
in interface AgentProfile
getDatabaseProfile
public DatabaseProfile getDatabaseProfile()
- Specified by:
getDatabaseProfile
in interface AgentProfile
setInternalAddress
public void setInternalAddress(InternalAddress internalAddress,
int ind)
throws java.lang.ArrayIndexOutOfBoundsException
- Specified by:
setInternalAddress
in interface AgentProfile
addInternalAddress
public void addInternalAddress(InternalAddress internalAddress)
- Specified by:
addInternalAddress
in interface AgentProfile
getInternalAddresss
public java.util.List getInternalAddresss()
- Specified by:
getInternalAddresss
in interface AgentProfile
setProtocolProfile
public void setProtocolProfile(ProtocolProfile protocolProfile)
- Specified by:
setProtocolProfile
in interface AgentProfile
getProtocolProfile
public ProtocolProfile getProtocolProfile()
- Specified by:
getProtocolProfile
in interface AgentProfile
setTaskManagerProfile
public void setTaskManagerProfile(TaskManagerProfile taskManagerProfile)
- Specified by:
setTaskManagerProfile
in interface AgentProfile
getTaskManagerProfile
public TaskManagerProfile getTaskManagerProfile()
- Specified by:
getTaskManagerProfile
in interface AgentProfile