com.ail.core.configure.server
Interface GetConfigurationArg
- All Superinterfaces:
- CommandArg, java.io.Serializable
- All Known Implementing Classes:
- GetConfigurationArgImp, GetConfigurationCommand
public interface GetConfigurationArg
- extends CommandArg
Arg interface for the GetConfiguration entry point. The entry point takes one
argument: a namespace's name, and returns one result: the Configuration object
for the namespace.
- Version:
- $Revision: 1.2 $
setConfigurationRet
void setConfigurationRet(Configuration configurationRet)
getConfigurationRet
Configuration getConfigurationRet()
setNamespaceArg
void setNamespaceArg(java.lang.String namespace)
getNamespaceArg
java.lang.String getNamespaceArg()