public class SendingOsi7AdressNull
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[][] |
_sendingOsi7AdressNull |
private static de.bsvrz.sys.funclib.debug.Debug |
debug
DebugLogger für Debug-Ausgaben
|
private static SendingOsi7AdressNull |
sendingOsi7AdressNull |
Modifier | Constructor and Description |
---|---|
private |
SendingOsi7AdressNull()
Construktor, tut nichts.
|
Modifier and Type | Method and Description |
---|---|
static SendingOsi7AdressNull |
getInstance() |
void |
init(java.lang.String sendingOsi7AdressNullClassName)
Initialisiert die Klasse, indem die übergebene Klasse dynamische geladen wird.
|
boolean |
isSendingOsi7AdressNull(DeBlock deBlock)
Prüft, ob der übergebene De-Block mit Osi7Adresse = 0 versandt werden soll.
|
private static final de.bsvrz.sys.funclib.debug.Debug debug
private static SendingOsi7AdressNull sendingOsi7AdressNull
private int[][] _sendingOsi7AdressNull
private SendingOsi7AdressNull()
#getInstance().#init(String)
initialisiert werden.public static SendingOsi7AdressNull getInstance()
public void init(java.lang.String sendingOsi7AdressNullClassName)
sendingOsi7AdressNullClassName
- Klassenname, der die Liste mit den zu puffernden FG/Typ/ID Kombinationen
enthält, für die die DE-Blöcke mit Osi7Adresse 00 00 00 gesendet werden soll.public boolean isSendingOsi7AdressNull(DeBlock deBlock)
deBlock
- Der zu prüfende De-Block.