com.sun.jini.jeri.internal.connection
Interface ConnManager


public interface ConnManager

Defines interface for internal pluggable counterparts of ConnectionManager.

Since:
2.0
Author:
Sun Microsystems, Inc.

Method Summary
 OutboundRequestIterator newRequest(OutboundRequestHandle handle)
          Returns an outbound request iterator to use to send a new request corresponding to the specified request handle over the connection endpoint for this instance.
 

Method Detail

newRequest

OutboundRequestIterator newRequest(OutboundRequestHandle handle)
Returns an outbound request iterator to use to send a new request corresponding to the specified request handle over the connection endpoint for this instance. This method is equivalent in function to ConnectionManager.newRequest(net.jini.jeri.connection.OutboundRequestHandle).

Parameters:
handle - the outbound request handle
Returns:
an outbound request iterator to use to send a new request corresponding to the specified handle
Throws:
NullPointerException - if handle is null
IllegalArgumentException - if the specified handle was not created for use with a connection endpoint equivalent to the endpoint contained by this instance


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