org.openejb.webadmin.main
Class CMPMappingDataBean

java.lang.Object
  extended by 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

Constructor Summary
CMPMappingDataBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 org.exolab.castor.jdo.conf.Database getGlobalDatabase()
           
 java.lang.String getGlobalDatabaseFileName()
           
 org.exolab.castor.jdo.conf.Database getLocalDatabase()
           
 java.lang.String getLocalDatabaseFileName()
           
 org.exolab.castor.mapping.xml.MappingRoot getMappingRoot()
           
 java.lang.String getMappingRootFileName()
           
 void setGlobalDatabase(org.exolab.castor.jdo.conf.Database database)
           
 void setGlobalDatabaseFileName(java.lang.String string)
           
 void setLocalDatabase(org.exolab.castor.jdo.conf.Database database)
           
 void setLocalDatabaseFileName(java.lang.String string)
           
 void setMappingRoot(org.exolab.castor.mapping.xml.MappingRoot root)
           
 void setMappingRootFileName(java.lang.String string)
           
 void setSessionContext(javax.ejb.SessionContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPMappingDataBean

public CMPMappingDataBean()
Method Detail

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.