Modifier and Type | Method and Description |
---|---|
IContQueryProcessor |
CoreService.resolveQueryProcessor(Pseudonym pseudonym) |
Modifier and Type | Method and Description |
---|---|
void |
IDataStorage.update(SerializableUpdates update)
Executes an update on a remote storage.
|
void |
DataStorageProxy.update(SerializableUpdates update)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
IDataStorage.update(java.lang.String triplesToAdd,
java.lang.String triplesToRemove)
Executes an update on a remote storage.
|
void |
DataStorageProxy.update(java.lang.String triplesToAdd,
java.lang.String triplesToRemove)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
DataStorageProxy.updateAsync(SerializableUpdates update)
Proxy method that creates and transfers an asynchronous call.
|
void |
DataStorageProxy.updateAsync(java.lang.String triplesToAdd,
java.lang.String triplesToRemove)
Proxy method that creates and transfers an asynchronous call.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NFCProcessorProxy.registerKey(java.lang.Long requestId,
java.lang.String pseudonym)
Proxy method that creates and transfers an invocation for the interface method.
|
boolean |
INFCProcessor.registerKey(java.lang.Long requestId,
java.lang.String pseudonym)
Register a key at a remote device.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
QueryProcessorProxy.executeContinuous(java.lang.String query)
Proxy method that creates and transfers an invocation for the interface method.
|
java.lang.String |
IQueryProcessor.executeContinuous(java.lang.String query)
Executes a remote continuous query and returns the result as string.
|
SerializableResults |
QueryProcessorProxy.executeOnetime(java.lang.String query)
Proxy method that creates and transfers an invocation for the interface method.
|
SerializableResults |
IQueryProcessor.executeOnetime(java.lang.String query)
Executes a remote onetime query and returns the result as string.
|
Modifier and Type | Method and Description |
---|---|
DeviceListResult |
DeviceRegistryProxy.find(AbstractDeviceQuery query)
Proxy method that creates and transfers an invocation for the interface method.
|
<T extends AbstractDeviceResult> |
IDeviceRegistry.find(AbstractDeviceQuery<T> query)
Executes a query and returns a result.
|
DeviceRegistration |
IDeviceRegistry.register(DeviceDescriptor descriptor)
Registers a device descriptor.
|
DeviceRegistration |
DeviceRegistryProxy.register(DeviceDescriptor descriptor)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
IDeviceRegistry.remove(DeviceRegistration registration)
Removes a device descriptor.
|
void |
DeviceRegistryProxy.remove(DeviceRegistration registration)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
DeviceRegistryProxy.removeAsync(DeviceRegistration registration)
Proxy method that creates and transfers an asynchronous call.
|
boolean |
IDeviceRegistry.update(DeviceDescriptor descriptor,
DeviceRegistration registration)
Updates a device descriptor.
|
boolean |
DeviceRegistryProxy.update(DeviceDescriptor descriptor,
DeviceRegistration registration)
Proxy method that creates and transfers an invocation for the interface method.
|
Modifier and Type | Method and Description |
---|---|
IContQueryProcessor |
CqelsProcessorForJ2SE.resolveContQueryProcessor(Pseudonym pseudonym) |
Modifier and Type | Method and Description |
---|---|
void |
IntermediateResultStorage.collectRemoteResults(SelectQuery query)
Executes all SERVICE query patterns contained in the given query
(on their remote end points) and stores the results locally for
later use (as intermediate results).
|
CompactSparqlQueryResults |
RemoteQueryExecution.executeForUser(GraphNode user,
java.lang.String queryToSend)
Executes a select query pattern on a remote end
point that contains information about a given user
and returns the result as a JSON string.
|
Modifier and Type | Method and Description |
---|---|
void |
LeaseRegistryProxy.remove(SystemID system,
Lease lease)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
ILeaseRegistry.remove(SystemID system,
Lease lease)
Releases the observer that observes the specified object
identifier on the specified system.
|
void |
LeaseRegistryProxy.unhook(SystemID system,
Lease lease)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
ILeaseRegistry.unhook(SystemID system,
Lease lease)
Tells the local lease listener that the specified system
has unhooked the lease and that it might be released.
|
java.util.Vector |
LeaseRegistryProxy.update(SystemID system,
java.util.Vector leases)
Proxy method that creates and transfers an invocation for the interface method.
|
java.util.Vector |
ILeaseRegistry.update(SystemID system,
java.util.Vector leases)
Called by a remote lease registry.
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamHandler.connect(StreamDescriptor descriptor)
Called on the proxy to connect to a server using streams or
called on the server to signal that a client has requested
a connection.
|