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.Exception
void preBuild(java.lang.Object parameter) throws java.lang.Exception
java.lang.Exception
void postBuild(java.lang.Object parameter) throws java.lang.Exception
java.lang.Exception
void preStore(java.lang.Object parameter) throws java.lang.Exception
java.lang.Exception
void postStore(java.lang.Object parameter) throws java.lang.Exception
java.lang.Exception
Copyright © 2003-2013 . All Rights Reserved.