Uses of Class
org.glassfish.gmbal.ManagedObjectManager.RegistrationDebugLevel
-
Packages that use ManagedObjectManager.RegistrationDebugLevel Package Description org.glassfish.gmbal org.glassfish.gmbal.impl -
-
Uses of ManagedObjectManager.RegistrationDebugLevel in org.glassfish.gmbal
Methods in org.glassfish.gmbal that return ManagedObjectManager.RegistrationDebugLevel Modifier and Type Method Description static ManagedObjectManager.RegistrationDebugLevelManagedObjectManager.RegistrationDebugLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ManagedObjectManager.RegistrationDebugLevel[]ManagedObjectManager.RegistrationDebugLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.gmbal with parameters of type ManagedObjectManager.RegistrationDebugLevel Modifier and Type Method Description voidManagedObjectManager. setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel level)Print debug output to System.out.voidManagedObjectManagerNOPImpl. setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel level) -
Uses of ManagedObjectManager.RegistrationDebugLevel in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as ManagedObjectManager.RegistrationDebugLevel Modifier and Type Field Description private ManagedObjectManager.RegistrationDebugLevelManagedObjectManagerImpl. regDebugLevelMethods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManager.RegistrationDebugLevel Modifier and Type Method Description voidManagedObjectManagerImpl. setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel level)
-