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

A

AbstractServerImpl - Class in org.jboss.bootstrap
A Server implementation that uses the deployer-beans.xml and ProfileService to boot the server.
AbstractServerImpl() - Constructor for class org.jboss.bootstrap.AbstractServerImpl
No-arg constructor for ServerImpl
addBootstrap(Bootstrap) - Method in class org.jboss.bootstrap.AbstractServerImpl
Add a bootstrap
addEndorsedJars() - Method in class org.jboss.bootstrap.ServerLoader
Add the jars from the lib/endorsed dir if it exists.
addLibraries(String) - Method in class org.jboss.bootstrap.ServerLoader
Add a list of comma seperated library file names.
addLibrary(String) - Method in class org.jboss.bootstrap.ServerLoader
Add an extra library to the end of list of libraries which will be loaded from the library URL when loading the Server class.
addURL(URL) - Method in class org.jboss.bootstrap.ServerLoader
Add an extra URL to the classpath used to load the server.

B

BaseServerConfig - Class in org.jboss.bootstrap
A container for the basic configuration elements required to create a Server instance.
BaseServerConfig(Properties) - Constructor for class org.jboss.bootstrap.BaseServerConfig
Construct a new ServerConfigImpl instance.
BaseServerConfig.FileMetaMapper - Class in org.jboss.bootstrap
TODO: move to managed project, JBMAN-49
BaseServerConfig.FileMetaMapper() - Constructor for class org.jboss.bootstrap.BaseServerConfig.FileMetaMapper
 
BLOCKING_SHUTDOWN - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying whether or not the server should shutdown synchronously (true) or asynchronously (false).
BOOT_LIBRARY_LIST - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying a comma seperated list of the basenames of to the boot libraries required load the core system.
Bootstrap - Interface in org.jboss.bootstrap.spi
Bootstrap.
BOOTSTRAP_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The bootstrap url
BOOTSTRAP_XML_NAME - Static variable in class org.jboss.bootstrap.microcontainer.ServerImpl
The bootstrap file
BootstrapMetaData - Class in org.jboss.bootstrap
BootstrapMetaData.
BootstrapMetaData() - Constructor for class org.jboss.bootstrap.BootstrapMetaData
 
BootstrapParser - Class in org.jboss.bootstrap.xml
BootstrapParser.
BootstrapParser() - Constructor for class org.jboss.bootstrap.xml.BootstrapParser
 
BootstrapSchemaBinding - Class in org.jboss.bootstrap.xml
SchemaBinding for the bootstrap
BootstrapSchemaBinding() - Constructor for class org.jboss.bootstrap.xml.BootstrapSchemaBinding
Create a new BootstrapSchemaBinding.
BUILD_DATE - Static variable in class org.jboss.Version
 
BUILD_ID - Static variable in class org.jboss.Version
 
BUILD_JVM_VENDOR - Static variable in class org.jboss.Version
 
BUILD_JVM_VERSION - Static variable in class org.jboss.Version
 
BUILD_NUMBER - Static variable in class org.jboss.Version
 
BUILD_OS - Static variable in class org.jboss.Version
 
BUILD_OS_ARCH - Static variable in class org.jboss.Version
 
BUILD_OS_VERSION - Static variable in class org.jboss.Version
 

C

COMMON_BASE_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the base URL for files and directories common to different server configurations
COMMON_BASE_URL_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.COMMON_BASE_URL
COMMON_LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying a library directory URL that points to libraries shared by the various server configurations.
createClassLoader(URL...) - Static method in class org.jboss.bootstrap.NoAnnotationURLClassLoader
Create a classloader with the context classloader as parent
createClassLoader(ClassLoader, URL...) - Static method in class org.jboss.bootstrap.NoAnnotationURLClassLoader
Create a classloader
createMetaValue(MetaType, File) - Method in class org.jboss.bootstrap.BaseServerConfig.FileMetaMapper
 
createServer(String, ClassLoader) - Method in class org.jboss.bootstrap.ServerLoader
Construct a new instance of Server, loading all required classes from the given ClassLoader.

D

