com.ail.core.persistence
Interface PersistenceServerLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface PersistenceServerLocal
extends javax.ejb.EJBLocalObject


Method Summary
 CreateArg createCommand(CreateArg arg)
           
 DeleteArg deleteCommand(DeleteArg arg)
           
 Configuration getConfiguration()
           
 java.lang.String getConfigurationNamespace()
           
 Version getVersion()
           
 VersionEffectiveDate getVersionEffectiveDate()
           
 java.lang.String invokeServiceXML(java.lang.String xml)
           
 LoadArg loadCommand(LoadArg arg)
           
 QueryArg queryCommand(QueryArg arg)
           
 void resetConfiguration()
           
 void setConfiguration(Configuration config)
           
 UpdateArg updateCommand(UpdateArg arg)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

invokeServiceXML

java.lang.String invokeServiceXML(java.lang.String xml)
                                  throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getVersionEffectiveDate

VersionEffectiveDate getVersionEffectiveDate()
                                             throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

setConfiguration

void setConfiguration(Configuration config)
                      throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getConfiguration

Configuration getConfiguration()
                               throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getConfigurationNamespace

java.lang.String getConfigurationNamespace()
                                           throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

resetConfiguration

void resetConfiguration()
                        throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getVersion

Version getVersion()
                   throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

createCommand

CreateArg createCommand(CreateArg arg)
                        throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

updateCommand

UpdateArg updateCommand(UpdateArg arg)
                        throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

loadCommand

LoadArg loadCommand(LoadArg arg)
                    throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

queryCommand

QueryArg queryCommand(QueryArg arg)
                      throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

deleteCommand

DeleteArg deleteCommand(DeleteArg arg)
                        throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException