- Activator - Class in brooklyn.launcher
-
- Activator() - Constructor for class brooklyn.launcher.Activator
-
- actualAddress - Variable in class brooklyn.launcher.BrooklynWebServer
-
actual NIC where this is listening; in the case of 0.0.0.0 being passed in as bindAddress,
this will revert to one address (such as localhost)
- actualPort - Variable in class brooklyn.launcher.BrooklynWebServer
-
actual port where this gets bound; will be consistent with the "port" passed in
but that might be a range and here it is a single port, or -1 if not yet set
- addAttribute(String, Object) - Method in class brooklyn.launcher.BrooklynWebServer
-
Deprecated.
use setAttribute
- addShutdownHook() - Method in class brooklyn.launcher.BrooklynWebServer
-
- addWar(String, String) - Method in class brooklyn.launcher.BrooklynWebServer
-
specifies a WAR to use at a given context path (only if server not yet started);
cf deploy(path, url)
- application(Application) - Method in class brooklyn.launcher.BrooklynLauncher
-
Specifies that the launcher should manage the given Brooklyn application.
- application(ApplicationBuilder) - Method in class brooklyn.launcher.BrooklynLauncher
-
Specifies that the launcher should build and manage the given Brooklyn application.
- application(EntitySpec<? extends StartableApplication>) - Method in class brooklyn.launcher.BrooklynLauncher
-
Specifies that the launcher should build and manage the Brooklyn application
described by the given spec.
- application(String) - Method in class brooklyn.launcher.BrooklynLauncher
-
Specifies that the launcher should build and manage the Brooklyn application
described by the given YAML blueprint.