| 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  | 
BasicObjectEndpoint
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectEndpoint | 
BasicInvocationHandler.getObjectEndpoint()
Returns this  
BasicInvocationHandler's
 ObjectEndpoint. | 
| Modifier and Type | Method and Description | 
|---|---|
InvocationLayerFactory.Instances | 
InvocationLayerFactory.createInstances(Remote impl,
               ObjectEndpoint oe,
               ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote
 object being exported. 
 | 
InvocationLayerFactory.Instances | 
AbstractILFactory.createInstances(Remote impl,
               ObjectEndpoint oe,
               ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote
 object being exported. 
 | 
protected InvocationHandler | 
BasicILFactory.createInvocationHandler(Class[] interfaces,
                       Remote impl,
                       ObjectEndpoint oe)
Returns an invocation handler to use with a  
Proxy instance
 implementing the specified interfaces, communicating with the
 specified remote object using the specified object endpoint. | 
protected abstract InvocationHandler | 
AbstractILFactory.createInvocationHandler(Class[] interfaces,
                       Remote impl,
                       ObjectEndpoint oe)
Returns an invocation handler to use with a  
Proxy instance
 implementing the specified interfaces, communicating with the
 specified remote object using the specified object endpoint. | 
| Constructor and Description | 
|---|
BasicInvocationHandler(ObjectEndpoint oe,
                      MethodConstraints serverConstraints)
Creates a new  
BasicInvocationHandler with the
 specified ObjectEndpoint and server constraints. |