站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 console API Documentation 英文版文档

CommandContext (JBoss Console API) - JBoss 4.0.1 sp1 console API Documentation 英文版文档


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.