org.openejb.webadmin.main
Interface CMPMappingDataObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface CMPMappingDataObject
extends javax.ejb.EJBObject

Author:
Tim Urberg

Method Summary
 org.exolab.castor.jdo.conf.Database getGlobalDatabase()
           
 String getGlobalDatabaseFileName()
           
 org.exolab.castor.jdo.conf.Database getLocalDatabase()
           
 String getLocalDatabaseFileName()
           
 org.exolab.castor.mapping.xml.MappingRoot getMappingRoot()
           
 String getMappingRootFileName()
           
 void setGlobalDatabase(org.exolab.castor.jdo.conf.Database database)
           
 void setGlobalDatabaseFileName(String string)
           
 void setLocalDatabase(org.exolab.castor.jdo.conf.Database database)
           
 void setLocalDatabaseFileName(String string)
           
 void setMappingRoot(org.exolab.castor.mapping.xml.MappingRoot root)
           
 void setMappingRootFileName(String string)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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-2008 OpenEJB. All Rights Reserved.