DEFAULT_BLOCKING_SHUTDOWN - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.BLOCKING_SHUTDOWN.
DEFAULT_BOOT_LIBRARY_LIST - Static variable in class org.jboss.bootstrap.ServerLoader
Deprecated. 
DEFAULT_EXIT_ON_SHUTDOWN - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.EXIT_ON_SHUTDOWN.
DEFAULT_INSTALL_LIFE_THREAD - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.INSTALL_LIFE_THREAD.
DEFAULT_PARITION_NAME - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default partition name
DEFAULT_PLATFORM_MBEANSERVER - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.PLATFORM_MBEANSERVER.
DEFAULT_REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY.
DEFAULT_ROOT_DEPLOYMENT_FILENAME - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.ROOT_DEPLOYMENT_FILENAME.
DEFAULT_SERVER_NAME - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The default value for ServerConfig.SERVER_NAME.
DEFAULT_SERVER_TYPE - Static variable in class org.jboss.bootstrap.ServerLoader
The default server type.
deploy(KernelDeployment) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
 
deploy(URL) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Deploy a url
deploy(String, InputStream) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Deploy a stream.
doShutdown() - Method in class org.jboss.bootstrap.AbstractServerImpl
Override to perform the shutdown
doShutdown() - Method in class org.jboss.bootstrap.microcontainer.ServerImpl
 
doStart(StopWatch) - Method in class org.jboss.bootstrap.AbstractServerImpl
Override to perform the start operations
doStart(StopWatch) - Method in class org.jboss.bootstrap.microcontainer.ServerImpl
 

E

exit(int) - Method in class org.jboss.bootstrap.AbstractServerImpl
Exit the JVM, run shutdown hooks, shutdown the server.
exit() - Method in class org.jboss.bootstrap.AbstractServerImpl
Exit the JVM with code 1, run shutdown hooks, shutdown the server.
exit(int) - Method in interface org.jboss.bootstrap.spi.ServerProcess
Shutdown the server, the JVM and run shutdown hooks.
exit() - Method in interface org.jboss.bootstrap.spi.ServerProcess
Shutdown the server, the JVM and run shutdown hooks.
EXIT_ON_SHUTDOWN - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying whether or not the server should exit the JVM on shutdown.
extraClasspath - Variable in class org.jboss.bootstrap.ServerLoader
A list of extra URLs to add to the classpath when loading the server.

F

fixRemoteAddress(InetAddress) - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Fix the remote inet address.
fixRemoteAddress(String) - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Fix the remote address.

G

getAllURLs() - Method in class org.jboss.bootstrap.NoAnnotationURLClassLoader
Return all library URLs
getBlockingShutdown() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the current value of the blocking shutdown flag.
getBlockingShutdown() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the BlockingShutdown value.
getBootClasspath() - Method in class org.jboss.bootstrap.ServerLoader
Returns an array of URLs which will be used to load the core system and construct a new Server object instance.
getBootstrapURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getBootstrapURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the bootstrap url
getBootstrapURLs() - Method in class org.jboss.bootstrap.BootstrapMetaData
Get the bootstrapURLs.
getBuildDate() - Method in class org.jboss.bootstrap.AbstractServerImpl
The server build date
getBuildDate() - Method in interface org.jboss.bootstrap.spi.Server
 
getBuildDate() - Method in class org.jboss.Version
Returns the build date for this version.
getBuildID() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getBuildID() - Method in interface org.jboss.bootstrap.spi.Server
 
getBuildID() - Method in class org.jboss.Version
Returns the build identifier for this version.
getBuildJVM() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getBuildJVM() - Method in interface org.jboss.bootstrap.spi.Server
 
getBuildJVM() - Method in class org.jboss.Version
Returns the BUILD_JVM_VERSION (BUILD_JVM_VENDOR) which should look like: 1.4.2_05-b04 (Sun Microsystems Inc.)
getBuildNumber() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getBuildNumber() - Method in interface org.jboss.bootstrap.spi.Server
 
getBuildNumber() - Method in class org.jboss.Version
Returns the build number for this version.
getBuildOS() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getBuildOS() - Method in interface org.jboss.bootstrap.spi.Server
 
getBuildOS() - Method in class org.jboss.Version
Returns the BUILD_OS (BUILD_OS_ARCH,BUILD_OS_VERSION) which should look like: Windows XP (x86,5.1) Linux (i386,2.4.21-4.ELsmp)
getCommonBaseURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getCommonBaseURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the common base URL.
getCommonLibraryURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getCommonLibraryURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the common library URL.
getConfig() - Method in class org.jboss.bootstrap.AbstractServerImpl
Get the typed server configuration object which the server has been initalized to use.
getConfig() - Method in interface org.jboss.bootstrap.spi.Server
Get the typed server configuration object which the server has been initalized to use.
getCvsTag() - Method in class org.jboss.Version
Returns the CVS tag of the version.
getDefaultBindAddress() - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Retrieve the default bind address for the server
getDefaultPartitionName() - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Get the default partition name
getDeploymentNames() - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
 
