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

java.lang.Object
  extended by com.sun.jini.discovery.internal.EndpointBasedClient.ConnManagerFactoryImpl
All Implemented Interfaces:
ConnManagerFactory
Enclosing class:
EndpointBasedClient

private static class EndpointBasedClient.ConnManagerFactoryImpl
extends Object
implements ConnManagerFactory

Factory which produces connection managers that capture the OutboundRequestHandle and ConnectionEndpoint instances used to initiate connections, and then return empty OutboundRequestIterators.


Field Summary
private  EndpointBasedClient.ConnectionInfo connInfo
           
 
Constructor Summary
EndpointBasedClient.ConnManagerFactoryImpl()
           
 
Method Summary
 ConnManager create(ConnectionEndpoint endpoint)
          Creates ConnManager for managing connections initiated over the given ConnectionEndpoint.
(package private)  EndpointBasedClient.ConnectionInfo getConnectionInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connInfo

private EndpointBasedClient.ConnectionInfo connInfo
Constructor Detail

EndpointBasedClient.ConnManagerFactoryImpl

EndpointBasedClient.ConnManagerFactoryImpl()
Method Detail

create

public ConnManager create(ConnectionEndpoint endpoint)
Description copied from interface: ConnManagerFactory
Creates ConnManager for managing connections initiated over the given ConnectionEndpoint.

Specified by:
create in interface ConnManagerFactory
Parameters:
endpoint - endpoint to manage connections of
Returns:
manager for connections initiated using given endpoint

getConnectionInfo

EndpointBasedClient.ConnectionInfo getConnectionInfo()


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