org.jbpm.workflow.instance.impl
Class NodeInstanceFactoryRegistry

java.lang.Object
  extended by org.jbpm.workflow.instance.impl.NodeInstanceFactoryRegistry

public class NodeInstanceFactoryRegistry
extends Object


Field Summary
static NodeInstanceFactoryRegistry INSTANCE
           
 
Method Summary
 NodeInstanceFactory getProcessNodeInstanceFactory(Node node)
           
 void register(Class<? extends Node> cls, NodeInstanceFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NodeInstanceFactoryRegistry INSTANCE
Method Detail

register

public void register(Class<? extends Node> cls,
                     NodeInstanceFactory factory)

getProcessNodeInstanceFactory

public NodeInstanceFactory getProcessNodeInstanceFactory(Node node)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.