getDeployments() - Method in class org.jboss.bootstrap.microcontainer.ServerImpl
Get the kernel deployments
getDeployments() - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Access a read-only view of the deployer's deployments.
getDeployments() - Method in interface org.jboss.bootstrap.spi.microcontainer.MCServer
 
getExitOnShutdown() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the current value of the exit on shutdown flag.
getExitOnShutdown() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the current value of the exit on shutdown flag.
getHomeDir() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getHomeDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the local home directory which the server is running from.
getHomeURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getHomeURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the home URL which the server is running from.
getInstance() - Static method in class org.jboss.Version
Get the single Version instance.
getKernel() - Method in class org.jboss.bootstrap.microcontainer.ServerImpl
Get the kernel
getKernel() - Method in interface org.jboss.bootstrap.spi.microcontainer.MCServer
 
getLibraryURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getLibraryURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the library URL for the server.
getMajor() - Method in class org.jboss.Version
Returns the major number of the version.
getMetaData() - Method in class org.jboss.bootstrap.AbstractServerImpl
Get the optional server configuration metadata
getMetaData() - Method in interface org.jboss.bootstrap.spi.Server
Get the optional server configuration metadata
getMetaType() - Method in class org.jboss.bootstrap.BaseServerConfig.FileMetaMapper
 
getMinor() - Method in class org.jboss.Version
Returns the minor number of the version.
getName() - Method in class org.jboss.Version
Returns the name number of the version.
getPatchURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getPatchURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the patch URL for the server.
getPlatformMBeanServer() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
getPlatformMBeanServer() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
getProperties() - Method in class org.jboss.Version
Returns an unmodifiable map of version properties.
getProperty(String) - Method in class org.jboss.Version
Returns the value for the given property name.
getRequireJBossURLStreamHandlerFactory() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the current value of the requireJBossURLStreamHandlerFactory flag.
getRequireJBossURLStreamHandlerFactory() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the RequireJBossURLStreamHandlerFactory value.
getRevision() - Method in class org.jboss.Version
Returns the revision number of the version.
getRootDeploymentFilename() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the filename of the root deployable that will be used to finalize the bootstrap process.
getRootDeploymentFilename() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the filename of the root deployable that will be used to finalize the bootstrap process.
getServerBaseDir() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerBaseDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the base directory for calculating server home directories.
getServerBaseURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerBaseURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the base directory for calculating server home URLs.
getServerConfigURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerConfigURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the server configuration URL.
getServerDataDir() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the directory where local data will be stored.
getServerDataDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the directory where local data will be stored.
getServerHomeDir() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerHomeDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the server home directory.
getServerHomeURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerHomeURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the server home URL.
getServerLibraryURL() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerLibraryURL() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the server library URL.
getServerLogDir() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the directory where temporary files will be stored.
getServerLogDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the directory where log files will be stored.
getServerName() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getServerName() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the name of the server.
getServerNativeDir() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the native dir for unpacking
getServerNativeDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the native dir for unpacking
getServerTempDeployDir() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the temporary deployment dir for unpacking
getServerTempDeployDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the temporary deployment dir for unpacking
getServerTempDir() - Method in class org.jboss.bootstrap.BaseServerConfig
Get the directory where temporary files will be stored.
getServerTempDir() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the directory where temporary files will be stored.
getSpecificationVersion() - Method in class org.jboss.bootstrap.BaseServerConfig
 
getSpecificationVersion() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Get the server Specification-Version
getSpecificBindAddress() - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Retrieve the default bind address, but only if it is specific
getStartDate() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getStartDate() - Method in interface org.jboss.bootstrap.spi.Server
 
getTag() - Method in class org.jboss.Version
Returns the tag of the version.
getURL(String) - Method in class org.jboss.bootstrap.ServerLoader
Get a URL from configuration or system properties.
getURLs() - Method in class org.jboss.bootstrap.NoAnnotationURLClassLoader
Return an empty URL array to force the RMI marshalling subsystem to use the java.server.codebase property as the annotated codebase.
getVersion() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getVersion() - Method in interface org.jboss.bootstrap.spi.Server
 
