|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnManager
Defines interface for internal pluggable counterparts of
ConnectionManager
.
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 |
---|
OutboundRequestIterator newRequest(OutboundRequestHandle handle)
ConnectionManager.newRequest(net.jini.jeri.connection.OutboundRequestHandle)
.
handle
- the outbound request handle
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |