com.ail.core.persistence
Interface PersistenceServerLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
public interface PersistenceServerLocal
- extends javax.ejb.EJBLocalObject
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
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