Uses of Class
net.jini.jeri.BasicILFactory

Packages that use BasicILFactory
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 BasicILFactory in com.sun.jini.phoenix
 

Subclasses of BasicILFactory in com.sun.jini.phoenix
 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 BasicILFactory in net.jini.jeri
 

Subclasses of BasicILFactory in net.jini.jeri
 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.
 



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