org.opennms.netmgt.poller.pollables
Class PendingPollEvent
java.lang.Object
org.opennms.netmgt.poller.pollables.PollEvent
org.opennms.netmgt.poller.pollables.PendingPollEvent
- public class PendingPollEvent
- extends PollEvent
Represents a PendingPollEvent
- Author:
- brozow
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_event
private Event m_event
m_pending
private boolean m_pending
m_pendingOutages
private java.util.List m_pendingOutages
PendingPollEvent
public PendingPollEvent(Event event)
getDate
public java.util.Date getDate()
- Specified by:
getDate
in class PollEvent
getEventId
public int getEventId()
- Specified by:
getEventId
in class PollEvent
addPending
public void addPending(java.lang.Runnable r)
getEvent
public Event getEvent()
isPending
public boolean isPending()
complete
public void complete(Event e)
processPending
public void processPending()
Generated by eevans on May 29 2005 2015.