public class TrapQueueProcessorFactory extends Object implements org.springframework.beans.factory.InitializingBean
TrapQueueProcessor
instances.Constructor and Description |
---|
TrapQueueProcessorFactory()
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
EventIpcManager |
getEventManager() |
org.opennms.netmgt.trapd.TrapQueueProcessor |
getInstance(TrapNotification info) |
Boolean |
getNewSuspect() |
void |
setEventManager(EventIpcManager eventManager) |
void |
setNewSuspect(Boolean newSuspectOnTrap) |
public Boolean getNewSuspect()
public void setNewSuspect(Boolean newSuspectOnTrap)
newSuspectOnTrap
- the newSuspectOnTrap to setpublic EventIpcManager getEventManager()
public void setEventManager(EventIpcManager eventManager)
eventManager
- the eventMgr to setpublic org.opennms.netmgt.trapd.TrapQueueProcessor getInstance(TrapNotification info)
Copyright © 2017. All rights reserved.