org.analogweb
Interface Invocation

All Known Implementing Classes:
DefaultInvocation

public interface Invocation

Invocation of entry-point method.

Author:
snowgoose

Method Summary
 InvocationArguments getInvocationArguments()
          Get InvocationArguments
 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()
Get InvocationArguments

Returns:
InvocationArguments


Copyright © 2011–2015 Analog Web Framework Development Team. All rights reserved.