|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.webadmin.main.ConfigurationDataBean
public class ConfigurationDataBean
This is a simple stateful session bean which holds onto the configuration object for the webadmin.
| Constructor Summary | |
|---|---|
ConfigurationDataBean()
|
|
| Method Summary | |
|---|---|
void |
ejbActivate()
not implemented in this bean |
void |
ejbCreate()
not implemented in this bean |
void |
ejbPassivate()
not implemented in this bean |
void |
ejbRemove()
not implemented in this bean |
org.openejb.alt.config.sys.Openejb |
getOpenejb()
gets the Openejb object |
void |
setOpenejb(org.openejb.alt.config.sys.Openejb openejb)
sets the Openejb object |
void |
setSessionContext(javax.ejb.SessionContext arg0)
not implemented in this bean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationDataBean()
| Method Detail |
|---|
public org.openejb.alt.config.sys.Openejb getOpenejb()
public void setOpenejb(org.openejb.alt.config.sys.Openejb openejb)
openejb - the openejb object to set
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbActivate()
ejbActivate in interface javax.ejb.SessionBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.SessionBeanpublic void ejbRemove()
ejbRemove in interface javax.ejb.SessionBeanpublic void setSessionContext(javax.ejb.SessionContext arg0)
setSessionContext in interface javax.ejb.SessionBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||