Package | Description |
---|---|
eu.gambas.system.communication.data | |
eu.gambas.system.communication.nfc | |
eu.gambas.system.communication.query | |
eu.gambas.system.communication.registry |
Modifier and Type | Method and Description |
---|---|
FutureResult |
DataStorageProxy.updateDef(SerializableUpdates update)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
DataStorageProxy.updateDef(java.lang.String triplesToAdd,
java.lang.String triplesToRemove)
Proxy method that creates and transfers a deferred synchronous invocation.
|
Modifier and Type | Method and Description |
---|---|
FutureResult |
NFCProcessorProxy.registerKeyDef(java.lang.Long requestId,
java.lang.String pseudonym)
Proxy method that creates and transfers a deferred synchronous invocation.
|
Modifier and Type | Method and Description |
---|---|
FutureResult |
QueryProcessorProxy.executeContinuousDef(java.lang.String query)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
QueryProcessorProxy.executeOnetimeDef(java.lang.String query)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.registerContinuousQueryDef(java.lang.String query,
java.lang.String subscriberId)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.registerContinuousTemplateDef(java.lang.String queryTemplate,
java.lang.String subscriberId)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.registerTokenValuesDef(java.lang.String tokenValues,
java.lang.String templateId,
java.lang.String subscriberId)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.requestStreamingDef(java.lang.String streamId)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.stopStreamingDef()
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.streamDef(java.lang.String data)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.unregisterContinuousQueryDef(java.lang.String queryId)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
ContQueryProcessorProxy.updateResultDef(java.lang.String data)
Proxy method that creates and transfers a deferred synchronous invocation.
|
Modifier and Type | Method and Description |
---|---|
FutureResult |
DeviceRegistryProxy.findDef(AbstractDeviceQuery query)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
DeviceRegistryProxy.registerDef(DeviceDescriptor descriptor)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
DeviceRegistryProxy.removeDef(DeviceRegistration registration)
Proxy method that creates and transfers a deferred synchronous invocation.
|
FutureResult |
DeviceRegistryProxy.updateDef(DeviceDescriptor descriptor,
DeviceRegistration registration)
Proxy method that creates and transfers a deferred synchronous invocation.
|