Interface ManagedObjectExecuteStart<F extends java.lang.Enum<F>>
-
public interface ManagedObjectExecuteStart<F extends java.lang.Enum<F>>
Start from theManagedObjectExecuteManager
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectServiceContext<F>
getManagedObjectServiceContext()
Obtains theManagedObjectServiceContext
.ManagedObjectService<F>[]
getServices()
Obtains theManagedObjectService
instances.ManagedObjectStartupRunnable[]
getStartups()
Obtains theManagedObjectStartupRunnable
instances to execute once ready to start processing.
-
-
-
Method Detail
-
getStartups
ManagedObjectStartupRunnable[] getStartups()
Obtains theManagedObjectStartupRunnable
instances to execute once ready to start processing.- Returns:
ManagedObjectStartupRunnable
instances to execute once ready to start processing.
-
getServices
ManagedObjectService<F>[] getServices()
Obtains theManagedObjectService
instances.- Returns:
ManagedObjectService
instances.
-
getManagedObjectServiceContext
ManagedObjectServiceContext<F> getManagedObjectServiceContext()
Obtains theManagedObjectServiceContext
.- Returns:
ManagedObjectServiceContext
.
-
-