Knowledge API Legacy5 Adapter 6.0.0.Beta5

org.drools.impl.adapters
Class ChannelAdapter

java.lang.Object
  extended by org.drools.impl.adapters.ChannelAdapter
All Implemented Interfaces:
Channel

public class ChannelAdapter
extends Object
implements Channel


Constructor Summary
ChannelAdapter(org.kie.api.runtime.Channel delegate)
           
 
Method Summary
 void send(Object object)
          Sends the given object to this channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelAdapter

public ChannelAdapter(org.kie.api.runtime.Channel delegate)
Method Detail

send

public void send(Object object)
Description copied from interface: Channel
Sends the given object to this channel.

Specified by:
send in interface Channel

Knowledge API Legacy5 Adapter 6.0.0.Beta5

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