source:
branches/objectmq_old/test/stopBroker/BrokerKiller.java
Last change on this file was 37, checked in by stoda, 11 years ago | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | package stopBroker; |
2 | |
3 | import omq.Remote; |
4 | import omq.client.annotation.AsyncMethod; |
5 | import omq.client.annotation.RemoteInterface; |
6 | |
7 | @RemoteInterface |
8 | public interface BrokerKiller extends Remote { |
9 | @AsyncMethod |
10 | public void killServerBroker() throws Exception; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.