|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.defne.owb.OwbEjbServiceExecutorProxy
@Named(value="OwbEjbServiceExecutorProxy") @ApplicationScoped @EjbExecutorProxy public class OwbEjbServiceExecutorProxy
JSR-299 based bean that is reposible for executing the EJB service method executor.
This bean's scope is ApplicationScoped, therefore
it lived along the application lifecycle.
| Constructor Summary | |
|---|---|
OwbEjbServiceExecutorProxy()
Createa an instance. |
|
| Method Summary | |
|---|---|
void |
clear(Object clearObject)
|
void |
destroy()
Predestroy actions. |
Message |
execute(Message inputBag)
|
String |
getEjbJndiName()
|
void |
init()
Creating a proxy instance. |
void |
setEjbJndiName(String ejbJndiName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwbEjbServiceExecutorProxy()
| Method Detail |
|---|
@PostConstruct public void init()
public Message execute(Message inputBag)
execute in interface IServiceExecutorProxypublic String getEjbJndiName()
public void setEjbJndiName(String ejbJndiName)
ejbJndiName - the ejbJndiName to set@PreDestroy public void destroy()
public void clear(Object clearObject)
clear in interface IServiceExecutorProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||