Interface ManagedObjectStartupRunnable
-
- All Superinterfaces:
java.lang.Runnable
public interface ManagedObjectStartupRunnable extends java.lang.Runnable
Runnable
wrapping the invocation of theManagedObjectStartupProcess
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isConcurrent()
Indicates to execute thisManagedObjectStartupRunnable
concurrently on anotherThread
.
-
-
-
Method Detail
-
isConcurrent
boolean isConcurrent()
Indicates to execute thisManagedObjectStartupRunnable
concurrently on anotherThread
.- Returns:
true
to execute concurrently.
-
-