org.jbpm.jobexecutor
Class StandardMessageSession

java.lang.Object
  extended by org.jbpm.jobexecutor.StandardMessageSession
All Implemented Interfaces:
MessageSession

public class StandardMessageSession
extends java.lang.Object
implements MessageSession

Author:
Tom Baeyens

Constructor Summary
StandardMessageSession()
           
 
Method Summary
 void send(Message<?> message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardMessageSession

public StandardMessageSession()
Method Detail

send

public void send(Message<?> message)
Specified by:
send in interface MessageSession