| Package | Description |
|---|---|
| org.ornet.cdm | |
| org.ornet.softice.consumer | |
| org.ornet.softice.provider |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationState |
AbstractSetResponse.invocationState |
protected InvocationState |
OperationInvokedReportPart.operationState |
| Modifier and Type | Method and Description |
|---|---|
static InvocationState |
InvocationState.fromValue(java.lang.String v) |
InvocationState |
AbstractSetResponse.getInvocationState()
Ruft den Wert der invocationState-Eigenschaft ab.
|
InvocationState |
OperationInvokedReportPart.getOperationState()
Ruft den Wert der operationState-Eigenschaft ab.
|
static InvocationState |
InvocationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvocationState[] |
InvocationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSetResponse.setInvocationState(InvocationState value)
Legt den Wert der invocationState-Eigenschaft fest.
|
void |
OperationInvokedReportPart.setOperationState(InvocationState value)
Legt den Wert der operationState-Eigenschaft fest.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationState |
OSCPConsumer.activate(java.lang.String handle,
FutureInvocationState fis) |
InvocationState |
OSCPConsumer.commitState(State state,
FutureInvocationState fis) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOSCPConsumerOperationInvokedHandler.onOperationInvoked(OperationInvocationContext oic,
InvocationState is) |
abstract void |
OSCPConsumerEventHandler.onOperationInvoked(OperationInvocationContext oic,
InvocationState is) |
abstract void |
OSCPConsumerOperationInvokedHandler.onOperationInvoked(OperationInvocationContext oic,
InvocationState is) |
protected void |
FutureInvocationState.setActual(InvocationState is) |
boolean |
FutureInvocationState.waitReceived(InvocationState[] expected,
int timeout) |
boolean |
FutureInvocationState.waitReceived(InvocationState expected,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
InvocationState |
OSCPProviderActivateOperationHandler.onActivateRequest(MDIB mdib,
OperationInvocationContext oic) |
InvocationState |
OSCPProviderMDStateHandler.onStateChangeRequest(T state,
OperationInvocationContext oic) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSCPProviderHandler.notifyOperationInvoked(OperationInvocationContext oic,
InvocationState is) |
void |
OSCPProvider.notifyOperationInvoked(OperationInvocationContext oic,
InvocationState is,
java.lang.String operationErrorMsg) |