FileDocCategorySizeDatePackage
SimpleRemoteMBeanInvoker.javaAPI DocJBoss 4.2.11867Fri Jul 13 21:02:16 BST 2007org.jboss.console.remote

SimpleRemoteMBeanInvoker

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
author
Sacha Labourey.
version
$Revision: 57191 $

Revisions:

21. avril 2003 Sacha Labourey:

  • First implementation

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAttribute(javax.management.ObjectName name, java.lang.String attr)

public java.lang.Objectinvoke(javax.management.ObjectName name, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)