01: package org.jzonic.jlo.mbean;
02:
03: /**
04: * Created by IntelliJ IDEA.
05: * User: Mecky
06: * Date: 17.05.2004
07: * Time: 15:02:18
08: * To change this template use File | Settings | File Templates.
09: */
10: public interface LogServiceMBean {
11:
12: public void setChannelMode(String channelName, boolean on);
13:
14: }
|