disciple.core
Interface ConnectionServer

All Known Implementing Classes:
TcpConnectionServer

public interface ConnectionServer

The ConnectionServer is the entity, which listens for new connections from clients. When a new connection is established it is passed on to the Controller.


Method Summary
 Controller getController()
           
 void setController(Controller controller)
           
 void shutDown()
           
 

Method Detail

setController

public void setController(Controller controller)
Parameters:
controller -
Rose:
3D08E28F00DC

getController

public Controller getController()
Returns:
Controller
Rose:
3D08E2AC03C3

shutDown

public void shutDown()
Since:
Disciple v3.0
Rose:
3D08EAFB03A9


Copyright (c) 2003 Rutgers, The State University of New Jersey