org.oddjob.jmx.client
Interface NotificationProcessor
- All Known Implementing Classes:
- SimpleNotificationProcessor
public interface NotificationProcessor
Process notifications from the server. Additionally this will asynchronously
perform a resync check. This is because it appears possible to
occasionally miss the first few notifications when creating a new node.
- Author:
- Rob Gordon.
enqueue
void enqueue(Runnable o)
enqueueDelayed
void enqueueDelayed(Runnable runnable,
long delay)
run
void run()
size
int size()