GigaSpaces XAP 9.0 API

net.jini.id
Interface ReferentUuid

All Known Implementing Classes:
org.jini.rio.resources.servicecore.AbstractProxy, ConstrainableEventLease, ConstrainableLandlordLease, ESMProxy, EventLease, LandlordLease, MahaloTxnBasicLease, PUServiceBeanProxy, TxnMgrProxy

public interface ReferentUuid

Defines an interface that allows a proxy for a resource to express the identity of that resource. Resources include items like services, leases, service registrations, and lease renewal sets. Any resource that is represented by proxies that implement this interface has a unique identity. That identity is expressed by assigning the resource a universally unique identifier. This universally unique identifier will be represented using the Uuid class. This Uuid must be:

Given two objects, o1 and o2, that implement ReferentUuid:

Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
Uuid

Method Summary
 Uuid getReferentUuid()
          Return the Uuid that has been assigned to the resource this proxy represents.
 

Method Detail

getReferentUuid

Uuid getReferentUuid()
Return the Uuid that has been assigned to the resource this proxy represents.

Returns:
the Uuid associated with the resource this proxy represents. Will not return null.

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.