|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.AbstractComponentAdapter cuba.ejb.EJB3Adapter cuba.ejb.EJB3SyncAdapter
public abstract class EJB3SyncAdapter
Base class for generated EJB 3 adapters using state synchronization
Field Summary |
---|
Fields inherited from class cuba.AbstractComponentAdapter |
---|
core |
Constructor Summary | |
---|---|
EJB3SyncAdapter(java.lang.Object core)
|
Method Summary | |
---|---|
void |
afterBegin()
|
void |
afterCompletion(boolean committed)
|
void |
beforeCompletion()
|
Methods inherited from class cuba.ejb.EJB3Adapter |
---|
_getCore, _getDefaultEnvironment, _injectDefaultEnvironment, getComponentContext, invoker, set__SessionContext |
Methods inherited from class cuba.AbstractComponentAdapter |
---|
_initCore, _injectDependencies, _postActivate, _postConstruct, _preDestroy, _prePassivate, box, box, box, box, box, box, box, box, invoke, invoke, invokeLifecycle, runtimeException, unbox_boolean, unbox_byte, unbox_char, unbox_double, unbox_float, unbox_hort, unbox_int, unbox_long |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJB3SyncAdapter(java.lang.Object core)
Method Detail |
---|
public void afterBegin()
afterBegin
in interface javax.ejb.SessionSynchronization
public void beforeCompletion()
beforeCompletion
in interface javax.ejb.SessionSynchronization
public void afterCompletion(boolean committed)
afterCompletion
in interface javax.ejb.SessionSynchronization
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |