A  B  C  D  E  F  G  H  I  L  M  O  P  R  S  T  U  V  W 

S

ScoController - class in org.somda.sdc.glue.consumer.sco
Controller class that is responsible for invoking set requests and processing incoming operation invoked reports.
ScoController - class in org.somda.sdc.glue.provider.sco
Manages callbacks for incoming set service requests.
ScoController.Companion - class in org.somda.sdc.glue.provider.sco.ScoController
 
ScoControllerFactory - class in org.somda.sdc.glue.consumer.sco.factory
 
ScoControllerFactory - class in org.somda.sdc.glue.provider.sco.factory
Factory to create ScoControllerFactory instances.
ScopesDecorator - class in org.somda.sdc.glue.provider.plugin
Decorator interface to allow extending WS-Discovery Scopes during runtime.
ScoTransaction - class in org.somda.sdc.glue.consumer.sco
Definition of an SDC transaction to track incoming operation invoked report parts.
ScoTransactionFactory - class in org.somda.sdc.glue.consumer.sco.factory
 
ScoTransactionImpl - class in org.somda.sdc.glue.consumer.sco
Default implementation of ScoTransaction The implementation supports an internal function to trigger reception of incoming reports, see receiveIncomingReport.
ScoUtil - class in org.somda.sdc.glue.consumer.sco
Utility class for SCO processing.
SdcDevice - class in org.somda.sdc.glue.provider
Adds SDC services to a DPWS device and manages incoming set service requests.
SdcDeviceContext - class in org.somda.sdc.glue.provider
Context data passed to SdcDevicePlugin in order to access SdcDevice data.
SdcDeviceFactory - class in org.somda.sdc.glue.provider.factory
Factory to create SDC compatible devices.
SdcDevicePlugin - class in org.somda.sdc.glue.provider
Definition of a plugin for SdcDevice that is called back on different stages of startup and shutdown.
SdcDevicePluginProcessor - class in org.somda.sdc.glue.provider.helper
Processes all org.somda.sdc.glue.provider.SdcDevicePlugin instances passed to an org.somda.sdc.glue.provider.SdcDevice.
SdcDiscoveryFilterBuilder - class in org.somda.sdc.glue.consumer
A variant of the DiscoveryFilterBuilder that adds scopes and types required by SDC.
SdcRemoteDevice - class in org.somda.sdc.glue.consumer
SDC consumer device interface.
SdcRemoteDeviceFactory - class in org.somda.sdc.glue.consumer.factory
 
SdcRemoteDeviceImpl - class in org.somda.sdc.glue.consumer
Default implementation of SdcRemoteDevice.
SdcRemoteDeviceImpl.Companion - class in org.somda.sdc.glue.consumer.SdcRemoteDeviceImpl
 
SdcRemoteDevicesConnector - class in org.somda.sdc.glue.consumer
Central starting point to gain access to remote SDC devices.
SdcRemoteDevicesConnectorImpl - class in org.somda.sdc.glue.consumer
 
SdcRemoteDevicesObserver - class in org.somda.sdc.glue.consumer
Listens to connecting and disconnecting devices of a SdcRemoteDevicesConnector.
SdcRemoteDeviceWatchdog - class in org.somda.sdc.glue.consumer
Sends WS-Eventing Renew or DirectedProbe requests and informs in case of an error.
SdcRemoteDeviceWatchdogFactory - class in org.somda.sdc.glue.consumer.factory
Factory to create SdcRemoteDeviceWatchdog instances.
SdcRequiredTypesAndScopes - class in org.somda.sdc.glue.provider.plugin
Maps all WS-Discovery Types and Scopes required by SDC and sends Hellos respectively.
sendNotification(java.lang.String,Object) - function in org.somda.sdc.glue.provider.SdcDevice
 
sendNotification(java.lang.String,Object) - function in org.somda.sdc.glue.provider.services.HighPriorityServices
 
