Package | Description |
---|---|
org.opennms.features.vaadin.config | |
org.opennms.features.vaadin.events | |
org.opennms.features.vaadin.mibcompiler | |
org.opennms.netmgt.collectd | |
org.opennms.netmgt.collectd.tca | |
org.opennms.netmgt.eventd | |
org.opennms.netmgt.eventd.mock | |
org.opennms.netmgt.model.events | |
org.opennms.netmgt.ncs.persistence | |
org.opennms.netmgt.protocols.xmp.collector | |
org.opennms.netmgt.provision.persist | |
org.opennms.netmgt.threshd | |
org.opennms.netmgt.utils | |
org.opennms.protocols.nsclient.collector | |
org.opennms.protocols.xml.collector | |
org.opennms.web.api | |
org.opennms.web.category |
TODO: add package overview sentence here.
|
org.opennms.web.element |
TODO: add package overview sentence here.
|
org.opennms.web.nodelabel |
TODO: add package overview sentence here.
|
org.opennms.web.rest | |
org.opennms.web.services | |
org.opennms.web.springframework.security | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
void |
EventAdminApplicationFactory.setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.
|
void |
EventAdminApplication.setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.
|
Constructor and Description |
---|
EventPanel(EventConfDao eventConfDao,
EventProxy eventProxy,
File eventFile,
Events events,
Logger logger)
Instantiates a new event panel.
|
EventWindow(EventConfDao eventConfDao,
EventProxy eventProxy,
File eventFile,
Events events,
Logger logger)
Instantiates a new events window.
|
Modifier and Type | Method and Description |
---|---|
void |
MibCompilerApplicationFactory.setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.
|
void |
MibCompilerApplication.setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.
|
Constructor and Description |
---|
MibCompilerPanel(DataCollectionConfigDao dataCollectionDao,
EventConfDao eventsDao,
EventProxy eventsProxy,
MibParser mibParser,
Logger logger)
Instantiates a new MIB tree panel.
|
Modifier and Type | Method and Description |
---|---|
EventProxy |
ForceRescanState.getEventProxy()
getEventProxy
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
VmwareCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
This method collect the data for a given collection agent.
|
CollectionSet |
VmwareCimCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
This method collect the data for a given collection agent.
|
CollectionSet |
WmiCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
JdbcCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters) |
CollectionSet |
SnmpCollector.collect(CollectionAgent agent,
EventProxy eventProxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
ServiceCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
JMXCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> map)
Invokes a collection on the object.
|
CollectionSet |
HttpCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Constructor and Description |
---|
ForceRescanState(CollectionAgent agent,
EventProxy eventProxy)
Constructor for ForceRescanState.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
TcaCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
EventIpcManagerDefaultImpl
An implementation of the EventIpcManager interface that can be used to
communicate between services in the same JVM
|
Modifier and Type | Class and Description |
---|---|
class |
MockEventIpcManager |
Modifier and Type | Interface and Description |
---|---|
interface |
EventIpcManager
EventIpcManager interface.
|
Modifier and Type | Class and Description |
---|---|
class |
EventIpcManagerProxy
Late initializing proxy to another EventIpcManager object.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentEventQueue.sendAll(EventProxy eventProxy) |
void |
NCSComponentServiceImpl.setEventProxy(EventProxy proxy) |
void |
NCSComponentService.setEventProxy(EventProxy eventProxy) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
XmpCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNodeProvisionService.setEventProxy(EventProxy proxy)
setEventProxy
|
Modifier and Type | Class and Description |
---|---|
class |
ThresholdingEventProxy
ThresholdingEventProxy class.
|
Modifier and Type | Method and Description |
---|---|
int |
SnmpThresholder.check(ThresholdNetworkInterface netIface,
EventProxy eproxy,
Map<?,?> parms)
Deprecated.
Invokes threshold checking on the object.
|
int |
ServiceThresholder.check(ThresholdNetworkInterface iface,
EventProxy eproxy,
Map<?,?> parameters)
Invokes threshold checking on the object.
|
int |
JMXThresholder.check(ThresholdNetworkInterface iface,
EventProxy eproxy,
Map<?,?> parameters)
Deprecated.
Invokes threshold checking on the object.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpEventProxy
This is the interface used to send events into the event subsystem - It is
typically used by the poller framework plugins that perform service
monitoring to send out appropriate events.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
NSClientCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
XmlCollector.collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
static EventProxy |
Util.createEventProxy()
createEventProxy
|
Modifier and Type | Field and Description |
---|---|
protected EventProxy |
RTCPostSubscriber.m_proxy |
Modifier and Type | Method and Description |
---|---|
static void |
RTCPostSubscriber.sendSubscribeEvent(EventProxy proxy,
String url,
String username,
String password,
String categoryName)
sendSubscribeEvent
|
static void |
RTCPostSubscriber.sendUnsubscribeEvent(EventProxy proxy,
String url)
sendUnsubscribeEvent
|
Modifier and Type | Field and Description |
---|---|
protected EventProxy |
NodeRescanServlet.proxy |
Modifier and Type | Field and Description |
---|---|
protected EventProxy |
NodeLabelChangeServlet.proxy |
Modifier and Type | Field and Description |
---|---|
protected EventProxy |
ScheduledOutagesRestService.m_eventProxy |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollerService.setEventProxy(EventProxy eventProxy)
setEventProxy
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityAuthenticationEventOnmsEventBuilder.setEventProxy(EventProxy eventProxy)
setEventProxy
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTroubleTicketProxy.setEventProxy(EventProxy eventProxy)
setEventProxy
|
void |
DefaultResourceService.setEventProxy(EventProxy eventProxy)
setEventProxy
|
void |
DefaultGraphResultsService.setEventProxy(EventProxy eventProxy)
setEventProxy
|
void |
DefaultAdminCategoryService.setEventProxy(EventProxy eventProxy)
setEventProxy
|
Copyright © 2015. All Rights Reserved.