Uses of Interface
org.drools.runtime.Channel

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

Uses of Channel in org.drools.runtime
 

Methods in org.drools.runtime that return types with arguments of type Channel
 Map<String,Channel> KnowledgeRuntime.getChannels()
           
 

Methods in org.drools.runtime with parameters of type Channel
 void KnowledgeRuntime.registerChannel(String name, Channel channel)
           
 

Uses of Channel in org.jbpm.process
 

Methods in org.jbpm.process that return types with arguments of type Channel
 Map<String,Channel> StatefulProcessSession.getChannels()
           
 

Methods in org.jbpm.process with parameters of type Channel
 void StatefulProcessSession.registerChannel(String name, Channel channel)
           
 



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