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

C

cachePrefetch(java.math.BigInteger) - function in org.somda.sdc.glue.consumer.localization.LocalizationServiceAccess
Calls a synchronous cache prefetch of localized texts by provided version.
cachePrefetch(java.math.BigInteger,java.util.List) - function in org.somda.sdc.glue.consumer.localization.LocalizationServiceAccess
Calls a synchronous cache prefetch of localized texts by provided version and languages.
cachePrefetch(java.math.BigInteger) - function in org.somda.sdc.glue.consumer.localization.LocalizationServiceProxy
Calls a synchronous cache prefetch of localized texts by provided version.
cachePrefetch(java.math.BigInteger,java.util.List) - function in org.somda.sdc.glue.consumer.localization.LocalizationServiceProxy
Calls a synchronous cache prefetch of localized texts by provided version and languages.
CommonConfig - class in org.somda.sdc.glue.common
General configuration of the SDC Glue common package.
CommonConstants - class in org.somda.sdc.glue.common
 
ComplexDeviceComponentMapper - class in org.somda.sdc.glue.common.uri
Utility class to map from complex device component coded value to URI and back to coded value.
configure(com.google.inject.Binder) - function in com.google.inject.AbstractModule
 
connect(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.glue.consumer.ConnectConfiguration) - function in org.somda.sdc.glue.consumer.SdcRemoteDevicesConnector
Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).
connect(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.glue.consumer.ConnectConfiguration,org.somda.sdc.biceps.common.access.MdibAccessObserver) - function in org.somda.sdc.glue.consumer.SdcRemoteDevicesConnector
Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).
connect(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.glue.consumer.ConnectConfiguration) - function in org.somda.sdc.glue.consumer.SdcRemoteDevicesConnectorImpl
Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).
connect(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.glue.consumer.ConnectConfiguration,org.somda.sdc.biceps.common.access.MdibAccessObserver) - function in org.somda.sdc.glue.consumer.SdcRemoteDevicesConnectorImpl
Tries to establish an SDC client connection to the given hosting service proxy (i.e., remote SDC device).
ConnectConfiguration - class in org.somda.sdc.glue.consumer
Container to provide connection options for remote SDC device connections.
Consumer - class in org.somda.sdc.glue.guice
Consumer annotation for class bindings relevant to the SDC service consumer side.
ConsumerConfig - class in org.somda.sdc.glue.consumer
Configuration for the SDC consumer side.
Context - class in org.somda.sdc.glue.provider.sco
Transaction context to be used on incoming set service requests in order to send reports and the initial response.
ContextFactory - class in org.somda.sdc.glue.provider.sco.factory
Factory to create Context instances.
ContextIdentificationMapper - class in org.somda.sdc.glue.common.uri
Utility class to map between context-based URIs and instance identifiers.
ContextIdentificationMapper.ContextSource - class in org.somda.sdc.glue.common.uri.ContextIdentificationMapper
Defines the context instance identifier URI type.
create(org.somda.sdc.biceps.model.participant.LocationDetail) - function in org.somda.sdc.glue.common.FallbackInstanceIdentifier
Creates an instance identifier based on the fallback algorithm defined in IEEE 11073-20701-2018 section 9.4.1.1.
create() - function in org.somda.sdc.glue.consumer.ConnectConfiguration
Creates a configuration that subscribes nothing.
create(java.util.Collection) - function in org.somda.sdc.glue.consumer.ConnectConfiguration
Creates a configuration with predefined actions.
create(java.util.Collection,java.util.Collection) - function in org.somda.sdc.glue.consumer.ConnectConfiguration
Creates a configuration with predefined actions.
create() - function in org.somda.sdc.glue.consumer.SdcDiscoveryFilterBuilder
 
