org.jboss.console.remote
Interface SimpleRemoteMBeanInvoker

All Known Implementing Classes:
AppletRemoteMBeanInvoker (src)

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)

See Also:

Method Summary
 java.lang.Object getAttribute(ObjectName (src)  name, java.lang.String attr)
           
 java.lang.Object invoke(ObjectName (src)  name, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)
           
 

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
Throws:
java.lang.Exception

getAttribute

public java.lang.Object getAttribute(ObjectName (src)  name,
                                     java.lang.String attr)
                              throws java.lang.Exception
Throws:
java.lang.Exception