public class TCP_IP_ServerCommunication
extends java.lang.Object
implements de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface
ServerConnectionInterface.| Modifier and Type | Field and Description |
|---|---|
protected java.net.ServerSocket |
_socket
Der Server-Socket des Datenverteilers
|
| Constructor and Description |
|---|
TCP_IP_ServerCommunication()
Erzeugt eine Instanz dieser Klasse.
|
| Modifier and Type | Method and Description |
|---|---|
de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface |
accept() |
void |
connect(int subAdressNumber) |
void |
disconnect() |
de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface |
getConnectionTo(java.net.Socket socket) |
de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface |
getPlainConnection() |
java.lang.String |
getPlainConnectionName() |
public TCP_IP_ServerCommunication()
public void connect(int subAdressNumber)
throws de.bsvrz.dav.daf.main.CommunicationError
connect in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacede.bsvrz.dav.daf.main.CommunicationErrorpublic void disconnect()
disconnect in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacepublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface accept()
accept in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacepublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getPlainConnection()
getPlainConnection in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterfacepublic de.bsvrz.dav.daf.communication.lowLevel.ConnectionInterface getConnectionTo(java.net.Socket socket)
public java.lang.String getPlainConnectionName()
getPlainConnectionName in interface de.bsvrz.dav.daf.communication.lowLevel.ServerConnectionInterface