hu.netmind.beankeeper
Interface SessionInfoProvider
public interface SessionInfoProvider
This interface can be used to provide SessionInfo objects to lock
operations. Because this function is usually carried out the same way
every time (getting some data from the http session, login session, etc.),
it is more convenient to implement a common provider, and then you
do not have to assemble the session info each time when calling lock().
getSessionInfo
SessionInfo getSessionInfo()
- Return the session information for a lock operation.