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
Fields in org.apache.felix.scr.impl.manager declared as RegistrationManager.RegStateModifier and TypeFieldDescriptionprivate final RegistrationManager.RegState
RegistrationManager.RegStateWrapper.regState
Methods in org.apache.felix.scr.impl.manager that return RegistrationManager.RegStateModifier and TypeMethodDescriptionRegistrationManager.RegStateWrapper.getRegState()
static RegistrationManager.RegState
Returns 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) boolean
RegistrationManager.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)