com.ail.core.configure.server
Interface Server

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

public interface Server
extends javax.ejb.EJBObject


Method Summary
 CatalogCarArg catalogCar(CatalogCarArg arg)
           
 void clearConfigurationCache()
           
 void clearNamedConfigurationCache(java.lang.String namespace)
           
 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.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getVersionEffectiveDate

VersionEffectiveDate getVersionEffectiveDate()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

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

resetCoreConfiguration

void resetCoreConfiguration()
                            throws java.rmi.RemoteException,
                                   javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

resetNamedConfiguration

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

clearConfigurationCache

void clearConfigurationCache()
                             throws java.rmi.RemoteException,
                                    javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

clearNamedConfigurationCache

void clearNamedConfigurationCache(java.lang.String namespace)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

getVersion

Version getVersion()
                   throws java.rmi.RemoteException,
                          javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

invokeServiceXML

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

invokeServiceSoap

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

getNamespaces

GetNamespacesArg getNamespaces(GetNamespacesArg arg)
                               throws java.rmi.RemoteException,
                                      javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

getConfiguration

GetConfigurationArg getConfiguration(GetConfigurationArg arg)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

setConfiguration

SetConfigurationArg setConfiguration(SetConfigurationArg arg)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

getCommandScript

GetCommandScriptArg getCommandScript(GetCommandScriptArg arg)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

setCommandScript

SetCommandScriptArg setCommandScript(SetCommandScriptArg arg)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

getClassList

GetClassListArg getClassList(GetClassListArg arg)
                             throws java.rmi.RemoteException,
                                    javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

deployCar

DeployCarArg deployCar(DeployCarArg arg)
                       throws java.rmi.RemoteException,
                              javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

packageCar

PackageCarArg packageCar(PackageCarArg arg)
                         throws java.rmi.RemoteException,
                                javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException

catalogCar

CatalogCarArg catalogCar(CatalogCarArg arg)
                         throws java.rmi.RemoteException,
                                javax.ejb.EJBException
Throws:
java.rmi.RemoteException
javax.ejb.EJBException