source: branches/objectmq_old/src/omq/client/proxy/CallType.java

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

First commit

File size: 242 bytes
Line 
1package omq.client.proxy;
2
3/**
4 * CallType is an enumeration with the call types you can do: synchronous calls
5 * and asynchronous calls
6 *
7 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
8 *
9 */
10public enum CallType {
11        SYNC, ASYNC;
12}
Note: See TracBrowser for help on using the repository browser.