|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uuid | |
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). |
Uses of Uuid in net.jini.id |
Methods in net.jini.id that return Uuid | |
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.
|
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 .
|
Uuid |
ReferentUuid.getReferentUuid()
Return the Uuid that has been assigned to the
resource this proxy represents. |
Uses of Uuid in net.jini.jeri |
Methods in net.jini.jeri that return Uuid | |
Uuid |
BasicObjectEndpoint.getObjectIdentifier()
Returns the object identifier for the referenced remote object. |
Uuid |
BasicJeriExporter.getObjectIdentifier()
Returns the object identifier for this exporter. |
Constructors in net.jini.jeri with parameters of type Uuid | |
BasicObjectEndpoint(Endpoint ep,
Uuid id,
boolean enableDGC)
Creates a new BasicObjectEndpoint to reference a
remote object at the specified Endpoint with the
specified Uuid . |
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |