psdi.webclient.beans.tokenlic

Class TokenLicHttpListner

  • java.lang.Object
    • psdi.webclient.beans.tokenlic.TokenLicHttpListner
  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener


    public class TokenLicHttpListner
    extends java.lang.Object
    implements javax.servlet.http.HttpSessionBindingListener
    • Constructor Summary

      Constructors 
      Constructor and Description
      TokenLicHttpListner(java.lang.String httpSessionIdParam, java.lang.String userIdParam) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void valueBound(javax.servlet.http.HttpSessionBindingEvent event) 
      void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TokenLicHttpListner

        public TokenLicHttpListner(java.lang.String httpSessionIdParam,
                                   java.lang.String userIdParam)
    • Method Detail

      • valueBound

        public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueBound in interface javax.servlet.http.HttpSessionBindingListener
      • valueUnbound

        public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueUnbound in interface javax.servlet.http.HttpSessionBindingListener