org.jboss.console.remote
Class AppletRemoteMBeanInvoker
java.lang.Object
org.jboss.console.remote.AppletRemoteMBeanInvoker
- All Implemented Interfaces:
- SimpleRemoteMBeanInvoker (src)
- public class AppletRemoteMBeanInvoker
- extends java.lang.Object
- implements SimpleRemoteMBeanInvoker (src)
- See Also:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppletRemoteMBeanInvoker
public AppletRemoteMBeanInvoker(java.lang.String baseUrl)
throws java.net.MalformedURLException
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