| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.reactive | |
| de.fraunhofer.iese.ind2uce.reactive.common |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<RxPEPState> |
AbstractRxPEP.pepState
The pep state.
|
| Modifier and Type | Method and Description |
|---|---|
RxPEPState |
AbstractRxPEP.isReady() |
| Modifier and Type | Method and Description |
|---|---|
RxPEPState |
RxPEP.isReady()
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 RxPEPState |
RxPEPState.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.
|
Copyright © 2018. All rights reserved.