com.ail.core.configure.server
Class GetConfigurationCommand

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.command.AbstractCommand
          extended by com.ail.core.command.Command
              extended by com.ail.core.configure.server.GetConfigurationCommand
All Implemented Interfaces:
CommandArg, GetConfigurationArg, java.io.Serializable, java.lang.Cloneable

public class GetConfigurationCommand
extends Command
implements GetConfigurationArg

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
GetConfigurationCommand()
          Default constructor.
 
Method Summary
 CommandArg getArgs()
          {inheritDoc}
 Configuration getConfigurationRet()
          {inheritDoc}
 java.lang.String getNamespaceArg()
          {inheritDoc}
 void setArgs(CommandArg arg)
          {inheritDoc}
 void setConfigurationRet(Configuration configurationRet)
          {inheritDoc}
 void setNamespaceArg(java.lang.String namespace)
          {inheritDoc}
 
Methods inherited from class com.ail.core.command.Command
clone, getAccessor, getCallersCore, getConfiguration, getVersion, invoke, setAccessor, setCallersCore, setConfiguration, setService
 
Methods inherited from class com.ail.core.Type
addAttribute, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Constructor Detail

GetConfigurationCommand

public GetConfigurationCommand()
Default constructor.

Method Detail

setArgs

public void setArgs(CommandArg arg)
{inheritDoc}

Specified by:
setArgs in class AbstractCommand
Parameters:
arg - Source for arguments

getArgs

public CommandArg getArgs()
{inheritDoc}

Specified by:
getArgs in class AbstractCommand
Returns:
This objects arguments.

setConfigurationRet

public void setConfigurationRet(Configuration configurationRet)
{inheritDoc}

Specified by:
setConfigurationRet in interface GetConfigurationArg

getConfigurationRet

public Configuration getConfigurationRet()
{inheritDoc}

Specified by:
getConfigurationRet in interface GetConfigurationArg

setNamespaceArg

public void setNamespaceArg(java.lang.String namespace)
{inheritDoc}

Specified by:
setNamespaceArg in interface GetConfigurationArg

getNamespaceArg

public java.lang.String getNamespaceArg()
{inheritDoc}

Specified by:
getNamespaceArg in interface GetConfigurationArg