org.openejb.webadmin.main
Interface CMPMappingDataObject
- All Superinterfaces:
- javax.ejb.EJBObject, Remote
- public interface CMPMappingDataObject
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getGlobalDatabase
public org.exolab.castor.jdo.conf.Database getGlobalDatabase()
throws RemoteException
- Throws:
RemoteException
getGlobalDatabaseFileName
public String getGlobalDatabaseFileName()
throws RemoteException
- Throws:
RemoteException
getLocalDatabase
public org.exolab.castor.jdo.conf.Database getLocalDatabase()
throws RemoteException
- Throws:
RemoteException
getLocalDatabaseFileName
public String getLocalDatabaseFileName()
throws RemoteException
- Throws:
RemoteException
getMappingRoot
public org.exolab.castor.mapping.xml.MappingRoot getMappingRoot()
throws RemoteException
- Throws:
RemoteException
getMappingRootFileName
public String getMappingRootFileName()
throws RemoteException
- Throws:
RemoteException
setGlobalDatabase
public void setGlobalDatabase(org.exolab.castor.jdo.conf.Database database)
throws RemoteException
- Throws:
RemoteException
setGlobalDatabaseFileName
public void setGlobalDatabaseFileName(String string)
throws RemoteException
- Throws:
RemoteException
setLocalDatabase
public void setLocalDatabase(org.exolab.castor.jdo.conf.Database database)
throws RemoteException
- Throws:
RemoteException
setLocalDatabaseFileName
public void setLocalDatabaseFileName(String string)
throws RemoteException
- Throws:
RemoteException
setMappingRoot
public void setMappingRoot(org.exolab.castor.mapping.xml.MappingRoot root)
throws RemoteException
- Throws:
RemoteException
setMappingRootFileName
public void setMappingRootFileName(String string)
throws RemoteException
- Throws:
RemoteException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.