com.sun.jini.discovery.internal
Class EndpointBasedClient.ConnManagerFactoryImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connInfo
private EndpointBasedClient.ConnectionInfo connInfo
EndpointBasedClient.ConnManagerFactoryImpl
EndpointBasedClient.ConnManagerFactoryImpl()
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.