Package net.welen.jmole.protocols.nrpe
Interface NRPEMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
NRPE
public interface NRPEMBean extends ProtocolMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()IntegergetMaxMessageSize()IntegergetPort()IntegergetTcpReadTimeOut()voidsetAddress(String address)voidsetPort(Integer port)voidsetTcpReadTimeOut(Integer timeout)-
Methods inherited from interface net.welen.jmole.protocols.ProtocolMBean
getName
-
-
-
-
Method Detail
-
getAddress
String getAddress()
-
setAddress
void setAddress(String address)
-
getPort
Integer getPort()
-
setPort
void setPort(Integer port)
-
getTcpReadTimeOut
Integer getTcpReadTimeOut()
-
setTcpReadTimeOut
void setTcpReadTimeOut(Integer timeout)
-
getMaxMessageSize
Integer getMaxMessageSize()
-
-