1 /*
2 * Created on 2004.10.17.
3 *
4 * In bigyo project
5 */
6
7
8 package net.sf.bigyo.container.jmx;
9
10 import net.sf.bigyo.api.ReconfigurationManager;
11 import net.sf.bigyo.model.ComponentConfig;
12
13 /***
14 * @author zsombor
15 *
16 * Created at 10:27:42 net.sf.bigyo.container.jmx.JMXEnabled
17 *
18 */
19 public interface JMXEnabled {
20
21 public void setConfig(ComponentConfig obj);
22
23 public void setService(Object obj);
24
25 public void setReconfigurationManager(ReconfigurationManager manager);
26 }
This page was automatically generated by Maven