Uses of Interface
org.drools.runtime.ExitPoint

Packages that use ExitPoint
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.jbpm.process   
 

Uses of ExitPoint in org.drools.runtime
 

Methods in org.drools.runtime with parameters of type ExitPoint
 void KnowledgeRuntime.registerExitPoint(String name, ExitPoint exitPoint)
          Deprecated. Use KnowledgeRuntime.registerChannel(String, Channel) instead.
 

Uses of ExitPoint in org.jbpm.process
 

Methods in org.jbpm.process with parameters of type ExitPoint
 void StatefulProcessSession.registerExitPoint(String name, ExitPoint exitPoint)
           
 



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