Package com.iizix.actionactor
-
Interface Summary Interface Description IActionActor<SETTINGS extends AbstractSettings> Action Actor interface used for TXP runnable's.IActionActorSettingsReceiver<SETTINGS extends AbstractSettings> Interface implements by an Action Actor that wishes to receive the Settings container. -
Class Summary Class Description AbstractJavaActionActor This minimal class implements the Java Action Actor Interface InterfaceIJavaActionActor
required to handle execution of a VirtualSpace action in conjunction with the TXP engine.AbstractSettings Class extending the property container.JavaActionActorBase Custom Java-based Action Actor as provided by a user class.JavaActionActorBase.Settings Settings property container. -
Exception Summary Exception Description ActionActorException The base Action Actor instance exception used for generic Action Actor exceptions.