Brooklyn

brooklyn.entity.trait
[Java] Class StartableMethods

java.lang.Object
  brooklyn.entity.trait.StartableMethods

public class StartableMethods

Field Summary
static Logger log

 
Method Summary
static void restart(EntityLocal e)

Common implementation for restart in parent nodes; just invokes stop on all children of the entity

static void start(EntityLocal e, java.util.Collection locations)

Common implementation for start in parent nodes; just invokes start on all children of the entity

static void stop(EntityLocal e)

Common implementation for stop in parent nodes; just invokes stop on all children of the entity

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

log

public static final Logger log


 
Method Detail

restart

public static void restart(EntityLocal e)
Common implementation for restart in parent nodes; just invokes stop on all children of the entity


start

public static void start(EntityLocal e, java.util.Collection locations)
Common implementation for start in parent nodes; just invokes start on all children of the entity


stop

public static void stop(EntityLocal e)
Common implementation for stop in parent nodes; just invokes stop on all children of the entity


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.