Uses of Interface
org.somda.sdc.glue.provider.SdcDeviceContext
-
Packages that use SdcDeviceContext Package Description org.somda.sdc.glue.provider Implementation of the SDC provider.org.somda.sdc.glue.provider.helper Any helpers for the SDC Glue provider package.org.somda.sdc.glue.provider.plugin 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 SdcDeviceContext Modifier and Type Class Description classSdcDeviceAdds SDC services to a DPWS device and manages incoming set service requests.Methods in org.somda.sdc.glue.provider with parameters of type SdcDeviceContext Modifier and Type Method Description default 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 SdcDeviceContext Constructor Description SdcDevicePluginProcessor(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 SdcDeviceContext Modifier and Type Method Description voidSdcRequiredTypesAndScopes. 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)
-