| |
|
| java.lang.Object com.bm.utils.substitues.FakedSessionContext
FakedSessionContext | public class FakedSessionContext implements SessionContext(Code) | | Represnts a dummy implementation for a session context. Later we can
implements more functionality here.
author: Daniel Wiese |
FakedSessionContext | public FakedSessionContext()(Code) | | |
getBusinessObject | public T getBusinessObject(Class<T> businessInterface)(Code) | | |
getInvokedBusinessInterface | public Class getInvokedBusinessInterface()(Code) | | |
getRollbackOnly | public boolean getRollbackOnly()(Code) | | |
getUserTransaction | public UserTransaction getUserTransaction()(Code) | | |
isCallerInRole | public boolean isCallerInRole(String roleName)(Code) | | |
setRollbackOnly | public void setRollbackOnly()(Code) | | |
|
|
|