Package net.anwiba.commons.workflow
Class DefaultDelegatingExecuterFactory<T>
- java.lang.Object
-
- net.anwiba.commons.workflow.DefaultDelegatingExecuterFactory<T>
-
- All Implemented Interfaces:
IExecuterFactory<T>
public class DefaultDelegatingExecuterFactory<T> extends java.lang.Object implements IExecuterFactory<T>
-
-
Constructor Summary
Constructors Constructor Description DefaultDelegatingExecuterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IExecutable<T>create(IExecutable<T> executable)
-
-
-
Method Detail
-
create
public IExecutable<T> create(IExecutable<T> executable) throws java.lang.RuntimeException
- Specified by:
createin interfaceIExecuterFactory<T>- Throws:
java.lang.RuntimeException
-
-