com.ibm.able.autotune
Class AutotuneAgentDataBean
java.lang.Object
|
+--com.ibm.able.autotune.AutotuneAgentDataBean
- All Implemented Interfaces:
- AutotuneDataBean, java.io.Serializable
- public class AutotuneAgentDataBean
- extends java.lang.Object
- implements java.io.Serializable, AutotuneDataBean
- See Also:
- Serialized Form
Method Summary |
void |
load()
Copy data from the underlying bean or agent to this object |
void |
save()
Copy data from this object to the underlying bean or agent |
void |
save(AutotuneAgentIf theAgent)
Copy data from this object to the underlying bean or agent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myAgent
protected AutotuneAgentIf myAgent
arg1
protected java.lang.String arg1
arg2
protected int arg2
arg3
protected double arg3
arg4
protected java.lang.String arg4
arg5
protected int arg5
arg6
protected double arg6
load
public void load()
throws AbleException
- Copy data from the underlying bean or agent to this object
- Specified by:
load
in interface AutotuneDataBean
save
public void save(AutotuneAgentIf theAgent)
throws AbleException
- Copy data from this object to the underlying bean or agent
- Specified by:
save
in interface AutotuneDataBean
save
public void save()
throws AbleException
- Copy data from this object to the underlying bean or agent
- Specified by:
save
in interface AutotuneDataBean
(C) Copyright IBM Corporation 1999, 2003