1 22 package org.jboss.jmx.connector.invoker; 23 24 27 public interface InvokerAdaptorServiceMBean extends org.jboss.system.ServiceMBean { 28 29 public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.create("jboss.jmx:type=adaptor,protocol=INVOKER"); 31 32 java.lang.Class [] getExportedInterfaces() ; 33 34 void setExportedInterfaces(java.lang.Class [] exportedInterfaces) ; 35 36 39 java.util.Map getMethodMap() ; 40 41 46 java.lang.Object invoke(org.jboss.invocation.Invocation invocation) throws java.lang.Exception ; 47 48 } 49 | Popular Tags |