Uses of Interface
net.jini.jeri.OutboundRequest

Packages that use OutboundRequest
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
 

Uses of OutboundRequest in net.jini.jeri
 

Methods in net.jini.jeri that return OutboundRequest
 OutboundRequest OutboundRequestIterator.next()
          Initiates an attempt to communicate the request to the remote endpoint.
 

Methods in net.jini.jeri with parameters of type OutboundRequest
protected  ObjectInputStream BasicInvocationHandler.createMarshalInputStream(Object proxy, Method method, OutboundRequest request, boolean integrity, Collection context)
          Returns a new ObjectInputStream instance to use to read objects from the response input stream obtained by invoking the getResponseInputStream method on the given request.
protected  ObjectOutputStream BasicInvocationHandler.createMarshalOutputStream(Object proxy, Method method, OutboundRequest request, Collection context)
          Returns a new ObjectOutputStream instance to use to write objects to the request output stream obtained by invoking the getRequestOutputStream method on the given request.
 RemoteException ObjectEndpoint.executeCall(OutboundRequest call)
          Synchronously executes a remote call in progress to the identified remote object, so that the response can be read.
 RemoteException BasicObjectEndpoint.executeCall(OutboundRequest call)
          Synchronously executes a remote call in progress to the identified remote object, so that the response can be read.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.