public class TaskDefinition
extends java.lang.Object
Constructor and Description |
---|
TaskDefinition()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(MXLogger logger,
MXLogger sqlLogger,
UserInfo userInfo) |
void |
performTask(java.lang.String taskName,
java.lang.String cronName,
java.lang.String instanceName)
Performs the task of reconciling data between data set1 and
data set2.
|
public void performTask(java.lang.String taskName, java.lang.String cronName, java.lang.String instanceName) throws java.rmi.RemoteException, MXException, java.sql.SQLException
taskName
- The name of this reconciliation taskcronName
- The name of the cron task responsible for reconciling data for
this taskinstanceName
- Specified instance associated with the given cron taskjava.rmi.RemoteException
MXException
java.sql.SQLException