Package org.analogweb
Interface Invocation
-
- All Known Implementing Classes:
DefaultInvocation
public interface Invocation
Invocation of entry-point method.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationArguments
getInvocationArguments()
Object
getInvocationInstance()
Get entry-point object instance.Object
invoke()
Invoke entry-point method.
-
-
-
Method Detail
-
invoke
Object invoke()
Invoke entry-point method.- Returns:
- result of method invocation.
- See Also:
ApplicationProcessor
-
getInvocationInstance
Object getInvocationInstance()
Get entry-point object instance.- Returns:
- entry-point object instance.
-
getInvocationArguments
InvocationArguments getInvocationArguments()
- Returns:
InvocationArguments
-
-