public interface Support
| Modifier and Type | Field and Description |
|---|---|
static int |
POST_BUILD |
static int |
POST_LOAD |
static int |
POST_STORE |
static int |
PRE_BUILD |
static int |
PRE_STORE |
static final int POST_LOAD
static final int PRE_BUILD
static final int POST_BUILD
static final int PRE_STORE
static final int POST_STORE
void postLoad(java.lang.Object parameter)
throws java.lang.Exception
java.lang.Exceptionvoid preBuild(java.lang.Object parameter)
throws java.lang.Exception
java.lang.Exceptionvoid postBuild(java.lang.Object parameter)
throws java.lang.Exception
java.lang.Exceptionvoid preStore(java.lang.Object parameter)
throws java.lang.Exception
java.lang.Exceptionvoid postStore(java.lang.Object parameter)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2003-2013 . All Rights Reserved.