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 interfaceIBusinessLogicProcessingContextClasses in de.uplanet.lucy.server.businesslogic that implement IWebProcessingContext Modifier and Type Class Description classRestrictedBusinessLogicProcessingContextThisIBusinessLogicProcessingContextis used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContextis 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 StringIPollingEndpoint. poll(IWebProcessingContext p_ctx)Poll the current value.
-