Uses of Interface
org.jclouds.lifecycle.LifeCycle
-
Packages that use LifeCycle Package Description org.jclouds.lifecycle -
-
Uses of LifeCycle in org.jclouds.lifecycle
Classes in org.jclouds.lifecycle that implement LifeCycle Modifier and Type Class Description class
BaseLifeCycle
// TODO: Adrian: Document this!Fields in org.jclouds.lifecycle with type parameters of type LifeCycle Modifier and Type Field Description protected List<LifeCycle>
BaseLifeCycle. dependencies
Methods in org.jclouds.lifecycle with parameters of type LifeCycle Modifier and Type Method Description void
BaseLifeCycle. addDependency(LifeCycle lifeCycle)
Constructors in org.jclouds.lifecycle with parameters of type LifeCycle Constructor Description BaseLifeCycle(com.google.common.util.concurrent.ListeningExecutorService userExecutor, LifeCycle... dependencies)
-