Package org.somda.sdc.glue.provider.sco
Interface OperationInvocationReceiver
-
- All Implemented Interfaces:
public interface OperationInvocationReceiverClass that is capable of processing incoming set service requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOperationInvocationReceiver.Companion
-
Method Summary
Modifier and Type Method Description InvocationResponsehandleSetValue(Context context, String operationHandle, SetValue setValue)InvocationResponsehandleSetString(Context context, String operationHandle, SetString setString)InvocationResponsehandleActivate(Context context, String operationHandle, Activate activate)InvocationResponsehandleSetAlertState(Context context, String operationHandle, SetAlertState setAlertState)InvocationResponsehandleSetMetricState(Context context, String operationHandle, SetMetricState setMetricState)InvocationResponsehandleSetContextState(Context context, String operationHandle, SetContextState setContextState)InvocationResponsehandleSetComponentState(Context context, String operationHandle, SetComponentState setComponentState)-
-
Method Detail
-
handleSetValue
InvocationResponse handleSetValue(Context context, String operationHandle, SetValue setValue)
-
handleSetString
InvocationResponse handleSetString(Context context, String operationHandle, SetString setString)
-
handleActivate
InvocationResponse handleActivate(Context context, String operationHandle, Activate activate)
-
handleSetAlertState
InvocationResponse handleSetAlertState(Context context, String operationHandle, SetAlertState setAlertState)
-
handleSetMetricState
InvocationResponse handleSetMetricState(Context context, String operationHandle, SetMetricState setMetricState)
-
handleSetContextState
InvocationResponse handleSetContextState(Context context, String operationHandle, SetContextState setContextState)
-
handleSetComponentState
InvocationResponse handleSetComponentState(Context context, String operationHandle, SetComponentState setComponentState)
-
-
-
-