Package | Description |
---|---|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
org.apache.river.phoenix |
A configurable Java(TM) Remote Method Invocation (Java RMI) activation
system daemon implementation.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
InvocationLayerFactory |
BasicJeriExporter.getInvocationLayerFactory()
Returns the
InvocationLayerFactory for this
exporter. |
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
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 . |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.