getVersionName() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getVersionName() - Method in interface org.jboss.bootstrap.spi.Server
 
getVersionNumber() - Method in class org.jboss.bootstrap.AbstractServerImpl
 
getVersionNumber() - Method in interface org.jboss.bootstrap.spi.Server
 
getVersionNumber() - Method in class org.jboss.Version
Returns the full version number, e.g.

H

halt(int) - Method in class org.jboss.bootstrap.AbstractServerImpl
Forcibly terminates the currently running Java virtual machine.
halt() - Method in class org.jboss.bootstrap.AbstractServerImpl
Forcibly terminates the currently running Java virtual machine.
halt(int) - Method in interface org.jboss.bootstrap.spi.ServerProcess
Forcibly terminates the currently running Java virtual machine.
halt() - Method in interface org.jboss.bootstrap.spi.ServerProcess
Forcibly terminates the currently running Java virtual machine.
HOME_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the home directory for JBoss.
HOME_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the home URL for JBoss.

I

init(Properties) - Method in class org.jboss.bootstrap.AbstractServerImpl
Initialize the server by calling init(props, null);
init(Properties, Map<String, Object>) - Method in class org.jboss.bootstrap.AbstractServerImpl
Initialize the Server instance.
init(Properties) - Method in interface org.jboss.bootstrap.spi.Server
Initialize the Server instance by calling #init(Properties, Map=null).
init(Properties, Map<String, Object>) - Method in interface org.jboss.bootstrap.spi.Server
Initialize the Server instance.
initURLs() - Method in class org.jboss.bootstrap.BaseServerConfig
Breakout the initialization of URLs from the constructor as we need the ServerConfig.HOME_DIR set for log setup, but we cannot create any file URLs prior to the
INSTALL_LIFE_THREAD - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying whether or not to install the lifethread
isInShutdown() - Method in class org.jboss.bootstrap.AbstractServerImpl
Check if the shutdown operation has been called/is in progress.
isInShutdown() - Method in interface org.jboss.bootstrap.spi.Server
 
isInstallLifeThread() - Method in class org.jboss.bootstrap.BaseServerConfig
 
isInstallLifeThread() - Method in interface org.jboss.bootstrap.spi.ServerConfig
Whether to install the lifethread
isLoadNative() - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Whether to load native directories
isStarted() - Method in class org.jboss.bootstrap.AbstractServerImpl
Check if the server is started.
isStarted() - Method in interface org.jboss.bootstrap.spi.Server
Check if the server is started.

L

LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the URL where JBoss will read library files from.
LIBRARY_URL_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.LIBRARY_URL, ServerConfig.COMMON_LIBRARY_URL and ServerConfig.SERVER_LIBRARY_URL.
libraryURL - Variable in class org.jboss.bootstrap.ServerLoader
The URL where libraries are read from.
load(ClassLoader) - Method in class org.jboss.bootstrap.ServerLoader
Load a Server instance.
log - Variable in class org.jboss.bootstrap.AbstractServerImpl
Instance logger.

M

mapToType() - Method in class org.jboss.bootstrap.BaseServerConfig.FileMetaMapper
 
MCServer - Interface in org.jboss.bootstrap.spi.microcontainer
An extension of the Server interface that provides access to the mc Kernel and KernelDeployments loaded by the server prior to starting the registered Bootstraps.

N

NAMESPACE - Static variable in class org.jboss.bootstrap.xml.BootstrapSchemaBinding
The bootstrap namespace
NATIVE_DIR_PROPERTY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The location of native libraries property
NATIVE_LOAD_PROPERTY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Whether to load native libraries
NoAnnotationURLClassLoader - Class in org.jboss.bootstrap
A URL classloader to avoid URL annotation of classes in RMI
NoAnnotationURLClassLoader(URL[]) - Constructor for class org.jboss.bootstrap.NoAnnotationURLClassLoader
Construct a URLClassLoader
NoAnnotationURLClassLoader(URL[], ClassLoader) - Constructor for class org.jboss.bootstrap.NoAnnotationURLClassLoader
Construct a URLClassLoader
NoAnnotationURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.jboss.bootstrap.NoAnnotationURLClassLoader
Construct a URLClassLoader

O

org.jboss - package org.jboss
 
org.jboss.bootstrap - package org.jboss.bootstrap
 
