Package net.welen.jmole.protocols.logger
Interface LoggerMBean
-
- All Superinterfaces:
IntervalProtocolMBean,ProtocolMBean
- All Known Implementing Classes:
Logger
public interface LoggerMBean extends IntervalProtocolMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()StringgetLevel()voidsetFormat(String format)voidsetLevel(String level)-
Methods inherited from interface net.welen.jmole.protocols.IntervalProtocolMBean
getInterval, setInterval
-
Methods inherited from interface net.welen.jmole.protocols.ProtocolMBean
getName
-
-