source: trunk/src/test/java/omq/test/stopBroker/BrokerKiller.java @ 83

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

J

File size: 338 bytes
Line 
1package omq.test.stopBroker;
2
3import omq.Remote;
4import omq.client.annotation.AsyncMethod;
5import omq.client.annotation.RemoteInterface;
6
7/**
8 *
9 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
10 *
11 */
12@RemoteInterface
13public interface BrokerKiller extends Remote {
14        @AsyncMethod
15        public void killServerBroker() throws Exception;
16}
Note: See TracBrowser for help on using the repository browser.