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

Uses of Class
com.ibm.able.AbleUserDefinedFunction

Packages that use AbleUserDefinedFunction
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.conversation The com.ibm.able.conversation contains classes for conversation management in ABLE. 
com.ibm.able.data The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. 
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. 
com.ibm.able.rules The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. 
 

Uses of AbleUserDefinedFunction in com.ibm.able
 

Methods in com.ibm.able that return AbleUserDefinedFunction
 AbleUserDefinedFunction AbleUserDefinedFunctionRemoteManager.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName, int theArity)
          Returns the specified user-defined function
 AbleUserDefinedFunction AbleDefaultAgent.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName, int theArity)
           
 AbleUserDefinedFunction AbleUserDefinedFunctionManager.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName, int theArity)
          Returns the specified user-defined function
 

Methods in com.ibm.able with parameters of type AbleUserDefinedFunction
 void AbleUserDefinedFunctionRemoteManager.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
          Adds a specific user-defined function to the master list of user-defined functions.
 void AbleDefaultAgent.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
           
 boolean AbleUserDefinedFunction.equals(AbleUserDefinedFunction otherObject)
          Indicates if an AbleUserDefinedFunction is equivalent to this object by comparing their method values.
 void AbleUserDefinedFunctionManager.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
          Adds a specific user-defined function to the master list of user-defined functions.
 

Uses of AbleUserDefinedFunction in com.ibm.able.autotune
 

Fields in com.ibm.able.autotune declared as AbleUserDefinedFunction
protected  AbleUserDefinedFunction AutotuneMetric.sensor
           
protected  AbleUserDefinedFunction AutotuneTuningControlMetric.effector
           
 

Constructors in com.ibm.able.autotune with parameters of type AbleUserDefinedFunction
AutotuneMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor, java.lang.Object[] sensorArgs)
           
AutotuneMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor)
           
AutotuneWorkloadMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor)
           
AutotuneServiceLevelMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor)
           
AutotuneTuningControlMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction effector)
           
AutotuneTuningControlMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor, AbleUserDefinedFunction effector)
           
AutotuneConfigurationMetric(java.lang.String name, AbleVariable initialValue, AbleUserDefinedFunction sensor)
           
 

Uses of AbleUserDefinedFunction in com.ibm.able.conversation
 

Methods in com.ibm.able.conversation that return AbleUserDefinedFunction
 AbleUserDefinedFunction AbleJasConversationAgent.getDecisionFunction(java.lang.String functionName)
          Return the Able user-defined function for the specified string function name
 

Methods in com.ibm.able.conversation with parameters of type AbleUserDefinedFunction
 void SimpleConversationManager.setSendMessageFunction(AbleUserDefinedFunction func)
           
 void SimpleConversationManager.setDecisionRequestFunction(AbleUserDefinedFunction func)
           
 void SimpleConversationManager.setLoadCPHFunction(AbleUserDefinedFunction func)
           
 void SimpleConversationManager.setCPDoneFunction(AbleUserDefinedFunction func)
           
 void SimpleConversationManager.setTimerFunction(AbleUserDefinedFunction func)
           
 

Uses of AbleUserDefinedFunction in com.ibm.able.data
 

Fields in com.ibm.able.data declared as AbleUserDefinedFunction
protected  AbleUserDefinedFunction AbleTypedVariableMethodLiteral.myUserDefinedFunction
          The internal user defined function.
 

Uses of AbleUserDefinedFunction in com.ibm.able.platform
 

Fields in com.ibm.able.platform declared as AbleUserDefinedFunction
protected  AbleUserDefinedFunction AblePlatformDefaultAgent.myReceiveMessageMethod
          The encapsulated default "receiveMessage()" method; this is the default method called by JAS Message Transport Service when a message arrives for the agent, but the agent can change this to some other method before init() is called.
protected  AbleUserDefinedFunction AbleJasMessageListener.myParentsMessageReceiveMethod
          The method in the containing agent that is called by this listener when an incoming JAS message is received.
 

Methods in com.ibm.able.platform with parameters of type AbleUserDefinedFunction
protected  javax.agent.Locator AblePlatformDefaultAgent.createLocatorAndBindToMethod(java.lang.String theProtocol, AbleUserDefinedFunction theUserDefinedFunction)
          This is a helper method for AblePlatformDefaultAgent.loadAgentDescriptionWithBaseLocators().
 

Constructors in com.ibm.able.platform with parameters of type AbleUserDefinedFunction
AbleJasMessageListener(AblePlatformDefaultAgent theParent, java.lang.String theProtocol, AbleUserDefinedFunction theParentsMessageReceiveMethod)
          Creates a new Able JAS MessageListener, or "inbox", for an AblePlatformDefaultAgent.
 

Uses of AbleUserDefinedFunction in com.ibm.able.rules
 

Methods in com.ibm.able.rules that return AbleUserDefinedFunction
 AbleUserDefinedFunction AbleRuleSet.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName, int theArity)
          Retrieve the specified user-defined function
 

Methods in com.ibm.able.rules with parameters of type AbleUserDefinedFunction
 void AbleRuleSet.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
          Add a specific user-defined function to the master list of user-defined functions.
 


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

(C) Copyright IBM Corporation 1999, 2003