IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.cmdframework
Class CommandHistory

java.lang.Object
  extended by com.ibm.websphere.management.cmdframework.CommandHistory

public class CommandHistory
extends java.lang.Object


Constructor Summary
CommandHistory()
           
CommandHistory(int initSize)
           
 
Method Summary
 void add(com.ibm.websphere.management.cmdframework.commanddata.CommandData adminCmdData)
           
 void clear()
           
 java.util.Collection getHistory()
           
 void load(java.io.InputStream is)
           
 void 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)

IBM WebSphere Application ServerTM
Release 7