Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
static class |
AccessILFactory.AccessDispatcher
A subclass of
BasicInvocationDispatcher that only accepts
calls from the local host. |
static class |
SystemAccessILFactory.SystemDispatcher
A subclass of
BasicInvocationDispatcher for
ActivationSystem instances that optionally enforces a
GroupPolicy on calls to registerGroup and
setActivationGroupDesc . |
Modifier and Type | Method and Description |
---|---|
protected InvocationDispatcher |
SystemAccessProxyTrustILFactory.createInvocationDispatcher(Collection methods,
Remote impl,
ServerCapabilities caps)
Returns a
SystemAccessILFactory.SystemDispatcher
instance constructed with the specified methods, the class loader
specified during construction, the remote object, server capabilities,
and the server constraints, permission class, and group policy that
this factory was constructed with and a flag indicating whether the
dispatcher should only accept calls from the local host. |
protected InvocationDispatcher |
SystemAccessILFactory.createInvocationDispatcher(Collection methods,
Remote impl,
ServerCapabilities caps)
Returns a
SystemAccessILFactory.SystemDispatcher instance constructed with the
specified methods, the class loader specified during construction,
the remote object, server capabilities, and the server constraints,
permission class, and group policy that this factory was constructed
with and a flag indicating whether the dispatcher should only accept
calls from the local host. |
protected InvocationDispatcher |
AccessILFactory.createInvocationDispatcher(Collection methods,
Remote impl,
ServerCapabilities caps)
Returns an
AccessILFactory.AccessDispatcher instance constructed with the
specified methods, the specified server capabilities, and the class
loader specified at construction. |
Modifier and Type | Class and Description |
---|---|
class |
BasicInvocationDispatcher
A basic implementation of the
InvocationDispatcher interface,
providing preinvocation access control for
remote objects exported using BasicJeriExporter . |
Modifier and Type | Method and Description |
---|---|
protected InvocationDispatcher |
BasicILFactory.createInvocationDispatcher(Collection methods,
Remote impl,
ServerCapabilities caps)
Returns an invocation dispatcher to receive incoming remote calls
for the specified methods to the specified remote object, for a
server and transport with the specified capabilities.
|
protected abstract InvocationDispatcher |
AbstractILFactory.createInvocationDispatcher(Collection methods,
Remote impl,
ServerCapabilities caps)
Returns an invocation dispatcher to receive incoming remote calls
for the specified methods to the specified remote object, for a
server and transport with the specified capabilities.
|
InvocationDispatcher |
InvocationLayerFactory.Instances.getInvocationDispatcher()
Returns the invocation dispatcher.
|
Constructor and Description |
---|
InvocationLayerFactory.Instances(Remote proxy,
InvocationDispatcher dispatcher)
Creates a container for a proxy instance and an invocation
dispatcher instance.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.