org.exolab.jms.server
Interface ServerConnectionManager
- All Superinterfaces:
- ServerConnectionFactory
- All Known Implementing Classes:
- ServerConnectionManagerImpl
- public interface ServerConnectionManager
- extends ServerConnectionFactory
ServerConnectionManager
is responsible for managing all
connections to the server.
- Version:
- $Revision: 1.1 $ $Date: 2005/08/30 05:47:24 $
- Author:
- Tim Anderson
getConnection
public ServerConnectionImpl getConnection(long connectionId)
- Returns the connection associated with a particular connection
identifier.
- Parameters:
connectionId
- the connection identifier- Returns:
- the connection associated with
connectionId
, or
null
if none exists
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.