Package | Description |
---|---|
org.q.app.contract |
Package for defining the contract of ShellCommands.
|
org.q.app.engine.concurrent |
Package for invoking ShellCommand's in different
Thread 's
depending on the ThreadPolicy |
org.q.app.engine.meta |
Package for storing the Meta data of all ShellCommand's (also named plugin's) registered at the application.
|
Modifier and Type | Method and Description |
---|---|
static ThreadPolicy |
ThreadPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadPolicy[] |
ThreadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandScheduler.schedule(PluginRunnable runnable,
ThreadPolicy policy)
Schedule a job for execution.
|
Modifier and Type | Method and Description |
---|---|
ThreadPolicy |
CommandMetadata.getThreadPolicy()
Return the ThreadPolicy for the ShellCommand.
|
ThreadPolicy |
InvocationMetadata.getThreadPolicy() |