Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » jmx » adaptor » server » [javadoc | source]
org.jboss.net.jmx.adaptor.server
public class: Adaptor [javadoc | source]
java.lang.Object
   org.jboss.mx.util.JBossNotificationBroadcasterSupport
      org.jboss.system.ServiceMBeanSupport
         org.jboss.net.jmx.adaptor.server.Adaptor

All Implemented Interfaces:
    Constants, AdaptorMBean, org.jboss.kernel.spi.dependency.KernelControllerContextAware, ServiceMBean, MBeanRegistration, NotificationEmitter

wrapper around the mbean server that may be exposed as a soap-enabled mbean to the outside world.
Fields inherited from org.jboss.system.ServiceMBeanSupport:
SERVICE_CONTROLLER_SIG,  log,  server,  serviceName
Method from org.jboss.net.jmx.adaptor.server.Adaptor Summary:
addNotificationListener,   addNotificationListener,   createMBean,   createMBean,   createMBean,   createMBean,   deserialize,   deserialize,   deserialize,   getAttribute,   getAttributes,   getClassLoader,   getClassLoaderFor,   getClassLoaderRepository,   getDefaultDomain,   getDomains,   getMBeanCount,   getMBeanInfo,   getObjectInstance,   instantiate,   instantiate,   instantiate,   instantiate,   invoke,   isInstanceOf,   isRegistered,   queryMBeans,   queryNames,   registerMBean,   removeNotificationListener,   removeNotificationListener,   removeNotificationListener,   removeNotificationListener,   setAttribute,   setAttributes,   startService,   stopService,   unregisterMBean
Methods from org.jboss.system.ServiceMBeanSupport:
create,   createService,   destroy,   destroyService,   getDeploymentInfo,   getLog,   getName,   getNextNotificationSequenceNumber,   getObjectName,   getServer,   getServiceName,   getState,   getStateString,   jbossInternalCreate,   jbossInternalDescription,   jbossInternalDestroy,   jbossInternalLifecycle,   jbossInternalStart,   jbossInternalStop,   pojoChange,   pojoCreate,   pojoDestroy,   pojoStart,   pojoStop,   postDeregister,   postRegister,   preDeregister,   preRegister,   setKernelControllerContext,   start,   startService,   stop,   stopService,   unsetKernelControllerContext
Methods from org.jboss.mx.util.JBossNotificationBroadcasterSupport:
addNotificationListener,   getNotificationInfo,   handleNotification,   nextNotificationSequenceNumber,   removeNotificationListener,   removeNotificationListener,   sendNotification
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.jmx.adaptor.server.Adaptor Detail:
 public  void addNotificationListener(ObjectName objectName,
    NotificationListener notificationListener,
    NotificationFilter notificationFilter,
    Object obj) throws InstanceNotFoundException 
 public  void addNotificationListener(ObjectName objectName,
    ObjectName objectName1,
    NotificationFilter notificationFilter,
    Object obj) throws InstanceNotFoundException 
 public ObjectInstance createMBean(String str,
    ObjectName objectName) throws MBeanRegistrationException, InstanceAlreadyExistsException, MBeanException, ReflectionException, NotCompliantMBeanException 
 public ObjectInstance createMBean(String str,
    ObjectName objectName,
    ObjectName objectName2) throws MBeanRegistrationException, InstanceAlreadyExistsException, InstanceNotFoundException, MBeanException, ReflectionException, NotCompliantMBeanException 
 public ObjectInstance createMBean(String str,
    ObjectName objectName,
    Object[] obj,
    String[] str3) throws MBeanRegistrationException, InstanceAlreadyExistsException, MBeanException, ReflectionException, NotCompliantMBeanException 
 public ObjectInstance createMBean(String str,
    ObjectName objectName,
    ObjectName objectName2,
    Object[] obj,
    String[] str4) throws MBeanRegistrationException, InstanceAlreadyExistsException, InstanceNotFoundException, MBeanException, ReflectionException, NotCompliantMBeanException 
 public ObjectInputStream deserialize(String str,
    byte[] values) throws OperationsException, ReflectionException 
 public ObjectInputStream deserialize(ObjectName objectName,
    byte[] values) throws OperationsException, InstanceNotFoundException 
 public ObjectInputStream deserialize(String str,
    ObjectName objectName,
    byte[] values) throws OperationsException, InstanceNotFoundException, ReflectionException 
 public Object getAttribute(ObjectName objectName,
    String str) throws AttributeNotFoundException, InstanceNotFoundException, MBeanException, ReflectionException 
 public AttributeList getAttributes(ObjectName objectName,
    String[] str) throws InstanceNotFoundException, ReflectionException 
 public ClassLoader getClassLoader(ObjectName name) 
 public ClassLoader getClassLoaderFor(ObjectName name) 
 public ClassLoaderRepository getClassLoaderRepository() 
 public String getDefaultDomain() 
 public String[] getDomains() 
 public Integer getMBeanCount() 
 public MBeanInfo getMBeanInfo(ObjectName objectName) throws IntrospectionException, InstanceNotFoundException, ReflectionException 
 public ObjectInstance getObjectInstance(ObjectName objectName) throws InstanceNotFoundException 
 public Object instantiate(String str) throws MBeanException, ReflectionException 
 public Object instantiate(String str,
    ObjectName objectName) throws InstanceNotFoundException, MBeanException, ReflectionException 
 public Object instantiate(String str,
    Object[] obj,
    String[] str2) throws MBeanException, ReflectionException 
 public Object instantiate(String str,
    ObjectName objectName,
    Object[] obj,
    String[] str3) throws InstanceNotFoundException, MBeanException, ReflectionException 
 public Object invoke(ObjectName objectName,
    String str,
    Object[] obj,
    String[] str3) throws MBeanException, InstanceNotFoundException, ReflectionException 
 public boolean isInstanceOf(ObjectName objectName,
    String str) throws InstanceNotFoundException 
 public boolean isRegistered(ObjectName objectName) 
 public Set queryMBeans(ObjectName objectName,
    QueryExp queryExp) 
 public Set queryNames(ObjectName objectName,
    QueryExp queryExp) 
 public ObjectInstance registerMBean(Object obj,
    ObjectName objectName) throws MBeanRegistrationException, InstanceAlreadyExistsException, NotCompliantMBeanException 
 public  void removeNotificationListener(ObjectName objectName,
    ObjectName objectName1) throws ListenerNotFoundException, InstanceNotFoundException 
 public  void removeNotificationListener(ObjectName objectName,
    NotificationListener notificationListener) throws ListenerNotFoundException, InstanceNotFoundException 
 public  void removeNotificationListener(ObjectName target,
    ObjectName listener,
    NotificationFilter filter,
    Object handback) 
 public  void removeNotificationListener(ObjectName target,
    NotificationListener listener,
    NotificationFilter filter,
    Object handback) 
 public  void setAttribute(ObjectName objectName,
    Attribute attribute) throws AttributeNotFoundException, MBeanException, InstanceNotFoundException, InvalidAttributeValueException, ReflectionException 
 public AttributeList setAttributes(ObjectName objectName,
    AttributeList attributeList) throws InstanceNotFoundException, ReflectionException 
 public  void startService() throws Exception 
 public  void stopService() 
 public  void unregisterMBean(ObjectName objectName) throws MBeanRegistrationException, InstanceNotFoundException