|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.defne.ejb.service.ServiceExecutor
public class ServiceExecutor
Imlementation of the IServiceExecutor.
This stateless ejb is responsible for executing the service method.
| Field Summary |
|---|
| Fields inherited from interface org.defne.service.executor.IServiceExecutor |
|---|
SERVICE_EXECUTOR_JNDI_INIT_PARAMETER |
| Constructor Summary | |
|---|---|
ServiceExecutor()
Default constructor. |
|
| Method Summary | |
|---|---|
Message |
executeWithNewTransaction(Message inputBag)
Execute with new transaction. |
Message |
executeWithoutTransaction(Message inputBag)
Execute without transaction. |
Message |
executeWithTransaction(Message inputBag)
Execute with transaction. |
protected void |
postConstruct()
Setup the service scanner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceExecutor()
| Method Detail |
|---|
public Message executeWithTransaction(Message inputBag)
throws DefneException
executeWithTransaction in interface IServiceExecutorinputBag - the input bag
DefneException - the green exception
public Message executeWithNewTransaction(Message inputBag)
throws DefneException
executeWithNewTransaction in interface IServiceExecutorinputBag - the input bag
DefneException - the green exception
public Message executeWithoutTransaction(Message inputBag)
throws DefneException
executeWithoutTransaction in interface IServiceExecutorinputBag - the input bag
DefneException - the green exception @PostConstruct protected void postConstruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||