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