Uses of Package
fipaos.agent.profile

Packages that use fipaos.agent.profile
fipaos.agent 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.agent.profile 
fipaos.agent.task 
fipaos.mts.service 
fipaos.platform 
fipaos.skill.db 
fipaos.test.agent 
fipaos.tool.configurator 
fipaos.tool.loader 
fipaos.tool.wizard 
fipaos.tool.wizard.panels 

Classes in fipaos.agent.profile used by fipaos.agent
FIPAOSAgent
          Base FIPA-OS agent class implementing FIPA-OS specifics for agent to
agent communication.
FIPAOSAgentComponentFactory
          Interface to be implemented by factories to generate core agent components
based upon a set of parameters
StandardFIPAOSAgentComponentFactory
          Default implementation of FIPAOSAgentComponentFactory
 

Classes in fipaos.agent.profile used by fipaos.agent.conversation.lightweight
LightweightConversationManagerImpl
          
 

Classes in fipaos.agent.profile used by fipaos.agent.conversation.standard
ConversationManagerImpl
          This class embodies the core functionality of the ConversationManagerImpl.
 

Classes in fipaos.agent.profile used by fipaos.agent.profile
ACCProfile
          
ACCProfileImpl
          
AgentDescriptionImpl
          
AgentProfile
          
AgentProfileImpl
          
DatabaseProfile
          
DatabaseProfileImpl
          
ExternalAddressImpl
          
InternalAddressImpl
          
LoaderProfile
          
LoaderProfileImpl
          
PlatformProfile
          
PlatformProfileImpl
          
ProfileImpl
          
ProtocolMappingImpl
          
ProtocolProfile
          
ProtocolProfileImpl
          
RemoteAgentPlatformProfile
          
RemoteAgentPlatformProfileImpl
          
TaskManagerProfile
          
TaskManagerProfileImpl
          
 

Classes in fipaos.agent.profile used by fipaos.agent.task
TaskManager
          The TaskManager class stores task objects with their associated conversation IDs for
an agent.
 

Classes in fipaos.agent.profile used by fipaos.mts.service
AgentCommunicationChannel
          This is an implementation of the ACC as described within the FIPA99 specification
It acts as a gateway between the internal transports and the external transports,
allowing messages to be exchanged between various FIPA Agent platforms



 

Classes in fipaos.agent.profile used by fipaos.platform
AgentManagementSystem
          The AMS is the controller of agent activity on the platform.
DirectoryFacilitator
          Directory Facilitator implementation
 

Classes in fipaos.agent.profile used by fipaos.skill.db
DatabaseFactory
          This class provides a static method which will provide a
objects which implement the Database interface.
 

Classes in fipaos.agent.profile used by fipaos.test.agent
AgentTestFramework
          Test-framework for testing an Agent at the ACL level
 

Classes in fipaos.agent.profile used by fipaos.tool.configurator
FIPAOSConfigurator
          
FIPAOSConfiguratorGUI
          **************************************************************************

FIPAOSConfiguratorGUI

This is the gui part of the configuration tool.
 

Classes in fipaos.agent.profile used by fipaos.tool.loader
AgentLoader
          The Agent Loader will instantiate agents specified in the loader profile
in the same java virtual machine.
 

Classes in fipaos.agent.profile used by fipaos.tool.wizard
WizardPanel
          
 

Classes in fipaos.agent.profile used by fipaos.tool.wizard.panels
ACCConfiguration
          
AgentDescriptionDialog
          A dialog box for adding and editing AgentDescriptions in a LoaderProfile.
DefaultAgentProfilePanel
          A panel in the Wizard used for editing the default agent profile.
EndPanel
          The final panel that the user sees in the Wizard.
GarbageSettingsPanel
          
IntroductionPanel
          The introduction panel for the wizard.
LoaderPanel
          The panel in the wizard used for editing the loader profile.
ManageProtocolMappingsDlg
          A dialog box called from a DefaultAgentProfilePanel used to manage the protocol mapings in the
default agent profile.
ManageThreadPoolDlg
          A simple dialog box used to edit the properties of the TaskManagerProfile
in the default agent profile.
NamingServicePorts
          
PlatformDetails
          
PlatformDistribution
          
PropertiesPanel
          The Wizard panel used for editing the fipa-os.properties file
ProtocolMappingDlg
          A simple dialog box used for adding and editing a protocol
mapping - called from the ManageProtocolMappingsDlg form.
SetupOptionsPanel
          This panel is shown after the introduction panel, and gives the user the
option of performing a standard setup, or a custom setup.