|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface Hook
Use this annotation to install a statement-specific hook or callback at time of statement creation.
See HookType
to the types of hooks that may be installed.
Required Element Summary | |
---|---|
java.lang.String |
hook
Returns the simple class name (using imports) or fully-qualified class name of the hook. |
HookType |
type
Returns hook type. |
Element Detail |
---|
public abstract java.lang.String hook
public abstract HookType type
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |