Uses of Class
org.glassfish.gmbal.ManagedObjectManager.RegistrationDebugLevel
-
Packages that use ManagedObjectManager.RegistrationDebugLevel Package Description org.glassfish.gmbal -
-
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(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.
-