|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectEndpoint | |
| net.jini.jeri | Provides the fundamental abstractions and standard implementation classes for Jini(TM) extensible remote invocation (Jini ERI). |
| Uses of ObjectEndpoint in net.jini.jeri |
| Classes in net.jini.jeri that implement ObjectEndpoint | |
class |
BasicObjectEndpoint
References a remote object with an Endpoint for
sending requests to the object and a Uuid to identify
the object at that Endpoint.
|
| Methods in net.jini.jeri that return ObjectEndpoint | |
ObjectEndpoint |
BasicInvocationHandler.getObjectEndpoint()
Returns this BasicInvocationHandler's
ObjectEndpoint. |
| Methods in net.jini.jeri with parameters of type ObjectEndpoint | |
InvocationLayerFactory.Instances |
InvocationLayerFactory.createInstances(Remote impl,
ObjectEndpoint oe,
ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote object being exported. |
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.
|
InvocationLayerFactory.Instances |
AbstractILFactory.createInstances(Remote impl,
ObjectEndpoint oe,
ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote object being exported. The proxy and invocation dispatcher are returned in an InvocationLayerFactory.Instances container object. The proxy sends
calls to the remote object using the supplied
ObjectEndpoint.
The returned proxy implements an implementation-specific set of
remote interfaces of A given |
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.
|
| Constructors in net.jini.jeri with parameters of type ObjectEndpoint | |
BasicInvocationHandler(ObjectEndpoint oe,
MethodConstraints serverConstraints)
Creates a new BasicInvocationHandler with the
specified ObjectEndpoint and server constraints.
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||