org.jboss.console.remote
Class AppletRemoteMBeanInvoker

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

public class AppletRemoteMBeanInvoker
extends Object
implements SimpleRemoteMBeanInvoker

Version:
$Revision: 1.4.6.1 $

Revisions:

21. avril 2003 Sacha Labourey:

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
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.