|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.replication.unit.UnitOperation
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
protected WTUnit |
theUnit
|
Constructor Summary | |
UnitOperation(WTUnit a_unit)
|
Method Summary | |
abstract WTUnit |
execute()
Executes the operation. |
WTUnit |
executeLockingTransaction()
Executes the operation within a transaction while the WTUnit object locked. |
WTUnit |
executeTransaction()
Executes the operation within a transaction. |
WTUnit |
executeTransaction(boolean lock)
Executes the operation within a transaction. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
protected WTUnit theUnit
Constructor Detail |
public UnitOperation(WTUnit a_unit)
Method Detail |
public WTUnit executeLockingTransaction() throws WTException
WTException
public WTUnit executeTransaction() throws WTException
WTException
public WTUnit executeTransaction(boolean lock) throws WTException
lock
- indicates whether to lock the unit within the
transaction
WTException
public abstract WTUnit execute() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |