|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
no replacement
The Arguments interface. The datatype behind is just a collection of Adapter Arguments.
The Arguments datatype handles Init, Input and Filtering arguments, where filtering arguments are one or more OutputArgument with specified filtering conditions.
The Service knows which parameters that are related to the Input, Output and Init parameters of an Adapter. But the Arguments structure is not aware of this, and therefore an Argument name must be unqiue within the complete Arguments context for one combination of a Service and an Adapter.
Each Adapter defines it's Arguments, and the Services can set caption and values on these arguments. An Argument value can be overidden by other Services in the service chain, and therefore this datatype supports mergning of Arguments.
| Field Summary | |
static java.lang.String |
ROOT_ELEMENTDeprecated. The Arguments XML Element tag name |
| Fields inherited from interface oracle.panama.Arguments |
USAGE_USER |
| Method Summary | |
OutputArgument |
createOutputArgument(java.lang.String name)Deprecated. Create an OutputArgument. |
OutputArgument |
createOutputFilter(java.lang.String outputName)Deprecated. Create an Output filtering Argument. |
OutputArgument |
getOutputArgument(java.lang.String name)Deprecated. Get an existing input argument. |
OutputArgument |
getOutputFilter(java.lang.String outputName)Deprecated. Get an Ouput Filtering Argument. |
java.util.Enumeration |
getOutputFilters()Deprecated. Get all Output Argument filters. |
boolean |
hasOutputFilters()Deprecated. |
| Methods inherited from interface oracle.panama.Arguments |
createInput, createInput, getArgument, getArguments, getInput, getInputCaption, getInputNames, getInputs, getInputValue, getInputValues, getUserInputNames, getUserInputs, mergeArguments, mergeInputs, mergeOutputs, removeArgument, removeInput, rename, renameInput, setInputCaption, setInputValue, setInputValues |
| Methods inherited from interface oracle.panama.core.csc.CSC |
getElement, getElement |
| Field Detail |
public static final java.lang.String ROOT_ELEMENT
| Method Detail |
public OutputArgument getOutputArgument(java.lang.String name)
name - the non null Argument name.InputArgument
public OutputArgument createOutputArgument(java.lang.String name)
throws PanamaRuntimeException
name - the name of the ouput argument.PanamaException - If the filter alrady exists.PanamaRuntimeExceptionOutputArgument
public OutputArgument createOutputFilter(java.lang.String outputName)
throws PanamaException
Job.createOutputFilter in interface ArgumentsoutputName - the name of the ouput argument.PanamaException - If the filter alrady exists.OutputArgumentpublic OutputArgument getOutputFilter(java.lang.String outputName)
getOutputFilter in interface ArgumentsOutputArgumentpublic java.util.Enumeration getOutputFilters()
getOutputFilters in interface ArgumentsOutputArgument or null if none exists.OutputArgumentpublic boolean hasOutputFilters()
hasOutputFilters in interface ArgumentsArguments includes filtering arguments, otherwise false.
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||