@BeanID(value="hookInvoker")
public interface HookInvoker
| Modifier and Type | Method and Description |
|---|---|
<V> V |
execute(ApplicationController appCtrl,
ThreadType threadType,
no.esito.jvine.action.HookMethod<V> hookMethod)
Invokes the specified hook method on the specified thread type.
|
<V> V execute(ApplicationController appCtrl, ThreadType threadType, no.esito.jvine.action.HookMethod<V> hookMethod) throws Exception
V - The return type of the hook methodappCtrl - The application controllerthreadType - The enum defining the kind of thread to invoke the hook
on.hookMethod - The callable hook methodException - if invoking the hook method resulted in an
exception, it is re-thrown.Copyright © 2006–2020 Esito AS. All rights reserved.