com.ail.core.configure.server
Interface ServerLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface ServerLocal
extends javax.ejb.EJBLocalObject


Method Summary
 CatalogCarArg catalogCar(CatalogCarArg arg)
           
 void clearConfigurationCache()
           
 DeployCarArg deployCar(DeployCarArg arg)
           
 GetClassListArg getClassList(GetClassListArg arg)
           
 GetCommandScriptArg getCommandScript(GetCommandScriptArg arg)
           
 Configuration getConfiguration()
           
 GetConfigurationArg getConfiguration(GetConfigurationArg arg)
           
 java.lang.String getConfigurationNamespace()
           
 GetNamespacesArg getNamespaces(GetNamespacesArg arg)
           
 Version getVersion()
           
 VersionEffectiveDate getVersionEffectiveDate()
           
 org.w3c.dom.Element[] invokeServiceSoap(org.w3c.dom.Element[] xml)
           
 java.lang.String invokeServiceXML(java.lang.String xml)
           
 PackageCarArg packageCar(PackageCarArg arg)
           
 void resetConfiguration()
           
 void resetCoreConfiguration()
           
 void resetNamedConfiguration(java.lang.String name)
           
 SetCommandScriptArg setCommandScript(SetCommandScriptArg arg)
           
 void setConfiguration(Configuration config)
           
 SetConfigurationArg setConfiguration(SetConfigurationArg arg)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getVersionEffectiveDate

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

setConfiguration

void setConfiguration(Configuration config)

getConfiguration

Configuration getConfiguration()

getConfigurationNamespace

java.lang.String getConfigurationNamespace()

resetConfiguration

void resetConfiguration()

resetCoreConfiguration

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

resetNamedConfiguration

void resetNamedConfiguration(java.lang.String name)
                             throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

clearConfigurationCache

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

getVersion

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

invokeServiceXML

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

invokeServiceSoap

org.w3c.dom.Element[] invokeServiceSoap(org.w3c.dom.Element[] xml)
                                        throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getNamespaces

GetNamespacesArg getNamespaces(GetNamespacesArg arg)
                               throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getConfiguration

GetConfigurationArg getConfiguration(GetConfigurationArg arg)
                                     throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

setConfiguration

SetConfigurationArg setConfiguration(SetConfigurationArg arg)
                                     throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getCommandScript

GetCommandScriptArg getCommandScript(GetCommandScriptArg arg)
                                     throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

setCommandScript

SetCommandScriptArg setCommandScript(SetCommandScriptArg arg)
                                     throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

getClassList

GetClassListArg getClassList(GetClassListArg arg)
                             throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

deployCar

DeployCarArg deployCar(DeployCarArg arg)
                       throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

packageCar

PackageCarArg packageCar(PackageCarArg arg)
                         throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

catalogCar

CatalogCarArg catalogCar(CatalogCarArg arg)
                         throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException