org.openejb.webadmin.main
Interface CMPMappingDataObject
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.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 java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGlobalDatabaseFileName
java.lang.String getGlobalDatabaseFileName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLocalDatabase
org.exolab.castor.jdo.conf.Database getLocalDatabase()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLocalDatabaseFileName
java.lang.String getLocalDatabaseFileName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMappingRoot
org.exolab.castor.mapping.xml.MappingRoot getMappingRoot()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMappingRootFileName
java.lang.String getMappingRootFileName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setGlobalDatabase
void setGlobalDatabase(org.exolab.castor.jdo.conf.Database database)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setGlobalDatabaseFileName
void setGlobalDatabaseFileName(java.lang.String string)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLocalDatabase
void setLocalDatabase(org.exolab.castor.jdo.conf.Database database)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLocalDatabaseFileName
void setLocalDatabaseFileName(java.lang.String string)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setMappingRoot
void setMappingRoot(org.exolab.castor.mapping.xml.MappingRoot root)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setMappingRootFileName
void setMappingRootFileName(java.lang.String string)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.