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

A

addBootstrap(Bootstrap<K, T>) - Method in interface org.jboss.bootstrap.spi.server.Server
Adds the specified bootstrap to those to be run on Server.start()

B

Bootstrap<K extends Server<K,T>,T extends ServerConfig<T>> - Interface in org.jboss.bootstrap.spi
Bootstrap
bootstrapHome(URL) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the location of the bootstrap directory.
bootstrapHome(String) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the location of the bootstrap directory.
BootstrapMetaData - Class in org.jboss.bootstrap.spi.metadata
BootstrapMetaData.
BootstrapMetaData() - Constructor for class org.jboss.bootstrap.spi.metadata.BootstrapMetaData
 
bootstrapName(String) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the name of the bootstrap configuration file.
bootstrapUrl(URL) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the location of the bootstrap file.
bootstrapUrl(String) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the location of the bootstrap file.

C

cleanup(K) - Method in interface org.jboss.bootstrap.spi.server.ServerInitializer
Cleans up any actions taken during the initialization phase in preparation for server shutdown
ConfigurationInitializer<T extends ServerConfig<?>> - Interface in org.jboss.bootstrap.spi.config
ConfigurationInitializer Contract for initializers of a supplied ServerConfig.
ConfigurationValidator<T extends ServerConfig<?>> - Interface in org.jboss.bootstrap.spi.config
ConfigurationValidator Contract for validators of a supplied ServerConfig
createServer(String) - Static method in class org.jboss.bootstrap.spi.factory.ServerFactory
Creates a Server from the specified implementation class name, using the Thread Context ClassLoader.
createServer(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.factory.ServerFactory
Creates a Server from the specified implementation class name, using the specified ClassLoader.
createServerConfig(String) - Static method in class org.jboss.bootstrap.spi.factory.ServerConfigFactory
Creates a ServerConfig from the specified implementation class name, using the Thread Context ClassLoader.
createServerConfig(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.factory.ServerConfigFactory
Creates a ServerConfig from the specified implementation class name, using the specified ClassLoader.

D

DEFAULT_VALUE_BOOTSTRAP_NAME - Static variable in interface org.jboss.bootstrap.spi.config.ConfigurationInitializer
The default value of the name of the bootstrap file

F

freeze() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Freezes the configuration, marking it as immutable.

G

getBootstrapHome() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Obtains the location of the bootstrap directory.
getBootstrapName() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Obtains the name of the bootstrap configuration.
getBootstrapUrl() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Obtains the location of the bootstrap file.
getBootstrapURLs() - Method in class org.jboss.bootstrap.spi.metadata.BootstrapMetaData
Get the bootstrapURLs.
getConfigInitializer() - Method in interface org.jboss.bootstrap.spi.server.Server
Returns the initializer for the underlying ServerConfig
getConfiguration() - Method in interface org.jboss.bootstrap.spi.server.Server
Returns the underlying server configuration.
getProperties() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Returns an immutable copy of the properties used in configuring the server
getProperty(String) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Returns the configuration property for the specified key, or null if not present
getServerInitializer() - Method in interface org.jboss.bootstrap.spi.server.Server
Returns the initializer to be used in initialization, or null if none is defined
getState() - Method in interface org.jboss.bootstrap.spi.server.Server
Returns the current state of the Server lifecycle
getValidator() - Method in interface org.jboss.bootstrap.spi.server.Server
Returns the (possibly null) validator to be used in asserting the validity of a supplied configuration

H

handleEvent(LifecycleState) - Method in interface org.jboss.bootstrap.spi.lifecycle.LifecycleEventHandler
Fired upon the event change with which it was registered to handle

I

initialize(T) - Method in interface org.jboss.bootstrap.spi.config.ConfigurationInitializer
Initializes the specified configuration
initialize() - Method in interface org.jboss.bootstrap.spi.server.Server
Prepares the server for startup.
initialize(K) - Method in interface org.jboss.bootstrap.spi.server.ServerInitializer
Initializes the specified server.
InvalidConfigurationException - Exception in org.jboss.bootstrap.spi.config
InvalidConfigurationException Indicates that a particular configuration is not valid for a Server
InvalidConfigurationException() - Constructor for exception org.jboss.bootstrap.spi.config.InvalidConfigurationException
 
InvalidConfigurationException(String, Throwable) - Constructor for exception org.jboss.bootstrap.spi.config.InvalidConfigurationException
 
InvalidConfigurationException(String) - Constructor for exception org.jboss.bootstrap.spi.config.InvalidConfigurationException
 
InvalidConfigurationException(Throwable) - Constructor for exception org.jboss.bootstrap.spi.config.InvalidConfigurationException
 
isFrozen() - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Returns whether or not this configuration is frozen and immutable

L

LifecycleEventException - Exception in org.jboss.bootstrap.spi.lifecycle
LifecycleEventException Thrown by a lifecycle event handler if an error was encountered in processing
LifecycleEventException() - Constructor for exception org.jboss.bootstrap.spi.lifecycle.LifecycleEventException
 
LifecycleEventException(String, Throwable) - Constructor for exception org.jboss.bootstrap.spi.lifecycle.LifecycleEventException
 
LifecycleEventException(String) - Constructor for exception org.jboss.bootstrap.spi.lifecycle.LifecycleEventException
 
LifecycleEventException(Throwable) - Constructor for exception org.jboss.bootstrap.spi.lifecycle.LifecycleEventException
 
LifecycleEventHandler - Interface in org.jboss.bootstrap.spi.lifecycle
LifecycleEventHandler A callback to handle some lifecycle state change.
LifecycleState - Enum in org.jboss.bootstrap.spi.lifecycle
LifecycleState Describes current state of the Server lifecycle INSTANCIATED == Instanciated, the initial state of new servers.

O

org.jboss.bootstrap.spi - package org.jboss.bootstrap.spi
 
org.jboss.bootstrap.spi.config - package org.jboss.bootstrap.spi.config
 
org.jboss.bootstrap.spi.factory - package org.jboss.bootstrap.spi.factory
 
org.jboss.bootstrap.spi.lifecycle - package org.jboss.bootstrap.spi.lifecycle
 
org.jboss.bootstrap.spi.metadata - package org.jboss.bootstrap.spi.metadata
 
org.jboss.bootstrap.spi.server - package org.jboss.bootstrap.spi.server
 

P

prepareShutdown(K) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked to say we are preparing shutdown
PROP_KEY_BOOTSTRAP_HOME_URL - Static variable in interface org.jboss.bootstrap.spi.config.ServerConfig
Property denoting the URL pointing to the home of the bootstrap (from which other properties may be defaulted)
PROP_KEY_BOOTSTRAP_NAME - Static variable in interface org.jboss.bootstrap.spi.config.ServerConfig
Property denoting the name of the bootstrap configuration
PROP_KEY_BOOTSTRAP_URL - Static variable in interface org.jboss.bootstrap.spi.config.ServerConfig
Property denoting the URL of the bootstrap configuration
properties(Map<String, String>) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the specified properties upon the configuration
properties(Properties) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the specified properties upon the configuration.
property(String, String) - Method in interface org.jboss.bootstrap.spi.config.ServerConfig
Sets the property with the specified key to the specified value

R

registerEventHandler(LifecycleState, LifecycleEventHandler) - Method in interface org.jboss.bootstrap.spi.server.Server
Registers the specified handler to fire when the server's state enters that of the specified state.
registerEventHandler(LifecycleEventHandler, EnumSet<LifecycleState>) - Method in interface org.jboss.bootstrap.spi.server.Server
Registers the specified handler to fire when the server's state enters one of the the specified states
registerEventHandler(LifecycleEventHandler, LifecycleState...) - Method in interface org.jboss.bootstrap.spi.server.Server
Registers the specified handler to fire when the server's state enters one of the the specified states
registerEventHandlers(LifecycleState, LifecycleEventHandler...) - Method in interface org.jboss.bootstrap.spi.server.Server
Registers the specified handlers to fire when the server's state enters that of the specified state.
removeBootstrap(Bootstrap<K, T>) - Method in interface org.jboss.bootstrap.spi.server.Server
Removes the specified bootstrap from those to be run on Server.start()

S

Server<K extends Server<K,T>,T extends ServerConfig<T>> - Interface in org.jboss.bootstrap.spi.server
Server Contract for generic Server implementations
ServerConfig<T extends ServerConfig<?>> - Interface in org.jboss.bootstrap.spi.config
ServerConfig Configuration used in Server creation and initialization
ServerConfigFactory - Class in org.jboss.bootstrap.spi.factory
ServerConfigFactory Factory of generic ServerConfig implementations
ServerFactory - Class in org.jboss.bootstrap.spi.factory
ServerFactory Factory of generic Server implementations
ServerInitializer<K extends Server<K,T>,T extends ServerConfig<T>> - Interface in org.jboss.bootstrap.spi.server
ServerInitializer
setBootstrapURLs(List<String>) - Method in class org.jboss.bootstrap.spi.metadata.BootstrapMetaData
Set the bootstrapURLs.
setConfigInitializer(ConfigurationInitializer<T>) - Method in interface org.jboss.bootstrap.spi.server.Server
Sets the initializer to be used upon the configuration.
setConfiguration(T) - Method in interface org.jboss.bootstrap.spi.server.Server
Sets the configuration
setServerInitializer(ServerInitializer<K, T>) - Method in interface org.jboss.bootstrap.spi.server.Server
Initializer to use in server initialization.
setValidator(ConfigurationValidator<T>) - Method in interface org.jboss.bootstrap.spi.server.Server
Sets the specified validator to be used in asserting the validity of a supplied configuration.
shutdown(K) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked at shutdown
shutdown() - Method in interface org.jboss.bootstrap.spi.server.Server
Stop lifecycle of the Server.
start(K) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked at startup
start() - Method in interface org.jboss.bootstrap.spi.server.Server
Start lifecycle of the Server, optionally invoking upon Server.initialize() if the state is LifecycleState.PRE_INIT.
START_NOTIFICATION_TYPE - Static variable in interface org.jboss.bootstrap.spi.server.Server
The JMX notification event type sent on end of server startup
STOP_NOTIFICATION_TYPE - Static variable in interface org.jboss.bootstrap.spi.server.Server
The JMX notification event type sent on begin of the server shutdown

T

toString() - Method in class org.jboss.bootstrap.spi.metadata.BootstrapMetaData
 

U

unregisterEventHandler(LifecycleEventHandler, LifecycleState) - Method in interface org.jboss.bootstrap.spi.server.Server
Unregisters the specified event handler from firing when the server state changes to the specified state.

V

validate(T) - Method in interface org.jboss.bootstrap.spi.config.ConfigurationValidator
Validates the specified configuration
valueOf(String) - Static method in enum org.jboss.bootstrap.spi.lifecycle.LifecycleState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.bootstrap.spi.lifecycle.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.

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

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