org.cruxframework.crux.core.server.dispatch.st
Interface CruxSynchronizerTokenHandler
- All Superinterfaces:
- RequestAware, SessionAware
- All Known Implementing Classes:
- CruxSynchronizerTokenServiceImpl
public interface CruxSynchronizerTokenHandler
- extends SessionAware, RequestAware
- Author:
- Thiago da Rosa de Bustamante
startMethod
void startMethod(String methodFullSignature)
throws InvalidTokenException
- Throws:
InvalidTokenException
endMethod
void endMethod(String methodFullSignature)
isMethodRunning
boolean isMethodRunning(String methodFullSignature)
setSession
void setSession(javax.servlet.http.HttpSession session)
- Specified by:
setSession in interface SessionAware
getMethodDescription
String getMethodDescription(Method method)
Copyright © 2015. All rights reserved.