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


Constructor Summary
AgentProfileImpl()
           
 
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 class fipaos.agent.profile.ProfileImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fipaos.agent.profile.Profile
getName, setName
 

Constructor Detail

AgentProfileImpl

public AgentProfileImpl()
Method Detail

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