Knowledge API Legacy5 Adapter 6.2.0.Final

Uses of Interface
org.drools.runtime.Channel

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

Uses of Channel in org.drools.impl.adapters
 

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

Methods in org.drools.impl.adapters with parameters of type Channel
 void KnowledgeRuntimeAdapter.registerChannel(String name, Channel channel)
           
 

Constructors in org.drools.impl.adapters with parameters of type Channel
ChannelAdapter(Channel delegate)
           
 

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)
           
 


Knowledge API Legacy5 Adapter 6.2.0.Final

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