com.sun.jini.jeri.internal.connection
Interface ConnManagerFactory

All Known Implementing Classes:
BasicConnManagerFactory, EndpointBasedClient.ConnManagerFactoryImpl

public interface ConnManagerFactory

Defines interface for creating ConnManager instances.

Since:
2.0
Author:
Sun Microsystems, Inc.

Method Summary
 ConnManager create(ConnectionEndpoint endpoint)
          Creates ConnManager for managing connections initiated over the given ConnectionEndpoint.
 

Method Detail

create

ConnManager create(ConnectionEndpoint endpoint)
Creates ConnManager for managing connections initiated over the given ConnectionEndpoint.

Parameters:
endpoint - endpoint to manage connections of
Returns:
manager for connections initiated using given endpoint
Throws:
NullPointerException - if endpoint is null


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