com.ail.core.configure.server
Interface PackageCarArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
PackageCarArgImp, PackageCarCommand

public interface PackageCarArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 byte[] getCarRet()
          Getter for the carRet property.
 java.util.Collection<java.lang.String> getNamespacesArg()
          Getter for the namespacesArg property.
 void setCarRet(byte[] carRet)
          Setter for the parRet property.
 void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
          Setter for the namespacesArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getNamespacesArg

java.util.Collection<java.lang.String> getNamespacesArg()
Getter for the namespacesArg property. A collection of strings providing the names (namespaces) of the configurations to be packaged

Returns:
Value of namespacesArg, or null if it is unset

setNamespacesArg

void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
Setter for the namespacesArg property. * @see #getNamespacesArg

Parameters:
namespacesArg - new value for property.

getCarRet

byte[] getCarRet()
Getter for the carRet property. The packaged car as a byte array.

Returns:
Value of carRet, or null if it is unset

setCarRet

void setCarRet(byte[] carRet)
Setter for the parRet property.

Parameters:
carRet - new value for property.
See Also:
getCarRet()