public class DynamicObjectTypePublisher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private class |
DynamicObjectTypePublisher.Publisher |
Modifier and Type | Field and Description |
---|---|
private static Debug |
_debug
Debug Ausgabe
|
private java.lang.Thread |
_thread |
private UnboundedQueue<ListenerNotificationInfo> |
_unboundedQueue |
Constructor and Description |
---|
DynamicObjectTypePublisher() |
Modifier and Type | Method and Description |
---|---|
private void |
ensureThreadIsRunning() |
void |
update(ListenerNotificationInfo listenerNotificationInfo)
Sorgt dafür, dass eine Benachrichtigung verschickt wird
|
private static final Debug _debug
Debug Ausgabe
private final UnboundedQueue<ListenerNotificationInfo> _unboundedQueue
private java.lang.Thread _thread
public void update(ListenerNotificationInfo listenerNotificationInfo)
Sorgt dafür, dass eine Benachrichtigung verschickt wird
listenerNotificationInfo
- Benachrichtigungprivate void ensureThreadIsRunning()