source: branches/supervisor/src/main/java/omq/supervisor/Supervisor.java @ 103

Last change on this file since 103 was 103, checked in by stoda, 11 years ago

Supervisor done

TODO: revise supervisor

File size: 319 bytes
Line 
1package omq.supervisor;
2
3import omq.Remote;
4
5public interface Supervisor extends Remote {
6
7        public void subscribe(String brokerName) throws Exception;
8
9        public void spawnObject(OmqSettings settings, int numObjects) throws Exception;
10
11        public void unbindObject(OmqSettings settings, int numObjects) throws Exception;
12
13}
Note: See TracBrowser for help on using the repository browser.