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.

Method Summary
 void enqueue(Runnable o)
           
 void enqueueDelayed(Runnable runnable, long delay)
           
 void run()
           
 int size()
           
 

Method Detail

enqueue

void enqueue(Runnable o)

enqueueDelayed

void enqueueDelayed(Runnable runnable,
                    long delay)

run

void run()

size

int size()