- 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/RemoteMultiBroker.java
r106 r107 1 1 package omq.common.broker; 2 3 import java.util.Set;4 2 5 3 import omq.Remote; … … 9 7 10 8 public interface RemoteMultiBroker extends Remote { 11 @MultiMethod12 @SyncMethod(retry = 1, timeout = 1000)13 public Set<String> getRemoteObjects();14 9 15 10 @MultiMethod
Note: See TracChangeset
for help on using the changeset viewer.