Uses of Interface
org.somda.sdc.glue.provider.sco.OperationInvocationReceiver
-
Packages that use OperationInvocationReceiver Package Description org.somda.sdc.glue.provider Implementation of the SDC provider.org.somda.sdc.glue.provider.factory Factories for the SDC provider side.org.somda.sdc.glue.provider.sco SCO processing on the SDC provider side.org.somda.sdc.glue.provider.services Implementation of the SDC Web Service operations that reflect BICEPS services. -
-
Uses of OperationInvocationReceiver in org.somda.sdc.glue.provider
Methods in org.somda.sdc.glue.provider that return types with arguments of type OperationInvocationReceiver Modifier and Type Method Description Collection<OperationInvocationReceiver>SdcDevice. getOperationInvocationReceivers()Collection<OperationInvocationReceiver>SdcDeviceContext. getOperationInvocationReceivers()Gets a collection of OperationInvocationReceiver instances passed to the SdcDevice constructor. -
Uses of OperationInvocationReceiver in org.somda.sdc.glue.provider.factory
Method parameters in org.somda.sdc.glue.provider.factory with type arguments of type OperationInvocationReceiver Modifier and Type Method Description SdcDeviceSdcDeviceFactory. createSdcDevice(DeviceSettings deviceSettings, LocalMdibAccess mdibAccess, Collection<OperationInvocationReceiver> operationInvocationReceivers, Collection<SdcDevicePlugin> plugins)Creates a new SdcDevice instance. -
Uses of OperationInvocationReceiver in org.somda.sdc.glue.provider.sco
Methods in org.somda.sdc.glue.provider.sco with parameters of type OperationInvocationReceiver Modifier and Type Method Description voidScoController. addOperationInvocationReceiver(OperationInvocationReceiver receiver)Registers an object that possesses callback functions for incoming set service requests. -
Uses of OperationInvocationReceiver in org.somda.sdc.glue.provider.services
Methods in org.somda.sdc.glue.provider.services with parameters of type OperationInvocationReceiver Modifier and Type Method Description voidHighPriorityServices. addOperationInvocationReceiver(OperationInvocationReceiver receiver)Registers an object that possesses callback functions for incoming set service requests.
-