org.jboss.console.twiddle.command
Interface CommandContext


public interface CommandContext

???

Version:
$Revision: 1.4 $
Author:
Jason Dillon

Method Summary
 PrintWriter getErrorWriter()
           
 javax.management.MBeanServerConnection getServer()
           
 PrintWriter getWriter()
           
 boolean isQuiet()
           
 

Method Detail

isQuiet

public boolean isQuiet()

getWriter

public PrintWriter getWriter()

getErrorWriter

public PrintWriter getErrorWriter()

getServer

public javax.management.MBeanServerConnection getServer()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.