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

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


org.jboss.console.remote
Interface SimpleRemoteMBeanInvoker

All Known Implementing Classes:
AppletRemoteMBeanInvoker

public interface SimpleRemoteMBeanInvoker

Basic adaptor interface for remote MBeanServer. Don't use JMX class to avoid having all the JMX stuff loaded in the applet. This part may be implemented differently later (more clean integration with remote features)

Version:
$Revision: 1.4 $

Revisions:

21. avril 2003 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:

Method Summary
 Object getAttribute(javax.management.ObjectName name, String attr)
           
 Object invoke(javax.management.ObjectName name, String operationName, Object[] params, String[] signature)
           
 

Method Detail

invoke

public Object invoke(javax.management.ObjectName name,
                     String operationName,
                     Object[] params,
                     String[] signature)
              throws Exception
Throws:
Exception

getAttribute

public Object getAttribute(javax.management.ObjectName name,
                           String attr)
                    throws Exception
Throws:
Exception


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