org.defne.owb.beans
Class OwbPojoServiceExecutor

java.lang.Object
  extended by org.defne.owb.beans.OwbPojoServiceExecutor
All Implemented Interfaces:
IPojoServiceExecutor, IServiceExecutor

public class OwbPojoServiceExecutor
extends Object
implements IPojoServiceExecutor

Implementation of the IPojoServiceExecutor contract.

Transaction is provided by the

Author:
gurkanerdogdu

Field Summary
 
Fields inherited from interface org.defne.service.executor.IServiceExecutor
SERVICE_EXECUTOR_JNDI_INIT_PARAMETER
 
Constructor Summary
OwbPojoServiceExecutor()
           
 
Method Summary
 Message executeWithNewTransaction(Message inputBag)
          
 Message executeWithoutTransaction(Message inputBag)
          
 Message executeWithTransaction(Message inputBag)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwbPojoServiceExecutor

public OwbPojoServiceExecutor()
Method Detail

executeWithNewTransaction

public Message executeWithNewTransaction(Message inputBag)
                                  throws DefneException

Specified by:
executeWithNewTransaction in interface IServiceExecutor
Throws:
DefneException

executeWithTransaction

public Message executeWithTransaction(Message inputBag)
                               throws DefneException

Specified by:
executeWithTransaction in interface IServiceExecutor
Throws:
DefneException

executeWithoutTransaction

public Message executeWithoutTransaction(Message inputBag)
                                  throws DefneException

Specified by:
executeWithoutTransaction in interface IServiceExecutor
Throws:
DefneException


Copyright © 2010 MechSoft Mechanical and Software Solutions. All Rights Reserved.