ABLE 2.0.0 07/02/2003 10:25:01

Uses of Interface
com.ibm.able.AbleRemoteBean

Packages that use AbleRemoteBean
com.ibm.able The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents. 
com.ibm.able.autotune AutoTune is an agent-based approach to automated tuning that does not require prior knowledge of the controlled system that is being tuned. 
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 AbleRemoteBean in com.ibm.able
 

Subinterfaces of AbleRemoteBean in com.ibm.able
 interface AbleRemoteAgent
          The AbleRemoteAgent interface defines a remote AbleAgent, an AbleRemoteBean container which can contain other AbleBeans.
 interface AbleRemoteDataSink
          The AbleRemoteDataSink interface provides a generic means to refer to remote writable beans.
 interface AbleRemoteDataSource
          The AbleDataSource interface is implemented to provide common information about remote data sources, the records they provide, and the fields those records contained.
 

Classes in com.ibm.able that implement AbleRemoteBean
 class AbleRemoteDefaultAgent
          The AbleRemoteDefaultAgent class provides a remotely exported AbleDefaultAgent.
 class AbleRemoteObject
          The AbleRemoteObject class is the default implementation of the AbleRemoteBean interface and is the base class for all remotable ABLE objects.
 

Methods in com.ibm.able that return AbleRemoteBean
 AbleRemoteBean AbleRemoteBeanRemoteContainer.getRemoteBean(java.lang.String theName)
          Returns a bean with a specific name from this container.
 

Methods in com.ibm.able with parameters of type AbleRemoteBean
 void AbleRemoteBeanRemoteContainer.addRemoteBean(AbleRemoteBean theAbleBean)
          Adds a bean to this container.
 void AbleRemoteBeanRemoteContainer.removeRemoteBean(AbleRemoteBean theAbleBean)
          Removes a bean from this container, and sets the bean's parent to null.
 boolean AbleRemoteBeanRemoteContainer.containsRemoteBean(AbleRemoteBean theAbleBean)
          Indicates if a specific bean is contained is present.
 

Uses of AbleRemoteBean in com.ibm.able.autotune
 

Subinterfaces of AbleRemoteBean in com.ibm.able.autotune
 interface AutotuneAgentIf
           
 

Classes in com.ibm.able.autotune that implement AbleRemoteBean
 class AutotuneAgent
          Base Autotune Agent for Generic Adaptive Control
 

Uses of AbleRemoteBean in com.ibm.able.beans.knn
 

Subinterfaces of AbleRemoteBean 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 AbleRemoteBean
 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 AbleRemoteBean in com.ibm.able.conversation
 

Classes in com.ibm.able.conversation that implement AbleRemoteBean
 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 AbleRemoteBean in com.ibm.able.platform
 

Subinterfaces of AbleRemoteBean in com.ibm.able.platform
 interface AblePlatformAgent
          This class defines the base interface, or behavior, which all ABLE platform agents must support, especially if they are to be created and managed through Able's Agent Lifecycle Service.
 

Classes in com.ibm.able.platform that implement AbleRemoteBean
 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.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003