org.objectweb.dream.protocol.channel
Interface ConnectionManager

All Known Implementing Classes:
TCPIPProtocolImpl

public interface ConnectionManager

Interface provided by the protocol component to manage opened connections and sessions.


Field Summary
static String ITF_NAME
          The commonly used name of this interface.
 
Method Summary
 void newConnection(Socket socket, IPExportIdentifier identifier)
          Informs the protocol component that a new connection has been opened.
 

Field Detail

ITF_NAME

static final String ITF_NAME
The commonly used name of this interface.

See Also:
Constant Field Values
Method Detail

newConnection

void newConnection(Socket socket,
                   IPExportIdentifier identifier)
Informs the protocol component that a new connection has been opened.

Parameters:
socket - the new connection.
identifier - the identifier of the server socket on which the new connection has been established.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.