Uses of Class
org.opennms.netmgt.xml.event.Event
-
-
Uses of Event in org.opennms.core.test.alarms.driver
Methods in org.opennms.core.test.alarms.driver with parameters of type Event Modifier and Type Method Description void
ActionVisitor. sendEvent(Event e)
void
AlarmdDriver. sendEvent(Event e)
Constructors in org.opennms.core.test.alarms.driver with parameters of type Event Constructor Description SendEventAction(Event event)
-
Uses of Event in org.opennms.core.test.db
Methods in org.opennms.core.test.db with parameters of type Event Modifier and Type Method Description void
MockDatabase. acknowledgeNoticesForEvent(Event e)
void
MockDatabase. createOutage(MockService svc, Event svcLostEvent)
java.util.Collection<java.lang.Integer>
MockDatabase. findNoticesForEvent(Event event)
void
MockDatabase. resolveOutage(MockService svc, Event svcRegainEvent)
void
MockDatabase. writeEvent(Event e)
-
Uses of Event in org.opennms.features.amqp.eventforwarder.internal
Methods in org.opennms.features.amqp.eventforwarder.internal with parameters of type Event Modifier and Type Method Description void
DefaultEventForwarder. sendNow(Event event)
Send the incomingEvent
message into the Camel route specified by theDefaultDispatcher.m_endpointUri
property.void
DefaultEventForwarder. sendNowSync(Event event)
-
Uses of Event in org.opennms.features.apilayer.model.mappers
Methods in org.opennms.features.apilayer.model.mappers with parameters of type Event Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent
InMemoryEventMapper. map(Event event)
-
Uses of Event in org.opennms.features.apilayer.utils
Methods in org.opennms.features.apilayer.utils that return Event Modifier and Type Method Description static Event
ModelMappers. toEvent(org.opennms.integration.api.v1.model.InMemoryEvent event)
Methods in org.opennms.features.apilayer.utils with parameters of type Event Modifier and Type Method Description static org.opennms.integration.api.v1.model.InMemoryEvent
ModelMappers. toEvent(Event event)
-
Uses of Event in org.opennms.features.eifadapter
Methods in org.opennms.features.eifadapter that return types with arguments of type Event Modifier and Type Method Description static java.util.List<Event>
EifParser. translateEifToOpenNMS(NodeDao nodeDao, java.lang.StringBuilder eifBuff)
-
Uses of Event in org.opennms.features.events.sink.dispatcher
Methods in org.opennms.features.events.sink.dispatcher that return types with arguments of type Event Modifier and Type Method Description AsyncDispatcher<Event>
EventDispatcherImpl. getAsyncDispatcher()
Methods in org.opennms.features.events.sink.dispatcher with parameters of type Event Modifier and Type Method Description void
EventDispatcherImpl. sendNow(Event event)
void
EventDispatcherImpl. sendNowSync(Event event)
-
Uses of Event in org.opennms.features.events.sink.module
Methods in org.opennms.features.events.sink.module that return Event Modifier and Type Method Description Event
EventSinkModule. unmarshalSingleMessage(byte[] bytes)
Methods in org.opennms.features.events.sink.module that return types with arguments of type Event Modifier and Type Method Description AggregationPolicy<Event,Log,Log>
EventSinkModule. getAggregationPolicy()
-
Uses of Event in org.opennms.features.kafka.consumer.events
Methods in org.opennms.features.kafka.consumer.events that return Event Modifier and Type Method Description static Event
EventsMapper. toEvent(EventsProto.Event pbEvent)
Methods in org.opennms.features.kafka.consumer.events that return types with arguments of type Event Modifier and Type Method Description static java.util.List<Event>
EventsMapper. mapProtobufToEvents(java.util.List<EventsProto.Event> pbEvents)
-
Uses of Event in org.opennms.features.kafka.producer
Methods in org.opennms.features.kafka.producer with parameters of type Event Modifier and Type Method Description OpennmsModelProtos.Event.Builder
ProtobufMapper. toEvent(Event event)
-
Uses of Event in org.opennms.netmgt.alarmd
Methods in org.opennms.netmgt.alarmd with parameters of type Event Modifier and Type Method Description OnmsAlarm
AlarmPersister. persist(Event event)
persistOnmsAlarm
AlarmPersisterImpl. persist(Event event)
-
Uses of Event in org.opennms.netmgt.alarmd.api
Methods in org.opennms.netmgt.alarmd.api with parameters of type Event Modifier and Type Method Description void
AlarmPersisterExtension. afterAlarmCreated(OnmsAlarm alarm, Event event, OnmsEvent dbEvent)
Invoked by the AlarmPersister after the alarm has been created, but *before* the call the save the object via the DAO is made.void
AlarmPersisterExtension. afterAlarmUpdated(OnmsAlarm alarm, Event event, OnmsEvent dbEvent)
Invoked by the AlarmPersister after the alarm has been updated, but *before* the call the save the object via the DAO is made. -
Uses of Event in org.opennms.netmgt.alarmd.drools
Methods in org.opennms.netmgt.alarmd.drools with parameters of type Event Modifier and Type Method Description void
AlarmService. sendEvent(Event e)
Asynchronously broadcast the given event.void
DefaultAlarmService. sendEvent(Event e)
-
Uses of Event in org.opennms.netmgt.alarmd.northbounder.drools
Methods in org.opennms.netmgt.alarmd.northbounder.drools with parameters of type Event Modifier and Type Method Description void
DroolsNorthbounder. sendEvent(Event event)
Send event. -
Uses of Event in org.opennms.netmgt.collectd
Methods in org.opennms.netmgt.collectd that return Event Modifier and Type Method Description Event
ForceRescanState. createForceRescanEvent()
createForceResanEvent -
Uses of Event in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return Event Modifier and Type Method Description static Event
EventTranslatorConfigFactory. cloneEvent(Event orig)
cloneEventEvent
SnmpEventInfo. createEvent(java.lang.String source)
Creates an event fromthis
.Event
NotificationManager. getEvent(int eventid)
In the absence of DAOs and ORMs this creates an Event object from the persisted record.Methods in org.opennms.netmgt.config that return types with arguments of type Event Modifier and Type Method Description java.util.List<Event>
EventTranslatorConfig. translateEvent(Event e)
Translate the @param e to a new eventjava.util.List<Event>
EventTranslatorConfigFactory. translateEvent(Event e)
Translate the @param e to a new eventMethods in org.opennms.netmgt.config with parameters of type Event Modifier and Type Method Description java.util.Collection<java.lang.Integer>
NotificationManager. acknowledgeNotice(Event event, java.lang.String uei, java.lang.String[] matchList)
acknowledgeNoticejava.util.Collection<java.lang.Integer>
NotificationManager. acknowledgeNoticeBasedOnAlarms(Event event)
acknowledgeNoticeBasedOnAlarmsstatic Event
EventTranslatorConfigFactory. cloneEvent(Event orig)
cloneEventEvent
DefaultEventConfDao. findByEvent(Event matchingEvent)
Notification[]
NotificationManager. getNotifForEvent(Event event)
getNotifForEventboolean
NotifdConfigManager. matchNotificationParameters(Event event, Notification notification)
matchNotificationParametersprotected boolean
NotificationManager. nodeInterfaceServiceValid(Notification notif, Event event)
nodeInterfaceServiceValidjava.util.List<Event>
EventTranslatorConfig. translateEvent(Event e)
Translate the @param e to a new eventjava.util.List<Event>
EventTranslatorConfigFactory. translateEvent(Event e)
Translate the @param e to a new event -
Uses of Event in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api with parameters of type Event Modifier and Type Method Description Event
EventConfDao. findByEvent(Event matchingEvent)
findByEvent -
Uses of Event in org.opennms.netmgt.correlation
Methods in org.opennms.netmgt.correlation with parameters of type Event Modifier and Type Method Description abstract void
AbstractCorrelationEngine. correlate(Event e)
correlatevoid
CorrelationEngine. correlate(Event e)
correlatevoid
AbstractCorrelationEngine. sendEvent(Event e)
sendEvent -
Uses of Event in org.opennms.netmgt.correlation.drools
Methods in org.opennms.netmgt.correlation.drools that return Event Modifier and Type Method Description Event
EventParameter. getEvent()
getEventEvent
Cause. getSymptom()
getSymptomMethods in org.opennms.netmgt.correlation.drools with parameters of type Event Modifier and Type Method Description void
DroolsCorrelationEngine. correlate(Event e)
correlatevoid
EventParameter. setEvent(Event event)
setEventvoid
Cause. setSymptom(Event symptomEvent)
setSymptomConstructors in org.opennms.netmgt.correlation.drools with parameters of type Event Constructor Description Cause(Cause.Type type, java.lang.Long cause, Event symptom)
Constructor for Cause.Cause(Cause.Type type, java.lang.Long cause, Event symptom, java.lang.Integer timerId)
Constructor for Cause.Impact(java.lang.Long cause, Event symptom)
Constructor for Impact.PossibleCause(java.lang.Long cause, Event symptom)
Constructor for PossibleCause.RootCause(java.lang.Long cause, Event symptom)
Constructor for RootCause. -
Uses of Event in org.opennms.netmgt.dao
Methods in org.opennms.netmgt.dao with parameters of type Event Modifier and Type Method Description void
TransactionAwareEventForwarder. sendNow(Event event)
Asynchronously sends an event to eventd.void
TransactionAwareEventForwarder. sendNowSync(Event event)
-
Uses of Event in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api with parameters of type Event Modifier and Type Method Description void
EventExpander. expandEvent(Event event)
-
Uses of Event in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return Event Modifier and Type Method Description Event
EventWrapper. getEvent()
getEventMethods in org.opennms.netmgt.dao.mock that return types with arguments of type Event Modifier and Type Method Description java.util.List<Event>
EventAnticipator. getAnticipatedEvents()
java.util.List<Event>
EventAnticipator. getAnticipatedEventsReceived()
java.util.List<Event>
EventAnticipator. getUnanticipatedEvents()
java.util.Collection<Event>
EventAnticipator. waitForAnticipated(long millis)
Methods in org.opennms.netmgt.dao.mock with parameters of type Event Modifier and Type Method Description void
MockEventIpcManager.SendNowHook. afterBroadcast(Event event)
void
EventAnticipator. anticipateEvent(Event event)
void
EventAnticipator. anticipateEvent(Event event, boolean checkUnanticipatedList)
void
MockEventIpcManager.SendNowHook. beforeBroadcast(Event event)
void
MockEventIpcManager. broadcastNow(Event event)
void
MockEventIpcManager. broadcastNow(Event event, boolean synchronous)
void
EventAnticipator. eventProcessed(Event event)
void
EventAnticipator. eventReceived(Event event)
Event
MockEventConfDao. findByEvent(Event matchingEvent)
Event
MockEventIpcManager.EmptyEventConfDao. findByEvent(Event matchingEvent)
void
MockEventIpcManager. send(Event event)
void
MockEventIpcManager. sendEventToListeners(Event event)
void
AbstractMockDao.NullEventForwarder. sendNow(Event event)
void
MockEventIpcManager. sendNow(Event event)
void
MockEventIpcManager. sendNow(Event event, boolean synchronous)
void
AbstractMockDao.NullEventForwarder. sendNowSync(Event event)
void
MockEventIpcManager. sendNowSync(Event event)
Constructors in org.opennms.netmgt.dao.mock with parameters of type Event Constructor Description EventWrapper(Event event)
Constructor for EventWrapper. -
Uses of Event in org.opennms.netmgt.eventd
Methods in org.opennms.netmgt.eventd with parameters of type Event Modifier and Type Method Description void
EventIpcManagerDefaultImpl. broadcastNow(Event event, boolean synchronous)
void
EventExpander. expandEvent(Event e)
This method is invoked to check and configure a received event.void
AbstractEventUtil. expandMapValues(java.util.Map<java.lang.String,java.lang.String> map, Event event)
expandMapValuesvoid
EventUtil. expandMapValues(java.util.Map<java.lang.String,java.lang.String> parmMap, Event event)
java.lang.String
AbstractEventUtil. expandParms(java.lang.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[]% is replaced by the value of the parameter named 'name', if present - %parm[# ]% is replaced by the value of the parameter number 'num', if present - %parm[##]% is replaced by the number of parameters java.lang.String
AbstractEventUtil. expandParms(java.lang.String input, Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.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[]% is replaced by the value of the parameter named 'name', if present - %parm[# ]% is replaced by the value of the parameter number 'num', if present - %parm[##]% is replaced by the number of parameters java.lang.String
EventUtil. expandParms(java.lang.String string, Event event)
java.lang.String
EventUtil. expandParms(java.lang.String inp, Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
java.lang.String
EventUtilDaoImpl. expandParms(java.lang.String inp, Event event)
java.lang.String
EventUtilDaoImpl. expandParms(java.lang.String input, Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
protected static java.lang.String
AbstractEventUtil. getAllParamValues(Event event)
Helper method.protected static java.lang.String
AbstractEventUtil. getAllParmNames(Event event)
Helper method.protected static java.lang.String
AbstractEventUtil. getAllParmValues(Event event)
Helper method.java.lang.String
AbstractEventUtil. getEventHost(Event event)
getEventHostjava.lang.String
EventUtil. getEventHost(Event event)
java.lang.String
AbstractEventUtil. getNamedParmValue(java.lang.String parm, Event event)
Helper method.java.lang.String
EventUtil. getNamedParmValue(java.lang.String string, Event event)
protected static java.lang.String
AbstractEventUtil. getNumParmName(java.lang.String parm, Event event)
Helper method.protected static java.lang.String
AbstractEventUtil. getNumParmValue(java.lang.String parm, Event event)
Helper method.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
EventIpcManagerDefaultImpl. send(Event event)
This method is called to send the event outvoid
EventIpcManagerDefaultImpl. sendNow(Event event)
Asynchronously sends an event to eventd.void
EventIpcManagerDefaultImpl. sendNowSync(Event event)
-
Uses of Event in org.opennms.netmgt.eventd.adaptors
Methods in org.opennms.netmgt.eventd.adaptors with parameters of type Event Modifier and Type Method Description boolean
EventHandler. processEvent(Event event)
processEventboolean
EventHandlerMBeanProxy. processEvent(Event event)
processEventboolean
EventIpcManagerEventHandlerProxy. processEvent(Event event)
processEvent -
Uses of Event in org.opennms.netmgt.eventd.datablock
Methods in org.opennms.netmgt.eventd.datablock with parameters of type Event Modifier and Type Method Description Event
EventConfData. getEvent(Event event)
Get the right configuration for the event - the eventkey is used first.static java.lang.String
EventKey. getMaskElementValue(Event event, java.lang.String mename)
Get the value of the mask element for this event.Constructors in org.opennms.netmgt.eventd.datablock with parameters of type Event Constructor Description EventKey(Event event)
Constructor for this class -
Uses of Event in org.opennms.netmgt.eventd.processor.expandable
Methods in org.opennms.netmgt.eventd.processor.expandable with parameters of type Event Modifier and Type Method Description java.lang.String
EventTemplate. expand(Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
java.lang.String
ExpandableConstant. expand(Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
java.lang.String
ExpandableParameter. expand(Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
java.lang.String
ExpandableToken. expand(Event event, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> decode)
Expands a token.java.lang.String
ExpandableParameterResolver. getValue(java.lang.String parm, java.lang.String parsedParm, Event event, EventUtil eventUtil)
-
Uses of Event in org.opennms.netmgt.eventd.sink
Methods in org.opennms.netmgt.eventd.sink that return types with arguments of type Event Modifier and Type Method Description SinkModule<Event,Log>
EventSinkConsumer. getModule()
-
Uses of Event in org.opennms.netmgt.events.api
Methods in org.opennms.netmgt.events.api with parameters of type Event Modifier and Type Method Description void
EventIpcBroadcaster. broadcastNow(Event event, boolean synchronous)
Called by eventd to send an event to all interested listeners.static java.lang.String
EventParameterUtils. format(Event event)
Format the list of event parametersvoid
EventProxy. send(Event event)
This method is called to send the event outvoid
EventForwarder. sendNow(Event event)
Asynchronously sends an event to eventd.void
EventForwarder. sendNowSync(Event event)
Synchronously sends an event to eventd.void
EventWriter. writeEvent(Event e)
-
Uses of Event in org.opennms.netmgt.events.api.model
Methods in org.opennms.netmgt.events.api.model with parameters of type Event Modifier and Type Method Description static ImmutableEvent
ImmutableMapper. fromMutableEvent(Event event)
-
Uses of Event in org.opennms.netmgt.events.api.support
Methods in org.opennms.netmgt.events.api.support with parameters of type Event Modifier and Type Method Description void
TcpEventProxy. send(Event event)
Deprecated.This method is called to send the event out -
Uses of Event in org.opennms.netmgt.events.commands
Methods in org.opennms.netmgt.events.commands that return Event Modifier and Type Method Description Event
StressCommand.EventGenerator. getNextEvent()
Event
StressCommand.JexlEventGenerator. getNextEvent()
-
Uses of Event in org.opennms.netmgt.mock
Methods in org.opennms.netmgt.mock that return Event Modifier and Type Method Description static Event
MockEventUtil. createBgpBkTnEvent(java.lang.String source, MockNode node, java.lang.String ipAddr, int peerState)
createBgpBkTnEventabstract Event
MockElement. createDeleteEvent()
createDeleteEventEvent
MockInterface. createDeleteEvent()
createDeleteEventEvent
MockNetwork. createDeleteEvent()
createDeleteEventEvent
MockNode. createDeleteEvent()
createDeleteEventEvent
MockPathOutage. createDeleteEvent()
Event
MockService. createDeleteEvent()
createDeleteEventabstract Event
MockElement. createDownEvent()
createDownEventEvent
MockElement. createDownEvent(java.util.Date date)
createDownEventEvent
MockInterface. createDownEvent()
createDownEventEvent
MockNetwork. createDownEvent()
createDownEventEvent
MockNode. createDownEvent()
createDownEventEvent
MockPathOutage. createDownEvent()
Event
MockService. createDownEvent()
createDownEventEvent
MockNode. createDownEventWithReason(java.lang.String reason)
createDownEventWithReasonstatic Event
MockEventUtil. createEvent(java.lang.String source, java.lang.String uei, int nodeId, java.lang.String ipAddr, java.lang.String svcName, java.lang.String reason)
createEventstatic Event
MockEventUtil. createInterfaceDeletedEvent(java.lang.String source, MockInterface iface)
createInterfaceDeletedEventstatic Event
MockEventUtil. createInterfaceDownEvent(java.lang.String source, MockInterface iface)
createInterfaceDownEventstatic Event
MockEventUtil. createInterfaceEvent(java.lang.String source, java.lang.String uei, MockInterface iface)
createInterfaceEventstatic Event
MockEventUtil. createInterfaceUpEvent(java.lang.String source, MockInterface iface)
createInterfaceUpEventabstract Event
MockElement. createNewEvent()
createNewEventEvent
MockInterface. createNewEvent()
createNewEventEvent
MockNetwork. createNewEvent()
createNewEventEvent
MockNode. createNewEvent()
createNewEventEvent
MockPathOutage. createNewEvent()
Event
MockService. createNewEvent()
createNewEventstatic Event
MockEventUtil. createNodeAddedEvent(java.lang.String source, MockNode node)
createNodeAddedEventstatic Event
MockEventUtil. createNodeDeletedEvent(java.lang.String source, MockNode node)
createNodeDeletedEventstatic Event
MockEventUtil. createNodeDownEvent(java.lang.String source, MockNode node)
createNodeDownEventstatic Event
MockEventUtil. createNodeDownEventWithReason(java.lang.String source, MockNode node, java.lang.String reason)
createNodeDownEventWithReasonstatic Event
MockEventUtil. createNodeEvent(java.lang.String source, java.lang.String uei, MockNode node)
createNodeEventstatic Event
MockEventUtil. createNodeEventWithReason(java.lang.String source, java.lang.String uei, MockNode node, java.lang.String reason)
createNodeEventWithReasonstatic Event
MockEventUtil. createNodeGainedInterfaceEvent(java.lang.String source, MockInterface iface)
createNodeGainedInterfaceEventstatic Event
MockEventUtil. createNodeGainedServiceEvent(java.lang.String source, MockService svc)
createNodeGainedServiceEventEvent
MockNode. createNodeLabelChangedEvent(java.lang.String newLabel)
createNodeLabelChangedEventstatic Event
MockEventUtil. createNodeLostServiceEvent(java.lang.String source, MockService svc)
createNodeLostServiceEventstatic Event
MockEventUtil. createNodeLostServiceEvent(java.lang.String source, MockService svc, java.lang.String reason)
createNodeLostServiceEventstatic Event
MockEventUtil. createNodeRegainedServiceEvent(java.lang.String source, MockService svc)
createNodeRegainedServiceEventstatic Event
MockEventUtil. createNodeUpEvent(java.lang.String source, MockNode node)
createNodeUpEventstatic Event
MockEventUtil. createOutageCreatedEvent(java.lang.String source, MockService svc, java.lang.String reason)
Event
MockService. createOutageCreatedEvent()
static Event
MockEventUtil. createOutageResolvedEvent(java.lang.String source, MockService svc, java.lang.String reason)
Event
MockService. createOutageResolvedEvent()
static Event
MockEventUtil. createReparentEvent(java.lang.String source, java.lang.String ipAddr, int oldNode, int newNode)
createReparentEventEvent
MockService. createResponsiveEvent()
createResponsiveEventstatic Event
MockEventUtil. createResumePollingServiceEvent(java.lang.String source, MockService svc)
createResumePollingServiceEventstatic Event
MockEventUtil. createServiceDeletedEvent(java.lang.String source, MockService svc)
createServiceDeletedEventstatic Event
MockEventUtil. createServiceEvent(java.lang.String source, java.lang.String uei, MockService svc, java.lang.String reason)
createServiceEventstatic Event
MockEventUtil. createServiceResponsiveEvent(java.lang.String source, MockService svc)
createServiceResponsiveEventstatic Event
MockEventUtil. createServiceUnresponsiveEvent(java.lang.String source, MockService svc, java.lang.String reason)
createServiceUnresponsiveEventstatic Event
MockEventUtil. createSuspendPollingServiceEvent(java.lang.String source, MockService svc)
createSuspendPollingServiceEventEvent
MockService. createUnresponsiveEvent()
createUnresponsiveEventabstract Event
MockElement. createUpEvent()
createUpEventEvent
MockElement. createUpEvent(java.util.Date date)
createUpEventEvent
MockInterface. createUpEvent()
createUpEventEvent
MockNetwork. createUpEvent()
createUpEventEvent
MockNode. createUpEvent()
createUpEventEvent
MockPathOutage. createUpEvent()
Event
MockService. createUpEvent()
createUpEventMethods in org.opennms.netmgt.mock with parameters of type Event Modifier and Type Method Description static boolean
MockEventUtil. eventsMatch(Event e1, Event e2)
Deprecated.UseEventUtils.eventsMatch(Event,Event)
insteadstatic boolean
MockEventUtil. eventsMatchDeep(Event e1, Event e2)
eventsMatchDeepstatic boolean
MockEventUtil. eventsMatchDeep(Event e1, Event e2, long toleratedTimestampOffset)
eventsMatchDeepstatic void
MockEventUtil. printEvent(java.lang.String prefix, Event event)
printEventstatic void
MockEventUtil. setEventTime(Event event, java.util.Date date)
setEventTimeMethod parameters in org.opennms.netmgt.mock with type arguments of type Event Modifier and Type Method Description static void
MockEventUtil. printEvents(java.lang.String prefix, java.util.Collection<Event> events)
printEvents -
Uses of Event in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model with parameters of type Event Modifier and Type Method Description void
OnmsEvent. setEventParametersFromEvent(Event event)
Constructors in org.opennms.netmgt.model with parameters of type Event Constructor Description OnmsAcknowledgment(Event e)
Constructor for OnmsAcknowledgment. -
Uses of Event in org.opennms.netmgt.model.events
Methods in org.opennms.netmgt.model.events that return Event Modifier and Type Method Description static Event
EventUtils. createApplicationDeletedEvent(java.lang.String source, int applicationId, java.lang.String applicationName)
Constructs a applicationDeleted Event for a given application id and namestatic Event
EventUtils. createAssetInfoChangedEvent(java.lang.String source, long nodeId, long txNo)
Construct a deleteNode event for the given nodeId.static Event
EventUtils. createDeleteInterfaceEvent(java.lang.String source, long nodeId, java.lang.String ipAddr, int ifIndex, long txNo)
Constructs a deleteInterface event for the given nodeId, ipAddress (or ifIndex) pair.static Event
EventUtils. createDeleteNodeEvent(java.lang.String source, long nodeId, long txNo)
static Event
EventUtils. createDeleteServiceEvent(java.lang.String source, long nodeId, java.lang.String ipAddr, java.lang.String service, long txNo)
Constructs a deleteService event for the given nodeId, ipAddress, serviceName triple.static Event
EventUtils. createInterfaceDeletedEvent(java.lang.String source, int nodeId, java.net.InetAddress addr)
Construct an interfaceDeleted event for an interface.protected Event
AddEventVisitor. createNodeAddedEvent(OnmsNode node)
createNodeAddedEventstatic Event
EventUtils. createNodeAddedEvent(java.lang.String source, int nodeId, java.lang.String nodeLabel, OnmsNode.NodeLabelSource labelSource)
createNodeAddedEventstatic Event
EventUtils. createNodeCategoryMembershipChangedEvent(java.lang.String source, java.lang.Integer nodeId, java.lang.String nodeLabel, java.lang.String[] categoriesAdded, java.lang.String[] categoriesDeleted)
static Event
EventUtils. createNodeDeletedEvent(java.lang.String source, int nodeId, java.lang.String hostName, java.lang.String nodeLabel, OnmsMonitoringLocation nodeLocation, java.lang.String nodeForeignId, java.lang.String nodeForeignSource, OnmsIpInterface nodePrimaryInterface)
This method is responsible for generating a nodeDeleted event and sending it to eventd..protected Event
AddEventVisitor. createNodeGainedInterfaceEvent(OnmsIpInterface iface)
createNodeGainedInterfaceEventstatic Event
EventUtils. createNodeGainedInterfaceEvent(java.lang.String source, int nodeId, java.net.InetAddress ifaddr)
createNodeGainedInterfaceEventprotected Event
AddEventVisitor. createNodeGainedServiceEvent(OnmsMonitoredService monSvc)
createNodeGainedServiceEventstatic Event
EventUtils. createNodeGainedServiceEvent(java.lang.String source, int nodeId, java.net.InetAddress ifaddr, java.lang.String service, java.lang.String nodeLabel, OnmsNode.NodeLabelSource labelSource, java.lang.String sysName, java.lang.String sysDescr)
createNodeGainedServiceEventstatic Event
EventUtils. createNodeLocationChangedEvent(java.lang.String source, java.lang.Integer nodeId, java.lang.String nodeLabel, java.lang.String prevLocation, java.lang.String currentLocation)
createNodeLocationChangedEventstatic Event
EventUtils. createNodeUpdatedEvent(java.lang.String source, java.lang.Integer nodeId, java.lang.String nodeLabel, OnmsNode.NodeLabelSource labelSource, java.lang.String rescanExisting)
createNodeUpdatedEventstatic Event
EventUtils. createServiceDeletedEvent(java.lang.String source, int nodeId, java.net.InetAddress addr, java.lang.String service)
Constructs a serviceDeleted Event for the nodeId, ipAddr, serviceName tripleEvent
EventBuilder. getEvent()
getEventEvent
NodeLabelChangedEventBuilder. getEvent()
Methods in org.opennms.netmgt.model.events with parameters of type Event Modifier and Type Method Description static void
EventUtils. checkInterface(Event e)
Ensures the given event has an interfacestatic void
EventUtils. checkNodeId(Event e)
Ensures that the given Event has a node idstatic void
EventUtils. checkService(Event e)
Ensures that the given event has a service parameterstatic boolean
EventUtils. eventsMatch(Event e1, Event e2)
eventsMatchstatic int
EventUtils. getIntParm(Event e, java.lang.String parmName, int defaultValue)
Retrieve the value associated with an event parameter and parse it to an int.static long
EventUtils. getLongParm(Event e, java.lang.String parmName, long defaultValue)
Retrieve the value associated with an event parameter and parse it to a long.static java.lang.String
EventUtils. getParm(Event e, java.lang.String parmName)
Return the value of an event parameter of null if it does not exist.static java.lang.String
EventUtils. getParm(Event e, java.lang.String parmName, java.lang.String defaultValue)
Retrieve a parameter from and event, returning defaultValue of the parameter is not set.static void
EventUtils. requireParm(Event e, java.lang.String parmName)
Throw an exception if an event does have the required parameterstatic java.lang.String
EventUtils. toString(Event event)
toStringConstructors in org.opennms.netmgt.model.events with parameters of type Event Constructor Description EventBuilder(Event event)
Constructor for EventBuilder. -
Uses of Event in org.opennms.netmgt.notifd
Methods in org.opennms.netmgt.notifd with parameters of type Event Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>
BroadcastEventProcessor. buildParameterMap(Notification notification, Event event, int noticeId)
-
Uses of Event in org.opennms.netmgt.poller
Methods in org.opennms.netmgt.poller that return Event Modifier and Type Method Description Event
DefaultPollContext. createEvent(java.lang.String uei, int nodeId, java.net.InetAddress address, java.lang.String svcName, java.util.Date date, java.lang.String reason)
createEventMethods in org.opennms.netmgt.poller with parameters of type Event Modifier and Type Method Description PollEvent
DefaultPollContext. sendEvent(Event event)
sendEvent -
Uses of Event in org.opennms.netmgt.poller.pollables
Methods in org.opennms.netmgt.poller.pollables that return Event Modifier and Type Method Description abstract Event
PollableElement. createDownEvent(java.util.Date date)
createDownEventEvent
PollableInterface. createDownEvent(java.util.Date date)
createDownEventEvent
PollableNetwork. createDownEvent(java.util.Date date)
createDownEventEvent
PollableNode. createDownEvent(java.util.Date date)
createDownEventEvent
PollableService. createDownEvent(java.util.Date date)
createDownEventEvent
PollContext. createEvent(java.lang.String uei, int nodeId, java.net.InetAddress address, java.lang.String svcName, java.util.Date date, java.lang.String reason)
createEventEvent
PollableService. createResponsiveEvent(java.util.Date date)
createResponsiveEventEvent
PollableService. createUnresponsiveEvent(java.util.Date date)
createUnresponsiveEventabstract Event
PollableElement. createUpEvent(java.util.Date date)
createUpEventEvent
PollableInterface. createUpEvent(java.util.Date date)
createUpEventEvent
PollableNetwork. createUpEvent(java.util.Date date)
createUpEventEvent
PollableNode. createUpEvent(java.util.Date date)
createUpEventEvent
PollableService. createUpEvent(java.util.Date date)
createUpEventMethods in org.opennms.netmgt.poller.pollables with parameters of type Event Modifier and Type Method Description PollEvent
PollContext. sendEvent(Event event)
sendEvent -
Uses of Event in org.opennms.netmgt.provision.service
Methods in org.opennms.netmgt.provision.service with parameters of type Event Modifier and Type Method Description protected java.lang.String
Provisioner. getEventForeignSource(Event event)
getEventForeignSourceMethod parameters in org.opennms.netmgt.provision.service with type arguments of type Event Modifier and Type Method Description void
TimeTrackingMonitor. beginSendingEvents(ImportOperation oper, java.util.List<Event> events)
beginSendingEventsvoid
TimeTrackingMonitor. finishSendingEvents(ImportOperation oper, java.util.List<Event> events)
finishSendingEvents -
Uses of Event in org.opennms.netmgt.provision.service.operations
Method parameters in org.opennms.netmgt.provision.service.operations with type arguments of type Event Modifier and Type Method Description void
NoOpProvisionMonitor. beginSendingEvents(ImportOperation oper, java.util.List<Event> events)
beginSendingEventsvoid
ProvisionMonitor. beginSendingEvents(ImportOperation oper, java.util.List<Event> events)
beginSendingEventsvoid
NoOpProvisionMonitor. finishSendingEvents(ImportOperation oper, java.util.List<Event> events)
finishSendingEventsvoid
ProvisionMonitor. finishSendingEvents(ImportOperation oper, java.util.List<Event> events)
finishSendingEvents -
Uses of Event in org.opennms.netmgt.scriptd.helper
Methods in org.opennms.netmgt.scriptd.helper that return Event Modifier and Type Method Description protected abstract Event
AbstractEventPolicyRule. expand(Event event)
protected Event
EventPolicyRuleDefaultImpl. expand(Event event)
Event
AbstractEventForwarder. filter(Event event)
Event
AbstractEventPolicyRule. filter(Event event)
Event
EventPolicyRule. filter(Event event)
Method to decide if the event should be forwarderMethods in org.opennms.netmgt.scriptd.helper that return types with arguments of type Event Modifier and Type Method Description java.util.List<Event>
AlarmEventSynchronization. getEvents()
java.util.List<Event>
EventSynchronization. getEvents()
Calling this method get the synchronization EventsMethods in org.opennms.netmgt.scriptd.helper with parameters of type Event Modifier and Type Method Description protected abstract Event
AbstractEventPolicyRule. expand(Event event)
protected Event
EventPolicyRuleDefaultImpl. expand(Event event)
Event
AbstractEventForwarder. filter(Event event)
Event
AbstractEventPolicyRule. filter(Event event)
Event
EventPolicyRule. filter(Event event)
Method to decide if the event should be forwardervoid
EventForwarder. flushEvent(Event event)
Method used to flush Eventvoid
EventForwarderDefaultImpl. flushEvent(Event event)
void
SnmpV1TrapAlarmForwarder. flushEvent(Event event)
void
SnmpV1TrapEventForwarder. flushEvent(Event event)
void
SnmpV2InformAlarmForwarder. flushEvent(Event event)
void
SnmpV2InformEventForwarder. flushEvent(Event event)
void
SnmpV2TrapAlarmForwarder. flushEvent(Event event)
void
SnmpV2TrapEventForwarder. flushEvent(Event event)
void
SnmpV3InformAlarmForwarder. flushEvent(Event event)
void
SnmpV3InformEventForwarder. flushEvent(Event event)
void
SnmpV3TrapAlarmForwarder. flushEvent(Event event)
void
SnmpV3TrapEventForwarder. flushEvent(Event event)
void
EventForwarder. flushSyncEvent(Event event)
Method used to flush Sync Eventvoid
EventForwarderDefaultImpl. flushSyncEvent(Event event)
void
SnmpV1TrapAlarmForwarder. flushSyncEvent(Event event)
void
SnmpV1TrapEventForwarder. flushSyncEvent(Event event)
void
SnmpV2InformAlarmForwarder. flushSyncEvent(Event event)
void
SnmpV2InformEventForwarder. flushSyncEvent(Event event)
void
SnmpV2TrapAlarmForwarder. flushSyncEvent(Event event)
void
SnmpV2TrapEventForwarder. flushSyncEvent(Event event)
void
SnmpV3InformAlarmForwarder. flushSyncEvent(Event event)
void
SnmpV3InformEventForwarder. flushSyncEvent(Event event)
void
SnmpV3TrapAlarmForwarder. flushSyncEvent(Event event)
void
SnmpV3TrapEventForwarder. flushSyncEvent(Event event)
void
SyslogEventForwarder. forward(Event event, OnmsNode node)
Forwards an event.void
SnmpTrapHelper. forwardTrap(Event event, java.lang.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, java.lang.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, java.lang.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
EventMatch. match(Event event)
Method to decide if the Event matchesboolean
UeiAlarmMatch. match(Event event)
boolean
UeiEventMatch. match(Event event)
void
SnmpTrapHelper. sendTL1AutonomousMsgTrap(Event event, java.lang.String destAddr, int destPort, java.lang.String trapVersion, java.lang.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)
-
Uses of Event in org.opennms.netmgt.snmpinterfacepoller
Methods in org.opennms.netmgt.snmpinterfacepoller that return Event Modifier and Type Method Description Event
DefaultPollContext. createEvent(java.lang.String uei, int nodeId, java.lang.String addr, java.lang.String netMask, java.util.Date date, OnmsSnmpInterface snmpinterface)
createEventMethods in org.opennms.netmgt.snmpinterfacepoller with parameters of type Event Modifier and Type Method Description void
DefaultPollContext. sendEvent(Event event)
sendEvent -
Uses of Event in org.opennms.netmgt.snmpinterfacepoller.pollable
Methods in org.opennms.netmgt.snmpinterfacepoller.pollable that return Event Modifier and Type Method Description Event
PollContext. createEvent(java.lang.String uei, int nodeId, java.lang.String address, java.lang.String netMask, java.util.Date date, OnmsSnmpInterface snmpinterface)
createEventMethods in org.opennms.netmgt.snmpinterfacepoller.pollable with parameters of type Event Modifier and Type Method Description void
PollContext. sendEvent(Event event)
sendEvent -
Uses of Event in org.opennms.netmgt.syslogd
Methods in org.opennms.netmgt.syslogd that return Event Modifier and Type Method Description Event
ConvertToEvent. getEvent()
getEvent -
Uses of Event in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd that return Event Modifier and Type Method Description protected Event
AbstractThresholdEvaluatorState. createBasicEvent(java.lang.String uei, java.util.Date date, double dsValue, CollectionResourceWrapper resource, java.util.Map<java.lang.String,java.lang.String> additionalParams)
createBasicEventEvent
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorState. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
getEventForStateMethods in org.opennms.netmgt.threshd that return types with arguments of type Event Modifier and Type Method Description java.util.List<Event>
ThresholdingSetImpl. applyThresholds(CollectionResource resource, java.util.Map<java.lang.String,CollectionAttribute> attributesMap, java.util.Date collectionTimestamp, java.lang.Long sequenceNumber)
protected java.util.List<Event>
ThresholdingSetImpl. applyThresholds(CollectionResourceWrapper resourceWrapper, java.util.Map<java.lang.String,CollectionAttribute> attributesMap)
java.util.List<Event>
ThresholdEntity. evaluateAndCreateEvents(java.util.Map<java.lang.String,java.lang.Double> values, java.util.Date date)
Evaluates the threshold in light of the provided datasource value and create any events for thresholds.java.util.List<Event>
ThresholdEntity. evaluateAndCreateEvents(CollectionResourceWrapper resource, java.util.Map<java.lang.String,java.lang.Double> values, java.util.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.Methods in org.opennms.netmgt.threshd with parameters of type Event Modifier and Type Method Description void
ThresholdingEventProxyImpl. send(Event event)
void
ThresholdingEventProxyImpl. sendEvent(Event event)
-
Uses of Event in org.opennms.netmgt.threshd.api
Methods in org.opennms.netmgt.threshd.api with parameters of type Event Modifier and Type Method Description void
ThresholdingEventProxy. sendEvent(Event event)
-
Uses of Event in org.opennms.netmgt.translator
Methods in org.opennms.netmgt.translator with parameters of type Event Modifier and Type Method 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. -
Uses of Event in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event that return Event Modifier and Type Method Description static Event
Event. copyFrom(IEvent source)
Event
ObjectFactory. createEvent()
Create an instance ofEvent
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.Methods in org.opennms.netmgt.xml.event that return types with arguments of type Event Modifier and Type Method Description java.util.Enumeration<Event>
Events. enumerateEvent()
Method enumerateEvent.java.util.List<Event>
Events. getEventCollection()
Method getEventCollection.Returns a reference to '_eventList'.java.util.Iterator<Event>
Events. iterateEvent()
Method iterateEvent.Methods in org.opennms.netmgt.xml.event with parameters of type Event Modifier and Type Method Description void
Events. addEvent(int index, Event vEvent)
void
Events. addEvent(Event vEvent)
void
Log. addEvent(Event event)
boolean
Events. removeEvent(Event vEvent)
Method removeEvent.void
Events. setEvent(int index, Event vEvent)
void
Events. setEvent(Event[] vEventArray)
Method parameters in org.opennms.netmgt.xml.event with type arguments of type Event Modifier and Type Method Description void
Events. setEvent(java.util.List<Event> vEventList)
Sets the value of '_eventList' by copying the given Vector.void
Events. setEventCollection(java.util.List<Event> eventList)
Deprecated. -
Uses of Event in org.opennms.netmgt.xml.eventconf
Methods in org.opennms.netmgt.xml.eventconf with parameters of type Event Modifier and Type Method Description Event
Events. findFirstMatchingEvent(Event matchingEvent)
java.lang.String
Field. get(Event matchingEvent)
java.lang.String
EnterpriseIdPartition. group(Event matchingEvent)
java.lang.String
Partition. group(Event matchingEvent)
MatchResult
Event. matches(Event matchingEvent)
MatchResult
EventMatcher. matches(Event matchingEvent)
-
Uses of Event in org.opennms.plugins.elasticsearch.rest
Methods in org.opennms.plugins.elasticsearch.rest with parameters of type Event Modifier and Type Method Description void
EventForwarderQueueImpl. sendNow(Event event)
void
EventForwarderQueueImpl. sendNowSync(Event event)
CallAggregatingMessageProducer.dispatch(Object)
to synchronously dispatch the event.Method parameters in org.opennms.plugins.elasticsearch.rest with type arguments of type Event Modifier and Type Method Description void
EventToIndex. forwardEvents(java.util.List<Event> events)
static void
ExceptionUtils. handle(java.lang.Class context, ConnectionPoolShutdownException ex, java.util.List<Event> events)
-
Uses of Event in org.opennms.plugins.elasticsearch.rest.archive
Methods in org.opennms.plugins.elasticsearch.rest.archive that return types with arguments of type Event Modifier and Type Method Description java.util.List<Event>
OnmsRestEventsClient. getEvents(java.lang.Integer limit, java.lang.Integer offset)
-
Uses of Event in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 with parameters of type Event Modifier and Type Method Description javax.ws.rs.core.Response
EventRestService. publishEvent(Event event)
-
Uses of Event in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return types with arguments of type Event Modifier and Type Method Description static java.util.List<Event>
ApplicationEventUtil. getApplicationChangedEvents(java.util.Collection<OnmsApplication> applications)
Methods in org.opennms.web.rest.v2 with parameters of type Event Modifier and Type Method Description javax.ws.rs.core.Response
EventRestService. create(Event event)
NOTE: This method defines an unused parameter of 0 length in the @Path annotation in order to get CXF to prioritize this method definition instead of the create method defined in the parent class.protected void
AbstractDaoRestServiceWithDTO. sendEvent(Event event)
-