| 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  | 
AbstractILFactory
An abstract implementation of  
InvocationLayerFactory that
 provides a convenient way for subclasses to create proxies and
 invocation dispatchers for remote objects. | 
class  | 
BasicILFactory
A basic implementation of an  
InvocationLayerFactory. | 
class  | 
ProxyTrustILFactory
Invocation layer factory for remote objects exported to use Jini
 extensible remote invocation (Jini ERI) that produces proxies that
 additionally implement the  
ProxyTrust interface. | 
| Modifier and Type | Method and Description | 
|---|---|
InvocationLayerFactory | 
BasicJeriExporter.getInvocationLayerFactory()
Returns the  
InvocationLayerFactory for this
 exporter. | 
| Constructor and Description | 
|---|
BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf)
Creates a new  
BasicJeriExporter with the given server
 endpoint and invocation layer factory. | 
BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf,
                 boolean enableDGC,
                 boolean keepAlive)
Creates a new  
BasicJeriExporter with the given server
 endpoint, invocation layer factory, enableDGC flag, and
 keepAlive flag. | 
BasicJeriExporter(ServerEndpoint se,
                 InvocationLayerFactory ilf,
                 boolean enableDGC,
                 boolean keepAlive,
                 Uuid id)
Creates a new  
BasicJeriExporter with the given server
 endpoint, invocation layer factory, enableDGC flag,
 keepAlive flag, and object identifier. |