}
private void unlockAndCloseTxLog() {
TransactionLogger tl = distributionManager.getTransactionLogger();
tl.unlockAndDisable(sender);
}
public Map<Object, InternalCacheValue> pullStateForJoin() throws CacheLoaderException {
distributionManager.getTransactionLogger().enable();
Map<Object, InternalCacheValue> state = new HashMap<Object, InternalCacheValue>();