ABLE 2.3.0 07/13/2005 14:21:00

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
 

Method Detail

load

public void load()
          throws AbleException
Copy data from the underlying bean or agent to this object

Throws:
AbleException

save

public void save(AutotuneAgentIf theAgent)
          throws AbleException
Copy data from this object to the underlying bean or agent

Throws:
AbleException

save

public void save()
          throws AbleException
Copy data from this object to the underlying bean or agent

Throws:
AbleException

ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005