Knowledge API Legacy5 Adapter 6.0.0.Beta3

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
 

Classes in org.drools.impl.adapters that implement Channel
 class ChannelAdapter
           
 

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)
           
 

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.0.0.Beta3

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