|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.es.util.BranchPruner
com.vordel.es.util.TransactionalBranchPruner
public class TransactionalBranchPruner
A BranchPruner which will use transactions if the underlying ES allows it. This class is a useful wrapper for cut actions. The branch it returns is also transactional, e.g. it is a TransactionalEntityBranch, which will use transactions when grafting, if available.
| Field Summary |
|---|
| Fields inherited from class com.vordel.es.util.BranchPruner |
|---|
es, internalRefs |
| Constructor Summary | |
|---|---|
TransactionalBranchPruner(EntityStore store)
|
|
| Method Summary | |
|---|---|
protected EntityBranch |
createBranch(ESPK espk)
|
protected EntityBranch |
doPrune(ESPK espk)
|
| Methods inherited from class com.vordel.es.util.BranchPruner |
|---|
getOriginalESPKs, getUnresolvedESPKs, prune |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionalBranchPruner(EntityStore store)
| Method Detail |
|---|
protected EntityBranch createBranch(ESPK espk)
throws EntityStoreException
createBranch in class BranchPrunerEntityStoreException
protected EntityBranch doPrune(ESPK espk)
throws EntityStoreException
doPrune in class BranchPrunerEntityStoreException
|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||