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 $

Method Summary
 Configuration getConfigurationRet()
           
 java.lang.String getNamespaceArg()
           
 void setConfigurationRet(Configuration configurationRet)
           
 void setNamespaceArg(java.lang.String namespace)
           
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

setConfigurationRet

void setConfigurationRet(Configuration configurationRet)

getConfigurationRet

Configuration getConfigurationRet()

setNamespaceArg

void setNamespaceArg(java.lang.String namespace)

getNamespaceArg

java.lang.String getNamespaceArg()