com.ibm.websphere.management.cmdframework

Class CommandHistory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.cmdframework.CommandHistory

  1. public class CommandHistory
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
CommandHistory()
CommandHistory(int initSize)

Method Summary

Modifier and Type Method and Description
  1. void
add(com.ibm.websphere.management.cmdframework.commanddata.CommandData adminCmdData)
  1. void
clear()
  1. java.util.Collection
getHistory()
  1. void
load(java.io.InputStream is)
  1. 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

  1. public CommandHistory()

CommandHistory

  1. public CommandHistory(int initSize)

Method Detail

add

  1. public void add(com.ibm.websphere.management.cmdframework.commanddata.CommandData adminCmdData)

clear

  1. public void clear()

getHistory

  1. public java.util.Collection getHistory( )

save

  1. public void save(java.io.OutputStream os)

load

  1. public void load(java.io.InputStream is)