Uses of Interface
org.glassfish.gmbal.ManagedObjectManager
Packages that use ManagedObjectManager
-
Uses of ManagedObjectManager in org.glassfish.gmbal
Classes in org.glassfish.gmbal that implement ManagedObjectManagerModifier and TypeClassDescription(package private) class
NOP impl of ManagedObjectManager used when annotations and ManagedObjectManager are needed, but MBeans are not.Fields in org.glassfish.gmbal declared as ManagedObjectManagerModifier and TypeFieldDescription(package private) static final ManagedObjectManager
ManagedObjectManagerNOPImpl.self
Fields in org.glassfish.gmbal with type parameters of type ManagedObjectManagerModifier and TypeFieldDescriptionprivate static GenericConstructor
<ManagedObjectManager> ManagedObjectManagerFactory.objectNameCons
private static GenericConstructor
<ManagedObjectManager> ManagedObjectManagerFactory.stringCons
Methods in org.glassfish.gmbal that return ManagedObjectManagerModifier and TypeMethodDescriptionstatic ManagedObjectManager
ManagedObjectManagerFactory.createFederated
(ObjectName rootParentName) Alternative form of the create method to be used when the rootName is not needed explicitly.static ManagedObjectManager
ManagedObjectManagerFactory.createNOOP()
Return a ManagedObjectManager that performs no operations.static ManagedObjectManager
ManagedObjectManagerFactory.createStandalone
(String domain) Create a new ManagedObjectManager. -
Uses of ManagedObjectManager in org.glassfish.gmbal.impl
Subinterfaces of ManagedObjectManager in org.glassfish.gmbal.implModifier and TypeInterfaceDescriptioninterface
The internal interface to the ManagedObjectManager that is used in the gmbal implementation.Classes in org.glassfish.gmbal.impl that implement ManagedObjectManagerFields in org.glassfish.gmbal.impl declared as ManagedObjectManagerModifier and TypeFieldDescriptionprivate final ManagedObjectManager
ObjectRegistrationManagerImpl.mom
Methods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerModifier and TypeMethodDescriptionstatic void
TimerAnnotationHelper.registerTimerClasses
(ManagedObjectManager mom) Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManager -
Uses of ManagedObjectManager in org.glassfish.gmbal.main
Fields in org.glassfish.gmbal.main declared as ManagedObjectManagerMethods in org.glassfish.gmbal.main with parameters of type ManagedObjectManagerModifier and TypeMethodDescriptionprivate static void
ProfileMain.checkAttributes
(ManagedObjectManager mom, ProfileMain.MyRoot myroot) private static void
ProfileMain.registerMBeans
(ManagedObjectManager mom, ProfileMain.MyRoot myroot)