Package | Description |
---|---|
net.jini.id |
Provides classes and interfaces for using universally unique
identifiers.
|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
Modifier and Type | Method and Description |
---|---|
static Uuid |
UuidFactory.create(long bits0,
long bits1)
Creates a new
Uuid with the specified 128-bit
value. |
static Uuid |
UuidFactory.create(String s)
Creates a new
Uuid with the 128-bit value
represented by the specified string. |
static Uuid |
UuidFactory.generate()
Generates a new
Uuid with 122 bits of its value
produced from a cryptographically strong random sequence. |
Uuid |
ReferentUuid.getReferentUuid()
Return the
Uuid that has been assigned to the
resource this proxy represents. |
static Uuid |
UuidFactory.read(InputStream in)
Creates a new
Uuid with the 128-bit value obtained
by unmarshalling a binary representation from the supplied
InputStream . |
Modifier and Type | Method and Description |
---|---|
Uuid |
BasicObjectEndpoint.getObjectIdentifier()
Returns the object identifier for the referenced remote object.
|
Uuid |
BasicJeriExporter.getObjectIdentifier()
Returns the object identifier for this exporter.
|
Constructor and Description |
---|
BasicJeriExporter(ServerEndpoint se,
InvocationLayerFactory ilf,
boolean enableDGC,
boolean keepAlive,
Uuid id)
Creates a new
BasicJeriExporter with the given server
endpoint, invocation layer factory, enableDGC flag,
keepAlive flag, and object identifier. |
BasicObjectEndpoint(Endpoint ep,
Uuid id,
boolean enableDGC)
Creates a new
BasicObjectEndpoint to reference a
remote object at the specified Endpoint with the
specified Uuid . |