org.jboss.console.remote
Class AppletRemoteMBeanInvoker

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

public class AppletRemoteMBeanInvoker
extends java.lang.Object
implements SimpleRemoteMBeanInvoker (src)

See Also:

Constructor Summary
AppletRemoteMBeanInvoker(java.lang.String baseUrl)
           
 
Method Summary
 java.lang.Object getAttribute(ObjectName (src)  name, java.lang.String attrName)
           
 java.lang.Object invoke(ObjectName (src)  name, java.lang.String operationName, java.lang.Object[] params, java.lang.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(java.lang.String baseUrl)
                         throws java.net.MalformedURLException
Method Detail

invoke

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

getAttribute

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