net.vattp.data
Interface NewConnectionReactor

All Known Implementing Classes:
CapTPMgr

public interface NewConnectionReactor

Untamed:


Method Summary
 void reactToNewConnection(VatTPConnection connection)
          Enabled: React to the arrival of a new connection.
 

Method Detail

reactToNewConnection

public void reactToNewConnection(VatTPConnection connection)
Enabled: React to the arrival of a new connection. If the object implementing NewConnectionReactor is registered through addNewConnectionReactor on a VatTPMgr object, this invocation of it is expected to connect up MsgHandlers for all the messages processed by higher layers in the protocol. This notification is presented for all DataConnections, whether the connection originated on this machine or on the remote machine.

Parameters:
connection - is the new VatTPConnection object.


comments?