Class InstanceManagerImpl
java.lang.Object
de.kentoj.scrowlib.instancemanager.InstanceManagerImpl
- All Implemented Interfaces:
InstanceManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployInstance(String template) booleandestroyInstance(String handle) @Nullable ServerInstancegetInstance(String handle)
-
Constructor Details
-
InstanceManagerImpl
public InstanceManagerImpl()
-
-
Method Details
-
deployInstance
- Specified by:
deployInstancein interfaceInstanceManager
-
destroyInstance
- Specified by:
destroyInstancein interfaceInstanceManager- Returns:
- if the instance was found
-
getInstances
- Specified by:
getInstancesin interfaceInstanceManager- Returns:
- Flux with handles of running servers
-
getInstance
- Specified by:
getInstancein interfaceInstanceManager
-