com.ail.core.persistence
Interface PersistenceServer

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

public interface PersistenceServer
extends javax.ejb.EJBObject

Version:
$Revision: 1.3 $

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.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

invokeServiceXML

java.lang.String invokeServiceXML(java.lang.String xml)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersionEffectiveDate

VersionEffectiveDate getVersionEffectiveDate()
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setConfiguration

void setConfiguration(Configuration config)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfiguration

Configuration getConfiguration()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConfigurationNamespace

java.lang.String getConfigurationNamespace()
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

resetConfiguration

void resetConfiguration()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersion

Version getVersion()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createCommand

CreateArg createCommand(CreateArg arg)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateCommand

UpdateArg updateCommand(UpdateArg arg)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

loadCommand

LoadArg loadCommand(LoadArg arg)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

queryCommand

QueryArg queryCommand(QueryArg arg)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCommand

DeleteArg deleteCommand(DeleteArg arg)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException