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.RegistrationDebugLevel
ManagedObjectManager.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 void
ManagedObjectManager. setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel level)
Print debug output to System.out.void
ManagedObjectManagerNOPImpl. 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.RegistrationDebugLevel
ManagedObjectManagerImpl. regDebugLevel
Methods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManager.RegistrationDebugLevel Modifier and Type Method Description void
ManagedObjectManagerImpl. setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel level)
-