org.semispace.comet.client
Interface ReadOrTake

All Known Implementing Classes:
ReadClient, TakeClient

public interface ReadOrTake

Similar functionality collected


Field Summary
static long PRESUMED_NETWORK_LAG_MS
          Lag in network which will be added to wait time for operations
 
Method Summary
 String doReadOrTake(org.cometd.client.BayeuxClient client, Map<String,Object> map, long maxWaitMs)
           
 

Field Detail

PRESUMED_NETWORK_LAG_MS

static final long PRESUMED_NETWORK_LAG_MS
Lag in network which will be added to wait time for operations

See Also:
Constant Field Values
Method Detail

doReadOrTake

String doReadOrTake(org.cometd.client.BayeuxClient client,
                    Map<String,Object> map,
                    long maxWaitMs)


Copyright © 2008-2012. All Rights Reserved.