Queue
public interface SendInterface
Modifier and Type | Method | Description |
---|---|---|
void |
push(java.lang.Object object) |
Element in die LIFO-Liste schreiben
|
void push(java.lang.Object object) throws de.bsvrz.dav.daf.main.DataNotSubscribedException
object
- Objekt, welches in die LIFO-Liste geschrieben wird.de.bsvrz.dav.daf.main.DataNotSubscribedException
- Wenn für die bei der Konfiguration angeforderten Daten keine Anmeldung vorliegt.