Exemplo n.º 1
0
  private int getOperationsCount() {
    checkCreateOperations();

    return operations.size();
  }
Exemplo n.º 2
0
  public synchronized void addOperation(final TransactionOperation operation) {
    checkCreateOperations();

    operations.add(operation);
  }