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

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

abans que la segueixi liant...

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