Modifier and Type | Method and Description |
---|---|
void |
MockDatabase.acknowledgeNoticesForEvent(Event e) |
void |
MockDatabase.createOutage(MockService svc,
Event svcLostEvent) |
Collection<Integer> |
MockDatabase.findNoticesForEvent(Event event) |
void |
MockDatabase.resolveOutage(MockService svc,
Event svcRegainEvent) |
void |
MockDatabase.writeEvent(Event e) |
Modifier and Type | Method and Description |
---|---|
void |
LocationBroadcastProcessor.locationMonitorDisconnected(Event event)
locationMonitorDisconnected
|
void |
LocationBroadcastProcessor.locationMonitorPaused(Event event)
locationMonitorPaused
|
void |
LocationBroadcastProcessor.locationMonitorReconnected(Event event)
locationMonitorReconnected
|
void |
LocationBroadcastProcessor.locationMonitorRegistered(Event event)
locationMonitorRegistered
|
void |
LocationBroadcastProcessor.locationMonitorStarted(Event event)
locationMonitorStarted
|
void |
LocationBroadcastProcessor.locationMonitorStopped(Event event)
locationMonitorStopped
|
void |
LocationBroadcastProcessor.nodeLostService(Event event)
nodeLostService
|
void |
LocationBroadcastProcessor.nodeRegainedService(Event event)
nodeRegainedService
|
Modifier and Type | Method and Description |
---|---|
void |
Ackd.handleAckEvent(Event event)
Handles the event driven access to acknowledging
OnmsAcknowledgable s. |
void |
Ackd.handleReloadConfigEvent(Event event)
handleReloadConfigEvent
|
Modifier and Type | Method and Description |
---|---|
void |
Alarmd.onEvent(Event e)
onEvent
|
OnmsAlarm |
AlarmPersisterImpl.persist(Event event)
persist
|
OnmsAlarm |
AlarmPersister.persist(Event event)
persist
|
Modifier and Type | Method and Description |
---|---|
static Event |
EventUtils.createAddInterfaceEvent(String source,
String nodeLabel,
String ipaddr,
String hostName,
long txNo)
This method is responsible for generating an addInterface event and
sending it to eventd..
|
static Event |
EventUtils.createAndSendDeleteInterfaceEvent(String source,
String nodeLabel,
String ipaddr,
String hostName,
long txNo)
This method is responsible for generating a deleteInterface event and
sending it to eventd..
|
static Event |
EventUtils.createAndSendDeleteNodeEvent(String source,
String nodeLabel,
String hostName,
long txNo)
This method is responsible for generating a deleteNode event and sending
it to eventd..
|
static Event |
EventUtils.createAndSendDeleteServiceEvent(String source,
DbNodeEntry nodeEntry,
InetAddress ifaddr,
String service,
String hostName,
long txNo)
This method is responsible for generating a deleteService event and
sending it to eventd..
|
static Event |
EventUtils.createAndSendInterfaceDeletedEvent(String source,
int nodeId,
String ipaddr,
String hostName,
long txNo)
This method is responsible for generating an interfaceDeleted event and
sending it to eventd...
|
static Event |
EventUtils.createAssetInfoChangedEvent(String source,
long nodeId,
long txNo)
Construct a deleteNode event for the given nodeId.
|
static Event |
EventUtils.createChangeServiceEvent(String source,
String ipaddr,
String service,
String action,
String hostName,
long txNo)
This method is responsible for generating a changeService event and
sending it to eventd..
|
static Event |
EventUtils.createDeleteInterfaceEvent(String source,
long nodeId,
String ipAddr,
int ifIndex,
long txNo)
Constructs a deleteInterface event for the given nodeId, ipAddress (or ifIndex) pair.
|
static Event |
EventUtils.createDeleteNodeEvent(String source,
long nodeId,
long txNo)
Construct a deleteNode event for the given nodeId.
|
static Event |
EventUtils.createDeleteServiceEvent(String source,
long nodeId,
String ipAddr,
String service,
long txNo)
Constructs a deleteService event for the given nodeId, ipAddress,
serivcename triple.
|
static Event |
EventUtils.createForceRescanEvent(String hostName,
long nodeId)
This method is responsible for generating a forceRescan event and sending
it to eventd..
|
static Event |
EventUtils.createInterfaceDeletedEvent(String source,
long nodeId,
String ipAddr,
int ifIndex,
long txNo)
Construct an interfaceDeleted event for an interface.
|
static Event |
EventUtils.createInterfaceDeletedEvent(String source,
long nodeId,
String ipAddr,
long txNo)
Construct an interfaceDeleted event for an interface.
|
static Event |
EventUtils.createNodeAddedEvent(DbNodeEntry nodeEntry)
This method is responsible for generating a nodeAdded event and sending
it to eventd..
|
static Event |
EventUtils.createNodeAddedEvent(int nodeId,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource)
createNodeAddedEvent
|
static Event |
EventUtils.createNodeAddedEvent(String source,
int nodeId,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource)
createNodeAddedEvent
|
static Event |
EventUtils.createNodeDeletedEvent(String source,
int nodeId,
String hostName,
String nodeLabel,
long txNo)
This method is responsible for generating a nodeDeleted event and sending
it to eventd..
|
static Event |
EventUtils.createNodeDeletedEvent(String source,
long nodeId,
long txNo)
Construct a nodeDeleteed event for the given nodeId
|
static Event |
EventUtils.createNodeGainedInterfaceEvent(DbNodeEntry nodeEntry,
InetAddress ifaddr)
This method is responsible for generating a nodeGainedInterface event and
sending it to eventd..
|
static Event |
EventUtils.createNodeGainedInterfaceEvent(String source,
int nodeId,
InetAddress ifaddr)
createNodeGainedInterfaceEvent
|
static Event |
EventUtils.createNodeGainedServiceEvent(DbNodeEntry nodeEntry,
InetAddress ifaddr,
String service,
long txNo)
This method is responsible for generating a nodeGainedService event and
sending it to eventd..
|
static Event |
EventUtils.createNodeGainedServiceEvent(String source,
int nodeId,
InetAddress ifaddr,
String service,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource,
String sysName,
String sysDescr)
createNodeGainedServiceEvent
|
static Event |
EventUtils.createServiceDeletedEvent(String source,
long nodeId,
String ipAddr,
String service,
long txNo)
Constructs a serviceDeleted Event for the nodeId, ipAddr, serviceName
triple
|
Modifier and Type | Method and Description |
---|---|
static void |
EventUtils.addParam(Event event,
String parmName,
Object pollResultId)
addParam
|
static void |
EventUtils.checkEventId(Event e)
Ensures that the event has a database eventId
|
static void |
EventUtils.checkHost(Event e)
Ensures the given event has a host
|
static void |
EventUtils.checkInterface(Event e)
Ensures the given event has an interface
|
static void |
EventUtils.checkInterfaceOrIfIndex(Event e)
Ensures the given event has an interface or ifIndex
|
static void |
EventUtils.checkNodeId(Event e)
Ensures that the given Event has a node id
|
static void |
EventUtils.checkService(Event e)
Ensures that the given event has a service parameter
|
static long |
EventUtils.getEventID(Event e)
Get the eventId for the given event
|
static int |
EventUtils.getIntParm(Event e,
String parmName)
getIntParm
|
static int |
EventUtils.getIntParm(Event e,
String parmName,
int defaultValue)
Retrieve the value associated with an event parameter and parse it to an
int.
|
static long |
EventUtils.getLongParm(Event e,
String parmName,
long defaultValue)
Retrieve the value associated with an event parameter and parse it to a
long.
|
static long |
EventUtils.getNodeId(Event e)
Return the nodeId of the node associated with and event, or -1 of no node
is associated.
|
static String |
EventUtils.getParm(Event e,
String parmName)
Return the value of an event parameter of null if it does not exist.
|
static String |
EventUtils.getParm(Event e,
String parmName,
String defaultValue)
Retrieve a parameter from and event, returning defaultValue of the
parameter is not set.
|
void |
BroadcastEventProcessor.handleAddInterface(Event event)
Process the event, add the specified interface into database.
|
void |
BroadcastEventProcessor.handleAddNode(Event event)
Process an addNode event.
|
void |
BroadcastEventProcessor.handleChangeService(Event event)
Process the event, add or remove a specified service from an interface.
|
void |
BroadcastEventProcessor.handleDeleteInterface(Event event)
Handle a deleteInterface Event.
|
void |
BroadcastEventProcessor.handleDeleteNode(Event event)
Handle a deleteNode Event.
|
void |
BroadcastEventProcessor.handleDeleteService(Event event)
Handle a deleteService Event.
|
void |
BroadcastEventProcessor.handleDupNodeDeleted(Event event)
This helper method removes a deleted node from Capsd's re-scan schedule.
|
void |
BroadcastEventProcessor.handleForceRescan(Event event)
Helper method that takes IP address from the force rescan event,
retrieves the nodeid (JDBC) and adds it to the rescan schedule for immediate
processing when the next thread is available.
|
void |
BroadcastEventProcessor.handleNewSuspect(Event event)
Helper method to add a node from the new suspect event Event to the suspect scan schedule.
|
void |
BroadcastEventProcessor.handleNodeAdded(Event event)
Adds the node from the event to the rescan schedule.
|
void |
BroadcastEventProcessor.handleNodeDeleted(Event event)
Handles the process of removing a deleted node from the rescan schedule.
|
void |
BroadcastEventProcessor.handleUpdateServer(Event event)
Handles the process of adding/updating a node.
|
void |
BroadcastEventProcessor.handleUpdateService(Event event)
Process the event, add or remove a specified interface/service pair into
the database.
|
void |
XmlRpcEventHandlerNotifier.onEvent(org.aspectj.lang.ProceedingJoinPoint pjp,
Event event)
onEvent
|
static void |
EventUtils.requireParm(Event e,
String parmName)
Throw an exception if an event does have the required parameter
|
static void |
EventUtils.sendEvent(Event newEvent,
String callerUei,
long txNo,
boolean isXmlRpcEnabled)
Send an event to the Event manaager to be broadcast to interested
listeners
|
static String |
EventUtils.toString(Event event)
Deprecated.
Use org.opennms.netmgt.model.events.EventUtils.toString(event) instead.
|
Modifier and Type | Method and Description |
---|---|
Event |
ForceRescanState.createForceResanEvent()
createForceResanEvent
|
Modifier and Type | Method and Description |
---|---|
void |
Collectd.onEvent(Event event)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
static Event |
EventTranslatorConfigFactory.cloneEvent(Event orig)
cloneEvent
|
Event |
SnmpEventInfo.createEvent(String source)
Creates an event from
this . |
Event |
NotificationManager.getEvent(int eventid)
In the absence of DAOs and ORMs this creates an Event object from the persisted
record.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventTranslatorConfigFactory.translateEvent(Event e)
Translate the @param e to a new event
|
List<Event> |
EventTranslatorConfig.translateEvent(Event e)
Translate the @param e to a new event
|
Modifier and Type | Method and Description |
---|---|
Collection<Integer> |
NotificationManager.acknowledgeNotice(Event event,
String uei,
String[] matchList)
acknowledgeNotice
|
Collection<Integer> |
NotificationManager.acknowledgeNoticeBasedOnAlarms(Event event)
acknowledgeNoticeBasedOnAlarms
|
static Event |
EventTranslatorConfigFactory.cloneEvent(Event orig)
cloneEvent
|
Event |
DefaultEventConfDao.findByEvent(Event matchingEvent) |
Notification[] |
NotificationManager.getNotifForEvent(Event event)
getNotifForEvent
|
String |
EnterpriseIdPartition.group(Event matchingEvent) |
boolean |
EventTranslatorConfigFactory.isTranslationEvent(Event e)
Determine if the @param e is a translation event
|
boolean |
EventTranslatorConfig.isTranslationEvent(Event e)
Determine if the @param e is a translation event
|
boolean |
NotifdConfigManager.matchNotificationParameters(Event event,
Notification notification)
matchNotificationParameters
|
protected boolean |
NotificationManager.nodeInterfaceServiceValid(Notification notif,
Event event)
nodeInterfaceServiceValid
|
List<Event> |
EventTranslatorConfigFactory.translateEvent(Event e)
Translate the @param e to a new event
|
List<Event> |
EventTranslatorConfig.translateEvent(Event e)
Translate the @param e to a new event
|
Constructor and Description |
---|
SnmpEventInfo(Event event)
Constructor for SnmpEventInfo.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventConfDao.findByEvent(Event matchingEvent)
findByEvent
|
Modifier and Type | Method and Description |
---|---|
void |
CorrelationEngine.correlate(Event e)
correlate
|
abstract void |
AbstractCorrelationEngine.correlate(Event e)
correlate
|
void |
AbstractCorrelationEngine.sendEvent(Event e)
sendEvent
|
Modifier and Type | Method and Description |
---|---|
Event |
EventParameter.getEvent()
getEvent
|
Event |
Cause.getSymptom()
getSymptom
|
Modifier and Type | Method and Description |
---|---|
void |
DroolsCorrelationEngine.correlate(Event e)
correlate
|
void |
EventParameter.setEvent(Event event)
setEvent
|
void |
Cause.setSymptom(Event symptomEvent)
setSymptom
|
Constructor and Description |
---|
Cause(Cause.Type type,
Long cause,
Event symptom)
Constructor for Cause.
|
Cause(Cause.Type type,
Long cause,
Event symptom,
Integer timerId)
Constructor for Cause.
|
Impact(Long cause,
Event symptom)
Constructor for Impact.
|
PossibleCause(Long cause,
Event symptom)
Constructor for PossibleCause.
|
RootCause(Long cause,
Event symptom)
Constructor for RootCause.
|
Modifier and Type | Field and Description |
---|---|
protected Event |
ComponentEvent.m_event |
Modifier and Type | Method and Description |
---|---|
Event |
Resolved.getCause() |
Event |
Impacted.getCause() |
Event |
EventComponent.getEvent() |
Event |
ComponentEvent.getEvent() |
Event |
Resolved.getResolution() |
Modifier and Type | Method and Description |
---|---|
List<NCSComponent> |
NCSCorrelationService.findComponentsByNodeIdAndAttrParmMaps(Event e,
NCSCorrelationService.AttrParmMap... parameterMap) |
List<NCSComponent> |
DefaultNCSCorrelationService.findComponentsByNodeIdAndAttrParmMaps(Event e,
NCSCorrelationService.AttrParmMap... parameterMap) |
List<NCSComponent> |
NCSCorrelationService.findComponentsByNodeIdAndEventParameters(Event e,
String... parameterNames) |
List<NCSComponent> |
DefaultNCSCorrelationService.findComponentsByNodeIdAndEventParameters(Event e,
String... parameterNames) |
boolean |
NCSCorrelationService.AttrParmMap.matches(NCSComponent component,
Event e) |
void |
Resolved.setCause(Event cause) |
void |
Impacted.setCause(Event cause) |
void |
EventComponent.setEvent(Event event) |
void |
ComponentEvent.setEvent(Event event) |
void |
Resolved.setResolution(Event resolution) |
Constructor and Description |
---|
ComponentDownEvent(Component component,
Event event) |
ComponentEvent(Component component,
Event event) |
ComponentUpEvent(Component component,
Event event) |
EventComponent(Component component,
Event event) |
Impacted(Component target,
Event cause) |
Resolved(Event cause,
Event resolution) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionAwareEventForwarder.sendNow(Event event)
Called by a service to send an event to eventd
|
Modifier and Type | Method and Description |
---|---|
void |
EventExpander.expandEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
EventWrapper.getEvent()
getEvent
|
Modifier and Type | Method and Description |
---|---|
Collection<Event> |
EventAnticipator.getAnticipatedEvents() |
List<Event> |
EventAnticipator.getAnticipatedEventsRecieved() |
List<Event> |
MockEventProxy.getEvents() |
Collection<Event> |
EventAnticipator.unanticipatedEvents() |
Collection<Event> |
EventAnticipator.waitForAnticipated(long millis) |
Modifier and Type | Method and Description |
---|---|
void |
EventAnticipator.anticipateEvent(Event event) |
void |
EventAnticipator.anticipateEvent(Event event,
boolean checkUnanticipatedList) |
void |
MockEventIpcManager.broadcastNow(Event event) |
void |
EventAnticipator.eventProcessed(Event event) |
void |
EventAnticipator.eventReceived(Event event) |
Event |
MockEventIpcManager.EmptyEventConfDao.findByEvent(Event matchingEvent) |
Event |
MockEventConfDao.findByEvent(Event matchingEvent) |
void |
EventAnticipator.onEvent(Event e) |
void |
MockEventWriter.process(Header eventHeader,
Event event) |
void |
MockEventProxy.send(Event event) |
void |
MockEventIpcManager.send(Event event) |
void |
MockEventIpcManager.sendEventToListeners(Event event) |
void |
MockEventIpcManager.sendNow(Event event) |
Constructor and Description |
---|
EventWrapper(Event event)
Constructor for EventWrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
Discovery.handleDiscoveryConfigurationChanged(Event event)
handleDiscoveryConfigurationChanged
|
void |
Discovery.handleDiscoveryPause(Event event)
handleDiscoveryPause
|
void |
Discovery.handleDiscoveryResume(Event event)
handleDiscoveryResume
|
void |
Discovery.handleInterfaceDeleted(Event event)
handleInterfaceDeleted
|
void |
Discovery.handleNodeGainedInterface(Event event)
handleNodeGainedInterface
|
void |
Discovery.reloadDaemonConfig(Event e)
reloadDaemonConfig
|
Modifier and Type | Method and Description |
---|---|
void |
EventProcessor.handleForceRescan(Event e)
handleForceRescan
|
void |
EventProcessor.handleNodeDeleted(Event event)
Handle a Node Deleted Event
|
void |
EventProcessor.handleNodeGainedService(Event event)
Handle a Node Gained Service Event if service is SNMP
|
void |
EventProcessor.handleNodeLostService(Event event)
Handle a Node Lost Service Event when service lost is SNMP
|
void |
EventProcessor.handleNodeUpdated(Event e)
handleNodeUpdated
|
void |
EventProcessor.handleRegainedService(Event event)
Handle a Node Regained Service Event where service is SNMP
|
Modifier and Type | Method and Description |
---|---|
void |
EventIpcManagerDefaultImpl.broadcastNow(Event event)
Called by eventd to send an event to all interested listeners.
|
void |
EventExpander.expandEvent(Event e)
This method is invoked to check and configure a received event.
|
void |
EventUtil.expandMapValues(Map<String,String> parmMap,
Event event) |
void |
AbstractEventUtil.expandMapValues(Map<String,String> map,
Event event)
expandMapValues
|
String |
EventUtil.expandParms(String string,
Event event) |
String |
AbstractEventUtil.expandParms(String inp,
Event event)
Expand the value if it has parms in one of the following formats -
%element% values are expanded to have the value of the element where
'element' is an element in the event DTD - %parm[values-all]% is expanded
to a delimited list of all parmblock values - %parm[names-all]% is
expanded to a list of all parm names - %parm[all]% is expanded to a full
dump of all parmblocks - %parm[name]% is expanded to the value of the
parameter named 'name' - %parm[
|
String |
EventUtil.expandParms(String inp,
Event event,
Map<String,Map<String,String>> decode) |
String |
AbstractEventUtil.expandParms(String inp,
Event event,
Map<String,Map<String,String>> decode)
Expand the value if it has parms in one of the following formats -
%element% values are expanded to have the value of the element where
'element' is an element in the event DTD - %parm[values-all]% is expanded
to a delimited list of all parmblock values - %parm[names-all]% is
expanded to a list of all parm names - %parm[all]% is expanded to a full
dump of all parmblocks - %parm[name]% is expanded to the value of the
parameter named 'name' - %parm[
|
protected static String |
AbstractEventUtil.getAllParamValues(Event event)
Helper method.
|
protected static String |
AbstractEventUtil.getAllParmNames(Event event)
Helper method.
|
protected static String |
AbstractEventUtil.getAllParmValues(Event event)
Helper method.
|
String |
EventUtil.getNamedParmValue(String string,
Event event) |
String |
AbstractEventUtil.getNamedParmValue(String parm,
Event event)
Helper method.
|
protected static String |
AbstractEventUtil.getNumParmName(String parm,
Event event)
Helper method.
|
protected static String |
AbstractEventUtil.getNumParmValue(String parm,
Event event)
Helper method.
|
String |
EventUtil.getValueOfParm(String tagUei,
Event m_svcLostEvent) |
String |
AbstractEventUtil.getValueOfParm(String parm,
Event event)
Get the value of the parm for the event
|
static Event |
EventExpander.lookup(EventConfDao dao,
Event event)
This method is used to lookup the event configuration object based upon
information in the passed information.
|
void |
BroadcastEventProcessor.onEvent(Event event)
Process a sent event.
|
void |
EventExpander.process(Header eventHeader,
Event event)
process
|
void |
EventIpcManagerDefaultImpl.send(Event event)
This method is called to send the event out
|
void |
EventIpcManagerDefaultImpl.sendNow(Event event)
Called by a service to send an event to eventd
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventIpcManagerEventHandlerProxy.processEvent(Event event)
processEvent
|
boolean |
EventHandlerMBeanProxy.processEvent(Event event)
processEvent
|
boolean |
EventHandler.processEvent(Event event)
processEvent
|
Modifier and Type | Method and Description |
---|---|
Event |
EventConfData.getEvent(Event event)
Get the right configuration for the event - the eventkey is used first.
|
static String |
EventKey.getMaskElementValue(Event event,
String mename)
Get the value of the mask element for this event.
|
Constructor and Description |
---|
EventKey(Event event)
Constructor for this class
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractJdbcPersister.checkEventSanityAndDoWeProcess(Event event,
String logPrefix)
checkEventSanityAndDoWeProcess
|
protected String |
JdbcEventWriter.getEventHost(Event event)
Deprecated.
getEventHost
|
protected String |
HibernateEventWriter.getEventHost(Event event)
getEventHost
|
protected Timestamp |
AbstractJdbcPersister.getEventTime(Event event)
getEventTime
|
void |
JdbcEventWriter.process(Header eventHeader,
Event event)
Deprecated.
process
|
void |
HibernateEventWriter.process(Header eventHeader,
Event event)
process
|
void |
EventParmRegexFilterProcessor.process(Header eventHeader,
Event event) |
void |
EventIpcBroadcastProcessor.process(Header eventHeader,
Event event)
process
|
Modifier and Type | Method and Description |
---|---|
static void |
EventUtils.checkInterfaceOrIfIndex(Event e)
Ensures the given event has an interface or ifIndex
|
static void |
EventUtils.checkNodeId(Event e)
Ensures that the given Event has a node id
|
static void |
EventUtils.checkService(Event e)
Ensures that the given Event has a node id
|
void |
LinkdEventProcessor.handleInterfaceDeleted(Event event)
Handle Interface Deleted Event
|
void |
LinkdEventProcessor.handleNodeDeleted(Event event)
Handle a Node Deleted Event
|
void |
LinkdEventProcessor.handleNodeGainedService(Event event)
Handle a Node Gained Service Event if service is SNMP
|
void |
LinkdEventProcessor.handleNodeLostService(Event event)
Handle a Node Lost Service Event when service lost is SNMP
|
void |
LinkdEventProcessor.handleRegainedService(Event event)
Handle a Node Regained Service Event where service is SNMP
|
Modifier and Type | Method and Description |
---|---|
static Event |
MockEventUtil.createBgpBkTnEvent(String source,
MockNode node,
String ipAddr,
int peerState)
createBgpBkTnEvent
|
Event |
MockService.createDeleteEvent()
createDeleteEvent
|
Event |
MockPathOutage.createDeleteEvent() |
Event |
MockNode.createDeleteEvent()
createDeleteEvent
|
Event |
MockNetwork.createDeleteEvent()
createDeleteEvent
|
Event |
MockInterface.createDeleteEvent()
createDeleteEvent
|
abstract Event |
MockElement.createDeleteEvent()
createDeleteEvent
|
Event |
MockService.createDemandPollEvent(int demandPollId)
createDemandPollEvent
|
static Event |
MockEventUtil.createDemandPollServiceEvent(String source,
MockService svc,
int demandPollId)
createDemandPollServiceEvent
|
Event |
MockService.createDownEvent()
createDownEvent
|
Event |
MockPathOutage.createDownEvent() |
Event |
MockNode.createDownEvent()
createDownEvent
|
Event |
MockNetwork.createDownEvent()
createDownEvent
|
Event |
MockInterface.createDownEvent()
createDownEvent
|
abstract Event |
MockElement.createDownEvent()
createDownEvent
|
Event |
MockElement.createDownEvent(Date date)
createDownEvent
|
Event |
MockNode.createDownEventWithReason(String reason)
createDownEventWithReason
|
static Event |
MockEventUtil.createEvent(String source,
String uei,
int nodeId,
String ipAddr,
String svcName,
String reason)
createEvent
|
static Event |
MockEventUtil.createInterfaceDeletedEvent(String source,
MockInterface iface)
createInterfaceDeletedEvent
|
static Event |
MockEventUtil.createInterfaceDownEvent(String source,
MockInterface iface)
createInterfaceDownEvent
|
static Event |
MockEventUtil.createInterfaceEvent(String source,
String uei,
MockInterface iface)
createInterfaceEvent
|
static Event |
MockEventUtil.createInterfaceUpEvent(String source,
MockInterface iface)
createInterfaceUpEvent
|
Event |
MockService.createNewEvent()
createNewEvent
|
Event |
MockPathOutage.createNewEvent() |
Event |
MockNode.createNewEvent()
createNewEvent
|
Event |
MockNetwork.createNewEvent()
createNewEvent
|
Event |
MockInterface.createNewEvent()
createNewEvent
|
abstract Event |
MockElement.createNewEvent()
createNewEvent
|
static Event |
MockEventUtil.createNodeAddedEvent(String source,
MockNode node)
createNodeAddedEvent
|
static Event |
MockEventUtil.createNodeDeletedEvent(String source,
MockNode node)
createNodeDeletedEvent
|
static Event |
MockEventUtil.createNodeDownEvent(String source,
MockNode node)
createNodeDownEvent
|
static Event |
MockEventUtil.createNodeDownEventWithReason(String source,
MockNode node,
String reason)
createNodeDownEventWithReason
|
static Event |
MockEventUtil.createNodeEvent(String source,
String uei,
MockNode node)
createNodeEvent
|
static Event |
MockEventUtil.createNodeEventWithReason(String source,
String uei,
MockNode node,
String reason)
createNodeEventWithReason
|
static Event |
MockEventUtil.createNodeGainedInterfaceEvent(String source,
MockInterface iface)
createNodeGainedInterfaceEvent
|
static Event |
MockEventUtil.createNodeGainedServiceEvent(String source,
MockService svc)
createNodeGainedServiceEvent
|
Event |
MockNode.createNodeLabelChangedEvent(String newLabel)
createNodeLabelChangedEvent
|
static Event |
MockEventUtil.createNodeLostServiceEvent(String source,
MockService svc)
createNodeLostServiceEvent
|
static Event |
MockEventUtil.createNodeLostServiceEvent(String source,
MockService svc,
String reason)
createNodeLostServiceEvent
|
static Event |
MockEventUtil.createNodeRegainedServiceEvent(String source,
MockService svc)
createNodeRegainedServiceEvent
|
static Event |
MockEventUtil.createNodeUpEvent(String source,
MockNode node)
createNodeUpEvent
|
static Event |
MockEventUtil.createReparentEvent(String source,
String ipAddr,
int oldNode,
int newNode)
createReparentEvent
|
Event |
MockService.createResponsiveEvent()
createResponsiveEvent
|
static Event |
MockEventUtil.createResumePollingServiceEvent(String source,
MockService svc)
createResumePollingServiceEvent
|
static Event |
MockEventUtil.createServiceDeletedEvent(String source,
MockService svc)
createServiceDeletedEvent
|
static Event |
MockEventUtil.createServiceEvent(String source,
String uei,
MockService svc,
String reason)
createServiceEvent
|
static Event |
MockEventUtil.createServiceResponsiveEvent(String source,
MockService svc)
createServiceResponsiveEvent
|
static Event |
MockEventUtil.createServiceUnresponsiveEvent(String source,
MockService svc,
String reason)
createServiceUnresponsiveEvent
|
static Event |
MockEventUtil.createSuspendPollingServiceEvent(String source,
MockService svc)
createSuspendPollingServiceEvent
|
Event |
MockService.createUnresponsiveEvent()
createUnresponsiveEvent
|
Event |
MockService.createUpEvent()
createUpEvent
|
Event |
MockPathOutage.createUpEvent() |
Event |
MockNode.createUpEvent()
createUpEvent
|
Event |
MockNetwork.createUpEvent()
createUpEvent
|
Event |
MockInterface.createUpEvent()
createUpEvent
|
abstract Event |
MockElement.createUpEvent()
createUpEvent
|
Event |
MockElement.createUpEvent(Date date)
createUpEvent
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MockEventUtil.eventsMatch(Event e1,
Event e2)
Deprecated.
Use
EventUtils.eventsMatch(Event,Event) instead |
static boolean |
MockEventUtil.eventsMatchDeep(Event e1,
Event e2)
eventsMatchDeep
|
static boolean |
MockEventUtil.eventsMatchDeep(Event e1,
Event e2,
long toleratedTimestampOffset)
eventsMatchDeep
|
static void |
MockEventUtil.printEvent(String prefix,
Event event)
printEvent
|
static void |
MockEventUtil.setEventTime(Event event,
Date date)
setEventTime
|
Modifier and Type | Method and Description |
---|---|
static void |
MockEventUtil.printEvents(String prefix,
Collection<Event> events)
printEvents
|
Constructor and Description |
---|
OnmsAcknowledgment(Event e)
Constructor for OnmsAcknowledgment.
|
Modifier and Type | Method and Description |
---|---|
static Event |
EventUtils.createInterfaceDeletedEvent(String source,
int nodeId,
InetAddress addr)
Construct an interfaceDeleted event for an interface.
|
protected Event |
AddEventVisitor.createNodeAddedEvent(OnmsNode node)
createNodeAddedEvent
|
static Event |
EventUtils.createNodeAddedEvent(String source,
int nodeId,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource)
createNodeAddedEvent
|
static Event |
EventUtils.createNodeCategoryMembershipChangedEvent(String source,
Integer nodeId,
String nodeLabel) |
static Event |
EventUtils.createNodeDeletedEvent(String source,
int nodeId,
String hostName,
String nodeLabel)
This method is responsible for generating a nodeDeleted event and sending
it to eventd..
|
protected Event |
AddEventVisitor.createNodeGainedInterfaceEvent(OnmsIpInterface iface)
createNodeGainedInterfaceEvent
|
static Event |
EventUtils.createNodeGainedInterfaceEvent(String source,
int nodeId,
InetAddress ifaddr)
createNodeGainedInterfaceEvent
|
protected Event |
AddEventVisitor.createNodeGainedServiceEvent(OnmsMonitoredService monSvc)
createNodeGainedServiceEvent
|
static Event |
EventUtils.createNodeGainedServiceEvent(String source,
int nodeId,
InetAddress ifaddr,
String service,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource,
String sysName,
String sysDescr)
createNodeGainedServiceEvent
|
static Event |
EventUtils.createNodeUpdatedEvent(String source,
Integer nodeId,
String nodeLabel,
OnmsNode.NodeLabelSource labelSource,
String rescanExisting)
createNodeUpdatedEvent
|
static Event |
EventUtils.createServiceDeletedEvent(String source,
int nodeId,
InetAddress addr,
String service)
Constructs a serviceDeleted Event for the nodeId, ipAddr, serviceName
triple
|
Event |
EventBuilder.getEvent()
getEvent
|
Modifier and Type | Method and Description |
---|---|
void |
EventIpcBroadcaster.broadcastNow(Event event)
Called by eventd to send an event to all interested listeners.
|
static boolean |
EventUtils.eventsMatch(Event e1,
Event e2)
eventsMatch
|
static String |
Parameter.format(Event event)
Format the list of event parameters
|
static int |
EventUtils.getIntParm(Event e,
String parmName,
int defaultValue)
Retrieve the value associated with an event parameter and parse it to an
int.
|
static long |
EventUtils.getLongParm(Event e,
String parmName,
long defaultValue)
Retrieve the value associated with an event parameter and parse it to a
long.
|
static String |
EventUtils.getParm(Event e,
String parmName)
Return the value of an event parameter of null if it does not exist.
|
static String |
EventUtils.getParm(Event e,
String parmName,
String defaultValue)
Retrieve a parameter from and event, returning defaultValue of the
parameter is not set.
|
protected void |
AnnotationBasedEventListenerAdapter.handleException(Event event,
Throwable cause)
handleException
|
void |
EventListener.onEvent(Event e)
Process a sent event.
|
void |
AnnotationBasedEventListenerAdapter.onEvent(Event event)
Process a sent event.
|
protected void |
AnnotationBasedEventListenerAdapter.postprocessEvent(Event event)
postprocessEvent
|
protected void |
AnnotationBasedEventListenerAdapter.preprocessEvent(Event event)
preprocessEvent
|
void |
EventProcessor.process(Header eventHeader,
Event event)
process
|
protected void |
AnnotationBasedEventListenerAdapter.processEvent(Event event,
Method method)
processEvent
|
void |
EventProxy.send(Event event)
This method is called to send the event out
|
void |
EventIpcManagerProxy.send(Event event)
This method is called to send the event out
|
void |
EventIpcManagerProxy.sendNow(Event event)
Called by a service to send an event to eventd
|
void |
EventForwarder.sendNow(Event event)
Called by a service to send an event to eventd
|
static String |
EventUtils.toString(Event event)
toString
|
void |
EventWriter.writeEvent(Event e) |
Constructor and Description |
---|
EventBuilder(Event event)
Constructor for EventBuilder.
|
EventBuilder(Event event,
Date date)
Constructor for EventBuilder.
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastEventProcessor.onEvent(Event event)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
void |
PassiveStatusKeeper.onEvent(Event e)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
Event |
DefaultPollContext.createEvent(String uei,
int nodeId,
InetAddress address,
String svcName,
Date date,
String reason)
createEvent
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollContext.onEvent(Event e)
Process a sent event.
|
PollEvent |
DefaultPollContext.sendEvent(Event event)
sendEvent
|
Modifier and Type | Method and Description |
---|---|
Event |
PollableService.createDownEvent(Date date)
createDownEvent
|
Event |
PollableNode.createDownEvent(Date date)
createDownEvent
|
Event |
PollableNetwork.createDownEvent(Date date)
createDownEvent
|
Event |
PollableInterface.createDownEvent(Date date)
createDownEvent
|
abstract Event |
PollableElement.createDownEvent(Date date)
createDownEvent
|
Event |
PollContext.createEvent(String uei,
int nodeId,
InetAddress address,
String svcName,
Date date,
String reason)
createEvent
|
Event |
PollableService.createResponsiveEvent(Date date)
createResponsiveEvent
|
Event |
PollableService.createUnresponsiveEvent(Date date)
createUnresponsiveEvent
|
Event |
PollableService.createUpEvent(Date date)
createUpEvent
|
Event |
PollableNode.createUpEvent(Date date)
createUpEvent
|
Event |
PollableNetwork.createUpEvent(Date date)
createUpEvent
|
Event |
PollableInterface.createUpEvent(Date date)
createUpEvent
|
abstract Event |
PollableElement.createUpEvent(Date date)
createUpEvent
|
Event |
PendingPollEvent.getEvent()
getEvent
|
Modifier and Type | Method and Description |
---|---|
void |
PendingPollEvent.complete(Event e)
complete
|
PollEvent |
PollContext.sendEvent(Event event)
sendEvent
|
Constructor and Description |
---|
PendingPollEvent(Event event)
Constructor for PendingPollEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
PollerBackEndEventProcessor.handleDaemonConfigChanged(Event event)
handleDaemonConfigChanged
|
void |
PollerBackEndEventProcessor.handleInterfaceDeleted(Event event)
handleInterfaceDeleted
|
void |
PollerBackEndEventProcessor.handleNodeAdded(Event event)
handleNodeAdded
|
void |
PollerBackEndEventProcessor.handleNodeConfigChanged(Event event)
handleNodeConfigChanged
|
void |
PollerBackEndEventProcessor.handleNodeDeleted(Event event)
handleNodeDeleted
|
void |
PollerBackEndEventProcessor.handleNodeGainedInterface(Event event)
handleNodeGainedInterface
|
void |
PollerBackEndEventProcessor.handleNodeGainedService(Event event)
handleNodeGainedService
|
void |
PollerBackEndEventProcessor.handleNodeInfoChanged(Event event)
handleNodeInfoChanged
|
void |
PollerBackEndEventProcessor.handleServiceDeleted(Event event)
handleServiceDeleted
|
void |
PollerBackEndEventProcessor.handleServiceUnmanaged(Event event)
handleServiceUnmanaged
|
void |
PollerBackEndEventProcessor.handleSnmpPollerConfigChanged(Event event)
handleSnmpPollerConfigChanged
|
Modifier and Type | Method and Description |
---|---|
void |
RancidProvisioningAdapter.handleRancidDownLoadFailure(Event e)
handleRancidDownLoadFailure
|
void |
RancidProvisioningAdapter.handleRancidDownLoadSuccess(Event e)
handleRancidDownLoadSuccess
|
void |
RancidProvisioningAdapter.handleRancidGroupProcessingCompleted(Event e)
handleRancidGroupProcessingCompleted
|
void |
SnmpHardwareInventoryProvisioningAdapter.handleReloadConfigEvent(Event event)
Handle reload configuration event.
|
void |
SnmpAssetProvisioningAdapter.handleReloadConfigEvent(Event event)
handleReloadConfigEvent
|
void |
RancidProvisioningAdapter.handleReloadConfigEvent(Event event)
handleReloadConfigEvent
|
void |
MapProvisioningAdapter.handleReloadConfigEvent(Event event)
handleReloadConfigEvent
|
Modifier and Type | Method and Description |
---|---|
void |
LinkProvisioningAdapter.dataLinkFailed(Event event)
dataLinkFailed
|
void |
LinkProvisioningAdapter.dataLinkRestored(Event event)
dataLinkRestored
|
void |
LinkProvisioningAdapter.dataLinkUnmanaged(Event e)
dataLinkUnmanaged
|
void |
LinkEventCorrelator.handleInterfaceDown(Event e)
handleInterfaceDown
|
void |
LinkEventCorrelator.handleInterfaceUp(Event e)
handleInterfaceUp
|
void |
LinkEventCorrelator.handleNodeDown(Event e)
handleNodeDown
|
void |
LinkEventCorrelator.handleNodeGainedService(Event e)
handleNodeGainedService
|
void |
LinkEventCorrelator.handleNodeLostService(Event e)
handleNodeLostService
|
void |
LinkEventCorrelator.handleNodeRegainedService(Event e)
handleNodeRegainedService
|
void |
LinkEventCorrelator.handleNodeUp(Event e)
handleNodeUp
|
void |
LinkEventCorrelator.handleServiceDeleted(Event e)
handleServiceDeleted
|
void |
LinkEventCorrelator.handleServiceResponsive(Event e)
handleServiceResponsive
|
void |
LinkEventCorrelator.handleServiceUnmanaged(Event e)
handleServiceUnmanaged
|
void |
LinkEventCorrelator.handleServiceUnresponsive(Event e)
handleServiceUnresponsive
|
boolean |
LinkEventCorrelator.isLinkUp(Event e)
isLinkUp
|
void |
LinkEventCorrelator.logEvent(Event e)
logEvent
|
void |
LinkEventCorrelator.updateLinkStatus(Event e)
updateLinkStatus
|
Modifier and Type | Method and Description |
---|---|
void |
Provisioner.doImport(Event event)
Begins importing from resource specified in model-importer.properties file or
in event parameter: url.
|
protected String |
Provisioner.getEventForeignSource(Event event)
getEventForeignSource
|
void |
Provisioner.handleAddInterface(Event event)
handleAddInterface
|
void |
Provisioner.handleAddNode(Event event)
handleAddNode
|
void |
Provisioner.handleChangeService(Event event)
handleChangeService
|
void |
Provisioner.handleDeleteInterface(Event event)
handleDeleteInterface
|
void |
Provisioner.handleDeleteNode(Event event)
handleDeleteNode
|
void |
Provisioner.handleDeleteService(Event event)
handleDeleteService
|
void |
Provisioner.handleForceRescan(Event e)
handleForceRescan
|
void |
Provisioner.handleNewSuspectEvent(Event e)
handleNewSuspectEvent
|
void |
ProvisioningAdapterManager.handleNodeAddedEvent(Event e)
handleNodeAddedEvent
|
void |
Provisioner.handleNodeAddedEvent(Event e)
handleNodeAddedEvent
|
void |
ProvisioningAdapterManager.handleNodeChangedEvent(Event e)
handleNodeChangedEvent
|
void |
ProvisioningAdapterManager.handleNodeDeletedEvent(Event e)
handleNodeDeletedEvent
|
void |
Provisioner.handleNodeDeletedEvent(Event e)
handleNodeDeletedEvent
|
void |
ProvisioningAdapterManager.handleNodeScanCompletedEvent(Event e)
handleNodeScanCompletedEvent
|
void |
Provisioner.handleNodeUpdated(Event e)
handleNodeUpdated
|
void |
ProvisioningAdapterManager.handleNodeUpdatedEvent(Event e)
handleNodeUpdatedEvent
|
void |
Provisioner.handleReloadConfigEvent(Event e)
handleReloadConfigEvent
|
void |
Provisioner.handleUpdateServer(Event event)
handleUpdateServer
|
void |
Provisioner.handleUpdateService(Event event)
handleUpdateService
|
Modifier and Type | Method and Description |
---|---|
void |
TimeTrackingMonitor.beginSendingEvents(ImportOperation oper,
List<Event> events)
beginSendingEvents
|
void |
TimeTrackingMonitor.finishSendingEvents(ImportOperation oper,
List<Event> events)
finishSendingEvents
|
Modifier and Type | Method and Description |
---|---|
void |
ProvisionMonitor.beginSendingEvents(ImportOperation oper,
List<Event> events)
beginSendingEvents
|
void |
NoOpProvisionMonitor.beginSendingEvents(ImportOperation oper,
List<Event> events)
beginSendingEvents
|
void |
ProvisionMonitor.finishSendingEvents(ImportOperation oper,
List<Event> events)
finishSendingEvents
|
void |
NoOpProvisionMonitor.finishSendingEvents(ImportOperation oper,
List<Event> events)
finishSendingEvents
|
Modifier and Type | Method and Description |
---|---|
void |
Queued.onEvent(Event e)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
void |
Reportd.handleReloadConfigEvent(Event e)
handleReloadConfigEvent
|
void |
Reportd.handleRunReportEvent(Event e)
handleRunReportEvent
|
Modifier and Type | Method and Description |
---|---|
protected Event |
EventPolicyRuleDefaultImpl.expand(Event event) |
protected abstract Event |
AbstractEventPolicyRule.expand(Event event) |
Event |
EventPolicyRule.filter(Event event)
Method to decide if the event
should be forwarder
|
Event |
AbstractEventPolicyRule.filter(Event event) |
Event |
AbstractEventForwarder.filter(Event event) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventSynchronization.getEvents()
Calling this method get the synchronization
Events
|
List<Event> |
AlarmEventSynchronization.getEvents() |
Modifier and Type | Method and Description |
---|---|
protected Event |
EventPolicyRuleDefaultImpl.expand(Event event) |
protected abstract Event |
AbstractEventPolicyRule.expand(Event event) |
Event |
EventPolicyRule.filter(Event event)
Method to decide if the event
should be forwarder
|
Event |
AbstractEventPolicyRule.filter(Event event) |
Event |
AbstractEventForwarder.filter(Event event) |
void |
SnmpV3TrapEventForwarder.flushEvent(Event event) |
void |
SnmpV3TrapAlarmForwarder.flushEvent(Event event) |
void |
SnmpV3InformEventForwarder.flushEvent(Event event) |
void |
SnmpV3InformAlarmForwarder.flushEvent(Event event) |
void |
SnmpV2TrapEventForwarder.flushEvent(Event event) |
void |
SnmpV2TrapAlarmForwarder.flushEvent(Event event) |
void |
SnmpV2InformEventForwarder.flushEvent(Event event) |
void |
SnmpV2InformAlarmForwarder.flushEvent(Event event) |
void |
SnmpV1TrapEventForwarder.flushEvent(Event event) |
void |
SnmpV1TrapAlarmForwarder.flushEvent(Event event) |
void |
EventForwarderDefaultImpl.flushEvent(Event event) |
void |
EventForwarder.flushEvent(Event event)
Method used to flush Event
|
void |
SnmpV3TrapEventForwarder.flushSyncEvent(Event event) |
void |
SnmpV3TrapAlarmForwarder.flushSyncEvent(Event event) |
void |
SnmpV3InformEventForwarder.flushSyncEvent(Event event) |
void |
SnmpV3InformAlarmForwarder.flushSyncEvent(Event event) |
void |
SnmpV2TrapEventForwarder.flushSyncEvent(Event event) |
void |
SnmpV2TrapAlarmForwarder.flushSyncEvent(Event event) |
void |
SnmpV2InformEventForwarder.flushSyncEvent(Event event) |
void |
SnmpV2InformAlarmForwarder.flushSyncEvent(Event event) |
void |
SnmpV1TrapEventForwarder.flushSyncEvent(Event event) |
void |
SnmpV1TrapAlarmForwarder.flushSyncEvent(Event event) |
void |
EventForwarderDefaultImpl.flushSyncEvent(Event event) |
void |
EventForwarder.flushSyncEvent(Event event)
Method used to flush Sync Event
|
void |
SnmpTrapHelper.forwardTrap(Event event,
String destAddr,
int destPort)
Create an SNMP trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
void |
SnmpTrapHelper.forwardV1Trap(Event event,
String destAddr,
int destPort)
Create an SNMP V1 trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
void |
SnmpTrapHelper.forwardV2Trap(Event event,
String destAddr,
int destPort)
Create an SNMP V2 trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
boolean |
UeiEventMatch.match(Event event) |
boolean |
UeiAlarmMatch.match(Event event) |
boolean |
EventMatch.match(Event event)
Method to decide if the Event matches
|
void |
SnmpTrapHelper.sendTL1AutonomousMsgTrap(Event event,
String destAddr,
int destPort,
String trapVersion,
String community)
Create an SNMP trap, based on the content of an event derived from a
TL1 autonomous message received by Tl1d, and forward the trap to the
specified address and port.
|
void |
SnmpTrapForwarderHelper.sendV1AlarmTrap(Event event,
boolean sync) |
void |
SnmpTrapForwarderHelper.sendV1EventTrap(Event event) |
void |
SnmpTrapForwarderHelper.sendV2AlarmInform(Event event,
boolean sync) |
void |
SnmpTrapForwarderHelper.sendV2AlarmTrap(Event event,
boolean sync) |
void |
SnmpTrapForwarderHelper.sendV2EventInform(Event event) |
void |
SnmpTrapForwarderHelper.sendV2EventTrap(Event event) |
void |
SnmpTrapForwarderHelper.sendV3AlarmInform(Event event,
boolean sync) |
void |
SnmpTrapForwarderHelper.sendV3AlarmTrap(Event event,
boolean sync) |
void |
SnmpTrapForwarderHelper.sendV3EventInform(Event event) |
void |
SnmpTrapForwarderHelper.sendV3EventTrap(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
DefaultPollContext.createEvent(String uei,
int nodeId,
String address,
Date date,
OnmsSnmpInterface snmpinterface)
createEvent
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpPoller.deleteInterfaceHaldler(Event event)
deleteInterfaceHaldler
|
void |
SnmpPoller.interfaceDownHandler(Event event)
interfaceDownHandler
|
void |
SnmpPoller.interfaceUpHandler(Event event)
interfaceUpHandler
|
void |
SnmpPoller.nodeDeletedHandler(Event event)
nodeDeletedHandler
|
void |
SnmpPoller.nodeDownHandler(Event event)
nodeDownHandler
|
void |
SnmpPoller.nodeUpHandler(Event event)
nodeUpHandler
|
void |
SnmpPoller.primarychangeHandler(Event event)
primarychangeHandler
|
void |
SnmpPoller.reloadConfig(Event event)
reloadConfig
|
void |
SnmpPoller.reloadSnmpConfig(Event event)
reloadSnmpConfig
|
void |
SnmpPoller.rescanCompletedHaldler(Event event)
rescanCompletedHaldler
|
void |
SnmpPoller.scanCompletedHaldler(Event event)
scanCompletedHaldler
|
void |
DefaultPollContext.sendEvent(Event event)
sendEvent
|
void |
SnmpPoller.serviceDownHandler(Event event)
serviceDownHandler
|
void |
SnmpPoller.serviceGainedHandler(Event event)
serviceGainedHandler
|
void |
SnmpPoller.serviceUpHandler(Event event)
serviceUpHandler
|
Modifier and Type | Method and Description |
---|---|
Event |
PollContext.createEvent(String uei,
int nodeId,
String address,
Date date,
OnmsSnmpInterface snmpinterface)
createEvent
|
Modifier and Type | Method and Description |
---|---|
void |
PollContext.sendEvent(Event event)
sendEvent
|
Modifier and Type | Method and Description |
---|---|
void |
Statsd.handleReloadConfigEvent(Event e)
handleReloadConfigEvent
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyslogHandler.EventHandler.processEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
protected Event |
AbstractThresholdEvaluatorState.createBasicEvent(String uei,
Date date,
double dsValue,
CollectionResourceWrapper resource,
Map<String,String> additionalParams)
createBasicEvent
|
Event |
ThresholdEvaluatorState.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
CollectionResourceWrapper resource)
getEventForState
|
Event |
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
CollectionResourceWrapper resource) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
CollectorThresholdingSet.applyThresholds(CollectionResource resource,
Map<String,CollectionAttribute> attributesMap,
Date collectionTimestamp) |
protected List<Event> |
ThresholdingSet.applyThresholds(CollectionResourceWrapper resourceWrapper,
Map<String,CollectionAttribute> attributesMap) |
List<Event> |
LatencyThresholdingSet.applyThresholds(String svcName,
Map<String,Double> attributes) |
List<Event> |
ThresholdEntity.evaluateAndCreateEvents(CollectionResourceWrapper resource,
Map<String,Double> values,
Date date)
Evaluates the threshold in light of the provided datasource value, for
the named instance (or the generic instance if instance is null) and
create any events for thresholds.
|
List<Event> |
ThresholdEntity.evaluateAndCreateEvents(Map<String,Double> values,
Date date)
Evaluates the threshold in light of the provided datasource value and
create any events for thresholds.
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdingEventProxy.add(Event event)
add
|
void |
ThresholdingEventProxy.send(Event event)
This method is called to send the event out
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdingEventProxy.add(List<Event> events)
add
|
Modifier and Type | Method and Description |
---|---|
void |
TroubleTicketer.onEvent(Event e)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
void |
Tl1d.handleRelooadConfigurationEvent(Event e)
handleRelooadConfigurationEvent
|
Modifier and Type | Method and Description |
---|---|
protected void |
EventTranslator.handleReloadEvent(Event e)
Re-marshals the translator specs into the factory's config member and
re-registers the UIEs with the eventProxy.
|
void |
EventTranslator.onEvent(Event e)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventCreator.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
BroadcastEventProcessor.onEvent(Event event)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpEventProxy.send(Event event)
This method is called to send the event out
|
Modifier and Type | Method and Description |
---|---|
void |
Vacuumd.onEvent(Event event)
Process a sent event.
|
Modifier and Type | Method and Description |
---|---|
Event |
ObjectFactory.createEvent()
Create an instance of
Event |
Event[] |
Events.getEvent()
Method getEvent.Returns the contents of the collection in an
Array.
|
Event |
Events.getEvent(int index)
Method getEvent.
|
Event |
Events.removeEventAt(int index)
Method removeEventAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Event> |
Events.enumerateEvent()
Method enumerateEvent.
|
List<Event> |
Events.getEventCollection()
Method getEventCollection.Returns a reference to
'_eventList'.
|
Iterator<Event> |
Events.iterateEvent()
Method iterateEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.addEvent(Event event) |
void |
Events.addEvent(Event vEvent) |
void |
Events.addEvent(int index,
Event vEvent) |
boolean |
Events.removeEvent(Event vEvent)
Method removeEvent.
|
void |
Events.setEvent(Event[] vEventArray) |
void |
Events.setEvent(int index,
Event vEvent) |
Modifier and Type | Method and Description |
---|---|
void |
Events.setEvent(List<Event> vEventList)
Sets the value of '_eventList' by copying the given Vector.
|
void |
Events.setEventCollection(List<Event> eventList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Event |
Events.findFirstMatchingEvent(Event matchingEvent) |
String |
Field.get(Event matchingEvent) |
String |
Partition.group(Event matchingEvent) |
boolean |
EventMatcher.matches(Event matchingEvent) |
boolean |
Event.matches(Event matchingEvent) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlRpcNotifier.sendEvent(Event event)
Notify the external event xmlrpc server of the occurrence of a generic
event -- ie.
|
boolean |
XmlRpcNotifier.sendInterfaceDownEvent(Event event)
Notify the external xmlrpc server the occurance of the 'interfaceDown'
event.
|
boolean |
XmlRpcNotifier.sendInterfaceUpEvent(Event event)
Notify the external xmlrpc server the occurance of the 'interfaceUp'
event.
|
boolean |
XmlRpcNotifier.sendNodeDownEvent(Event event)
Notify the external xmlrpc server the occurance of the 'nodeDown' event.
|
boolean |
XmlRpcNotifier.sendNodeUpEvent(Event event)
Notify the external xmlrpc server the occurance of the 'nodeUp' event.
|
boolean |
XmlRpcNotifier.sendServiceDownEvent(Event event)
Notify the external xmlrpc server the occurance of the 'nodeLostService'
event.
|
boolean |
XmlRpcNotifier.sendServiceUpEvent(Event event)
Notify the external xmlrpc server the occurance of the
'nodeRegainedService' event.
|
Copyright © 2015. All rights reserved.