Class FreeTimerProcessingContext

java.lang.Object
de.uplanet.lucy.server.SimpleProcessingContext
de.uplanet.lucy.server.workflow.timer.FreeTimerProcessingContext
All Implemented Interfaces:
IDatabaseProcessingContext, IProcessingContext, ISessionProcessingContext, ISharedStateProcessingContext, de.uplanet.lucy.server.ISimpleProcessingContext

public final class FreeTimerProcessingContext extends de.uplanet.lucy.server.SimpleProcessingContext
Note: This processing context is not thread-safe.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)
     
  • Method Summary

    Methods inherited from class de.uplanet.lucy.server.SimpleProcessingContext

    getApplicationContext, getConnection, getContextValueProvider, getImpersonateUserGuid, getSession, getSharedState, getUserTimeZone, isImpersonated, popImpersonateUserGuid, popSession, pushImpersonateUserGuid, pushSession

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FreeTimerProcessingContext

      public FreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)