Uses of Interface
de.uplanet.lucy.server.engine.http.IWebProcessingContext
-
Packages that use IWebProcessingContext Package Description de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.polling -
-
Uses of IWebProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of IWebProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interface
IBusinessLogicProcessingContext
Classes in de.uplanet.lucy.server.businesslogic that implement IWebProcessingContext 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 IWebProcessingContext in de.uplanet.lucy.server.polling
Methods in de.uplanet.lucy.server.polling with parameters of type IWebProcessingContext Modifier and Type Method Description String
IPollingEndpoint. poll(IWebProcessingContext p_ctx)
Poll the current value.
-