org.apache.qpid.commands
Class Commandviewcontent

java.lang.Object
  extended by org.apache.qpid.commands.CommandImpl
      extended by org.apache.qpid.commands.Commandviewcontent
All Implemented Interfaces:
Command

public class Commandviewcontent
extends CommandImpl


Field Summary
static String COMMAND_NAME
           
 
Fields inherited from class org.apache.qpid.commands.CommandImpl
info
 
Constructor Summary
Commandviewcontent(JMXinfo info)
           
 
Method Summary
 void execute()
           
 long getnumber()
           
 void printusage()
           
 void viewcontent()
           
 
Methods inherited from class org.apache.qpid.commands.CommandImpl
checkoptionsetting, echo, getName, getObject, getOutputFormat, getSeperator, getVirtualhost, hasName, optionchecker, setName, setObject, setOutputFormat, setSeperator, setVirtualhost, unrecognizeoption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_NAME

public static final String COMMAND_NAME
See Also:
Constant Field Values
Constructor Detail

Commandviewcontent

public Commandviewcontent(JMXinfo info)
Method Detail

viewcontent

public void viewcontent()

execute

public void execute()
Specified by:
execute in interface Command
Specified by:
execute in class CommandImpl

printusage

public void printusage()
Specified by:
printusage in interface Command
Specified by:
printusage in class CommandImpl

getnumber

public long getnumber()


Licensed to the Apache Software Foundation