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