com.ail.core.configure.server
Class ServerDeligate
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerDeligate
public ServerDeligate(java.security.Principal principal)
ServerDeligate
public ServerDeligate(java.lang.String username,
java.lang.String password)
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()