Uses of Class
org.jboss.threads.Dependency
Packages that use Dependency
-
Uses of Dependency in org.jboss.threads
Methods in org.jboss.threads that return DependencyModifier and TypeMethodDescriptionDependencyTaskBuilder.create()Create, and possibly execute, a dependent task from this builder.static DependencyDependency.currentTask()Get the dependency task which this thread is currently running.Methods in org.jboss.threads with parameters of type DependencyModifier and TypeMethodDescriptionDependencyTaskBuilder.add(Dependency dependency) Add a dependency.DependencyTaskBuilder.add(Dependency... dependencies) Add many dependencies.Method parameters in org.jboss.threads with type arguments of type DependencyModifier and TypeMethodDescriptionDependencyTaskBuilder.add(Collection<Dependency> dependencies) Add many dependencies.