public interface ExternalEventRecipient
ExternalEventRecipient interface.
Modifier and Type | Method and Description |
---|---|
Object |
notifyFailure(long txNo,
String uei,
String reason)
notifyFailure
|
Object |
notifyReceivedEvent(long txNo,
String uei,
String message)
notifyReceivedEvent
|
Object |
notifySuccess(long txNo,
String uei,
String message)
notifySuccess
|
Object |
sendInterfaceDownEvent(String nodeLabel,
String interface1,
String eventHost,
String time)
sendInterfaceDownEvent
|
Object |
sendInterfaceUpEvent(String nodeLabel,
String interface1,
String eventHost,
String time)
sendInterfaceUpEvent
|
Object |
sendNodeDownEvent(String nodeLabel,
String eventHost,
String time)
sendNodeDownEvent
|
Object |
sendNodeUpEvent(String nodeLabel,
String eventHost,
String time)
sendNodeUpEvent
|
Object |
sendServiceDownEvent(String nodeLabel,
String iface,
String service,
String msg,
String host,
String time)
sendServiceDownEvent
|
Object |
sendServiceUpEvent(String nodeLabel,
String interface1,
String service,
String msg,
String eventHost,
String time)
sendServiceUpEvent
|
Object notifyReceivedEvent(long txNo, String uei, String message)
notifyReceivedEvent
Object sendServiceDownEvent(String nodeLabel, String iface, String service, String msg, String host, String time)
sendServiceDownEvent
Object sendServiceUpEvent(String nodeLabel, String interface1, String service, String msg, String eventHost, String time)
sendServiceUpEvent
Object sendInterfaceDownEvent(String nodeLabel, String interface1, String eventHost, String time)
sendInterfaceDownEvent
Object sendInterfaceUpEvent(String nodeLabel, String interface1, String eventHost, String time)
sendInterfaceUpEvent
Object sendNodeDownEvent(String nodeLabel, String eventHost, String time)
sendNodeDownEvent
Copyright © 2015. All rights reserved.