wt.replication.export
Class PopulateUnitOperation

java.lang.Object
  extended bywt.replication.unit.UnitOperation
      extended bywt.replication.export.PopulateUnitOperation

public class PopulateUnitOperation
extends UnitOperation



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  WTUnit theUnit
           
 
Constructor Summary
PopulateUnitOperation(WTUnit a_unit)
          

Supported API: false
 
Method Summary
 WTUnit execute()
          Executes the operation.
 
Methods inherited from class wt.replication.unit.UnitOperation
executeLockingTransaction, executeTransaction, executeTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

theUnit

private WTUnit theUnit
Constructor Detail

PopulateUnitOperation

public PopulateUnitOperation(WTUnit a_unit)
                      throws WTException


Supported API: false

Parameters:
a_unit -
Throws:
WTException
Method Detail

execute

public WTUnit execute()
               throws WTException
Description copied from class: UnitOperation
Executes the operation.

Specified by:
execute in class UnitOperation
Returns:
WTUnit that the operation was performed on
Throws:
WTException