public class JPAFSMHarnessImpl<T,CT> extends FSMHarnessImpl<T,CT>
Constructor and Description |
---|
JPAFSMHarnessImpl(StatefulFSM<T> fsm,
Class<T> clazz,
Factory<T,CT> factory,
Finder<T,CT> finder,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
Object |
onEvent(String event,
Object id,
Object[] parms) |
onEvent
public Object onEvent(String event, Object id, Object[] parms) throws TooBusyException
onEvent
in interface FSMHarness
onEvent
in class FSMHarnessImpl<T,CT>
TooBusyException
Copyright © 2016. All rights reserved.