public class StartableMethods
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static org.slf4j.Logger | log | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | restart(EntityLocal e)Common implementation for restart in parent nodes; just invokes restart on all children of the entity | 
| static TaskAdaptable<?> | restartingChildren(Entity entity)as  restartingChildren(Entity, ConfigBag)with no parameters | 
| static TaskAdaptable<?> | restartingChildren(Entity entity,
                  ConfigBag parameters)unsubmitted task for restarting children of the given entity | 
| static void | start(EntityLocal e,
     java.util.Collection<? extends Location> locations)Common implementation for start in parent nodes; just invokes start on all children of the entity | 
| static TaskAdaptable<?> | startingChildren(Entity entity)unsubmitted task for starting children of the given entity at the same location as the entity | 
| static TaskAdaptable<?> | startingChildren(Entity entity,
                java.lang.Iterable<? extends Location> locations)unsubmitted task for starting children of the given entity at the given locations | 
| static TaskAdaptable<?> | startingChildren(Entity entity,
                Location location)unsubmitted task for starting children of the given entity at the given location | 
| static void | stop(EntityLocal e)Common implementation for stop in parent nodes; just invokes stop on all children of the entity | 
| static TaskAdaptable<?> | stoppingChildren(Entity entity)unsubmitted task for stopping children of the given entity | 
| static void | stopSequentially(java.lang.Iterable<? extends Startable> entities) | 
public static void start(EntityLocal e, java.util.Collection<? extends Location> locations)
public static void stop(EntityLocal e)
public static void restart(EntityLocal e)
public static void stopSequentially(java.lang.Iterable<? extends Startable> entities)
public static TaskAdaptable<?> startingChildren(Entity entity)
public static TaskAdaptable<?> startingChildren(Entity entity, Location location)
public static TaskAdaptable<?> startingChildren(Entity entity, java.lang.Iterable<? extends Location> locations)
public static TaskAdaptable<?> stoppingChildren(Entity entity)
public static TaskAdaptable<?> restartingChildren(Entity entity, ConfigBag parameters)
public static TaskAdaptable<?> restartingChildren(Entity entity)
restartingChildren(Entity, ConfigBag) with no parameters