org.openejb.webadmin.main
Class CMPMappingDataBean
java.lang.Object
org.openejb.webadmin.main.CMPMappingDataBean
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean
public class CMPMappingDataBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
- Author:
- Tim Urberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMPMappingDataBean
public CMPMappingDataBean()
ejbCreate
public void ejbCreate()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
setSessionContext
public void setSessionContext(javax.ejb.SessionContext arg0)
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
getGlobalDatabase
public org.exolab.castor.jdo.conf.Database getGlobalDatabase()
getGlobalDatabaseFileName
public java.lang.String getGlobalDatabaseFileName()
getLocalDatabase
public org.exolab.castor.jdo.conf.Database getLocalDatabase()
getLocalDatabaseFileName
public java.lang.String getLocalDatabaseFileName()
getMappingRoot
public org.exolab.castor.mapping.xml.MappingRoot getMappingRoot()
getMappingRootFileName
public java.lang.String getMappingRootFileName()
setGlobalDatabase
public void setGlobalDatabase(org.exolab.castor.jdo.conf.Database database)
setGlobalDatabaseFileName
public void setGlobalDatabaseFileName(java.lang.String string)
setLocalDatabase
public void setLocalDatabase(org.exolab.castor.jdo.conf.Database database)
setLocalDatabaseFileName
public void setLocalDatabaseFileName(java.lang.String string)
setMappingRoot
public void setMappingRoot(org.exolab.castor.mapping.xml.MappingRoot root)
setMappingRootFileName
public void setMappingRootFileName(java.lang.String string)
Copyright © 1999-2011 OpenEJB. All Rights Reserved.