org.jbpm.task.service.hornetq
Class HornetQSessionWriter

java.lang.Object
  extended by org.jbpm.task.service.hornetq.HornetQSessionWriter
All Implemented Interfaces:
SessionWriter

public class HornetQSessionWriter
extends Object
implements SessionWriter


Constructor Summary
HornetQSessionWriter(org.hornetq.api.core.client.ClientSession session, org.hornetq.api.core.client.ClientProducer producer)
           
 
Method Summary
 void write(Object message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HornetQSessionWriter

public HornetQSessionWriter(org.hornetq.api.core.client.ClientSession session,
                            org.hornetq.api.core.client.ClientProducer producer)
Method Detail

write

public void write(Object message)
           throws IOException
Specified by:
write in interface SessionWriter
Throws:
IOException


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