Package | Description |
---|---|
com.sun.jini.jeri.internal.runtime | |
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
Modifier and Type | Field and Description |
---|---|
private InvocationDispatcher |
DgcRequestDispatcher.dgcDispatcher |
private InvocationDispatcher |
Target.invocationDispatcher |
Modifier and Type | Method and Description |
---|---|
private void |
Target.dispatch(InboundRequest request,
InvocationDispatcher id,
Remote impl) |
private void |
Target.dispatch(InboundRequest request,
InvocationDispatcher id,
Remote impl,
Thread t) |
(package private) void |
Target.setInvocationDispatcher(InvocationDispatcher id) |
void |
BasicExportTable.Entry.setInvocationDispatcher(InvocationDispatcher id)
Sets the invocation dispatcher for the exported object.
|
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 | Field and Description |
---|---|
private InvocationDispatcher |
InvocationLayerFactory.Instances.dispatcher |
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 |
---|
Instances(Remote proxy,
InvocationDispatcher dispatcher)
Creates a container for a proxy instance and an invocation
dispatcher instance.
|
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.