7576777879808182838485
@Override public void rollback() throws IllegalStateException, SecurityException, SystemException { RemoteCypherTransaction tx = getRemoteCypherTransaction(); if (tx!=null) { tx.failure(); tx.close(); } } @Override