Interface ISharedStateProcessingContext

All Superinterfaces:
IProcessingContext
All Known Subinterfaces:
IBusinessLogicProcessingContext, de.uplanet.lucy.server.ISimpleProcessingContext, IWebProcessingContext
All Known Implementing Classes:
FreeTimerProcessingContext, RestrictedBusinessLogicProcessingContext, de.uplanet.lucy.server.SimpleProcessingContext

@Scriptable public interface ISharedStateProcessingContext extends IProcessingContext
  • Method Details

    • getSharedState

      SharedState getSharedState()
      A map that is used to store data that are to be shared in the context.

      Note: Do not misuse the shared state.

      Returns:
      A reference to the map that contains the shared data.