|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PollContext
Represents a PollContext
| Method Summary | |
|---|---|
Event |
createEvent(String uei,
int nodeId,
InetAddress address,
String svcName,
Date date,
String reason)
createEvent |
String |
getCriticalServiceName()
getCriticalServiceName |
boolean |
isNodeProcessingEnabled()
isNodeProcessingEnabled |
boolean |
isPollingAllIfCritServiceUndefined()
isPollingAllIfCritServiceUndefined |
boolean |
isServiceUnresponsiveEnabled()
isServiceUnresponsiveEnabled |
void |
openOutage(PollableService pSvc,
PollEvent svcLostEvent)
openOutage |
void |
reparentOutages(String ipAddr,
int oldNodeId,
int newNodeId)
reparentOutages |
void |
resolveOutage(PollableService pSvc,
PollEvent svcRegainEvent)
resolveOutage |
PollEvent |
sendEvent(Event event)
sendEvent |
| Method Detail |
|---|
String getCriticalServiceName()
getCriticalServiceName
String object.boolean isNodeProcessingEnabled()
isNodeProcessingEnabled
boolean isPollingAllIfCritServiceUndefined()
isPollingAllIfCritServiceUndefined
PollEvent sendEvent(Event event)
sendEvent
event - the event to send
Event createEvent(String uei,
int nodeId,
InetAddress address,
String svcName,
Date date,
String reason)
createEvent
uei - a String object.nodeId - a int.address - a InetAddress object.svcName - a String object.date - a Date object.reason - a String object.
Event object.
void openOutage(PollableService pSvc,
PollEvent svcLostEvent)
openOutage
pSvc - a PollableService object.svcLostEvent - a PollEvent object.
void resolveOutage(PollableService pSvc,
PollEvent svcRegainEvent)
resolveOutage
pSvc - a PollableService object.svcRegainEvent - a PollEvent object.boolean isServiceUnresponsiveEnabled()
isServiceUnresponsiveEnabled
void reparentOutages(String ipAddr,
int oldNodeId,
int newNodeId)
reparentOutages
ipAddr - a String object.oldNodeId - a int.newNodeId - a int.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||