|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvokerArguments
Arguments for passing to an Invoker
.
Method Summary | ||
---|---|---|
|
getArgument(int index,
Class<T> type)
Get the argument. |
|
int |
size()
The number of arguments. |
Method Detail |
---|
int size()
<T> T getArgument(int index, Class<T> type) throws ArooaConversionException
index
- The 0 based index of the argument.type
- The type the argument should be.
ArooaConversionException
- If an argument of the correct
type can not be provided.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |