|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEJBControlImpl
EntityEJBControlImpl
public class EntityEJBControlImpl
The EntityEJBControlImpl class is the control implementation class for Entity EJBs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface EJBControl |
---|
EJBControl.EJBHome, EJBControl.JNDIContextEnv |
Field Summary |
---|
Fields inherited from class EJBControlImpl |
---|
_beanHandle, _beanInstance, _beanInterface, _beanType, _context, _controlInterface, _homeInstance, _homeInterface, _jndiName, _lastException, ENTITY_BEAN, JNDI_APPSCOPED_PREFIX, JNDI_GLOBAL_PREFIX, SESSION_BEAN |
Constructor Summary | |
---|---|
EntityEJBControlImpl()
|
Method Summary | |
---|---|
Object |
getEJBNextBeanInstance()
EntityEJBControl.getEJBNextBeanInstance() |
Object |
invoke(Method m,
Object[] args)
Extensible.invoke Handles all extended interface methods (i.e. |
void |
onCreate()
|
void |
onReset()
|
protected void |
releaseBeanInstance(boolean alreadyRemoved)
|
protected Object |
resolveBeanInstance()
|
protected boolean |
saveBeanInstance()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface EJBControl |
---|
getEJBBeanInstance, getEJBException, getEJBHomeInstance, hasEJBBeanInstance |
Constructor Detail |
---|
public EntityEJBControlImpl()
Method Detail |
---|
protected Object resolveBeanInstance()
resolveBeanInstance
in class EJBControlImpl
protected boolean saveBeanInstance()
saveBeanInstance
in class EJBControlImpl
protected void releaseBeanInstance(boolean alreadyRemoved)
releaseBeanInstance
in class EJBControlImpl
public Object invoke(Method m, Object[] args) throws Throwable
EJBControlImpl
invoke
in interface Extensible
invoke
in class EJBControlImpl
Throwable
public Object getEJBNextBeanInstance()
getEJBNextBeanInstance
in interface EntityEJBControl
public void onCreate()
onCreate
in class EJBControlImpl
public void onReset()
onReset
in class EJBControlImpl
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |