-
public abstract class ActivationStateMachine.Event
-
-
Method Summary
Modifier and Type Method Description StringgetPersistedName()The name to be used when persisting this class, or null if this class should not be persisted. static ActivationStateMachine.EventconstructEventByName(String className)-
-
Method Detail
-
getPersistedName
String getPersistedName()
The name to be used when persisting this class, or null if this class should not be persisted.
-
constructEventByName
static ActivationStateMachine.Event constructEventByName(String className)
- Parameters:
className- The name of the class to rehydrate.
-
-
-
-