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