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 SummaryConstructors
- 
Method SummaryModifier 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- 
AsyncWebProcessManagerImplpublic AsyncWebProcessManagerImpl()
 
- 
- 
Method Details- 
destroy@PreDestroy public void destroy()
- 
onCreatedpublic void onCreated(org.apache.wicket.Session session) - Specified by:
- onCreatedin interface- org.apache.wicket.ISessionListener
 
- 
onUnbound- Specified by:
- onUnboundin interface- org.apache.wicket.ISessionListener
 
- 
createProcess- Specified by:
- createProcessin interface- AsyncWebProcessManager
 
- 
createProcess- Specified by:
- createProcessin interface- AsyncWebProcessManager
 
- 
getProcess- Specified by:
- getProcessin interface- AsyncWebProcessManager
 
- 
removeProcess- Specified by:
- removeProcessin interface- AsyncWebProcessManager
 
- 
submit- Specified by:
- submitin interface- AsyncWebProcessManager
 
- 
submit- Specified by:
- submitin interface- AsyncWebProcessManager
 
 
-