|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NotifdQueueHandler
This interface defines a handler for a Notifd queue. As notifications are parsed from events they will be put on a process queue and will be handled by a class implementing this interface.
| Field Summary |
|---|
| Fields inherited from interface org.opennms.core.fiber.PausableFiber |
|---|
PAUSE_PENDING, PAUSED, RESUME_PENDING |
| Fields inherited from interface org.opennms.core.fiber.Fiber |
|---|
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED |
| Method Summary | |
|---|---|
void |
processQueue()
|
void |
setInterval(String interval)
|
void |
setNoticeQueue(NoticeQueue queue)
|
void |
setQueueID(String queueID)
|
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Methods inherited from interface org.opennms.core.fiber.PausableFiber |
|---|
pause, resume |
| Methods inherited from interface org.opennms.core.fiber.Fiber |
|---|
getName, getStatus, start, stop |
| Method Detail |
|---|
void setQueueID(String queueID)
void setNoticeQueue(NoticeQueue queue)
void setInterval(String interval)
void processQueue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||