| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThreadType |
G9Action.getThreadType(String methodName,
Class... params)
Utility method, returns the thread type the method is annotated with.
|
static ThreadType |
ThreadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadType[] |
ThreadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
HookInvoker.execute(ApplicationController appCtrl,
ThreadType threadType,
no.esito.jvine.action.HookMethod<V> hookMethod)
Invokes the specified hook method on the specified thread type.
|
Copyright © 2006–2020 Esito AS. All rights reserved.