Uses of Interface
org.glassfish.gmbal.GmbalMBean
Packages that use GmbalMBean
-
Uses of GmbalMBean in org.glassfish.gmbal
Classes in org.glassfish.gmbal that implement GmbalMBeanModifier and TypeClassDescriptionclass
A simple no-op implementation of GmbalMBean for use in the no-op impl of ManagedObjectManager.Fields in org.glassfish.gmbal declared as GmbalMBeanMethods 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.ManagedObjectManagerNOPImpl.createRoot()
ManagedObjectManagerNOPImpl.createRoot
(Object root) ManagedObjectManagerNOPImpl.createRoot
(Object root, String 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.ManagedObjectManagerNOPImpl.registerAtRoot
(Object obj) ManagedObjectManagerNOPImpl.registerAtRoot
(Object obj, String 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)