Uses of Interface
org.somda.sdc.glue.provider.sco.OperationInvocationReceiver
Packages that use OperationInvocationReceiver
Package
Description
Implementation of the SDC provider.
Factories for the SDC provider side.
SCO processing on the SDC provider side.
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 OperationInvocationReceiverModifier and TypeMethodDescriptionSdcDevice.getOperationInvocationReceivers()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 OperationInvocationReceiverModifier and TypeMethodDescriptionSdcDeviceFactory.createSdcDevice(DeviceSettings deviceSettings, LocalMdibAccess mdibAccess, Collection<OperationInvocationReceiver> operationInvocationReceivers, Collection<SdcDevicePlugin> plugins) Creates a new SdcDevice instance.SdcDeviceFactory.createSdcDevice(DeviceSettings deviceSettings, LocalMdibAccess mdibAccess, Collection<OperationInvocationReceiver> operationInvocationReceivers, Collection<SdcDevicePlugin> plugins, LocalizationStorage localizationStorage) 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 OperationInvocationReceiverModifier and TypeMethodDescriptionvoidScoController.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 OperationInvocationReceiverModifier and TypeMethodDescriptionvoidHighPriorityServices.addOperationInvocationReceiver(OperationInvocationReceiver receiver) Registers an object that possesses callback functions for incoming set service requests.