|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.server.ejb.SessionBeanImpl
BaseClass for Session Bean implementation. Aggregates an application module for exposing any business logic as a session bean.
Field Summary | |
protected ApplicationModuleImpl |
mApplicationModule |
Constructor Summary | |
SessionBeanImpl() |
Method Summary | |
void |
ejbActivate() Null implementation of SessionBean interface. |
void |
ejbPassivate() Null implementation of SessionBean interface. |
void |
ejbRemove() Implementation of SessionBean.ejbRemove(). |
protected ApplicationModule |
getApplicationModule() Returns the appmodule instance created by createApplicationModule() method |
protected javax.ejb.SessionContext |
getSessionContext() Returns the SessionContext set by setSessionContext() |
protected void |
removeApplicationModule() Convenience method for removing the aggregated application module instance. |
void |
setSessionContext(javax.ejb.SessionContext ctx) Implementation of SessionBean interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient ApplicationModuleImpl mApplicationModule
Constructor Detail |
public SessionBeanImpl()
Method Detail |
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext
in interface javax.ejb.SessionBean
public void ejbRemove()
removeApplicationModule
to remove application moduleejbRemove
in interface javax.ejb.SessionBean
protected javax.ejb.SessionContext getSessionContext()
protected ApplicationModule getApplicationModule()
protected void removeApplicationModule()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.