Uses of Interface
de.uplanet.lucy.server.ISharedStateProcessingContext
-
Packages that use ISharedStateProcessingContext Package Description de.uplanet.lucy.server de.uplanet.lucy.server.binding Bindings.de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.engine.http de.uplanet.lucy.server.workflow.timer -
-
Uses of ISharedStateProcessingContext in de.uplanet.lucy.server
Subinterfaces of ISharedStateProcessingContext in de.uplanet.lucy.server Modifier and Type Interface Description interface
de.uplanet.lucy.server.ISimpleProcessingContext
Classes in de.uplanet.lucy.server that implement ISharedStateProcessingContext Modifier and Type Class Description class
de.uplanet.lucy.server.SimpleProcessingContext
-
Uses of ISharedStateProcessingContext in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return ISharedStateProcessingContext Modifier and Type Method Description ISharedStateProcessingContext
IBindingContext. getSharedStateProcessingContext()
-
Uses of ISharedStateProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of ISharedStateProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interface
IBusinessLogicProcessingContext
Classes in de.uplanet.lucy.server.businesslogic that implement ISharedStateProcessingContext Modifier and Type Class Description class
RestrictedBusinessLogicProcessingContext
ThisIBusinessLogicProcessingContext
is used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContext
is likely to succeed with a restricted context. -
Uses of ISharedStateProcessingContext in de.uplanet.lucy.server.engine.http
Subinterfaces of ISharedStateProcessingContext in de.uplanet.lucy.server.engine.http Modifier and Type Interface Description interface
IWebProcessingContext
-
Uses of ISharedStateProcessingContext in de.uplanet.lucy.server.workflow.timer
Classes in de.uplanet.lucy.server.workflow.timer that implement ISharedStateProcessingContext Modifier and Type Class Description class
FreeTimerProcessingContext
Note: This processing context is not thread-safe.
-