- Timestamp:
- 10/19/13 13:20:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/supervisor/src/main/java/omq/common/broker/RemoteBroker.java
r103 r107 6 6 7 7 import omq.Remote; 8 import omq.client.annotation.SyncMethod;9 8 import omq.exception.RemoteException; 10 9 import omq.exception.RetryException; … … 19 18 public void deleteObject(String reference) throws RemoteException, IOException; 20 19 21 @SyncMethod(retry = 1, timeout = 1000)22 20 public boolean hasObject(String reference) throws RetryException; 23 21 24 @SyncMethod(retry = 1, timeout = 1000)25 22 public HasObject hasObjectInfo(String reference) throws RetryException; 26 23
Note: See TracChangeset
for help on using the changeset viewer.