| Package | Description | 
|---|---|
| net.jini.jeri | Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractILFactoryAn abstract implementation of  InvocationLayerFactorythat
 provides a convenient way for subclasses to create proxies and
 invocation dispatchers for remote objects. | 
| class  | BasicILFactoryA basic implementation of an  InvocationLayerFactory. | 
| class  | ProxyTrustILFactoryInvocation layer factory for remote objects exported to use Jini
 extensible remote invocation (Jini ERI) that produces proxies that
 additionally implement the  ProxyTrustinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| InvocationLayerFactory | BasicJeriExporter. getInvocationLayerFactory()Returns the  InvocationLayerFactoryfor this
 exporter. | 
| Constructor and Description | 
|---|
| BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf)Creates a new  BasicJeriExporterwith the given server
 endpoint and invocation layer factory. | 
| BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf,
                 boolean enableDGC,
                 boolean keepAlive)Creates a new  BasicJeriExporterwith the given server
 endpoint, invocation layer factory,enableDGCflag, andkeepAliveflag. | 
| BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf,
                 boolean enableDGC,
                 boolean keepAlive,
                 Uuid id)Creates a new  BasicJeriExporterwith the given server
 endpoint, invocation layer factory,enableDGCflag,keepAliveflag, and object identifier. |