org.openejb.webadmin.main
Class ConfigurationDataBean

java.lang.Object
  extended by org.openejb.webadmin.main.ConfigurationDataBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class ConfigurationDataBean
extends java.lang.Object
implements javax.ejb.SessionBean

This is a simple stateful session bean which holds onto the configuration object for the webadmin.

Author:
Tim Urberg
See Also:
Serialized Form

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

ConfigurationDataBean

public ConfigurationDataBean()
Method Detail

getOpenejb

public org.openejb.alt.config.sys.Openejb getOpenejb()
gets the Openejb object

Returns:
the openejb object

setOpenejb

public void setOpenejb(org.openejb.alt.config.sys.Openejb openejb)
sets the Openejb object

Parameters:
openejb - the openejb object to set

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
not implemented in this bean

Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
not implemented in this bean

Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
not implemented in this bean

Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
not implemented in this bean

Specified by:
ejbRemove in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext arg0)
not implemented in this bean

Specified by:
setSessionContext in interface javax.ejb.SessionBean


Copyright © 1999-2011 OpenEJB. All Rights Reserved.