ABLE 2.3.0 07/13/2005 14:21:00

Uses of Class
com.ibm.able.platform.AbleAgentClassDescription

Packages that use AbleAgentClassDescription
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 AbleAgentClassDescription in com.ibm.able.platform
 

Methods in com.ibm.able.platform that return AbleAgentClassDescription
 AbleAgentClassDescription[] RmiAgentLifeCycleSystem.getPermittedAgents()
           
 AbleAgentClassDescription[] RmiAgentLifeCycleSystem.getPermittedAgents(java.lang.String propertyName, java.lang.String propertyValue)
           
 AbleAgentClassDescription[] RmiAgentLifeCycleServiceProxy.getPermittedAgents()
           
 AbleAgentClassDescription[] RmiAgentLifeCycleServiceProxy.getPermittedAgents(java.lang.String propertyName, java.lang.String propertyValue)
           
 AbleAgentClassDescription[] RmiAgentLifeCycleService.getPermittedAgents()
          Gets a collection of agents that are permitted to run on this platform.
 AbleAgentClassDescription[] RmiAgentLifeCycleService.getPermittedAgents(java.lang.String propertyName, java.lang.String propertyValue)
          Gets a collection of agents permitted to run on this platform with the property name and value provided.
 AbleAgentClassDescription[] AgentLifeCycleService.getPermittedAgents()
          Gets a collection of agents that are permitted to run on this platform.
 AbleAgentClassDescription[] AgentLifeCycleService.getPermittedAgents(java.lang.String propertyName, java.lang.String propertyValue)
          Gets a collection of agents permitted to run on this platform with the property name and value provided.
 AbleAgentClassDescription AbleCreatedAgentEntry.getAgentClassDescription()
           
 

Methods in com.ibm.able.platform with parameters of type AbleAgentClassDescription
 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)
           
 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 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 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.
 

Constructors in com.ibm.able.platform with parameters of type AbleAgentClassDescription
AbleCreatedAgentEntry(AbleAgentClassDescription theAgentClassDescription, java.lang.String theSelectedAgentPoolAlias, java.lang.String theAgentPoolIpName, java.lang.String theAgentPoolPort, java.lang.String theClassName, java.lang.Object theAblePlatformAgent, java.lang.String theAgentName, boolean theAgentInitFlag, java.lang.Object theAgentInitArg, javax.agent.AgentName thePlatformAgentName)
           
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005