com.ibm.able.autotune
Interface AutotuneDataBean
- All Known Implementing Classes:
- AutotuneAgentDataBean
- public interface AutotuneDataBean
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 |
load
public void load()
throws AbleException
- Copy data from the underlying bean or agent to this object
save
public void save(AutotuneAgentIf theAgent)
throws AbleException
- Copy data from this object to the underlying bean or agent
save
public void save()
throws AbleException
- Copy data from this object to the underlying bean or agent
(C) Copyright IBM Corporation 1999, 2003