@Published(tag="architect") public interface CommitLogger
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
SESSION_SCOPE_KEY
セッションに自身のインスタンスを格納する際に使用するキー 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
increment(long count)
コミット件数のインクリメントを行う。 
 | 
void | 
initialize()
初期処理を行う。 
 | 
void | 
terminate()
終了処理を行う。 
 | 
static final java.lang.String SESSION_SCOPE_KEY