Package | Description |
---|---|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
org.apache.river.jeri.internal.runtime |
Modifier and Type | Class and Description |
---|---|
class |
BasicObjectEndpoint
|
Modifier and Type | Method and Description |
---|---|
ObjectEndpoint |
BasicInvocationHandler.getObjectEndpoint()
Returns this
BasicInvocationHandler 's
ObjectEndpoint . |
Modifier and Type | Method and Description |
---|---|
InvocationLayerFactory.Instances |
AbstractILFactory.createInstances(Remote impl,
ObjectEndpoint oe,
ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote
object being exported.
|
InvocationLayerFactory.Instances |
InvocationLayerFactory.createInstances(Remote impl,
ObjectEndpoint oe,
ServerCapabilities caps)
Returns a compatible proxy and invocation dispatcher for a remote
object being exported.
|
protected abstract InvocationHandler |
AbstractILFactory.createInvocationHandler(Class[] interfaces,
Remote impl,
ObjectEndpoint oe)
Returns an invocation handler to use with a
Proxy instance
implementing the specified interfaces, communicating with the
specified remote object using the specified object endpoint. |
protected InvocationHandler |
AtomicILFactory.createInvocationHandler(Class[] interfaces,
Remote impl,
ObjectEndpoint oe)
Returns an invocation handler to use with a
Proxy instance
implementing the specified interfaces, communicating with the
specified remote object using the specified object endpoint. |
protected InvocationHandler |
BasicILFactory.createInvocationHandler(Class[] interfaces,
Remote impl,
ObjectEndpoint oe)
Returns an invocation handler to use with a
Proxy instance
implementing the specified interfaces, communicating with the
specified remote object using the specified object endpoint. |
Constructor and Description |
---|
AtomicInvocationHandler(ObjectEndpoint oe,
MethodConstraints serverConstraints,
boolean useCodebaseAnnotations) |
BasicInvocationHandler(ObjectEndpoint oe,
MethodConstraints serverConstraints)
Creates a new
BasicInvocationHandler with the
specified ObjectEndpoint and server constraints. |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
DgcClient.getRefEndpoint(ObjectEndpoint ref) |
protected Uuid |
DgcClient.getRefObjectID(ObjectEndpoint ref) |
Modifier and Type | Method and Description |
---|---|
void |
DgcClient.registerRefs(Endpoint endpoint,
Collection<ObjectEndpoint> refs) |
Copyright © 2016–2018. All rights reserved.