it.amattioli.workstate.config
Class Registry
java.lang.Object
it.amattioli.workstate.config.Registry
public class Registry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static Registry instance()
register
public void register(Configuration config)
getMetaMachine
public MetaMachine getMetaMachine(String id)
getMetaMachine
public MetaMachine getMetaMachine(Configuration config)
newMachine
public Machine newMachine(Configuration config,
Object owner,
CompositeState parent)
throws WorkflowException
- Throws:
WorkflowException
newMachine
public Machine newMachine(String id,
Object owner,
CompositeState parent)
throws WorkflowException
- Throws:
WorkflowException
newMachine
public Machine newMachine(Configuration config,
Object owner)
throws WorkflowException
- Throws:
WorkflowException
newMachine
public Machine newMachine(String id,
Object owner)
throws WorkflowException
- Throws:
WorkflowException
newMachine
public Machine newMachine(String id)
throws WorkflowException
- Throws:
WorkflowException
newMachine
public Machine newMachine(String id,
Object owner,
CompositeState parent,
StateMemento memento)
throws WorkflowException
- Throws:
WorkflowException
Copyright © 2011. All Rights Reserved.