public class InjiziereTestdaten001
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface, de.bsvrz.dav.daf.main.ClientReceiverInterface
| Constructor and Description |
|---|
InjiziereTestdaten001() |
| Modifier and Type | Method and Description |
|---|---|
void |
dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1,
byte arg2) |
void |
initialize(java.lang.String[] args) |
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1) |
static void |
main(java.lang.String[] args) |
void |
sendData(java.lang.String pid,
java.lang.String atg,
java.lang.String asp,
de.bsvrz.dav.daf.main.Data d) |
void |
sendData(de.bsvrz.dav.daf.main.config.SystemObject obj,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data d) |
void |
sendFsData() |
void |
sendFsZustand() |
void |
sendMqData() |
void |
sendMqZustand() |
protected void |
sendUfds(java.lang.String objStr,
java.lang.String atgStr,
java.lang.String field,
java.lang.Object value) |
void |
sendUmfelddata() |
void |
setStatusAndQS(de.bsvrz.dav.daf.main.Data d) |
void |
teardown() |
void |
update(de.bsvrz.dav.daf.main.ResultData[] arg0) |
public void initialize(java.lang.String[] args)
throws de.bsvrz.dav.daf.main.MissingParameterException,
de.bsvrz.dav.daf.main.CommunicationError,
de.bsvrz.dav.daf.main.ConnectionException,
de.bsvrz.dav.daf.main.InconsistentLoginException
de.bsvrz.dav.daf.main.MissingParameterExceptionde.bsvrz.dav.daf.main.CommunicationErrorde.bsvrz.dav.daf.main.ConnectionExceptionde.bsvrz.dav.daf.main.InconsistentLoginExceptionpublic void sendData(java.lang.String pid,
java.lang.String atg,
java.lang.String asp,
de.bsvrz.dav.daf.main.Data d)
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void sendData(de.bsvrz.dav.daf.main.config.SystemObject obj,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data d)
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void setStatusAndQS(de.bsvrz.dav.daf.main.Data d)
public void sendMqData()
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatapublic void sendMqZustand()
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatapublic void sendFsData()
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData,
java.lang.InterruptedException
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatajava.lang.InterruptedExceptionpublic void sendFsZustand()
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDataprotected void sendUfds(java.lang.String objStr,
java.lang.String atgStr,
java.lang.String field,
java.lang.Object value)
throws de.bsvrz.dav.daf.main.OneSubscriptionPerSendData,
de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendDatade.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void sendUmfelddata()
throws de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatapublic void teardown()
public static void main(java.lang.String[] args)
throws de.bsvrz.dav.daf.main.MissingParameterException,
de.bsvrz.dav.daf.main.CommunicationError,
de.bsvrz.dav.daf.main.ConnectionException,
de.bsvrz.dav.daf.main.InconsistentLoginException,
de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.MissingParameterExceptionde.bsvrz.dav.daf.main.CommunicationErrorde.bsvrz.dav.daf.main.ConnectionExceptionde.bsvrz.dav.daf.main.InconsistentLoginExceptionde.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatapublic void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1,
byte arg2)
dataRequest in interface de.bsvrz.dav.daf.main.ClientSenderInterfacepublic boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1)
isRequestSupported in interface de.bsvrz.dav.daf.main.ClientSenderInterfacepublic void update(de.bsvrz.dav.daf.main.ResultData[] arg0)
update in interface de.bsvrz.dav.daf.main.ClientReceiverInterface