org.jboss.bootstrap.microcontainer - package org.jboss.bootstrap.microcontainer
 
org.jboss.bootstrap.spi - package org.jboss.bootstrap.spi
 
org.jboss.bootstrap.spi.microcontainer - package org.jboss.bootstrap.spi.microcontainer
 
org.jboss.bootstrap.spi.util - package org.jboss.bootstrap.spi.util
 
org.jboss.bootstrap.xml - package org.jboss.bootstrap.xml
 

P

parse(URL) - Static method in class org.jboss.bootstrap.xml.BootstrapParser
Parse bootstrap metadata from the given url
PARTITION_NAME_PROPERTY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The partition name property
PARTITION_UDP_PORT_PROPERTY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The udp port property
PARTITION_UDP_PROPERTY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The udp address property
PATCH_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the URL where JBoss will read patch library files from.
PLATFORM_MBEANSERVER - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying whether or not to use as the main jboss server the MBeanServer returned from ManagementFactory.getPlatformMBeanServer(), when running under jdk1.5+
prepareShutdown(Server) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked to say we are preparing shutdown
props - Variable in class org.jboss.bootstrap.ServerLoader
Configuration properties.

R

removeBootstrap(Bootstrap) - Method in class org.jboss.bootstrap.AbstractServerImpl
Remove a bootstrap
REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying whether or not the server should log and ignore exceptions when setting the URLStreamHandlerFactory.
ROOT_DEPLOYMENT_FILENAME - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the root deployment filename (relative to the server config URL that will be deployed to finalize the boot strap process.
runFinalization() - Method in class org.jboss.bootstrap.AbstractServerImpl
Hint to the JVM to run any pending object finalizations.
runGarbageCollector() - Method in class org.jboss.bootstrap.AbstractServerImpl
Hint to the JVM to run the garbage collector.

S

Server - Interface in org.jboss.bootstrap.spi
The interface of the server loaded by the ServerLoader
SERVER_BASE_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the base directory for calculating server home directories.
SERVER_BASE_DIR_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_BASE_DIR.
SERVER_BASE_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the base URL for calculating server home URLs.
SERVER_BASE_URL_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_BASE_URL.
SERVER_BIND_ADDRESS - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the bind address for all jboss services
SERVER_CONFIG_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the server configuration URL.
SERVER_CONFIG_URL_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_CONFIG_URL.
SERVER_DATA_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the directory which JBoss will use for persistent data file storage.
SERVER_DATA_DIR_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_DATA_DIR.
SERVER_HOME_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the server home directory for JBoss.
SERVER_HOME_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the server home URL for JBoss.
SERVER_LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the URL where JBoss will read server specific library files from.
SERVER_LOG_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the server log directory for JBoss.
SERVER_LOG_DIR_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_LOG_DIR.
SERVER_NAME - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the name of the server which will be used to calculate the servers home directory and url.
SERVER_TEMP_DIR - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the directory which JBoss will use for temporary file storage.
SERVER_TEMP_DIR_SUFFIX - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_TEMP_DIR.
SERVER_TYPE - Static variable in interface org.jboss.bootstrap.spi.ServerConfig
Constant that holds the name of the environment property for specifying the class type of the server to create.
ServerConfig - Interface in org.jboss.bootstrap.spi
The interface of the basic typed JBoss server configuration.
ServerConfigUtil - Class in org.jboss.bootstrap.spi.util
Utilities for accessing server configuration
ServerConfigUtil() - Constructor for class org.jboss.bootstrap.spi.util.ServerConfigUtil
 
ServerImpl - Class in org.jboss.bootstrap.microcontainer
A Server implementation that bootstraps an MC kernel based on the beans deployments referenced by a bootstrap.xml descriptor.
ServerImpl() - Constructor for class org.jboss.bootstrap.microcontainer.ServerImpl
 
ServerLoader - Class in org.jboss.bootstrap
A helper class to load a JBoss server instance.
ServerLoader(Properties) - Constructor for class org.jboss.bootstrap.ServerLoader
Construct a ServerLoader.
ServerProcess - Interface in org.jboss.bootstrap.spi
ServerProcess An abstraction of an AS instance as run from within a dedicated / standalone Process (JVM)
setBlockingShutdown(boolean) - Method in class org.jboss.bootstrap.BaseServerConfig
Enable or disable blocking when Server.shutdown() is called.
setBlockingShutdown(boolean) - Method in interface org.jboss.bootstrap.spi.ServerConfig
Set the BlockingShutdown value.
setBootstrapURLs(List<String>) - Method in class org.jboss.bootstrap.BootstrapMetaData
Set the bootstrapURLs.
setExitOnShutdown(boolean) - Method in class org.jboss.bootstrap.BaseServerConfig
Enable or disable exiting the JVM when Server.shutdown() is called.
setExitOnShutdown(boolean) - Method in interface org.jboss.bootstrap.spi.ServerConfig
Enable or disable exiting the JVM when Server.shutdown() is called.
setInstallLifeThread(boolean) - Method in class org.jboss.bootstrap.BaseServerConfig
 
setMetaData(Map<String, Object>) - Method in class org.jboss.bootstrap.AbstractServerImpl
Set the server configuration metadata
setRequireJBossURLStreamHandlerFactory(boolean) - Method in class org.jboss.bootstrap.BaseServerConfig
Set the RequireJBossURLStreamHandlerFactory flag.
setRequireJBossURLStreamHandlerFactory(boolean) - Method in interface org.jboss.bootstrap.spi.ServerConfig
Set the RequireJBossURLStreamHandlerFactory value.
setRootDeploymentFilename(String) - Method in class org.jboss.bootstrap.BaseServerConfig
Set the filename of the root deployable that will be used to finalize the bootstrap process.
setRootDeploymentFilename(String) - Method in interface org.jboss.bootstrap.spi.ServerConfig
Set the filename of the root deployable that will be used to finalize the bootstrap process.
shortUrlFromServerHome(String) - Static method in class org.jboss.bootstrap.spi.util.ServerConfigUtil
Utility to get a shortened url relative to the server home if possible
shutdown() - Method in class org.jboss.bootstrap.AbstractServerImpl
Shutdown the Server instance and run shutdown hooks.
shutdown(Server) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked at shutdown
shutdown() - Method in interface org.jboss.bootstrap.spi.Server
Shutdown the Server instance and run shutdown hooks.
shutdownServer() - Method in class org.jboss.bootstrap.AbstractServerImpl
Shutdown the server
start() - Method in class org.jboss.bootstrap.AbstractServerImpl
Start the Server instance.
start(Server) - Method in interface org.jboss.bootstrap.spi.Bootstrap
Invoked at startup
start() - Method in interface org.jboss.bootstrap.spi.Server
Start the Server instance.
START_NOTIFICATION_TYPE - Static variable in interface org.jboss.bootstrap.spi.Server
The JMX notification event type sent on end of server startup
STOP_NOTIFICATION_TYPE - Static variable in interface org.jboss.bootstrap.spi.Server
The JMX notification event type sent on begin of the server shutdown

T

TempBasicXMLDeployer - Class in org.jboss.bootstrap.microcontainer
A copy of the mc BasicXMLDeployer that provides access to the KernelDeployments.
TempBasicXMLDeployer(Kernel) - Constructor for class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Create a new XML deployer
TempBasicXMLDeployer(Kernel, ControllerMode) - Constructor for class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Create a new XML deployer with mode.
toString() - Method in class org.jboss.bootstrap.BootstrapMetaData
 
toString() - Method in class org.jboss.Version
Returns the version information as a string.
traceInstructions(Boolean) - Method in class org.jboss.bootstrap.AbstractServerImpl
Enable or disable tracing instructions the Runtime level.
traceMethodCalls(Boolean) - Method in class org.jboss.bootstrap.AbstractServerImpl
Enable or disable tracing method calls at the Runtime level.

U

undeploy(KernelDeployment) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
 
undeploy(URL) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Undeploy a url
undeploy(String) - Method in class org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer
Undeploy a name deployment
unwrapMetaValue(MetaValue) - Method in class org.jboss.bootstrap.BaseServerConfig.FileMetaMapper
 

V

Version - Class in org.jboss
Provides access to JBoss version (and build) properties.
VERSION_CVSTAG - Static variable in class org.jboss.Version
 
VERSION_MAJOR - Static variable in class org.jboss.Version
 
VERSION_MINOR - Static variable in class org.jboss.Version
 
VERSION_NAME - Static variable in class org.jboss.Version
 
VERSION_REVISION - Static variable in class org.jboss.Version
 
VERSION_TAG - Static variable in class org.jboss.Version
 

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

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