Uses of Enum
org.apache.felix.scr.impl.manager.RegistrationManager.RegState
Packages that use RegistrationManager.RegState
-
Uses of RegistrationManager.RegState in org.apache.felix.scr.impl.manager
Subclasses with type arguments of type RegistrationManager.RegState in org.apache.felix.scr.impl.managerFields in org.apache.felix.scr.impl.manager declared as RegistrationManager.RegStateModifier and TypeFieldDescriptionprivate final RegistrationManager.RegStateRegistrationManager.RegStateWrapper.regStateMethods in org.apache.felix.scr.impl.manager that return RegistrationManager.RegStateModifier and TypeMethodDescriptionRegistrationManager.RegStateWrapper.getRegState()static RegistrationManager.RegStateReturns the enum constant of this type with the specified name.static RegistrationManager.RegState[]RegistrationManager.RegState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.scr.impl.manager with parameters of type RegistrationManager.RegStateModifier and TypeMethodDescription(package private) booleanRegistrationManager.changeRegistration(RegistrationManager.RegState desired, String[] services) Constructors in org.apache.felix.scr.impl.manager with parameters of type RegistrationManager.RegStateModifierConstructorDescription(package private)RegStateWrapper(RegistrationManager.RegState regState)