org.opennms.netmgt.eventd.adaptors.udp
Interface UdpEventReceiverMBean
- All Known Implementing Classes:
- UdpEventReceiver
public interface UdpEventReceiverMBean
- Author:
- Brian Weaver , Oculan Corporation
init
void init()
destroy
void destroy()
start
void start()
stop
void stop()
setPort
void setPort(Integer port)
getPort
Integer getPort()
getStatus
int getStatus()
addEventHandler
void addEventHandler(String name)
throws MalformedObjectNameException,
InstanceNotFoundException
- Throws:
MalformedObjectNameException
InstanceNotFoundException
removeEventHandler
void removeEventHandler(String name)
throws MalformedObjectNameException,
InstanceNotFoundException
- Throws:
MalformedObjectNameException
InstanceNotFoundException
setLogPrefix
void setLogPrefix(String prefix)
Copyright © 2009. All Rights Reserved.