Modifier and Type | Field and Description |
---|---|
static ObjectID |
IDataStorage.PROCESSOR_ID
The well-known object id of the data storage.
|
Modifier and Type | Field and Description |
---|---|
static ObjectID |
INFCProcessor.PROCESSOR_ID
The well-known object id of the query processor.
|
Modifier and Type | Field and Description |
---|---|
static ObjectID |
IQueryProcessor.PROCESSOR_ID
The well-known object id of the query processor.
|
static ObjectID |
IContQueryProcessor.PROCESSOR_ID
The well-known object id of the query processor.
|
Modifier and Type | Field and Description |
---|---|
static ObjectID |
IDeviceRegistry.REGISTRY_ID
The well-known object id of the device registry.
|
Modifier and Type | Field and Description |
---|---|
static ObjectID |
ILeaseRegistry.REGISTRY_ID
The object id under which the remote lease registry will be
exported.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
Lease.getIdentifier()
Returns the identifier of the lease.
|
Modifier and Type | Method and Description |
---|---|
static ObjectID |
ObjectID.create()
Creates a new globally unique object id.
|
ObjectID |
ObjectRegistry.getIdentifier(IInvocationHandler handler)
Retrieves the id of a previously registered invocation handler.
|
ObjectID[] |
ObjectRegistry.getKnownIdentifiers()
Returns the well known services registered at this registry.
|
ObjectID |
ReferenceID.getObject()
Returns the identity of the referenced object.
|
ObjectID[] |
DeviceDescription.getServices()
Returns the well known object ids of well known services of
the device.
|
ObjectID |
ObjectRegistry.registerObject(IInvocationHandler handler)
Registers a new object that handles invocations.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceDescription.addService(ObjectID id)
Adds the id of a well known service and sends a notification to the
registered listeners.
|
SystemID[] |
DeviceRegistry.getDevices(ObjectID oid)
Returns an array of system ids that have been discovered recently
and that contain the specified well known service.
|
SystemID[] |
DeviceRegistry.getDevices(ObjectID[] ids)
Returns an array of system ids that consists of systems that contain
the specified well known services.
|
IInvocationHandler |
ObjectRegistry.getInvocationHandler(ObjectID id)
Retrieves an invocation handler for the specified id.
|
java.lang.Object |
ObjectRegistry.getKnownReference(ObjectID id)
Retrieves a local reference for the specified id.
|
SystemID[] |
DeviceRegistry.getRemoteDevices(ObjectID oid)
Returns an array of remote system ids that have been discovered
recently and that contain the specified well known service.
|
SystemID[] |
DeviceRegistry.getRemoteDevices(ObjectID[] ids)
Returns an array of remote system ids that consists of systems that
contain the specified well known services.
|
boolean |
DeviceDescription.hasService(ObjectID id)
Determines whether the service description contains the specified
well known service.
|
boolean |
ObjectRegistry.isIdentifierRegistered(ObjectID id)
Determines whether the specified object has been registered.
|
void |
ObjectRegistry.registerObject(ObjectID id,
IInvocationHandler handler,
java.lang.Object localReference)
Registers a well known object with the specified id.
|
IInvocationHandler |
ObjectRegistry.removeObject(ObjectID id)
Removes the invocation handler with the specified identifier.
|
void |
DeviceDescription.removeService(ObjectID id)
Removes the specified id from the description and sends a notification
to all registered listeners.
|
void |
ReferenceID.setObject(ObjectID object)
Sets the identity of the referenced object.
|
Constructor and Description |
---|
ReferenceID(SystemID system,
ObjectID object)
Creates a new reference to the specified object at
the specified location.
|