| Package | Description |
|---|---|
| oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
| oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common
API classes.
|
| oracle.jdevimpl.audit.core |
| Modifier and Type | Field and Description |
|---|---|
static LockPolicy |
LockPolicy.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelAdapter.acquireReadLock(LockPolicy policy)
Acquires a read lock for this model.
|
void |
ModelAdapter.beginRead(LockPolicy policy)
Begins a read transaction on this model for the current thread.
|
void |
ModelAdapter.endRead(LockPolicy policy)
Ends the read transaction on this model for the current
thread.
|
protected void |
ModelAdapter.releaseReadLock(LockPolicy policy)
Releases a read lock for this model.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Auditor.setLockPolicy(LockPolicy policy)
Sets the lock policy to use when loking models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuditor.setLockPolicy(LockPolicy policy) |