Esempio n. 1
0
 public boolean awaitState(ice.ConnectionState state, long timeout) {
   return stateMachine.wait(state, timeout);
 }
Esempio n. 2
0
 public ice.ConnectionState getState() {
   return stateMachine.getState();
 };