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) classNOP 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 ManagedObjectManagerManagedObjectManagerNOPImpl.selfFields in org.glassfish.gmbal with type parameters of type ManagedObjectManagerModifier and TypeFieldDescriptionprivate static GenericConstructor<ManagedObjectManager> ManagedObjectManagerFactory.objectNameConsprivate static GenericConstructor<ManagedObjectManager> ManagedObjectManagerFactory.stringConsMethods in org.glassfish.gmbal that return ManagedObjectManagerModifier and TypeMethodDescriptionstatic ManagedObjectManagerManagedObjectManagerFactory.createFederated(ObjectName rootParentName) Alternative form of the create method to be used when the rootName is not needed explicitly.static ManagedObjectManagerManagedObjectManagerFactory.createNOOP()Return a ManagedObjectManager that performs no operations.static ManagedObjectManagerManagedObjectManagerFactory.createStandalone(String domain) Create a new ManagedObjectManager. -
Uses of ManagedObjectManager in org.glassfish.gmbal.impl
Subinterfaces of ManagedObjectManager in org.glassfish.gmbal.implModifier and TypeInterfaceDescriptioninterfaceThe 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 ManagedObjectManagerObjectRegistrationManagerImpl.momMethods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerModifier and TypeMethodDescriptionstatic voidTimerAnnotationHelper.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 voidProfileMain.checkAttributes(ManagedObjectManager mom, ProfileMain.MyRoot myroot) private static voidProfileMain.registerMBeans(ManagedObjectManager mom, ProfileMain.MyRoot myroot)