Package | Description |
---|---|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
Modifier and Type | Method and Description |
---|---|
protected ObjectInputStream |
BasicInvocationDispatcher.createMarshalInputStream(Object impl,
InboundRequest request,
boolean integrity,
Collection context)
Returns a new marshal input stream to use to read objects from the
request input stream obtained by invoking the
getRequestInputStream method
on the given request . |
protected ObjectOutputStream |
BasicInvocationDispatcher.createMarshalOutputStream(Object impl,
Method method,
InboundRequest request,
Collection context)
Returns a new marshal output stream to use to write objects to the
response output stream obtained by invoking the
getResponseOutputStream
method on the given request . |
void |
RequestDispatcher.dispatch(InboundRequest request)
Processes an inbound request.
|
void |
InvocationDispatcher.dispatch(Remote impl,
InboundRequest request,
Collection context)
Dispatches the invocation represented by an
InboundRequest
to the specified remote object. |
void |
BasicInvocationDispatcher.dispatch(Remote impl,
InboundRequest request,
Collection context)
Dispatches the specified inbound request to the specified remote object.
|