Uses of Class
net.jini.jeri.InvocationLayerFactory.Instances

Packages that use InvocationLayerFactory.Instances
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI).  
 

Uses of InvocationLayerFactory.Instances in net.jini.jeri
 

Methods in net.jini.jeri that return InvocationLayerFactory.Instances
 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. 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.

 



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