Passes a {@link Runnable} to the runtime container for execution. Some runtimecontainers (like a Java EE container offer container provided infrastructure for executing background work (such as a JCA WorkManager). This method allows the process engine to take advantage of container infrastructure for doing background work.
@param runnable the {@link Runnable} to be executed. @param isLongRunning indicates whether the runnable is a daemon. @return true if the runnable could be successfully scheduled for execution.'false' otherwise.
|
|