Class DefaultSessionContextManager

  • All Implemented Interfaces:
    com.anaptecs.jeaf.core.servicechannel.api.SessionContextManager

    public class DefaultSessionContextManager
    extends java.lang.Object
    implements com.anaptecs.jeaf.core.servicechannel.api.SessionContextManager
    Class provides a default implementation of a session context manager. However this session context manager implementation is only sufficient for single user environments.
    Author:
    JEAF Development Team
    • Constructor Detail

      • DefaultSessionContextManager

        public DefaultSessionContextManager()
    • Method Detail

      • getSessionContext

        public com.anaptecs.jeaf.core.api.SessionContext getSessionContext()
        Specified by:
        getSessionContext in interface com.anaptecs.jeaf.core.servicechannel.api.SessionContextManager
      • isSessionContextAvailable

        public boolean isSessionContextAvailable()
        Specified by:
        isSessionContextAvailable in interface com.anaptecs.jeaf.core.servicechannel.api.SessionContextManager