public class FsmFactoryImpl extends Object implements IFsmFactory
| Modifier and Type | Field and Description |
|---|---|
protected IStatisticManager |
statisticFactory |
| Constructor and Description |
|---|
FsmFactoryImpl(IStatisticManager statisticFactory) |
| Modifier and Type | Method and Description |
|---|---|
IStateMachine |
createInstanceFsm(IContext context,
IConcurrentFactory concurrentFactory,
Configuration config)
Create instance of Peer FSM
|
protected IStatisticManager statisticFactory
public FsmFactoryImpl(IStatisticManager statisticFactory)
public IStateMachine createInstanceFsm(IContext context, IConcurrentFactory concurrentFactory, Configuration config) throws InternalException
IFsmFactorycreateInstanceFsm in interface IFsmFactorycontext - FSM context objectconcurrentFactory - executor facilityconfig - configurationInternalExceptionCopyright © 2016. All Rights Reserved.