| 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  | 
BasicInvocationDispatcher
A basic implementation of the  
InvocationDispatcher interface,
 providing preinvocation access control for
 remote objects exported using BasicJeriExporter. | 
| Modifier and Type | Method and Description | 
|---|---|
protected InvocationDispatcher | 
BasicILFactory.createInvocationDispatcher(Collection methods,
                          Remote impl,
                          ServerCapabilities caps)
Returns an invocation dispatcher to receive incoming remote calls
 for the specified methods to the specified remote object, for a
 server and transport with the specified capabilities. 
 | 
protected abstract InvocationDispatcher | 
AbstractILFactory.createInvocationDispatcher(Collection methods,
                          Remote impl,
                          ServerCapabilities caps)
Returns an invocation dispatcher to receive incoming remote calls
 for the specified methods to the specified remote object, for a
 server and transport with the specified capabilities. 
 | 
InvocationDispatcher | 
InvocationLayerFactory.Instances.getInvocationDispatcher()
Returns the invocation dispatcher. 
 | 
| Constructor and Description | 
|---|
Instances(Remote proxy,
         InvocationDispatcher dispatcher)
Creates a container for a proxy instance and an invocation
 dispatcher instance. 
 |