Package de.uplanet.lucy.server
Class ContextSession
java.lang.Object
de.uplanet.lucy.server.ContextSession
- 
Method SummaryModifier and TypeMethodDescriptionstatic de.uplanet.lucy.server.session.ISessionget()CallsThreadContext.getSession().
- 
Method Details- 
getpublic static de.uplanet.lucy.server.session.ISession get()CallsThreadContext.getSession().- Returns:
- The session that is bound to the current thread.
 
 
-