- SeMa4g - Class in com.github.mvp4g.sema4g.client
-
The execution context manages all commands.
- SeMa4g.Builder - Class in com.github.mvp4g.sema4g.client
-
- SeMa4g.State - Enum in com.github.mvp4g.sema4g.client
-
state of the execution context
- SeMa4gCommand - Interface in com.github.mvp4g.sema4g.client.command
-
This interface provide all needed methods to interact with the
SeMa4g
- SeMa4gCommand.State - Enum in com.github.mvp4g.sema4g.client.command
-
state of the execution context
- SeMa4gConstants - Class in com.github.mvp4g.sema4g.client
-
- SeMa4gConstants() - Constructor for class com.github.mvp4g.sema4g.client.SeMa4gConstants
-
- SeMa4gException - Exception in com.github.mvp4g.sema4g.client.exception
-
This exception is thrown if something works not as expected
- SeMa4gException(String) - Constructor for exception com.github.mvp4g.sema4g.client.exception.SeMa4gException
-
- SeMa4gProxy - Interface in com.github.mvp4g.sema4g.client.command.proxy
-
Marks a class as a SeMa4g-Proxy
- SeMa4gUtils - Class in com.github.mvp4g.sema4g.client
-
Utilities for sema4g
- SeMa4gUtils() - Constructor for class com.github.mvp4g.sema4g.client.SeMa4gUtils
-
- setExecutionContext(SeMa4g) - Method in class com.github.mvp4g.sema4g.client.command.AbstractCommand
-
Sets the
SeMa4g for this command.
- setExecutionContext(SeMa4g) - Method in interface com.github.mvp4g.sema4g.client.command.SeMa4gCommand
-
Sets the
SeMa4g for this command.
- setState(SeMa4gCommand.State) - Method in class com.github.mvp4g.sema4g.client.command.AbstractCommand
-
- setState(SeMa4gCommand.State) - Method in interface com.github.mvp4g.sema4g.client.command.SeMa4gCommand
-
- setStateError() - Method in class com.github.mvp4g.sema4g.client.command.AsyncCommand
-
- setStateFinish() - Method in class com.github.mvp4g.sema4g.client.command.AsyncCommand
-
- signalError() - Method in class com.github.mvp4g.sema4g.client.command.AbstractCommand
-
This command can be called to interrupt the execution and
start the error behavior.
- signalError() - Method in interface com.github.mvp4g.sema4g.client.command.SeMa4gCommand
-
This command can be called to interrupt the execution and
start the error behavior.
- signalError() - Method in class com.github.mvp4g.sema4g.client.SeMa4g
-
This command can be called to interrupt the execution and
start the error behavior.
- signalFinish() - Method in class com.github.mvp4g.sema4g.client.command.AbstractCommand
-
This command can be called to finish an execution and
start the next one.
- signalFinish() - Method in class com.github.mvp4g.sema4g.client.SeMa4g
-
This command can be called to finish an execution and
start the next one.
- startCheckCycleDependencies() - Method in class com.github.mvp4g.sema4g.client.command.AbstractCommand
-
starts a cycle dependency check
- startCheckCycleDependencies() - Method in interface com.github.mvp4g.sema4g.client.command.SeMa4gCommand
-
starts a cycle dependency check
- SyncCommand - Class in com.github.mvp4g.sema4g.client.command
-
A synchronous command to use with SeMa4g.
- SyncCommand() - Constructor for class com.github.mvp4g.sema4g.client.command.SyncCommand
-