|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AblePlatformAgent | |
---|---|
com.ibm.able.beans.knn | The knn package contains the k Nearest Neighbors (k-NN) learning algorithm for classifying objects. |
com.ibm.able.conversation | The com.ibm.able.conversation contains classes for
conversation management in ABLE. |
com.ibm.able.platform | The com.ibm.able.platform package
provides a set of classes that allows a distributed platform
consisting of platform services and agents to be configured and
run across physical systems. |
Uses of AblePlatformAgent in com.ibm.able.beans.knn |
---|
Subinterfaces of AblePlatformAgent in com.ibm.able.beans.knn | |
interface |
JasKnnDistributedAgentIF
This class defines a test for the AbleJasDefaultAgent object. |
interface |
JasNaiveBayesDistributedAgentIF
This class defines a test for the AbleJasDefaultAgent object. |
Classes in com.ibm.able.beans.knn that implement AblePlatformAgent | |
class |
JasKnnCentralAgent
This class defines a test for the AbleJasDefaultAgent object. |
class |
JasKnnDistributedAgent
This class defines a test for the AbleJasDefaultAgent object. |
class |
JasNaiveBayesCentralAgent
This class defines a test for the AbleJasDefaultAgent object. |
class |
JasNaiveBayesDistributedAgent
This class defines a test for the AbleJasDefaultAgent object. |
Uses of AblePlatformAgent in com.ibm.able.conversation |
---|
Classes in com.ibm.able.conversation that implement AblePlatformAgent | |
class |
AbleJasConversationAgent
The AbleJasConversationAgent class represents a simple conversational agent that can execute conversations as specified by Conversation Policies (CPs) encoded in the XML dialect cpXML. |
class |
AblePlatformConversationAgent
The AblePlatformConversationAgent class represents an agent that supports conversations atop the Java Agent Services (JAS) platform. |
Uses of AblePlatformAgent in com.ibm.able.platform |
---|
Classes in com.ibm.able.platform that implement AblePlatformAgent | |
class |
AblePlatformDefaultAgent
This class provides an enhanced implementation of a JSR 87 (Java Agent Services or JAS) compliant agent, but also inherits all the capabilities of an AbleDefaultAgent; as a JAS agent, the agent obtains a globally unique AgentName from the Agent Naming Service, registers a description with the Agent Directory Service, and is able to send and receive messages through the Message Transport System. |
Methods in com.ibm.able.platform that return AblePlatformAgent | |
AblePlatformAgent |
AgentLifeCycleService.createAgentInstance(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool. |
AblePlatformAgent |
AgentLifeCycleService.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool and initializes the agent using parameters found in the specified AbleAgentClassDescription. |
AblePlatformAgent |
AgentLifeCycleService.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool and initializes the agent using the specified parameters. |
AblePlatformAgent |
RmiAgentLifeCycleService.createAgentInstance(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool. |
AblePlatformAgent |
RmiAgentLifeCycleService.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool and initializes the agent using parameters found in the specified AbleAgentClassDescription. |
AblePlatformAgent |
RmiAgentLifeCycleService.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
Creates an instance of an agent in a specified agent pool and initializes the agent using the specified parameters. |
AblePlatformAgent |
RmiAgentLifeCycleServiceProxy.createAgentInstance(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
|
AblePlatformAgent |
RmiAgentLifeCycleServiceProxy.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
|
AblePlatformAgent |
RmiAgentLifeCycleServiceProxy.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
|
AblePlatformAgent |
RmiAgentLifeCycleSystem.createAgentInstance(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
|
AblePlatformAgent |
RmiAgentLifeCycleSystem.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
AbleSecureKey theSecureKey)
|
AblePlatformAgent |
RmiAgentLifeCycleSystem.createAgentInstanceAndInitialize(AbleAgentClassDescription theAgentClassDescription,
java.lang.String theAgentPoolAlias,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
|
Methods in com.ibm.able.platform with parameters of type AblePlatformAgent | |
void |
AgentLifeCycleService.initializeAgent(AblePlatformAgent theAblePlatformAgent,
AbleSecureKey theSecureKey)
Initializes a previously created agent. |
void |
AgentLifeCycleService.initializeAgent(AblePlatformAgent theAblePlatformAgent,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
Initializes a previously created agent instance using the specified initialization argument. |
void |
RmiAgentLifeCycleService.initializeAgent(AblePlatformAgent theAblePlatformAgent,
AbleSecureKey theSecureKey)
Initializes a previously created agent. |
void |
RmiAgentLifeCycleService.initializeAgent(AblePlatformAgent theAblePlatformAgent,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
Initializes a previously created agent instance using the specified initialization argument. |
void |
RmiAgentLifeCycleServiceProxy.initializeAgent(AblePlatformAgent theAgent,
AbleSecureKey theSecureKey)
|
void |
RmiAgentLifeCycleServiceProxy.initializeAgent(AblePlatformAgent theAgent,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
|
void |
RmiAgentLifeCycleSystem.initializeAgent(AblePlatformAgent theAblePlatformAgent,
AbleSecureKey theSecureKey)
|
void |
RmiAgentLifeCycleSystem.initializeAgent(AblePlatformAgent theAblePlatformAgent,
java.lang.Object theInitArg,
AbleSecureKey theSecureKey)
|
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |