Interface LogstashMBean
-
- All Superinterfaces:
IntervalProtocolMBean,ProtocolMBean
- All Known Implementing Classes:
Logstash
public interface LogstashMBean extends IntervalProtocolMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHost()booleangetKeepAlive()intgetPort()booleanuseSSL()-
Methods inherited from interface net.welen.jmole.protocols.IntervalProtocolMBean
getInterval, setInterval
-
Methods inherited from interface net.welen.jmole.protocols.ProtocolMBean
getName
-
-
-
-
Method Detail
-
useSSL
boolean useSSL()
-
getHost
String getHost()
-
getPort
int getPort()
-
getKeepAlive
boolean getKeepAlive()
-
-