|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use UserContext | |
---|---|
net.sf.shineframework.common.tx.context | |
net.sf.shineframework.server.tx | |
net.sf.shineframework.web.tx.context.spring |
Uses of UserContext in net.sf.shineframework.common.tx.context |
---|
Classes in net.sf.shineframework.common.tx.context that implement UserContext | |
---|---|
class |
BaseUserContext
|
class |
StandardUserContext
A standard user context. |
Methods in net.sf.shineframework.common.tx.context that return UserContext | |
---|---|
UserContext |
TlsUserContextFactory.UserContextThreadLocal.createUserContext()
|
UserContext |
TlsUserContextFactory.UserContextThreadLocal.get()
|
UserContext |
UserContextFactory.getUserContext()
retrieves the user context from the TLS |
UserContext |
TlsUserContextFactory.getUserContext()
retrieves the user context from the TLS |
protected UserContext |
TlsUserContextFactory.UserContextThreadLocal.initialValue()
|
Uses of UserContext in net.sf.shineframework.server.tx |
---|
Methods in net.sf.shineframework.server.tx with parameters of type UserContext | |
---|---|
void |
TxRollbackAdvice.afterReturning(UserContext uc)
|
void |
GenericExceptionHandlerOnThrownAdvice.handleUnexpectedRollbackException(UserContext uc,
org.springframework.transaction.UnexpectedRollbackException ex)
|
Uses of UserContext in net.sf.shineframework.web.tx.context.spring |
---|
Methods in net.sf.shineframework.web.tx.context.spring that return UserContext | |
---|---|
UserContext |
PerInstanceUserContextFactoryImpl.getUserContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |