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

AppletRemoteMBeanInvoker (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


org.jboss.console.remote
Class AppletRemoteMBeanInvoker

java.lang.Object
  extended byorg.jboss.console.remote.AppletRemoteMBeanInvoker
All Implemented Interfaces:
SimpleRemoteMBeanInvoker

public class AppletRemoteMBeanInvoker
extends Object
implements SimpleRemoteMBeanInvoker

Version:
$Revision: 1.1.2.2 $

Revisions:

21. avril 2003 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:

Constructor Summary
AppletRemoteMBeanInvoker(String baseUrl)
           
 
Method Summary
 Object getAttribute(javax.management.ObjectName name, String attrName)
           
 Object invoke(javax.management.ObjectName name, String operationName, Object[] params, String[] signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletRemoteMBeanInvoker

public AppletRemoteMBeanInvoker(String baseUrl)
                         throws MalformedURLException
Method Detail

invoke

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

getAttribute

public Object getAttribute(javax.management.ObjectName name,
                           String attrName)
                    throws Exception
Specified by:
getAttribute in interface SimpleRemoteMBeanInvoker
Throws:
Exception


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