com.ail.core.configure.server
Interface SetConfigurationArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
SetConfigurationArgImp, SetConfigurationCommand

public interface SetConfigurationArg
extends CommandArg

Version:
$Revision: 1.2 $

Method Summary
 Configuration getConfigurationArg()
          Fetch the value of the configurationarg argument.
 java.lang.String getNamespaceArg()
          Fetch the value of the namespacearg argument.
 void setConfigurationArg(Configuration configurationarg)
          Set the value of the configurationarg argument.
 void setNamespaceArg(java.lang.String namespacearg)
          Set the value of the namespacearg argument.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getNamespaceArg

java.lang.String getNamespaceArg()
Fetch the value of the namespacearg argument. The name of the configuration namespace to be updated.

Returns:
value of namespacearg
See Also:
setNamespaceArg(java.lang.String)

setNamespaceArg

void setNamespaceArg(java.lang.String namespacearg)
Set the value of the namespacearg argument. The name of the configuration namespace to be updated.

Parameters:
namespacearg - New value for namespacearg argument.
See Also:
getNamespaceArg()

getConfigurationArg

Configuration getConfigurationArg()
Fetch the value of the configurationarg argument. The configuration to save.

Returns:
value of configurationarg
See Also:
setConfigurationArg(com.ail.core.configure.Configuration)

setConfigurationArg

void setConfigurationArg(Configuration configurationarg)
Set the value of the configurationarg argument. The configuration to save.

Parameters:
configurationarg - New value for configurationarg argument.
See Also:
getConfigurationArg()