de.bsvrz.dav.dav.communication.tcpCommunication
Class TCP_IP_ServerCommunication

java.lang.Object
  extended by 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

Constructor Summary
TCP_IP_ServerCommunication()
          Erzeugt eine Instanz dieser Klasse.
 
Method Summary
 ConnectionInterface accept()
           
 void connect(int subAdressNumber)
           
 void disconnect()
           
 ConnectionInterface getPlainConnection()
           
 String getPlainConnectionName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCP_IP_ServerCommunication

public TCP_IP_ServerCommunication()
Erzeugt eine Instanz dieser Klasse.

Method Detail

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