Uses of Interface
com.sun.jini.fiddler.Fiddler

Packages that use Fiddler
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
 

Uses of Fiddler in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement Fiddler
(package private)  class ActivatableFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Fiddler that is activatable, and which will log its state information to persistent storage.
(package private)  class FiddlerImpl
          This class is the server side of an implementation of the lookup discovery service.
(package private)  class NonActivatableFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Fiddler that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Fiddler.
 

Fields in com.sun.jini.fiddler declared as Fiddler
private  Fiddler FiddlerImpl.innerProxy
          The inner proxy (stub or dynamic proxy) to this server
(package private)  Fiddler FiddlerLease.server
          The reference to the back-end server of the lookup discovery service that granted this lease (the granting entity).
(package private)  Fiddler FiddlerLeaseMap.server
          The reference to the back-end server of the lookup discovery service
(package private)  Fiddler FiddlerProxy.server
          The reference through which communication occurs between the client-side and the server-side of the lookup discovery service
(package private)  Fiddler FiddlerRegistration.server
          The reference through which communication occurs between the client-side and the server-side of the lookup discovery service
(package private)  Fiddler FiddlerAdminProxy.server
          The reference through which communication occurs between the client-side and the server-side of the lookup discovery service
 

Methods in com.sun.jini.fiddler that return Fiddler
private static Fiddler FiddlerLease.ConstrainableFiddlerLease.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerLeaseMap.ConstrainableFiddlerLeaseMap.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerProxy.ConstrainableFiddlerProxy.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerRegistration.ConstrainableFiddlerRegistration.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerAdminProxy.ConstrainableFiddlerAdminProxy.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
(package private)  Fiddler FiddlerLease.getServer()
          Returns a reference to the back-end server of the lookup discovery service that granted this lease.
 

Methods in com.sun.jini.fiddler with parameters of type Fiddler
private static Fiddler FiddlerLease.ConstrainableFiddlerLease.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerLeaseMap.ConstrainableFiddlerLeaseMap.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerProxy.ConstrainableFiddlerProxy.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerRegistration.ConstrainableFiddlerRegistration.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
private static Fiddler FiddlerAdminProxy.ConstrainableFiddlerAdminProxy.constrainServer(Fiddler server, MethodConstraints constraints)
          Returns a copy of the given server proxy having the client method constraints that result after the specified method mapping is applied to the given client method constraints.
static FiddlerAdminProxy FiddlerAdminProxy.createAdminProxy(Fiddler server, Uuid proxyID)
          Public static factory method that creates and returns an instance of FiddlerAdminProxy.
static FiddlerLease FiddlerLease.createLease(Fiddler server, Uuid serverID, Uuid registrationID, Uuid leaseID, long expiration)
          Public static factory method that creates and returns an instance of FiddlerLease.
static FiddlerRegistration FiddlerRegistration.createRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg)
          Public static factory method that creates and returns an instance of FiddlerRegistration.
static FiddlerProxy FiddlerProxy.createServiceProxy(Fiddler server, Uuid proxyID)
          Public static factory method that creates and returns an instance of FiddlerProxy.
 

Constructors in com.sun.jini.fiddler with parameters of type Fiddler
FiddlerAdminProxy.ConstrainableFiddlerAdminProxy(Fiddler server, Uuid proxyID, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerAdminProxy instance.
FiddlerAdminProxy(Fiddler server, Uuid proxyID)
          Constructs a new instance of FiddlerAdminProxy.
FiddlerLease.ConstrainableFiddlerLease(Fiddler server, Uuid serverID, Uuid registrationID, Uuid leaseID, long expiration, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerLease instance.
FiddlerLease(Fiddler server, Uuid serverID, Uuid registrationID, Uuid leaseID, long expiration)
          Constructs a proxy to the lease the Fiddler implementation of the lookup discovery service places on a client's requested registration.
FiddlerLeaseMap.ConstrainableFiddlerLeaseMap(Fiddler server, FiddlerLease lease, long duration, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerLeaseMap instance.
FiddlerLeaseMap(Fiddler server, FiddlerLease lease, long duration)
          Constructs a new instance of FiddlerLeaseMap.
FiddlerProxy.ConstrainableFiddlerProxy(Fiddler server, Uuid proxyID, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerProxy instance.
FiddlerProxy(Fiddler server, Uuid proxyID)
          Constructs a new instance of FiddlerProxy.
FiddlerRegistration.ConstrainableFiddlerRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg, MethodConstraints methodConstraints)
          Constructs a new ConstrainableFiddlerRegistration instance.
FiddlerRegistration(Fiddler server, Uuid registrationID, EventRegistration eventReg)
          Constructs a new instance of FiddlerRegistration.
ProxyVerifier(Fiddler innerProxy, Uuid proxyID)
          Constructs an instance of TrustVerifier that can be used to determine whether or not a given proxy is equivalent in trust, content, and function to the service's innerProxy referenced in the class constructed here.
 



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