de.bsvrz.dav.dav.communication.tcpCommunication
Class TCP_IP_ServerCommunication
java.lang.Object
de.bsvrz.dav.dav.communication.tcpCommunication.TCP_IP_ServerCommunication
- All Implemented Interfaces:
- ServerConnectionInterface
public class TCP_IP_ServerCommunication
- extends Object
- implements ServerConnectionInterface
TCP/IP-Implementierung des Interfaces ServerConnectionInterface
.
- Author:
- Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_debug
private static final Debug _debug
- Der Debug-Logger.
_socket
private ServerSocket _socket
- Der Server-Socket des Datenverteilers
TCP_IP_ServerCommunication
public TCP_IP_ServerCommunication()
- Erzeugt eine Instanz dieser Klasse.
connect
public final void connect(int subAdressNumber)
throws CommunicationError
- Specified by:
connect
in interface ServerConnectionInterface
- Throws:
CommunicationError
disconnect
public final void disconnect()
- Specified by:
disconnect
in interface ServerConnectionInterface
accept
public final ConnectionInterface accept()
- Specified by:
accept
in interface ServerConnectionInterface
getPlainConnection
public final ConnectionInterface getPlainConnection()
- Specified by:
getPlainConnection
in interface ServerConnectionInterface
getPlainConnectionName
public final String getPlainConnectionName()
- Specified by:
getPlainConnectionName
in interface ServerConnectionInterface