return getShutdown(all_threads, heartbeat_thread, puller);
}
public TaskShutdownDameon getShutdown(AsyncLoopThread[] all_threads,
AsyncLoopThread heartbeat_thread, IConnection puller) {
TaskShutdownDameon shutdown = new TaskShutdownDameon(active, topologyid,
taskid, mqContext, all_threads, zkCluster, puller, taskObj,
heartbeat_thread);
return shutdown;
}