Package de.uplanet.lucy.server
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
-
Method Summary
Modifier and TypeMethodDescriptionA map that is used to store data that are to be shared in the context.Methods inherited from interface de.uplanet.lucy.server.IProcessingContext
getApplicationContext, getContextValueProvider
-
Method Details