com.ail.core.configure.server
Class ServerDeligate

java.lang.Object
  extended by com.ail.core.configure.server.ServerDeligate

public class ServerDeligate
extends java.lang.Object

This class acts as a business delegate to the ConfigureServer EJB.

Version:
$Revision: 1.7 $

Constructor Summary
ServerDeligate(java.security.Principal principal)
           
ServerDeligate(java.lang.String username, java.lang.String password)
           
 
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)
           
 GetConfigurationArg getConfiguration(GetConfigurationArg arg)
           
 GetNamespacesArg getNamespaces(GetNamespacesArg arg)
           
 java.security.Principal getUser()
           
 Version getVersion()
           
 java.lang.String invokeServiceXML(java.lang.String xml)
           
 PackageCarArg packageCar(PackageCarArg arg)
           
 void resetAllConfigurations()
           
 void resetCoreConfiguration()
           
 void resetNamedConfiguration(java.lang.String name)
           
 SetCommandScriptArg setCommandScript(SetCommandScriptArg arg)
           
 SetConfigurationArg setConfiguration(SetConfigurationArg arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerDeligate

public ServerDeligate(java.security.Principal principal)

ServerDeligate

public ServerDeligate(java.lang.String username,
                      java.lang.String password)
Method Detail

getVersion

public Version getVersion()
                   throws java.lang.Exception
Throws:
java.lang.Exception

resetCoreConfiguration

public void resetCoreConfiguration()
                            throws java.lang.Exception
Throws:
java.lang.Exception

resetNamedConfiguration

public void resetNamedConfiguration(java.lang.String name)
                             throws java.lang.Exception
Throws:
java.lang.Exception

resetAllConfigurations

public void resetAllConfigurations()
                            throws java.lang.Exception
Throws:
java.lang.Exception

clearConfigurationCache

public void clearConfigurationCache()
                             throws java.lang.Exception
Throws:
java.lang.Exception

clearNamedConfigurationCache

public void clearNamedConfigurationCache(java.lang.String namespace)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

invokeServiceXML

public java.lang.String invokeServiceXML(java.lang.String xml)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getNamespaces

public GetNamespacesArg getNamespaces(GetNamespacesArg arg)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getConfiguration

public GetConfigurationArg getConfiguration(GetConfigurationArg arg)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

setConfiguration

public SetConfigurationArg setConfiguration(SetConfigurationArg arg)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getCommandScript

public GetCommandScriptArg getCommandScript(GetCommandScriptArg arg)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

setCommandScript

public SetCommandScriptArg setCommandScript(SetCommandScriptArg arg)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getClassList

public GetClassListArg getClassList(GetClassListArg arg)
                             throws java.lang.Exception
Throws:
java.lang.Exception

deployCar

public DeployCarArg deployCar(DeployCarArg arg)
                       throws java.lang.Exception
Throws:
java.lang.Exception

packageCar

public PackageCarArg packageCar(PackageCarArg arg)
                         throws java.lang.Exception
Throws:
java.lang.Exception

catalogCar

public CatalogCarArg catalogCar(CatalogCarArg arg)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getUser

public java.security.Principal getUser()