@Beta
public abstract class BrooklynCampPlatformLauncherAbstract
extends java.lang.Object
BrooklynCampPlatform, which may or may not start a (web) server depending on children| Constructor and Description |
|---|
BrooklynCampPlatformLauncherAbstract() |
| Modifier and Type | Method and Description |
|---|---|
ManagementContext |
getBrooklynMgmt() |
BrooklynCampPlatform |
getCampPlatform() |
BrooklynCampPlatformLauncherAbstract |
launch() |
abstract void |
stopServers()
stops any servers (camp and brooklyn) launched by this launcher
|
BrooklynCampPlatformLauncherAbstract |
useManagementContext(ManagementContext mgmt) |
public BrooklynCampPlatformLauncherAbstract()
public BrooklynCampPlatformLauncherAbstract useManagementContext(ManagementContext mgmt)
public BrooklynCampPlatformLauncherAbstract launch()
public ManagementContext getBrooklynMgmt()
public BrooklynCampPlatform getCampPlatform()
public abstract void stopServers()
throws java.lang.Exception
java.lang.Exception