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.MissingParameterException
de.bsvrz.dav.daf.main.CommunicationError
de.bsvrz.dav.daf.main.ConnectionException
de.bsvrz.dav.daf.main.InconsistentLoginException
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
java.lang.InterruptedException
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
protected 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.OneSubscriptionPerSendData
de.bsvrz.dav.daf.main.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
public 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.DataNotSubscribedException
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
public 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.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
public 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.ClientSenderInterface
public 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.ClientSenderInterface
public void update(de.bsvrz.dav.daf.main.ResultData[] arg0)
update
in interface de.bsvrz.dav.daf.main.ClientReceiverInterface