public interface UdpEventReceiverMBean extends BaseOnmsMBean
UdpEventReceiverMBean interface.
Modifier and Type | Method and Description |
---|---|
void |
addEventHandler(String name)
addEventHandler
|
void |
destroy()
destroy
|
Integer |
getPort()
getPort
|
void |
removeEventHandler(String name)
removeEventHandler
|
void |
setLogPrefix(String prefix)
setLogPrefix
|
void |
setPort(Integer port)
setPort
|
getStatus, getStatusText, init, start, status, stop
void destroy()
destroy
void addEventHandler(String name) throws MalformedObjectNameException, InstanceNotFoundException
addEventHandler
name
- a String
object.MalformedObjectNameException
- if any.InstanceNotFoundException
- if any.void removeEventHandler(String name) throws MalformedObjectNameException, InstanceNotFoundException
removeEventHandler
name
- a String
object.MalformedObjectNameException
- if any.InstanceNotFoundException
- if any.Copyright © 2017. All rights reserved.