public interface ReadSessionAccessor
| Modifier and Type | Method and Description |
|---|---|
long |
getSessionId()
Get current session id
|
long |
getTenantId()
Get the tenant id
|
long getSessionId()
throws SessionIdNotSetException
SessionIdNotSetException - if no session exists for the given id, throw exceptionlong getTenantId()
throws STenantIdNotSetException
STenantIdNotSetException - if no tenant exists for the given id, throw exception