org.openejb.webadmin.main
Interface CMPMappingDataObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface CMPMappingDataObject
extends javax.ejb.EJBObject

Author:
Tim Urberg

Method Summary
 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)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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.