org.smartcomps.twister.engine.priv
Class TwisterEngineImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.TwisterEngineImpl
All Implemented Interfaces:
TwisterEngine

public class TwisterEngineImpl
extends java.lang.Object
implements TwisterEngine

Default engine implementation, finds the receive or pick execution concerned by the message and make it acknowledge the message.


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from interface org.smartcomps.twister.engine.TwisterEngine
ACKNOWLEDGED, CONFLICTING_RECEIVE_FAILURE, CORRELATION_VIOLATION, SERVER_FAILURE
 
Constructor Summary
TwisterEngineImpl()
           
 
Method Summary
 int acknowledge(java.lang.String partnerLink, java.lang.String portType, java.lang.String operation, org.dom4j.Document message)
           
 EDU.oswego.cs.dl.util.concurrent.PooledExecutor getThreadPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

TwisterEngineImpl

public TwisterEngineImpl()
Method Detail

acknowledge

public int acknowledge(java.lang.String partnerLink,
                       java.lang.String portType,
                       java.lang.String operation,
                       org.dom4j.Document message)
Specified by:
acknowledge in interface TwisterEngine

getThreadPool

public EDU.oswego.cs.dl.util.concurrent.PooledExecutor getThreadPool()


Copyright © 2003 SmartComps. All Rights Reserved.