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.RegStateRegistrationManager.RegStateWrapper. regStateMethods in org.apache.felix.scr.impl.manager that return RegistrationManager.RegState Modifier and Type Method Description RegistrationManager.RegStateRegistrationManager.RegStateWrapper. getRegState()static RegistrationManager.RegStateRegistrationManager.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) booleanRegistrationManager. 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)
-