Class AsyncWebProcessManagerImpl
java.lang.Object
com.evolveum.midpoint.web.application.AsyncWebProcessManagerImpl
- All Implemented Interfaces:
AsyncWebProcessManager,org.apache.wicket.ISessionListener
public class AsyncWebProcessManagerImpl
extends Object
implements org.apache.wicket.ISessionListener, AsyncWebProcessManager
Created by Viliam Repan (lazyman).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> AsyncWebProcess<T><T> AsyncWebProcess<T>createProcess(T data) voiddestroy()getProcess(@NotNull String processId) voidonCreated(org.apache.wicket.Session session) voidbooleanremoveProcess(@NotNull String processId) voidvoid
-
Constructor Details
-
AsyncWebProcessManagerImpl
public AsyncWebProcessManagerImpl()
-
-
Method Details
-
destroy
@PreDestroy public void destroy() -
onCreated
public void onCreated(org.apache.wicket.Session session) - Specified by:
onCreatedin interfaceorg.apache.wicket.ISessionListener
-
onUnbound
- Specified by:
onUnboundin interfaceorg.apache.wicket.ISessionListener
-
createProcess
- Specified by:
createProcessin interfaceAsyncWebProcessManager
-
createProcess
- Specified by:
createProcessin interfaceAsyncWebProcessManager
-
getProcess
- Specified by:
getProcessin interfaceAsyncWebProcessManager
-
removeProcess
- Specified by:
removeProcessin interfaceAsyncWebProcessManager
-
submit
- Specified by:
submitin interfaceAsyncWebProcessManager
-
submit
- Specified by:
submitin interfaceAsyncWebProcessManager
-