de.bsvrz.vew.engvew.testtools
Class JUnitHelper.Quelle

java.lang.Object
  extended by de.bsvrz.vew.engvew.testtools.JUnitHelper.Quelle
All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientSenderInterface
Enclosing class:
JUnitHelper

 class JUnitHelper.Quelle
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface


Field Summary
private  boolean _warten
           
static long TIMEOUT
           
 
Fields inherited from interface de.bsvrz.dav.daf.main.ClientSenderInterface
START_SENDING, STOP_SENDING, STOP_SENDING_NO_RIGHTS, STOP_SENDING_NOT_A_VALID_SUBSCRIPTION
 
Constructor Summary
JUnitHelper.Quelle()
           
 
Method Summary
 void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)
           
 boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject so, de.bsvrz.dav.daf.main.DataDescription dd)
           
 void send(de.bsvrz.dav.daf.main.ResultData resultData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT

public static final long TIMEOUT
See Also:
Constant Field Values

_warten

private boolean _warten
Constructor Detail

JUnitHelper.Quelle

JUnitHelper.Quelle()
Method Detail

dataRequest

public void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object,
                        de.bsvrz.dav.daf.main.DataDescription dataDescription,
                        byte state)
Specified by:
dataRequest in interface de.bsvrz.dav.daf.main.ClientSenderInterface

isRequestSupported

public boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject so,
                                  de.bsvrz.dav.daf.main.DataDescription dd)
Specified by:
isRequestSupported in interface de.bsvrz.dav.daf.main.ClientSenderInterface

send

public void send(de.bsvrz.dav.daf.main.ResultData resultData)