Uses of Package
net.jini.export

Packages that use net.jini.export
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.activation Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation framework to support activatable objects that are exported using an Exporter to go inactive, to provide invocation handlers for exporters that want to use dynamic proxies for activatable remote objects, and to support trust verification of secure activatable dynamic proxies and secure activation identifiers. 
net.jini.iiop Provides an Exporter implementation, IiopExporter, that can be used to export and unexport RMI-IIOP remote objects. 
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
net.jini.jrmp Provides an Exporter implementation, JrmpExporter, that can be used to export and unexport activatable and non-activatable JRMP remote objects. 
net.jini.security.proxytrust Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. 
 

Classes in net.jini.export used by com.sun.jini.phoenix
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
 

Classes in net.jini.export used by com.sun.jini.start
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
ProxyAccessor
          Provides a means to obtain a proxy from an exported remote object.
 

Classes in net.jini.export used by net.jini.activation
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
 

Classes in net.jini.export used by net.jini.iiop
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
 

Classes in net.jini.export used by net.jini.jeri
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
 

Classes in net.jini.export used by net.jini.jrmp
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
ServerContext.Spi
          Defines the interface for server context providers, which are consulted by ServerContext.getServerContext() if no server context has been explicitly associated with the current thread via a previous call to ServerContext.doWithServerContext(java.lang.Runnable, java.util.Collection).
 

Classes in net.jini.export used by net.jini.security.proxytrust
Exporter
          An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
 



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