|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InvocationLayerFactory | |
| net.jini.jeri | Provides the fundamental abstractions and standard implementation classes for Jini(TM) extensible remote invocation (Jini ERI). |
| 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(TM) 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||