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. |