Uses of Class
org.apache.felix.scr.impl.manager.RegistrationManager.RegState
-
Packages that use RegistrationManager.RegState Package Description org.apache.felix.scr.impl.manager -
-
Uses of RegistrationManager.RegState in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as RegistrationManager.RegState Modifier and Type Field Description private RegistrationManager.RegState
RegistrationManager.RegStateWrapper. regState
Methods in org.apache.felix.scr.impl.manager that return RegistrationManager.RegState Modifier and Type Method Description RegistrationManager.RegState
RegistrationManager.RegStateWrapper. getRegState()
static RegistrationManager.RegState
RegistrationManager.RegState. valueOf(java.lang.String name)
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.RegState Modifier and Type Method Description (package private) boolean
RegistrationManager. changeRegistration(RegistrationManager.RegState desired, java.lang.String[] services)
Constructors in org.apache.felix.scr.impl.manager with parameters of type RegistrationManager.RegState Constructor Description RegStateWrapper(RegistrationManager.RegState regState)
-