|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetNamespacesHistoryArg
Arg interface for the GetNamesapcesHisotyr entry point. The entry point takes one
argument: a namespace's name, and returns one result: a collection of
ConfigurationSummary
objects representing the namespace's history.
| Method Summary | |
|---|---|
java.lang.String |
getNamespaceArg()
|
java.util.Collection<ConfigurationSummary> |
getNamespacesRet()
Get the namespace collection. |
void |
setNamespaceArg(java.lang.String namespace)
The namespace arg tells the command which namespace to return the history for. |
void |
setNamespacesRet(java.util.Collection<ConfigurationSummary> namespaces)
Set the namespaces collection attribute. |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Method Detail |
|---|
void setNamespacesRet(java.util.Collection<ConfigurationSummary> namespaces)
ConfigurationSummary, each representing a point in the namespace's history.
namespace - The collection of ConfigurationSummary.java.util.Collection<ConfigurationSummary> getNamespacesRet()
ConfigurationSummary#setNamespacesvoid setNamespaceArg(java.lang.String namespace)
namespace - The namespace to return the history for.java.lang.String getNamespaceArg()
setNamespaceArg(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||