Class SessionTempFileDeleter
java.lang.Object
org.pentaho.platform.engine.core.system.StandaloneTempFileDeleter
org.pentaho.platform.web.http.session.SessionTempFileDeleter
- All Implemented Interfaces:
Serializable,EventListener,javax.servlet.http.HttpSessionBindingListener,org.pentaho.platform.api.engine.ILogoutListener,org.pentaho.platform.api.util.ITempFileDeleter
public class SessionTempFileDeleter
extends org.pentaho.platform.engine.core.system.StandaloneTempFileDeleter
implements javax.servlet.http.HttpSessionBindingListener, Serializable, org.pentaho.platform.api.util.ITempFileDeleter, org.pentaho.platform.api.engine.ILogoutListener
- See Also:
-
Field Summary
Fields inherited from interface org.pentaho.platform.api.util.ITempFileDeleter
DELETER_SESSION_VARIABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonLogout(org.pentaho.platform.api.engine.IPentahoSession session) voidvalueBound(javax.servlet.http.HttpSessionBindingEvent event) voidvalueUnbound(javax.servlet.http.HttpSessionBindingEvent event) Methods inherited from class org.pentaho.platform.engine.core.system.StandaloneTempFileDeleter
doTempFileCleanup, hasTempFile, trackTempFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.platform.api.util.ITempFileDeleter
doTempFileCleanup, hasTempFile, trackTempFile
-
Constructor Details
-
SessionTempFileDeleter
public SessionTempFileDeleter()
-
-
Method Details
-
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event) - Specified by:
valueBoundin interfacejavax.servlet.http.HttpSessionBindingListener
-
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) - Specified by:
valueUnboundin interfacejavax.servlet.http.HttpSessionBindingListener
-
onLogout
public void onLogout(org.pentaho.platform.api.engine.IPentahoSession session) - Specified by:
onLogoutin interfaceorg.pentaho.platform.api.engine.ILogoutListener
-