Uses of Interface
net.jini.jeri.ObjectEndpoint

Packages that use ObjectEndpoint
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini 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 impl and may implement additional implementation-specific interfaces.

A given Exporter implementation should only call this method once per export. An invocation dispatcher constructed for a previous export should not be reused. AbstractILFactory implements this method to return a Proxy instance where: If the class loader specified during construction is not null, the proxy's class is defined by the specified loader.

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.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.