Class ExecutionErrorManagerImpl
- java.lang.Object
-
- org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl
-
- All Implemented Interfaces:
org.kie.internal.runtime.error.ExecutionErrorManager
public class ExecutionErrorManagerImpl extends Object implements org.kie.internal.runtime.error.ExecutionErrorManager
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorManagerImpl(org.kie.internal.runtime.error.ExecutionErrorStorage storage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeHandler()
org.kie.internal.runtime.error.ExecutionErrorHandler
createHandler()
org.kie.internal.runtime.error.ExecutionErrorHandler
getHandler()
org.kie.internal.runtime.error.ExecutionErrorStorage
getStorage()
-
-
-
Method Detail
-
getHandler
public org.kie.internal.runtime.error.ExecutionErrorHandler getHandler()
- Specified by:
getHandler
in interfaceorg.kie.internal.runtime.error.ExecutionErrorManager
-
getStorage
public org.kie.internal.runtime.error.ExecutionErrorStorage getStorage()
- Specified by:
getStorage
in interfaceorg.kie.internal.runtime.error.ExecutionErrorManager
-
createHandler
public org.kie.internal.runtime.error.ExecutionErrorHandler createHandler()
-
closeHandler
public void closeHandler()
-
-