A B C D G H I L M N P R S T U V W 

A

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.

B

bindAddress(InetAddress) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies the NIC where the web console (and any additional webapps specified) will be bound; default 0.0.0.0, unless no security is specified (e.g.
bindAddress - Variable in class brooklyn.launcher.BrooklynWebServer
IP of NIC where this server should bind, or null to autodetect (e.g.
brooklyn.launcher - package brooklyn.launcher
 
brooklyn.launcher.camp - package brooklyn.launcher.camp
 
brooklyn.launcher.config - package brooklyn.launcher.config
 
brooklyn.util.web - package brooklyn.util.web
 
BROOKLYN_DEV_MODE - Static variable in class brooklyn.launcher.config.BrooklynDevelopmentModes
Deprecated.
 
BROOKLYN_DEV_MODE - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
Deprecated.
BROOKLYN_WAR_URL - Static variable in class brooklyn.launcher.BrooklynWebServer
 
BrooklynCampPlatformLauncher - Class in brooklyn.launcher.camp
variant of super who also starts a CampServer for convenience
BrooklynCampPlatformLauncher() - Constructor for class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
BrooklynDevelopmentModes - Class in brooklyn.launcher.config
Deprecated.
BrooklynDevelopmentModes() - Constructor for class brooklyn.launcher.config.BrooklynDevelopmentModes
Deprecated.
 
BrooklynDevelopmentModes.BrooklynDevelopmentMode - Enum in brooklyn.launcher.config
Deprecated.
 
BrooklynGlobalConfig - Class in brooklyn.launcher.config
Convenience collection of popular global configuration values.
BrooklynGlobalConfig() - Constructor for class brooklyn.launcher.config.BrooklynGlobalConfig
 
BrooklynLauncher - Class in brooklyn.launcher
Example usage is: *
BrooklynLauncher() - Constructor for class brooklyn.launcher.BrooklynLauncher
 
brooklynLauncher - Variable in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
brooklynProperties(BrooklynProperties) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies the brooklyn properties to be used.
brooklynProperties(String, Object) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies a property to be added to the brooklyn properties
brooklynProperties(ConfigKey<T>, T) - Method in class brooklyn.launcher.BrooklynLauncher
 
BrooklynServerDetails - Class in brooklyn.launcher
 
BrooklynServerDetails(BrooklynWebServer, ManagementContext) - Constructor for class brooklyn.launcher.BrooklynServerDetails
 
BrooklynWebServer - Class in brooklyn.launcher
Starts the web-app running, connected to the given management context
BrooklynWebServer(ManagementContext) - Constructor for class brooklyn.launcher.BrooklynWebServer
 
BrooklynWebServer(Map<?, ?>, ManagementContext) - Constructor for class brooklyn.launcher.BrooklynWebServer
accepts flags: port, war (url of war file which is the root), wars (map of context-prefix to url), attrs (map of attribute-name : object pairs passed to the servlet)
BrooklynWebServer(ManagementContext, int) - Constructor for class brooklyn.launcher.BrooklynWebServer
 
BrooklynWebServer(ManagementContext, int, String) - Constructor for class brooklyn.launcher.BrooklynWebServer
 

C

campServer - Variable in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
catalogInitialization(CatalogInitialization) - Method in class brooklyn.launcher.BrooklynLauncher
 
computeEnabled() - Method in enum brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
Deprecated.
 
configure(ConfigKey<T>, T) - Method in class brooklyn.launcher.BrooklynWebServer
 
ContextHandlerCollectionHotSwappable - Class in brooklyn.util.web
 
ContextHandlerCollectionHotSwappable() - Constructor for class brooklyn.util.web.ContextHandlerCollectionHotSwappable
 
copyPersistedState(String) - Method in class brooklyn.launcher.BrooklynLauncher
 
copyPersistedState(String, String) - Method in class brooklyn.launcher.BrooklynLauncher
 
copyPersistedState(String, String, CompoundTransformer) - Method in class brooklyn.launcher.BrooklynLauncher
 
createApps() - Method in class brooklyn.launcher.BrooklynLauncher
 
customizeManagement(Function<ManagementContext, Void>) - Method in class brooklyn.launcher.BrooklynLauncher
 
CustomResourceLocator - Class in brooklyn.launcher.config
class which allows non-standard locators to be registered for URL's being loaded
CustomResourceLocator(ConfigMap, ResourceUtils) - Constructor for class brooklyn.launcher.config.CustomResourceLocator
 
CustomResourceLocator.ResourceLocator - Interface in brooklyn.launcher.config
 
CustomResourceLocator.SearchingClassPathInDevMode - Class in brooklyn.launcher.config
 
CustomResourceLocator.SearchingClassPathInDevMode(String, String, String) - Constructor for class brooklyn.launcher.config.CustomResourceLocator.SearchingClassPathInDevMode
 

D

deploy(String, String) - Method in class brooklyn.launcher.BrooklynWebServer
serve given WAR at the given pathSpec; if not yet started, it is simply remembered until start; if server already running, the context for this WAR is started.
deploy(WebAppContext) - Method in class brooklyn.launcher.BrooklynWebServer
 
DO_SYSTEM_GC - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 

G

GC_PERIOD - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
getActualPort() - Method in class brooklyn.launcher.BrooklynWebServer
returns port where this is running, or -1 if not yet known
getAddress() - Method in class brooklyn.launcher.BrooklynWebServer
interface/address where this server is listening; if bound to 0.0.0.0 (all NICs, e.g.
getAppFromYaml(String) - Method in class brooklyn.launcher.BrooklynLauncher
 
getApplications() - Method in class brooklyn.launcher.BrooklynLauncher
 
getAutodectectedDevelopmentMode() - Static method in class brooklyn.launcher.config.BrooklynDevelopmentModes
Deprecated.
 
getHttpsEnabled() - Method in class brooklyn.launcher.BrooklynWebServer
 
getLocatorFor(String, ConfigMap) - Static method in class brooklyn.launcher.config.CustomResourceLocator
returns the first known locator for the given url/config pair
getManagementContext() - Method in class brooklyn.launcher.BrooklynServerDetails
 
getRequestedPort() - Method in class brooklyn.launcher.BrooklynWebServer
 
getResourceFromUrl(String) - Method in class brooklyn.launcher.config.CustomResourceLocator
finds the file indicated at the URL, using some rewrites if necessary to work around some known issues.
getRootContext() - Method in class brooklyn.launcher.BrooklynWebServer
 
getRootUrl() - Method in class brooklyn.launcher.BrooklynWebServer
URL for accessing this web server (root context)
getServer() - Method in class brooklyn.launcher.BrooklynWebServer
 
getServerDetails() - Method in class brooklyn.launcher.BrooklynLauncher
 
getWebServer() - Method in class brooklyn.launcher.BrooklynServerDetails
 
getWebServerUrl() - Method in class brooklyn.launcher.BrooklynServerDetails
 
globalBrooklynPropertiesFile(String) - Method in class brooklyn.launcher.BrooklynLauncher
 

H

haHeartbeatPeriod(Duration) - Method in class brooklyn.launcher.BrooklynLauncher
Controls both the frequency of heartbeats, and the frequency of checking the health of other nodes.
haHeartbeatTimeout(Duration) - Method in class brooklyn.launcher.BrooklynLauncher
 
highAvailabilityMode(HighAvailabilityMode) - Method in class brooklyn.launcher.BrooklynLauncher
 
httpPort - Variable in class brooklyn.launcher.BrooklynWebServer
 
httpsPort - Variable in class brooklyn.launcher.BrooklynWebServer
 

I

ignoreAppErrors(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
ignoreCatalogErrors(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
ignorePersistenceErrors(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
ignoreWebappDeploymentFailures - Variable in class brooklyn.launcher.BrooklynWebServer
 
ignoreWebErrors(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
initPersistence() - Method in class brooklyn.launcher.BrooklynLauncher
 
installAsServletFilter(ServletContextHandler) - Static method in class brooklyn.launcher.BrooklynWebServer
 
installSecurityFilter(Boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
isApplicable(String, ConfigMap) - Method in interface brooklyn.launcher.config.CustomResourceLocator.ResourceLocator
 
isApplicable(String, ConfigMap) - Method in class brooklyn.launcher.config.CustomResourceLocator.SearchingClassPathInDevMode
 
isEnabled() - Method in enum brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
Deprecated.
 
isStarted() - Method in class brooklyn.launcher.BrooklynLauncher
 

L

launch() - Method in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
localBrooklynPropertiesFile(String) - Method in class brooklyn.launcher.BrooklynLauncher
 
LOCALHOST_IP_ADDRESS - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
locate(String, ConfigMap, ResourceUtils) - Method in interface brooklyn.launcher.config.CustomResourceLocator.ResourceLocator
 
locate(String, ConfigMap, ResourceUtils) - Method in class brooklyn.launcher.config.CustomResourceLocator.SearchingClassPathInDevMode
 
location(Location) - Method in class brooklyn.launcher.BrooklynLauncher
Adds a location to be passed in on BrooklynLauncher.start(), when that calls application.start(locations).
location(String) - Method in class brooklyn.launcher.BrooklynLauncher
Give the spec of an application, to be created.
locations(List<String>) - Method in class brooklyn.launcher.BrooklynLauncher
 
log - Static variable in class brooklyn.launcher.Activator
 

M

main(String[]) - Static method in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
managementContext(ManagementContext) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies the management context this launcher should use.
MAX_TASK_AGE - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
MAX_TASKS_GLOBAL - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
MAX_TASKS_PER_ENTITY - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
MAX_TASKS_PER_TAG - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
mgmtContext - Variable in class brooklyn.launcher.BrooklynServerDetails
 

N

newInstance() - Static method in class brooklyn.launcher.BrooklynLauncher
Creates a configurable (fluent API) launcher for use starting the web console and Brooklyn applications.
newManagementContext() - Method in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
newPlatformLauncher() - Method in class brooklyn.launcher.camp.SimpleYamlLauncher
 

P

persistenceDir(String) - Method in class brooklyn.launcher.BrooklynLauncher
 
persistenceDir(File) - Method in class brooklyn.launcher.BrooklynLauncher
 
persistenceLocation(String) - Method in class brooklyn.launcher.BrooklynLauncher
 
persistMode(PersistMode) - Method in class brooklyn.launcher.BrooklynLauncher
 
persistPeriod(Duration) - Method in class brooklyn.launcher.BrooklynLauncher
 
persistState(BrooklynMementoRawData, String, String) - Method in class brooklyn.launcher.BrooklynLauncher
Deprecated.
publicAddress(InetAddress) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies the address that the management context's REST API will be available on.
publicAddress - Variable in class brooklyn.launcher.BrooklynWebServer
The address that this server's management context will be publically available on.
putAttributes(Map) - Method in class brooklyn.launcher.BrooklynWebServer
Specifies attributes passed to deployed webapps (in addition to BrooklynServiceAttributes.BROOKLYN_MANAGEMENT_CONTEXT

R

r - Variable in class brooklyn.launcher.config.CustomResourceLocator
 
registerAlternateLocator(CustomResourceLocator.ResourceLocator) - Static method in class brooklyn.launcher.config.CustomResourceLocator
 
removeContextFromList(List<Handler>, String) - Static method in class brooklyn.util.web.ContextHandlerCollectionHotSwappable
 
requestedPort - Variable in class brooklyn.launcher.BrooklynWebServer
base port to use, for http if enabled or else https; if not set, it uses httpPort or httpsPort
REQUIRE_HTTPS - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
retrieveState() - Method in class brooklyn.launcher.BrooklynLauncher
Deprecated.

S

server - Variable in class brooklyn.launcher.BrooklynWebServer
 
setAttribute(String, Object) - Method in class brooklyn.launcher.BrooklynWebServer
Specifies an attribute passed to deployed webapps (in addition to BrooklynServiceAttributes.BROOKLYN_MANAGEMENT_CONTEXT
setBindAddress(InetAddress) - Method in class brooklyn.launcher.BrooklynWebServer
InetAddress to which server should bind; defaults to 0.0.0.0 (although common call path is to set to 127.0.0.1 when security is not set)
setHttpsEnabled(Boolean) - Method in class brooklyn.launcher.BrooklynWebServer
 
setPort(Object) - Method in class brooklyn.launcher.BrooklynWebServer
 
setPublicAddress(InetAddress) - Method in class brooklyn.launcher.BrooklynWebServer
Sets the public address that the server's management context's REST API will be available on
setSecurityFilter(Class<BrooklynPropertiesSecurityFilter>) - Method in class brooklyn.launcher.BrooklynWebServer
 
setWar(String) - Method in class brooklyn.launcher.BrooklynWebServer
sets the WAR to use as the root context (only if server not yet started); cf deploy("/", url)
shutdownOnExit(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
SimpleYamlLauncher - Class in brooklyn.launcher.camp
convenience for launching YAML files directly
SimpleYamlLauncher() - Constructor for class brooklyn.launcher.camp.SimpleYamlLauncher
 
SSH_CONFIG_DIRECT_HEADER - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
SSH_CONFIG_NO_DELETE_SCRIPT - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
SSH_CONFIG_SCRIPT_DIR - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
SSH_CONFIG_SCRIPT_HEADER - Static variable in class brooklyn.launcher.config.BrooklynGlobalConfig
 
start(BundleContext) - Method in class brooklyn.launcher.Activator
 
start() - Method in class brooklyn.launcher.BrooklynLauncher
Starts the web server (with web console) and Brooklyn applications, as per the specifications configured.
start() - Method in class brooklyn.launcher.BrooklynWebServer
Starts the embedded web application server.
startApps() - Method in class brooklyn.launcher.BrooklynLauncher
 
startBrooklynNode(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
 
startBrooklynNode() - Method in class brooklyn.launcher.BrooklynLauncher
 
startPersistence() - Method in class brooklyn.launcher.BrooklynLauncher
 
startWebApps() - Method in class brooklyn.launcher.BrooklynLauncher
 
stop(BundleContext) - Method in class brooklyn.launcher.Activator
 
stop() - Method in class brooklyn.launcher.BrooklynWebServer
Asks the app server to stop and waits for it to finish up.
stopServers() - Method in class brooklyn.launcher.camp.BrooklynCampPlatformLauncher
 
stopWhichAppsOnShutdown(StopWhichAppsOnShutdown) - Method in class brooklyn.launcher.BrooklynLauncher
 
StopWhichAppsOnShutdown - Enum in brooklyn.launcher.config
 

T

terminate() - Method in class brooklyn.launcher.BrooklynLauncher
Terminates this launch, but does not stop the applications (i.e.

U

updateHandler(WebAppContext) - Method in class brooklyn.util.web.ContextHandlerCollectionHotSwappable
 

V

valueOf(String) - Static method in enum brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum brooklyn.launcher.config.StopWhichAppsOnShutdown
Returns the enum constant of this type with the specified name.
values() - Static method in enum brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum brooklyn.launcher.config.StopWhichAppsOnShutdown
Returns an array containing the constants of this enum type, in the order they are declared.

W

war - Variable in class brooklyn.launcher.BrooklynWebServer
 
webapp(String, String) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies an additional webapp to host on the webconsole port.
webconsole(boolean) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies whether the launcher will start the Brooklyn web console (and any additional webapps specified); default true.
webconsoleHttps(Boolean) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies whether the webconsole should use https.
webconsolePort(int) - Method in class brooklyn.launcher.BrooklynLauncher
webconsolePort(String) - Method in class brooklyn.launcher.BrooklynLauncher
webconsolePort(PortRange) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies the port where the web console (and any additional webapps specified) will listen; default (null) means "8081+" being the first available >= 8081 (or "8443+" for https).
webServer - Variable in class brooklyn.launcher.BrooklynServerDetails
 
webServerFlags(Map<String, ?>) - Method in class brooklyn.launcher.BrooklynLauncher
Specifies additional flags to be passed to BrooklynWebServer.
A B C D G H I L M N P R S T U V W 

Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.