A B C D F G I O P R S U V

A

AbstractBasicConfigurationInitializer<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>> - Class in org.jboss.bootstrap.impl.base.config
AbstractBasicConfigurationInitializer Base for initializing a configuration before its validated and used to run a server
AbstractBasicConfigurationInitializer() - Constructor for class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationInitializer
 
AbstractBasicConfigurationValidator<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>> - Class in org.jboss.bootstrap.impl.base.config
AbstractBasicConfigurationValidator Base for validating a server configuration to assert that it's valid for defining a server
AbstractBasicConfigurationValidator() - Constructor for class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationValidator
 
AbstractBasicServerConfig<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>> - Class in org.jboss.bootstrap.impl.base.config
BasicServerConfig Base for simple Object-backed implementations of a Server Configuration.
AbstractBasicServerConfig(Class<T>) - Constructor for class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Constructor
AbstractBasicServerConfig(Class<T>, Map<String, String>) - Constructor for class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Constructor
AbstractBasicServerInitializer<K extends org.jboss.bootstrap.spi.server.Server<K,T>,T extends org.jboss.bootstrap.spi.config.ServerConfig<T>> - Class in org.jboss.bootstrap.impl.base.server
AbstractBasicServerInitializer Simple server initializer which will default the configuration
AbstractBasicServerInitializer() - Constructor for class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
 
AbstractServer<K extends org.jboss.bootstrap.spi.server.Server<K,T>,T extends org.jboss.bootstrap.spi.config.ServerConfig<T>> - Class in org.jboss.bootstrap.impl.base.server
AbstractServer Generic support for Server implementations
AbstractServer(Class<K>) - Constructor for class org.jboss.bootstrap.impl.base.server.AbstractServer
Constructor Creates a new Server using an uninitialized, default configuration (which is an instance of the Class specified by AbstractServer.getDefaultServerConfigClass()
AbstractServer(Class<K>, T) - Constructor for class org.jboss.bootstrap.impl.base.server.AbstractServer
Constructor Creates a new Server, specifying the configuration to be used.
addBootstrap(Bootstrap<K, T>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
adjustToDirectory(URL) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
If the specified URL denotes a directory (ie.
applyPropertyOverrides(T) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationInitializer
Sets the values of contracted system/config properties upon the supplied configuration

B

bootstrapHome(URL) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
bootstrapHome(String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
bootstrapName(String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
BootstrapParser - Class in org.jboss.bootstrap.impl.base.xml
BootstrapParser.
BootstrapParser() - Constructor for class org.jboss.bootstrap.impl.base.xml.BootstrapParser
 
bootstrapUrl(URL) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
bootstrapUrl(String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 

C

checkMutable() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Throws IllegalStateException if this configuration is frozen
cleanup(K) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
 
copyURL(URL) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Copies and returns the specified URL.
covarientReturn() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Casts this configuration to the requisite type, using the actual implementation class.
covarientReturn() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Returns this instance as a typed server (as specified by K), throwing a descriptive error message in case the server is not assignable

D

doInitialize() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Implementation-specific initialization logic; invoked by AbstractServer.initialize()
doShutdown() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Implementation-specific shutdown hook
doStart() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Implementation-specific start hook

F

freeze() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 

G

getActualClass() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Returns the actual types of this configuration, used in covarient return of the mutator methods
getActualClass() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
getBootstrapHome() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
getBootstrapName() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
getBootstrapUrl() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
getConfigInitializer() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
getConfiguration() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
getDefaultBootstrapHome(T) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationInitializer
Returns the default bootstrap home
getDefaultBootstrapName(T) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationInitializer
Returns the default bootstrap name
getDefaultServerConfigClass() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Obtains the Class used in constructing a new default Server Configuration if one is not supplied to the constructor
getProperties() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
getProperty(String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
getServerInitializer() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
getState() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
getValidator() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 

I

initialize(T) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationInitializer
 
initialize(K) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
 
initialize() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
isFrozen() - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 

O

org.jboss.bootstrap.impl.base.config - package org.jboss.bootstrap.impl.base.config
 
org.jboss.bootstrap.impl.base.server - package org.jboss.bootstrap.impl.base.server
 
org.jboss.bootstrap.impl.base.xml - package org.jboss.bootstrap.impl.base.xml
 

P

parse(URL) - Static method in class org.jboss.bootstrap.impl.base.xml.BootstrapParser
Parse bootstrap metadata from the given url
properties(Map<String, String>) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
properties(Properties) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 
property(String, String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
 

R

registerEventHandler(LifecycleState, LifecycleEventHandler) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
registerEventHandler(LifecycleEventHandler, EnumSet<LifecycleState>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
registerEventHandler(LifecycleEventHandler, LifecycleState...) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
registerEventHandlers(LifecycleState, LifecycleEventHandler...) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
removeBootstrap(Bootstrap<K, T>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 

S

sendNotificationWithCurrentTimeUserData(String, int) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Sends a JMX Notification with specified type and sequence number, setting user data to the number of milliseconds since the epoch.
sendStartJmxNotification() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Sends the JMX Notification with type signaling the start of the server
sendStopJmxNotification() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Sends the JMX Notification with type signaling the stop of the server
setConfigInitializer(ConfigurationInitializer<T>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
setConfiguration(T) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
setPropertyForString(String, String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Sets both the configuration property and System property with the specified key and specified value
setPropertyForString(String, Integer) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Sets both the configuration property and System property with the specified key and specified value
setPropertyForString(String, Boolean) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Sets both the configuration property and System property with the specified key and specified value
setPropertyForUrl(String, URL) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Sets both the configuration property and System property with the specified key and the external form of the specified URL
setServerInitializer(ServerInitializer<K, T>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
setSystemProperties(T) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
Sets system properties from the current configuration; may be overridden to set more properties
setSystemProperty(String, URL) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
Sets the specified URL's external form as a system property with the specified key
setSystemProperty(String, Integer) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
Sets the specified Integer as a system property with the specified key
setSystemProperty(String, Boolean) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
Sets the specified Boolean as a system property with the specified key
setSystemProperty(String, String) - Method in class org.jboss.bootstrap.impl.base.server.AbstractBasicServerInitializer
Sets the specified system property key to the specified value.
setValidator(ConfigurationValidator<T>) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
shutdown() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
shutdownBootstraps() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Shuts down the bootstraps that have been started
start() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
startBootstraps() - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
Starts the bootstraps

U

unregisterEventHandler(LifecycleEventHandler, LifecycleState) - Method in class org.jboss.bootstrap.impl.base.server.AbstractServer
 
urlFromString(String) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
Constructs a URL from the specified String, throwing IllegalArgumentException to wrap the MalformedURLException if unable to do so.

V

validate(T) - Method in class org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationValidator
 

A B C D F G I O P R S U V

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.