Klasse FreeTimerProcessingContext
java.lang.Object
de.uplanet.lucy.server.AbstractSessionProcessingContext
de.uplanet.lucy.server.SimpleProcessingContext
de.uplanet.lucy.server.workflow.timer.FreeTimerProcessingContext
- Alle implementierten Schnittstellen:
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.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState) -
Methodenübersicht
Von Klasse geerbte Methoden de.uplanet.lucy.server.SimpleProcessingContext
getConnection, getSharedStateVon Klasse geerbte Methoden de.uplanet.lucy.server.AbstractSessionProcessingContext
getApplicationContext, getContextValueProvider, getImpersonateUserGuid, getSession, getUserTimeZone, isImpersonated, popImpersonateUserGuid, popSession, pushImpersonateUserGuid, pushSessionVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.IProcessingContext
getApplicationContext, getContextValueProviderVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.ISessionProcessingContext
getImpersonateUserGuid, getSession, getUserTimeZone, isImpersonated, popImpersonateUserGuid, popSession, pushImpersonateUserGuid, pushSession
-
Konstruktordetails