source: trunk/src/test/java/stopBroker/BrokerKiller.java @ 44

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

Objectmq converted to maven project

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.