com.ibm.websphere.management.cmdframework
Class CommandHistory
- java.lang.Object
com.ibm.websphere.management.cmdframework.CommandHistory
- public class CommandHistory
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
CommandHistory()
|
CommandHistory(int initSize)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add(com.ibm.websphere.management.cmdframework.commanddata.CommandData adminCmdData)
|
|
clear()
|
|
getHistory()
|
|
load(java.io.InputStream is)
|
|
save(java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
CommandHistory
- public CommandHistory()
CommandHistory
- public CommandHistory(int initSize)
Method Detail
add
- public void add(com.ibm.websphere.management.cmdframework.commanddata.CommandData adminCmdData)
clear
- public void clear()
getHistory
- public java.util.Collection getHistory( )
save
- public void save(java.io.OutputStream os)
load
- public void load(java.io.InputStream is)