|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.AbstractComponentAdapter cuba.ejb.EJB2Adapter cuba.ejb.EJB2SyncAdapter
public abstract class EJB2SyncAdapter
Base class for generated EJB 2 adapters using state synchronization
Field Summary |
---|
Fields inherited from class cuba.AbstractComponentAdapter |
---|
core |
Constructor Summary | |
---|---|
EJB2SyncAdapter(java.lang.Object core)
|
Method Summary | |
---|---|
void |
afterBegin()
|
void |
afterCompletion(boolean committed)
|
void |
beforeCompletion()
|
Methods inherited from class cuba.ejb.EJB2Adapter |
---|
_getCore, ejbActivate, ejbCreate, ejbPassivate, ejbRemove, invoker, setSessionContext |
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 EJB2SyncAdapter(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 |