Uses of Interface
org.somda.sdc.glue.provider.SdcDeviceContext
Packages that use SdcDeviceContext
Package
Description
Implementation of the SDC provider.
Any helpers for the SDC Glue provider package.
Common provider plugins to be used with SdcDevice.
-
Uses of SdcDeviceContext in org.somda.sdc.glue.provider
Classes in org.somda.sdc.glue.provider that implement SdcDeviceContextModifier and TypeClassDescriptionclassAdds SDC services to a DPWS device and manages incoming set service requests.Methods in org.somda.sdc.glue.provider with parameters of type SdcDeviceContextModifier and TypeMethodDescriptiondefault voidSdcDevicePlugin.afterShutDown(SdcDeviceContext context) Called after the device was shut down.default voidSdcDevicePlugin.afterStartUp(SdcDeviceContext context) Called once the device is running.default voidSdcDevicePlugin.beforeShutDown(SdcDeviceContext context) Called before the device is about to shutdown.default voidSdcDevicePlugin.beforeStartUp(SdcDeviceContext context) Called before the device starts up. -
Uses of SdcDeviceContext in org.somda.sdc.glue.provider.helper
Constructors in org.somda.sdc.glue.provider.helper with parameters of type SdcDeviceContextModifierConstructorDescriptionSdcDevicePluginProcessor(Collection<SdcDevicePlugin> devicePlugins, SdcDeviceContext context) Creates a processor with given dependencies. -
Uses of SdcDeviceContext in org.somda.sdc.glue.provider.plugin
Methods in org.somda.sdc.glue.provider.plugin with parameters of type SdcDeviceContextModifier and TypeMethodDescriptionvoidSdcRequiredTypesAndScopes.afterShutDown(SdcDeviceContext context) voidSdcRequiredTypesAndScopes.beforeStartUp(SdcDeviceContext context) voidScopesDecorator.init(SdcDeviceContext context, Set<String> scopes) Call this function to initialize the scopes decorator.voidSdcRequiredTypesAndScopes.init(SdcDeviceContext context, Set<String> scopes)