|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | This package contains ABLE's conversation support subsystem. |
| 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 |
AbleUserDefinedFunctionManager.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName,
int theArity)
Returns the specified user-defined function |
AbleUserDefinedFunction |
AbleDefaultAgent.getUserDefinedFunction(java.lang.String theUserDefinedFunctionName,
int theArity)
|
| 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 |
AbleUserDefinedFunctionManager.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
Adds a specific user-defined function to the master list of user-defined functions. |
boolean |
AbleUserDefinedFunction.equals(AbleUserDefinedFunction otherObject)
Indicates if an AbleUserDefinedFunction is equivalent to this object by comparing their method values. |
void |
AbleDefaultAgent.addUserDefinedFunction(AbleUserDefinedFunction theUserDefinedFunction)
|
| Uses of AbleUserDefinedFunction in com.ibm.able.autotune |
|---|
| Fields in com.ibm.able.autotune declared as AbleUserDefinedFunction | |
protected AbleUserDefinedFunction |
AutotuneTuningControlMetric.effector
|
protected AbleUserDefinedFunction |
AutotuneMetric.sensor
|
| Constructors in com.ibm.able.autotune with parameters of type AbleUserDefinedFunction | |
AutotuneWorkloadMetric(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)
|
|
AutotuneServiceLevelMetric(java.lang.String name,
AbleVariable initialValue,
AbleUserDefinedFunction sensor)
|
|
AutotuneMetric(java.lang.String name,
AbleVariable initialValue,
AbleUserDefinedFunction sensor,
java.lang.Object[] sensorArgs)
|
|
AutotuneMetric(java.lang.String name,
AbleVariable initialValue,
AbleUserDefinedFunction sensor)
|
|
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 |
AbleRemoteUdfDecisionLogicAdapter.createUdf(java.lang.String udfName,
java.lang.Object targetObject,
java.lang.String targetMethodName,
java.lang.Class[] targetArgTypes)
Helper routine to create a new UDF and register it with the UDF Manager. |
| 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.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||