Uses of Interface
net.jini.id.ReferentUuid

Packages that use ReferentUuid
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of ReferentUuid in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement ReferentUuid
(package private)  class FiddlerAdminProxy
          This class is a proxy providing access to the methods of an implementation of the lookup discovery service which allow the administration of the service.
(package private) static class FiddlerAdminProxy.ConstrainableFiddlerAdminProxy
          The constrainable version of the class FiddlerAdminProxy.
(package private)  class FiddlerLease
          When the Fiddler implementation of the lookup discovery service grants a lease on a registration requested by a client, a proxy to that lease is provided to allow the client to interact with the granted lease.
(package private) static class FiddlerLease.ConstrainableFiddlerLease
          The constrainable version of the class FiddlerLease.
(package private)  class FiddlerProxy
          This class is a proxy for a lookup discovery service.
(package private) static class FiddlerProxy.ConstrainableFiddlerProxy
          The constrainable version of the class FiddlerProxy.
(package private)  class FiddlerRegistration
          This class is an implementation of the LookupDiscoveryRegistration interface.
(package private) static class FiddlerRegistration.ConstrainableFiddlerRegistration
          The constrainable version of FiddlerRegistration.
 

Uses of ReferentUuid in com.sun.jini.landlord
 

Classes in com.sun.jini.landlord that implement ReferentUuid
 class ConstrainableLandlordLease
          Constrainable sub-class of LandlordLease.
 class LandlordLease
          Basic implementation of net.jini.core.lease.Lease that works with the the Landlord protocol.
 

Uses of ReferentUuid in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement ReferentUuid
(package private)  class TxnMgrAdminProxy
          A TxnMgrAdminProxy is a client-side proxy for a mailbox service.
(package private) static class TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy
           
(package private)  class TxnMgrProxy
          A TxnMgrProxy is a proxy for the transaction manager service.
(package private) static class TxnMgrProxy.ConstrainableTxnMgrProxy
          A subclass of TxnMgrProxy that implements RemoteMethodControl.
 

Uses of ReferentUuid in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement ReferentUuid
(package private)  class ListenerProxy
          The ListenerProxy class implements the RemoteEventListener interface.
(package private) static class ListenerProxy.ConstrainableListenerProxy
          A subclass of ListenerProxy that implements RemoteMethodControl.
(package private)  class MailboxAdminProxy
          A MailboxAdminProxy is a client-side proxy for a mailbox service.
(package private) static class MailboxAdminProxy.ConstrainableMailboxAdminProxy
           
(package private)  class MailboxProxy
          A MailboxProxy is a proxy for the event mailbox service.
(package private) static class MailboxProxy.ConstrainableMailboxProxy
          A subclass of MailboxProxy that implements RemoteMethodControl.
(package private)  class Registration
          The Registration class is the client-side proxy returned to event mailbox clients as the result of the registration process.
(package private) static class Registration.ConstrainableRegistration
          A subclass of Registration that implements RemoteMethodControl.
 

Uses of ReferentUuid in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement ReferentUuid
(package private)  class AbstractProxy
          Defines an abstract class that supplies basic referent UUID and serialization behavior for Norm proxies.
(package private)  class AdminProxy
          Defines a proxy for a Norm server's admin object.
(package private) static class AdminProxy.ConstrainableAdminProxy
          Defines a subclass that implements RemoteMethodControl.
(package private)  class NormProxy
          Defines a client-side proxy for a Norm server.
(package private) static class NormProxy.ConstrainableNormProxy
          Defines a subclass of NormProxy that implements RemoteMethodControl.
(package private)  class SetProxy
          Client side proxy for Norm's lease renewal sets.
(package private) static class SetProxy.ConstrainableSetProxy
          Defines a subclass of SetProxy that implements RemoteMethodControl.
 

Uses of ReferentUuid in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement ReferentUuid
(package private)  class ConstrainableAdminProxy
          Constrainable subclass of AdminProxy
(package private)  class ConstrainableParticipantProxy
          Subclass of ParticipantProxy that implements RemoteMethodControl
(package private)  class ConstrainableSpaceProxy2
          Constrainable subclass of SpaceProxy2
(package private)  class ParticipantProxy
          Object Outrigger hands to transaction managers on join.
(package private)  class SpaceProxy2
          This class is the client-side proxy for the Outrigger implementation of a JavaSpacesTM service.
 

Uses of ReferentUuid in com.sun.jini.reggie
 

Classes in com.sun.jini.reggie that implement ReferentUuid
(package private)  class ConstrainableEventLease
          EventLease subclass that supports constraints.
(package private)  class ConstrainableRegistrarProxy
          RegistrarProxy subclass that supports constraints.
(package private)  class ConstrainableRegistration
          Registration subclass that supports constraints.
(package private)  class ConstrainableServiceLease
          ServiceLease subclass that supports constraints.
(package private)  class EventLease
          When a registrar (lookup service) grants a lease on an event registration on behalf of some object (client), a proxy is employed to allow the client to interact with the lease; this class is the implementation of that proxy.
(package private)  class RegistrarLease
          The base class for lease proxies.
(package private)  class RegistrarProxy
          A RegistrarProxy is a proxy for a registrar.
(package private)  class ServiceLease
          A ServiceLease is a proxy for a service registration lease at a registrar.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.