Uses of Interface
org.glassfish.gmbal.GmbalMBean
Packages that use GmbalMBean
Package
Description
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of GmbalMBean in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return GmbalMBeanModifier and TypeMethodDescriptionWSEndpointMOMProxy.createRoot()WSEndpointMOMProxy.createRoot(Object root) WSEndpointMOMProxy.createRoot(Object root, String name) WSEndpointMOMProxy.registerAtRoot(Object obj) WSEndpointMOMProxy.registerAtRoot(Object obj, String name) -
Uses of GmbalMBean in org.glassfish.gmbal
Classes in org.glassfish.gmbal that implement GmbalMBeanModifier and TypeClassDescriptionclassA simple no-op implementation of GmbalMBean for use in the no-op impl of ManagedObjectManager.Methods in org.glassfish.gmbal that return GmbalMBeanModifier and TypeMethodDescriptionManagedObjectManager.createRoot()Create a default root MBean.ManagedObjectManager.createRoot(Object root) Create a root MBean from root, which much have a method with the @NameValue annotation.ManagedObjectManager.createRoot(Object root, String name) Create a root MBean from root with the given name.Same as register( parent, obj, name ), but here the name is derived from an @NameValue annotation.Construct an Open Mean for obj according to its annotations, and register it with domain getDomain() and the appropriate ObjectName.ManagedObjectManager.registerAtRoot(Object obj) Same as registerAtRoot( Object, String ), but here the name is derived from an @ObjectKeyName annotation.ManagedObjectManager.registerAtRoot(Object obj, String name) Registers the MBean for obj at the root MBean for the ObjectManager, using the given name. -
Uses of GmbalMBean in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl that implement GmbalMBeanMethods in org.glassfish.gmbal.impl that return GmbalMBeanModifier and TypeMethodDescriptionManagedObjectManagerImpl.createRoot()ManagedObjectManagerImpl.createRoot(Object root) ManagedObjectManagerImpl.createRoot(Object root, String name) ManagedObjectManagerImpl.registerAtRoot(Object obj) ManagedObjectManagerImpl.registerAtRoot(Object obj, String name)