sendPeriodicStateReport(java.util.Map,org.somda.sdc.biceps.model.participant.MdibVersion) - function in org.somda.sdc.glue.provider.SdcDevice
Sends a periodic state report.
sendPeriodicStateReport(java.util.Map,org.somda.sdc.biceps.model.participant.MdibVersion) - function in org.somda.sdc.glue.provider.SdcDeviceContext
Sends a periodic state report.
sendPeriodicStateReport(java.util.Map,org.somda.sdc.biceps.model.participant.MdibVersion) - function in org.somda.sdc.glue.provider.services.HighPriorityServices
Sends a periodic state report.
sendPeriodicStateReport(java.util.Map,org.somda.sdc.biceps.model.participant.MdibVersion) - function in org.somda.sdc.glue.provider.services.helper.ReportGenerator
Tries to send a periodic state event given states and an MDIB version.
sendReport(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.InvocationState,org.somda.sdc.biceps.model.message.InvocationError,java.util.List,java.lang.String) - function in org.somda.sdc.glue.provider.sco.Context
Sends an operation invoked report with the information passed as arguments.
sendSuccessfulReport(org.somda.sdc.biceps.model.message.InvocationState) - function in org.somda.sdc.glue.provider.sco.Context
Sends a successful operation invoked report with latest MDIB version.
sendSuccessfulReport(org.somda.sdc.biceps.model.message.InvocationState,java.lang.String) - function in org.somda.sdc.glue.provider.sco.Context
Sends a successful operation invoked report with latest MDIB version.
sendSuccessfulReport(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.InvocationState) - function in org.somda.sdc.glue.provider.sco.Context
Sends a successful operation invoked report.
sendSuccessfulReport(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.InvocationState,java.lang.String) - function in org.somda.sdc.glue.provider.sco.Context
Sends a successful operation invoked report.
sendUnsuccessfulReport(org.somda.sdc.biceps.model.message.InvocationState,org.somda.sdc.biceps.model.message.InvocationError,java.util.List) - function in org.somda.sdc.glue.provider.sco.Context
Sends an unsuccessful operation invoked report with latest MDIB version.
sendUnsuccessfulReport(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.InvocationState,org.somda.sdc.biceps.model.message.InvocationError,java.util.List) - function in org.somda.sdc.glue.provider.sco.Context
Sends an unsuccessful operation invoked report.
ServicesFactory - class in org.somda.sdc.glue.provider.services.factory
Factory to create ServicesFactory instances.
setMatchBy(org.somda.sdc.dpws.soap.wsdiscovery.MatchBy) - function in org.somda.sdc.glue.consumer.SdcDiscoveryFilterBuilder
Sets the scopes matching rule.
setMdibVersion(org.somda.sdc.biceps.model.participant.MdibVersion,T) - function in org.somda.sdc.glue.common.MdibVersionUtil
Stores MdibVersion attributes in any MDIB version supporting objects.
setMdibVersion(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.AbstractReport) - function in org.somda.sdc.glue.common.MdibVersionUtil
Sets MdibVersion for any abstract report.
SetServiceAccess - class in org.somda.sdc.glue.consumer
API to invoke set operations.
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
startApplyingReportsOnMdib(org.somda.sdc.biceps.consumer.access.RemoteMdibAccess) - function in org.somda.sdc.glue.consumer.report.ReportProcessor
Accepts an MDIB and starts applying reports on it.
startAsync() - function in com.google.common.util.concurrent.AbstractIdleService
 
startAsync() - function in com.google.common.util.concurrent.AbstractIdleService
 
startAsync() - function in com.google.common.util.concurrent.LocalizationService
 
startAsync() - function in com.google.common.util.concurrent.SdcRemoteDevice
 
startAsync() - function in com.google.common.util.concurrent.SdcRemoteDevicesConnector
 
state() - function in com.google.common.util.concurrent.AbstractIdleService
 
state() - function in com.google.common.util.concurrent.AbstractIdleService
 
state() - function in com.google.common.util.concurrent.LocalizationService
 
state() - function in com.google.common.util.concurrent.SdcRemoteDevice
 
state() - function in com.google.common.util.concurrent.SdcRemoteDevicesConnector
 
stopAsync() - function in com.google.common.util.concurrent.AbstractIdleService
 
stopAsync() - function in com.google.common.util.concurrent.AbstractIdleService
 
stopAsync() - function in com.google.common.util.concurrent.LocalizationService
 
stopAsync() - function in com.google.common.util.concurrent.SdcRemoteDevice
 
stopAsync() - function in com.google.common.util.concurrent.SdcRemoteDevicesConnector
 
SubscribableActionsMapping - class in org.somda.sdc.glue.common
 
subscriptionEndToAll(org.somda.sdc.dpws.soap.wseventing.model.WsEventingStatus) - function in org.somda.sdc.glue.provider.SdcDevice
 
subscriptionEndToAll(org.somda.sdc.dpws.soap.wseventing.model.WsEventingStatus) - function in org.somda.sdc.glue.provider.services.HighPriorityServices
 
A  B  C  D  E  F  G  H  I  L  M  O  P  R  S  T  U  V  W