public Key createKey(String key) {
return KeyImpl.init(key);
}
public SpoolerTask createRemoteClientTask(ExecutionPlan[] plans,RemoteClient remoteClient,Struct attrColl,String callerId, String type) {
return new RemoteClientTask(plans,remoteClient,attrColl,callerId, type);
}