public class DynamicObjectTypePublisher extends Object
| Modifier and Type | Class and Description |
|---|---|
private class |
DynamicObjectTypePublisher.Publisher |
| Modifier and Type | Field and Description |
|---|---|
private static Debug |
_debug
Debug Ausgabe
|
private 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
private final UnboundedQueue<ListenerNotificationInfo> _unboundedQueue
private Thread _thread
public void update(ListenerNotificationInfo listenerNotificationInfo)
listenerNotificationInfo - Benachrichtigungprivate void ensureThreadIsRunning()