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

Method Summary
 void endMethod(String methodFullSignature)
           
 String getMethodDescription(Method method)
           
 boolean isMethodRunning(String methodFullSignature)
           
 void setSession(javax.servlet.http.HttpSession session)
           
 void startMethod(String methodFullSignature)
           
 
Methods inherited from interface org.cruxframework.crux.core.server.dispatch.RequestAware
setRequest
 

Method Detail

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 © 2014. All rights reserved.