Uses of Interface
net.jini.jeri.InvocationLayerFactory

Packages that use InvocationLayerFactory
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
 

Uses of InvocationLayerFactory in com.sun.jini.phoenix
 

Classes in com.sun.jini.phoenix that implement InvocationLayerFactory
 class AccessILFactory
          A basic invocation layer factory, used in exporting an ActivationMonitor or ActivationInstantiator to use Jini extensible remote invocation (Jini ERI), that is similar to BasicILFactory except the returned invocation dispatcher only accepts calls from the local host.
 class SystemAccessILFactory
          Invocation layer factory for exporting an ActivationSystem to use Jini extensible remote invocation (Jini ERI), that is similar to BasicILFactory except the remote object must be an ActivationSystem instance and the returned dispatcher optionally accepts calls from the local host and optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
 class SystemAccessProxyTrustILFactory
          Invocation layer factory for exporting an ActivationSystem to use Jini extensible remote invocation (Jini ERI), that is similar to ProxyTrustILFactory except the remote object must be an ActivationSystem instance and the returned dispatcher optionally accepts calls from the local host and optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
 

Uses of InvocationLayerFactory in net.jini.jeri
 

Classes in net.jini.jeri that implement InvocationLayerFactory
 class AbstractILFactory
          An abstract implementation of InvocationLayerFactory that provides a convenient way for subclasses to create proxies and invocation dispatchers for remote objects.
 class BasicILFactory
          A basic implementation of an InvocationLayerFactory.
 class ProxyTrustILFactory
          Invocation layer factory for remote objects exported to use Jini extensible remote invocation (Jini ERI) that produces proxies that additionally implement the ProxyTrust interface.
 

Methods in net.jini.jeri that return InvocationLayerFactory
 InvocationLayerFactory BasicJeriExporter.getInvocationLayerFactory()
          Returns the InvocationLayerFactory for this exporter.
 

Constructors in net.jini.jeri with parameters of type InvocationLayerFactory
BasicJeriExporter(ServerEndpoint se, InvocationLayerFactory ilf)
          Creates a new BasicJeriExporter with the given server endpoint and invocation layer factory.
BasicJeriExporter(ServerEndpoint se, InvocationLayerFactory ilf, boolean enableDGC, boolean keepAlive)
          Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, and keepAlive flag.
BasicJeriExporter(ServerEndpoint se, InvocationLayerFactory ilf, boolean enableDGC, boolean keepAlive, Uuid id)
          Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, keepAlive flag, and object identifier.
 



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