Class: TestConnector
| Defined in: | lib/Connectors/TestConnector.coffee | 
Overview
A trivial Connector that simulates network delay.
Instance Method Summary
- # (void) getOpsInExecutionOrder()
 - # (void) send(o)
 - # (void) receive(o)
 - # (void) flushOne(user)
 - # (void) flushOneRandom()
 - # (void) flushAll()
 - # (void) sync()
 
Constructor Details
      #
(void)
constructor(engine, HB, execution_listener)
      
    
Instance Method Details
      #
(void)
getOpsInExecutionOrder()
      
    
      #
(void)
send(o)
      
    
      #
(void)
receive(o)
      
    
      #
(void)
flushOne(user)
      
    
      #
(void)
flushOneRandom()
      
    
      #
(void)
flushAll()
      
    
      #
(void)
sync()