createContext(long,java.lang.String,org.somda.sdc.biceps.model.participant.InstanceIdentifier,org.somda.sdc.dpws.device.EventSourceAccess,org.somda.sdc.biceps.provider.access.LocalMdibAccess,java.lang.String) - function in org.somda.sdc.glue.provider.sco.factory.ContextFactory
Creates a new Context instance.
createHighPriorityServices(org.somda.sdc.biceps.provider.access.LocalMdibAccess,org.somda.sdc.glue.provider.sco.OperationInvocationReceiver) - function in org.somda.sdc.glue.provider.services.factory.ServicesFactory
Creates a new HighPriorityServices instance.
createLocalizationService(org.somda.sdc.glue.provider.localization.LocalizationStorage) - function in org.somda.sdc.glue.provider.localization.factory.LocalizationServiceFactory
Creates a new LocalizationService instance.
createLocalizationServiceProxy(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.dpws.service.HostedServiceProxy) - function in org.somda.sdc.glue.consumer.localization.factory.LocalizationServiceProxyFactory
Creates a new LocalizationServiceProxy instance.
createLowPriorityServices(org.somda.sdc.biceps.provider.access.LocalMdibAccess,org.somda.sdc.glue.provider.localization.LocalizationStorage) - function in org.somda.sdc.glue.provider.services.factory.ServicesFactory
Creates a new LowPriorityServices instance.
createMdibMapper(org.somda.sdc.biceps.common.access.MdibAccess) - function in org.somda.sdc.glue.common.factory.MdibMapperFactory
Creates a new MdibMapper that maps from MdibAccess to org.somda.sdc.biceps.model.participant.Mdib.
createModificationsBuilder(org.somda.sdc.biceps.model.participant.Mdib) - function in org.somda.sdc.glue.common.factory.ModificationsBuilderFactory
Creates a ModificationsBuilder instance.
createModificationsBuilder(org.somda.sdc.biceps.model.participant.Mdib,java.lang.Boolean) - function in org.somda.sdc.glue.common.factory.ModificationsBuilderFactory
Creates a ModificationsBuilder instance.
createModificationsBuilder(org.somda.sdc.biceps.model.participant.Mdib,java.lang.Boolean,org.somda.sdc.glue.common.DefaultStateValues) - function in org.somda.sdc.glue.common.factory.ModificationsBuilderFactory
Creates a ModificationsBuilder instance.
createOperationInvocationDispatcher(org.somda.sdc.dpws.service.HostingServiceProxy) - function in org.somda.sdc.glue.consumer.sco.factory.OperationInvocationDispatcherFactory
 
createReportGenerator(org.somda.sdc.dpws.device.EventSourceAccess) - function in org.somda.sdc.glue.provider.services.helper.factory.ReportGeneratorFactory
Creates a new ReportGenerator.
createScoController(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.dpws.service.HostedServiceProxy,org.somda.sdc.dpws.service.HostedServiceProxy) - function in org.somda.sdc.glue.consumer.sco.factory.ScoControllerFactory
 
createScoController(org.somda.sdc.dpws.device.EventSourceAccess,org.somda.sdc.biceps.provider.access.LocalMdibAccess,org.somda.sdc.glue.provider.sco.OperationInvocationReceiver) - function in org.somda.sdc.glue.provider.sco.factory.ScoControllerFactory
Creates a new ScoController instance.
createScoTransaction(T,java.util.function.Consumer) - function in org.somda.sdc.glue.consumer.sco.factory.ScoTransactionFactory
 
createSdcDevice(org.somda.sdc.dpws.device.DeviceSettings,org.somda.sdc.biceps.provider.access.LocalMdibAccess,org.somda.sdc.glue.provider.sco.OperationInvocationReceiver,java.util.Collection) - function in org.somda.sdc.glue.provider.factory.SdcDeviceFactory
Creates a new SdcDevice instance.
createSdcDevice(org.somda.sdc.dpws.device.DeviceSettings,org.somda.sdc.biceps.provider.access.LocalMdibAccess,org.somda.sdc.glue.provider.sco.OperationInvocationReceiver,java.util.Collection,org.somda.sdc.glue.provider.localization.LocalizationStorage,java.util.List) - function in org.somda.sdc.glue.provider.factory.SdcDeviceFactory
Creates a new SdcDevice instance.
createSdcRemoteDevice(org.somda.sdc.dpws.service.HostingServiceProxy,org.somda.sdc.biceps.consumer.access.RemoteMdibAccess,org.somda.sdc.glue.consumer.report.ReportProcessor,org.somda.sdc.glue.consumer.sco.ScoController,org.somda.sdc.glue.consumer.SdcRemoteDeviceWatchdog,org.somda.sdc.glue.consumer.localization.LocalizationServiceProxy) - function in org.somda.sdc.glue.consumer.factory.SdcRemoteDeviceFactory
 
createSdcRemoteDeviceWatchdog(org.somda.sdc.dpws.service.HostingServiceProxy,java.util.Map,org.somda.sdc.glue.consumer.WatchdogObserver) - function in org.somda.sdc.glue.consumer.factory.SdcRemoteDeviceWatchdogFactory
Creates a SdcRemoteDeviceWatchdog instance.
createSuccessfulResponse(org.somda.sdc.biceps.model.message.InvocationState) - function in org.somda.sdc.glue.provider.sco.Context
Creates a successful initial invocation response based on this context with latest MDIB version.
createSuccessfulResponse(org.somda.sdc.biceps.model.participant.MdibVersion,org.somda.sdc.biceps.model.message.InvocationState) - function in org.somda.sdc.glue.provider.sco.Context
Creates a successful initial invocation response based on this context.
createUnsuccessfulResponse(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
Creates an unsuccessful initial invocation response based on this context with latest MDIB version.
createUnsuccessfulResponse(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
Creates an unsuccessful initial invocation response based on this context.
createWithLocationDetailQuery(org.somda.sdc.biceps.model.participant.InstanceIdentifier,org.somda.sdc.biceps.model.participant.LocationDetail) - function in org.somda.sdc.glue.common.uri.LocationDetailQueryMapper
Creates a URI out of a location context instance identifier and location detail.
A  B  C  D  E  F  G  H  I  L  M  O  P  R  S  T  U  V  W