com.sun.jini.discovery.internal
Class EndpointBasedClient.ConnectionInfo

java.lang.Object
  extended by com.sun.jini.discovery.internal.EndpointBasedClient.ConnectionInfo
Enclosing class:
EndpointBasedClient

private static class EndpointBasedClient.ConnectionInfo
extends Object

Components for initiating a connection.


Field Summary
(package private)  ConnectionEndpoint endpoint
           
(package private)  OutboundRequestHandle handle
           
 
Constructor Summary
EndpointBasedClient.ConnectionInfo(ConnectionEndpoint endpoint, OutboundRequestHandle handle)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

final ConnectionEndpoint endpoint

handle

final OutboundRequestHandle handle
Constructor Detail

EndpointBasedClient.ConnectionInfo

EndpointBasedClient.ConnectionInfo(ConnectionEndpoint endpoint,
                                   OutboundRequestHandle handle)


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