org.jbpm.task.service.jms
Class JMSSessionWriter

java.lang.Object
  extended by org.jbpm.task.service.jms.JMSSessionWriter
All Implemented Interfaces:
SessionWriter

public class JMSSessionWriter
extends Object
implements SessionWriter


Constructor Summary
JMSSessionWriter(Session session, MessageProducer producer, String selector)
           
 
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

JMSSessionWriter

public JMSSessionWriter(Session session,
                        MessageProducer producer,
                        String selector)
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.