source: branches/objectmq_old/test/stopBroker/BrokerKiller.java @ 50

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

Stop broker working and unbind too.

File size: 259 bytes
Line 
1package stopBroker;
2
3import omq.Remote;
4import omq.client.annotation.AsyncMethod;
5import omq.client.annotation.RemoteInterface;
6
7@RemoteInterface
8public interface BrokerKiller extends Remote {
9        @AsyncMethod
10        public void killServerBroker() throws Exception;
11}
Note: See TracBrowser for help on using the repository browser.