public final class DeploymentUnitTask extends Object implements Callable<Void>, Comparable<DeploymentUnitTask>
Implements common behavior like ordering and waiting for the super type to perform first.
| Constructor and Description |
|---|
DeploymentUnitTask(DeploymentManager manager,
Object unit) |
public DeploymentUnitTask(DeploymentManager manager, Object unit)
manager - the deployment unit managerunit - the type of this taskpublic int compareTo(DeploymentUnitTask o)
compareTo in interface Comparable<DeploymentUnitTask>Copyright © 2012-2013 Batoo. All Rights Reserved.