source: branches/objectmq-1.0/src/omq/client/proxy/CallType.java

Last change on this file was 33, checked in by amoreno, 11 years ago

new release version

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.