Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » jmx » [javadoc | source]
org.jboss.net.jmx
public class: MBeanInvocationHandler [javadoc | source]
java.lang.Object
   org.jboss.net.axis.AxisInvocationHandler
      org.jboss.net.jmx.MBeanInvocationHandler

All Implemented Interfaces:
    Serializable, InvocationHandler

Helper class for dealing with remote JMX beans in typed or untyped ways.
Fields inherited from org.jboss.net.axis.AxisInvocationHandler:
methodToInterface,  methodToName,  call,  rootContext,  endPoint
Constructor:
 public MBeanInvocationHandler(URL endpoint) 
    Creates new MBeanInvocationHandler pointing to a given url, using the given engine
 public MBeanInvocationHandler(URL endpoint,
    Map methodMap) 
    Creates new MBeanInvocationHandler pointing to a given url, using the given engine
 public MBeanInvocationHandler(URL endpoint,
    Map methodMap,
    Map interfaceMap) 
    Creates new MBeanInvocationHandler pointing to a given url, using the given engine
 public MBeanInvocationHandler(Call call,
    Map methodMap,
    Map interfaceMap) 
    Creates new MBeanInvocationHandler
 public MBeanInvocationHandler(URL endpoint,
    Map methodMap,
    Map interfaceMap,
    boolean maintainSession) 
    Creates new MBeanInvocationHandler pointing to a given url, using the given engine
 public MBeanInvocationHandler(URL endpoint,
    Service service,
    Map methodMap,
    Map interfaceMap) 
    Creates new MBeanInvocationHandler
Method from org.jboss.net.jmx.MBeanInvocationHandler Summary:
createMBeanService,   createMBeanService
Methods from org.jboss.net.axis.AxisInvocationHandler:
createAxisService,   createAxisService,   createAxisService,   createAxisService,   invoke,   invoke,   invoke,   setBasicAuthentication
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.jmx.MBeanInvocationHandler Detail:
 public static Object createMBeanService(Class _interface,
    URL endpoint) 
    default creation of services
 public static Object createMBeanService(Class _interface,
    MBeanInvocationHandler handler) 
    default creation of services