public interface StatementAgentInstanceLock
Modifier and Type | Field and Description |
---|---|
static String |
ACQUIRE_TEXT
Acquire text.
|
static String |
ACQUIRED_TEXT
Acquired text.
|
static String |
RELEASE_TEXT
Release text.
|
static String |
RELEASED_TEXT
Released text.
|
Modifier and Type | Method and Description |
---|---|
void |
acquireReadLock() |
void |
acquireWriteLock() |
boolean |
acquireWriteLock(long msecTimeout) |
void |
releaseReadLock() |
void |
releaseWriteLock() |
static final String ACQUIRE_TEXT
static final String ACQUIRED_TEXT
static final String RELEASE_TEXT
static final String RELEASED_TEXT
Copyright © 2005–2019. All rights reserved.