de.bsvrz.kex.isis.isis
Class TesteDavKommunikation

java.lang.Object
  extended by de.bsvrz.kex.isis.isis.impl.AbstractBIS
      extended by de.bsvrz.kex.isis.isis.TesteDavKommunikation
All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientReceiverInterface, BisInterface, BisKommunikationsStatusListener, de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface, de.bsvrz.sys.funclib.bitctrl.modell.verkehr.objekte.BaustellenListener, EventListener

public class TesteDavKommunikation
extends AbstractBIS
implements BisKommunikationsStatusListener

Testcase für die Kommunikationsüberwachung zum Datenverteiler.

Version:
$Id: TesteDavKommunikation.java 6857 2008-02-21 16:43:11Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.bsvrz.kex.isis.isis.BisInterface
BisInterface.BaustellenZustand, BisInterface.BisKommunikationsStatus
 
Nested classes/interfaces inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface
de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface.ASBStationierungsRichtung, de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface.FahrtRichtung
 
Field Summary
 
Fields inherited from class de.bsvrz.kex.isis.isis.impl.AbstractBIS
BENUTZER_KEY, BISAPPNAME, DAV_KEY, KV_KEY, PASSWORT_KEY
 
Constructor Summary
TesteDavKommunikation()
           
 
Method Summary
 void setKommunikationsStatus(BisInterface.BisKommunikationsStatus bisKommunikationsStatus)
          Methode, die vom (BisInterface) aufgerufen wird, um über den aktuellen Status der Kommunikations zwischen dem BisInterface und dem DaV-System zu informieren.
 void setUp()
           
static void setUpBeforeClass()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 void TestDavKommunikation()
           
 
Methods inherited from class de.bsvrz.kex.isis.isis.impl.AbstractBIS
addKommunikationsStatusListener, baustelleAngelegt, baustelleEntfernt, datenAnmeldenDaV, disconnect, erzeugeBaustelle, erzeugeBaustellenVerantwortlichen, erzeugeOrtsReferenz, erzeugeOrtsReferenz, erzeugeOrtsReferenz, getBaustelle, getStrasse, getStrassen, init, loescheBaustelle, removeKommunikationsStatusListener, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TesteDavKommunikation

public TesteDavKommunikation()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
Throws:
Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

TestDavKommunikation

public void TestDavKommunikation()

setKommunikationsStatus

public void setKommunikationsStatus(BisInterface.BisKommunikationsStatus bisKommunikationsStatus)
Description copied from interface: BisKommunikationsStatusListener
Methode, die vom (BisInterface) aufgerufen wird, um über den aktuellen Status der Kommunikations zwischen dem BisInterface und dem DaV-System zu informieren.

Specified by:
setKommunikationsStatus in interface BisKommunikationsStatusListener
Parameters:
bisKommunikationsStatus - Aktueller Kommunikationsstatus des BIS-Interfaces.