public class SourceSimulationStatus
extends java.lang.Object
| Constructor and Description |
|---|
SourceSimulationStatus(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.config.SystemObject simulationObject,
short simulationVariant)
Erzeugt das Objekt und meldt sich als Sender für die Attributgruppe "atg.simulationsStatusKonfiguration" als Quelle an.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendDelete()
Verschickt einen Datensatz, der den Empfänger mitteiler, dass das Simulationobjekt gelöscht werden kann (TPuK1-126).
|
void |
sendNotReady() |
void |
sendReady() |
void |
unsubscribe()
Meldet den Sender ab.
|
public SourceSimulationStatus(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.config.SystemObject simulationObject,
short simulationVariant)
throws de.bsvrz.dav.daf.main.OneSubscriptionPerSendData
connection - Verbidnung, auf der sich angemeldet wirdsimulationObject - Objekt, mit dem der Sender angemeldet wirdsimulationVariant - Simulationsvariante, mit der sich der Sender anmeldetde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatapublic void sendReady()
throws de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void sendNotReady()
throws de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void sendDelete()
throws de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedpublic void unsubscribe()