| Package | Description |
|---|---|
| br.com.sankhya.jape | |
| br.com.sankhya.jape.core | |
| br.com.sankhya.jape.ejbcontainer |
| Modifier and Type | Method and Description |
|---|---|
JapeSession |
DeadLockError.getTargetSession() |
| Constructor and Description |
|---|
DeadLockError(JapeSession targetSession) |
DeadLockError(JapeSession targetSession,
java.lang.String message) |
DeadLockError(java.lang.String msg,
JapeSession targetSession) |
| Modifier and Type | Method and Description |
|---|---|
static JapeSession |
JapeSession.getCurrentSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
JapeSessionLifeCycle.afterClose(JapeSession session) |
void |
JapeSessionLifeCycle.beforeClose(JapeSession session) |
void |
JapeSessionLifeCycle.onOpen(JapeSession session) |
void |
JapeSession.thisSessionIsWaitingFor(JapeSession otherSession,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
static JapeSession |
SessionManager.getDeadLockSession(JapeSession s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionManager.clearLockWaitingInfo(JapeSession session) |
static JapeSession |
SessionManager.getDeadLockSession(JapeSession s) |
static SessionManager.LockWaitingInfo |
SessionManager.getLockWaitingInfo(JapeSession session) |
static boolean |
SessionManager.isAlive(JapeSession s) |
static boolean |
SessionManager.isTimedOut(JapeSession s) |
static void |
SessionManager.registryAsDeadLocked(JapeSession s,
JapeSession owner) |
static void |
SessionManager.registryAsTimedOut(JapeSession s) |
static void |
SessionManager.registrySession(JapeSession session) |
void |
GlobalLockRegistry.registryWaitingSession(JapeSession lockWaitingSession,
java.util.Collection lockOwnerSessions) |
void |
GlobalLockRegistry.registryWaitingSession(JapeSession lockWaitingSession,
JapeSession lockOwnerSession)
Registra a espera de uma sessão Jape por um lock.
|
void |
EntityContainer.releaseLocks(JapeSession session,
java.util.Collection pks,
boolean transactionCommited) |
static void |
SessionManager.setLockWaitingInfo(JapeSession session,
EntityContainer container,
EntityPrimaryKey pk) |
static void |
SessionManager.unregistrySession(JapeSession session) |
void |
GlobalLockRegistry.unregistryWaitingSession(JapeSession lockWaitingSession) |