01: package vicazh.hyperpool.stream.net; 02: 03: import vicazh.hyperpool.*; 04: 05: /** 06: * The in service interface 07: * 08: * @author Victor Zhigunov 09: * @version 0.4.0 10: */ 11: public interface InServiceMBean extends ServiceMBean { 12: static final String PORT = "port"; 13: }