Uses of Class
de.fraunhofer.iese.mydata.reactive.common.RxPepState
-
Packages that use RxPepState Package Description de.fraunhofer.iese.mydata.reactive de.fraunhofer.iese.mydata.reactive.common -
-
Uses of RxPepState in de.fraunhofer.iese.mydata.reactive
Fields in de.fraunhofer.iese.mydata.reactive with type parameters of type RxPepState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<RxPepState>AbstractRxPep. pepStateThe pep state.Methods in de.fraunhofer.iese.mydata.reactive that return RxPepState Modifier and Type Method Description RxPepStateAbstractRxPep. getState() -
Uses of RxPepState in de.fraunhofer.iese.mydata.reactive.common
Methods in de.fraunhofer.iese.mydata.reactive.common that return RxPepState Modifier and Type Method Description RxPepStateRxPep. getState()Returns one of the following RxPep states: REGISTRATION_DONE_SUCCESSFULLY: Pep is already registered at PMP. REGISTRATION_FAILED: Pep failed to register at PMP. REGISTRATION_NOT_STARTED: Registration has not been started yet and Pep needs to be initialized for the registration to be started. REGISTRATION_UNDER_PROCESS: Registration is being processed.static RxPepStateRxPepState. valueOf(String name)Returns the enum constant of this type with the specified name.static RxPepState[]RxPepState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-