org.jboss.console.remote
Interface SimpleRemoteMBeanInvoker

All Known Implementing Classes:
AppletRemoteMBeanInvoker

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)

Version:
$Revision: 1.4.6.1 $

Revisions:

21. avril 2003 Sacha Labourey:

Author:
Sacha Labourey.
See Also:

Method Summary
 Object getAttribute(javax.management.ObjectName name, String attr)
           
 Object invoke(javax.management.ObjectName name, String operationName, Object[] params, String[] signature)
           
 

Method Detail

invoke

Object invoke(javax.management.ObjectName name,
              String operationName,
              Object[] params,
              String[] signature)
              throws Exception
Throws:
Exception

getAttribute

Object getAttribute(javax.management.ObjectName name,
                    String attr)
                    throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.