Uses of Interface
net.jini.security.proxytrust.ServerProxyTrust

Packages that use ServerProxyTrust
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
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.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of ServerProxyTrust in com.sun.jini.example.browser
 

Classes in com.sun.jini.example.browser that implement ServerProxyTrust
private  class Browser.Listener
           
private  class ServiceEditor.NotifyReceiver
           
 

Uses of ServerProxyTrust in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement ServerProxyTrust
(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.
 

Uses of ServerProxyTrust in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement ServerProxyTrust
(package private)  class ActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is activatable, and which will log its state information to persistent storage.
(package private)  class NonActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Mahalo.
(package private)  class TxnManagerImpl
          An implementation of the Jini Transaction Specification.
 

Uses of ServerProxyTrust in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement ServerProxyTrust
(package private)  class ActivatableMercuryImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mercury that is activatable, and which will log its state information to persistent storage.
(package private)  class MailboxImpl
          MailboxImpl implements the server side of the event mailbox service.
(package private)  class NonActivatableMercuryImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mercury that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientMercuryImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Mercury.
 

Uses of ServerProxyTrust in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement ServerProxyTrust
(package private)  class ActivatableNormServerImpl
          Provides an activatable implementation of NormServer.
(package private)  class NormServerBaseImpl
          Base class for implementations of NormServer.
(package private)  class PersistentNormServerImpl
          Provides a persistent, non-activatable implementation of NormServer.
(package private)  class TransientNormServerImpl
          Provides a transient implementation of NormServer.
 

Uses of ServerProxyTrust in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement ServerProxyTrust
 class OutriggerServerImpl
          A basic implementation of a JavaSpacesTM service.
(package private)  class OutriggerServerWrapper
          For various reasons there is code that we would like to run before every incoming remote call.
(package private)  class PersistentOutriggerImpl
          OutriggerServerWrapper subclass for persistent servers.
(package private)  class TransientOutriggerImpl
          OutriggerServerWrapper subclass for transient servers.
 

Uses of ServerProxyTrust in com.sun.jini.phoenix
 

Classes in com.sun.jini.phoenix that implement ServerProxyTrust
(package private)  class Activation.ActivatorImpl
           
(package private)  class Activation.MonitorImpl
           
(package private)  class Activation.SystemImpl
           
 class ActivationGroupImpl
          The default activation group implementation for phoenix.
 

Uses of ServerProxyTrust in com.sun.jini.reggie
 

Classes in com.sun.jini.reggie that implement ServerProxyTrust
 class PersistentRegistrarImpl
          Class for starting activatable and non-activatable persistent lookup services.
(package private)  class RegistrarImpl
          Base server-side implementation of a lookup service, subclassed by TransientRegistrarImpl and PersistentRegistrarImpl.
 class TransientRegistrarImpl
          Class for starting transient lookup services.
 

Uses of ServerProxyTrust in com.sun.jini.start
 

Classes in com.sun.jini.start that implement ServerProxyTrust
 class SharedGroupImpl
          The provided implementation of the SharedGroup service.
 

Uses of ServerProxyTrust in net.jini.lookup
 

Classes in net.jini.lookup that implement ServerProxyTrust
private  class ServiceDiscoveryManager.LookupCacheImpl.LookupListener
           
 



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