wt.replication.export
Class PopulateUnitOperation
java.lang.Object
wt.replication.unit.UnitOperation
wt.replication.export.PopulateUnitOperation
- public class PopulateUnitOperation
- extends UnitOperation
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
theUnit
private WTUnit theUnit
PopulateUnitOperation
public PopulateUnitOperation(WTUnit a_unit)
throws WTException
Supported API: false
- Parameters:
a_unit
-
- Throws:
WTException
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