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

Uses of Interface
com.ibm.able.autotune.AutotuneAgentIf

Packages that use AutotuneAgentIf
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. 
 

Uses of AutotuneAgentIf in com.ibm.able.autotune
 

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

Fields in com.ibm.able.autotune declared as AutotuneAgentIf
protected  AutotuneAgentIf AutotuneAgentDataBean.myAgent
           
protected  AutotuneAgentIf AutotuneAgent.remoteAgent
          The remote agent (if connected via customizer)
 

Methods in com.ibm.able.autotune that return AutotuneAgentIf
 AutotuneAgentIf AutotuneAgent.getRemoteAgent()
          Retrieve the remote agent reference (if any)
 

Methods in com.ibm.able.autotune with parameters of type AutotuneAgentIf
 void AutotuneAgentDataBean.save(AutotuneAgentIf theAgent)
          Copy data from this object to the underlying bean or agent
 void AutotuneAgentIf.setRemoteAgent(AutotuneAgentIf theRemoteAgent)
          Set the remote agent reference
 void AutotuneDataBean.save(AutotuneAgentIf theAgent)
          Copy data from this object to the underlying bean or agent
 void AutotuneAgent.setRemoteAgent(AutotuneAgentIf theRemoteAgent)
          Set the remote agent reference
 


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

(C) Copyright IBM Corporation 1999, 2003