jBPM distribution 6.0.0.Alpha9

Uses of Interface
org.kie.runtime.Channel

Packages that use Channel
org.droolsjbpm.services.impl.helpers   
org.jbpm.process   
org.kie.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of Channel in org.droolsjbpm.services.impl.helpers
 

Methods in org.droolsjbpm.services.impl.helpers that return types with arguments of type Channel
 Map<String,Channel> StatefulKnowledgeSessionDelegate.getChannels()
           
 

Methods in org.droolsjbpm.services.impl.helpers with parameters of type Channel
 void StatefulKnowledgeSessionDelegate.registerChannel(String string, Channel chnl)
           
 

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)
           
 

Uses of Channel in org.kie.runtime
 

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

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


jBPM distribution 6.0.0.Alpha9

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