Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » remote » [javadoc | source]
org.jboss.console.remote
public interface: SimpleRemoteMBeanInvoker [javadoc | source]

All Known Implementing Classes:
    AppletRemoteMBeanInvoker

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)
Method from org.jboss.console.remote.SimpleRemoteMBeanInvoker Summary:
getAttribute,   invoke
Method from org.jboss.console.remote.SimpleRemoteMBeanInvoker Detail:
 public Object getAttribute(ObjectName name,
    String attr) throws Exception
 public Object invoke(ObjectName name,
    String operationName,
    Object[] params,
    String[] signature) throws Exception