Groovy Documentation

org.linkedin.glu.agent.impl.state
[Groovy] Class StateMachineFactoryImpl

java.lang.Object
  org.linkedin.glu.agent.impl.state.StateMachineFactoryImpl

class StateMachineFactoryImpl

Simple factory which looks at a static field in the script

Authors:
ypujante@linkedin.com


Property Summary
static java.lang.Object factory

Look for a properties called stateMachine on the script to determine the transitions in the state machine

 
Method Summary
 
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()
 

Property Detail

factory

static java.lang.Object factory
Look for a properties called stateMachine on the script to determine the transitions in the state machine


 

Groovy Documentation