net.jini.jeri.tcp
Class TcpEndpoint.Handle

java.lang.Object
  extended by net.jini.jeri.tcp.TcpEndpoint.Handle
All Implemented Interfaces:
OutboundRequestHandle
Enclosing class:
TcpEndpoint

private class TcpEndpoint.Handle
extends Object
implements OutboundRequestHandle

OutboundRequestHandle implementation.


Field Summary
private  Constraints.Distilled distilled
           
 
Constructor Summary
TcpEndpoint.Handle(Constraints.Distilled distilled)
           
 
Method Summary
(package private)  Constraints.Distilled getDistilledConstraints()
           
(package private)  TcpEndpoint getTcpEndpoint()
           
(package private)  InvocationConstraints getUnfulfilledConstraints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distilled

private final Constraints.Distilled distilled
Constructor Detail

TcpEndpoint.Handle

TcpEndpoint.Handle(Constraints.Distilled distilled)
Method Detail

getTcpEndpoint

TcpEndpoint getTcpEndpoint()

getDistilledConstraints

Constraints.Distilled getDistilledConstraints()

getUnfulfilledConstraints

InvocationConstraints getUnfulfilledConstraints()


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