public static class BrooklynNodeImpl.ShutdownEffectorBody extends EffectorBody<java.lang.Void> implements BrooklynNode.ShutdownEffector
| Modifier and Type | Field and Description | 
|---|---|
| static Effector<java.lang.Void> | SHUTDOWN | 
DELAY_FOR_HTTP_RETURN, FORCE_SHUTDOWN_ON_ERROR, REQUEST_TIMEOUT, SHUTDOWN_TIMEOUT, STOP_APPS_FIRST| Constructor and Description | 
|---|
| BrooklynNodeImpl.ShutdownEffectorBody() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Void | call(ConfigBag parameters)Does the work of the effector, either in place, or (better) by building up
 subtasks, which can by added using  DynamicTasksmethods
 (and various convenience methods which do that automatically; see subclasses of EffectorBody 
 for more info on usage; or seeDynamicSequentialTaskfor details of the threading model
 by which added tasks are placed in a secondary thread) | 
public static final Effector<java.lang.Void> SHUTDOWN
public BrooklynNodeImpl.ShutdownEffectorBody()
public java.lang.Void call(ConfigBag parameters)
EffectorBodyDynamicTasks methods
 (and various convenience methods which do that automatically; see subclasses of EffectorBody 
 for more info on usage; or see DynamicSequentialTask for details of the threading model
 by which added tasks are placed in a secondary thread)
 
 The associated entity can be accessed through the EffectorBody.entity() method.
call in class EffectorBody<java.lang.Void>