B C D E G I J L N O P S U V

B

bindAddress(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the bind address for the server
bootLibraryLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the JBossAS Boot Libraries
bootLibraryLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the JBossAS Boot Libraries

C

commonBaseLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the common base
commonBaseLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the common base
commonLibLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the common lib
commonLibLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the common lib
createServer() - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServer(ClassLoader) - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
createServer(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the specified implementation class name using the specified ClassLoader.
createServerConfig() - Static method in class org.jboss.bootstrap.spi.as.config.JBossASServerConfigFactory
Creates a JBossASServerConfig from the default implementation class name JBossASServerConfigFactory.DEFAULT_AS_SERVER_CONFIG_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServerConfig(ClassLoader) - Static method in class org.jboss.bootstrap.spi.as.config.JBossASServerConfigFactory
Creates a JBossASServerConfig from the default implementation class name JBossASServerConfigFactory.DEFAULT_AS_SERVER_CONFIG_IMPL_CLASS_NAME, using the specified ClassLoader.
createServerWithDefaultConfiguration() - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServerWithDefaultConfiguration(ClassLoader) - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
createServerWithDefaultConfiguration(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
Creates a JBossASServer from the specified implementation class name using the specified ClassLoader.

D

DEFAULT_AS_SERVER_CONFIG_IMPL_CLASS_NAME - Static variable in class org.jboss.bootstrap.spi.as.config.JBossASServerConfigFactory
The FQN of the default implementation class to create
DEFAULT_AS_SERVER_IMPL_CLASS_NAME - Static variable in class org.jboss.bootstrap.spi.as.server.JBossASServerFactory
The FQN of the default server implementation class to create

E

ENV_VAR_JBOSSAS_HOME - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the environment variable which specifies the root of the AS installation

G

getBindAddress() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the bind address to be used for the Server.
getBootLibraryLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the JBossAS Boot Libraries
getBuildDate() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getBuildID() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getBuildJVM() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getBuildNumber() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getBuildOS() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getCommonBaseLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the common base
getCommonLibLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the common lib
getJBossHome() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the $JBOSS_HOME, the path to the root location of the JBossAS installation.
getMetaData() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
Get the optional server configuration metadata
getNativeLibraryLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the JBossAS Native Libraries
getPartitionName() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the partition name for this instance in clustering
getServerBaseLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the server base, from which server homes (by default) decend
getServerConfLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location in which the server configuration resides
getServerDataLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location in which the server persistent data resides
getServerHomeLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location of the server home
getServerLibLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location in which the server libraries reside
getServerLogLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location in which the server logs reside
getServerName() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the name of the server configuration.
getServerTempLocation() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the location in which the server temp data resides
getStartDate() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getUdpGroup() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the UDP Group for this instance in clustering
getUdpPort() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Obtains the JGroups UDP Multicast port for use in clustering
getVersion() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getVersionName() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 
getVersionNumber() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
 

I

isLoadNative() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Determines whether or not to load the native libraries
isStarted() - Method in interface org.jboss.bootstrap.spi.as.server.JBossASBasedServer
Deprecated. Should be removed when we won't be targeting jboss-bootstrap for AS 5.x anymore. AS6 will not support this invocation, instead we should use Server.getState()
isUsePlatformMBeanServer() - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Determines whether or not to use as the main jboss server the MBeanServer returned from ManagementFactory.getPlatformMBeanServer(), when running under jdk1.5+

J

JBossASBasedConfigurationInitializer<T extends JBossASBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.as.config
JBossASBasedConfigurationInitializer Contract for a JBossAS-based Configuration Initializers
JBossASBasedServer<K extends JBossASBasedServer<K,T>,T extends JBossASBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.as.server
JBossASBasedServer Contract for JBoss Application Servers and extensions thereof
JBossASBasedServerConfig<T extends JBossASBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.as.config
JBossASBasedServerConfig Contract for the configuration of AS-based Servers, may be extended for a direct AS ServerConfig
JBossASBootstrap<K extends JBossASBasedServer<K,T>,T extends JBossASBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.as
JBossASBootstrap Represents a JBoss AS Bootstrap
JBossASConfigurationInitializer - Interface in org.jboss.bootstrap.spi.as.config
JBossASSConfigurationInitializer Contract for a JBossAS Configuration Initializer
JBossASServer - Interface in org.jboss.bootstrap.spi.as.server
JBossASServer Contract of a JBossAS Server
JBossASServerConfig - Interface in org.jboss.bootstrap.spi.as.config
JBossASServerConfig User configuration for the JBoss Application Server.
JBossASServerConfigFactory - Class in org.jboss.bootstrap.spi.as.config
JBossASServerConfigFactory Factory of JBossASServerConfig implementations
JBossASServerFactory - Class in org.jboss.bootstrap.spi.as.server
JBossASServerFactory Factory of JBossASServer implementations
jbossHome(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets $JBOSS_HOME, the path to the root location of the JBossAS installation.
jbossHome(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets $JBOSS_HOME, the path to the root location of the JBossAS installation.

L

loadNative(Boolean) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets whether or not to load the native libraries

N

nativeLibraryLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the JBossAS Native Libraries
nativeLibraryLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the JBossAS Native Libraries

O

org.jboss.bootstrap.spi.as - package org.jboss.bootstrap.spi.as
 
org.jboss.bootstrap.spi.as.config - package org.jboss.bootstrap.spi.as.config
 
org.jboss.bootstrap.spi.as.server - package org.jboss.bootstrap.spi.as.server
 

P

partitionName(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the partition name for this instance in clustering
PROP_KEY_JBOSSAS_BIND_ADDRESS - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system or configuration property
PROP_KEY_JBOSSAS_BOOT_LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the URL where JBoss will read library files from.
PROP_KEY_JBOSSAS_COMMON_BASE_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the base URL for files and directories common to different server configurations
PROP_KEY_JBOSSAS_COMMON_LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying a library directory URL that points to libraries shared by the various server configurations.
PROP_KEY_JBOSSAS_HOME - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system or configuration property which specifies the root of the AS installation
PROP_KEY_JBOSSAS_HOME_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property which specifies the home directory for JBossAS.
PROP_KEY_JBOSSAS_HOME_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property which specifies the home URL for JBossAS.
PROP_KEY_JBOSSAS_NATIVE_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the location of native libraries
PROP_KEY_JBOSSAS_NATIVE_LOAD - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property designating whether to load native libraries
PROP_KEY_JBOSSAS_PARTITION_NAME - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the partition name for this instance in clustering
PROP_KEY_JBOSSAS_PARTITION_UDP_GROUP - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the UDP Group for this instance in clustering
PROP_KEY_JBOSSAS_PARTITION_UDP_PORT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the UDP Port for this instance in clustering
PROP_KEY_JBOSSAS_PLATFORM_MBEANSERVER - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying whether or not to use as the main jboss server the MBeanServer returned from ManagementFactory.getPlatformMBeanServer(), when running under jdk1.5+
PROP_KEY_JBOSSAS_SERVER_BASE_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the base directory for calculating server home directories.
PROP_KEY_JBOSSAS_SERVER_BASE_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the base URL for calculating server home URLs.
PROP_KEY_JBOSSAS_SERVER_CONF_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the server configuration URL.
PROP_KEY_JBOSSAS_SERVER_DATA_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the directory which JBoss will use for persistent data file storage.
PROP_KEY_JBOSSAS_SERVER_HOME_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the server home directory for JBoss.
PROP_KEY_JBOSSAS_SERVER_HOME_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the server home URL for JBoss.
PROP_KEY_JBOSSAS_SERVER_LIBRARY_URL - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the URL where JBoss will read server specific library files from.
PROP_KEY_JBOSSAS_SERVER_LOG_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the server log directory for JBoss.
PROP_KEY_JBOSSAS_SERVER_NAME - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system or configuration property which specifies the name of the server which will be used to calculate the servers home directory and url.
PROP_KEY_JBOSSAS_SERVER_TEMP_DIR - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Constant that holds the name of the system property for specifying the directory which JBoss will use for temporary file storage.

S

serverBaseLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the server base, from which server homes (by default) decend
serverBaseLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the server base, from which server homes (by default) decend
serverConfLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server configuration resides
serverConfLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server configuration resides
serverDataLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server persistent data resides
serverDataLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server persistent data resides
serverHomeLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the server home
serverHomeLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location of the server home
serverLibLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server libraries reside
serverLibLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server libraries reside
serverLogLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server logs reside
serverLogLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server logs reside
serverName(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the name of the server configuration
serverTempLocation(URL) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server temp data resides
serverTempLocation(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the location in which the server temp data resides

U

udpGroup(String) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the UDP Group for this instance in clustering
udpPort(Integer) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets the JGroups UDP Multicast port for use in clustering
usePlatformMBeanServer(Boolean) - Method in interface org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig
Sets whether or not to use as the main jboss server the MBeanServer returned from ManagementFactory.getPlatformMBeanServer(), when running under jdk1.5+

V

VALUE_BIND_ADDRESS_ANY - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
Value for address representing any/all interfaces
VALUE_BIND_ADDRESS_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
Default address which will be set if JBossASBasedServerConfig.getBindAddress() or system or configuration property JBossASBasedServerConfig.PROP_KEY_JBOSSAS_BIND_ADDRESS is not defined
VALUE_COMMON_BASE_URL_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_COMMON_BASE_URL
VALUE_LIBRARY_URL_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_BOOT_LIBRARY_URL, JBossASBasedServerConfig.PROP_KEY_JBOSSAS_COMMON_LIBRARY_URL and #PROP_KEY_JBOSSAS_SERVER_LIBRARY_URL.
VALUE_NATIVE_DIR_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The default suffix used to construct native libaray locations, relative to the Server Temp Home (eg.
VALUE_NATIVE_LOAD_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_NATIVE_LOAD
VALUE_PARTITION_NAME_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The partition name used as the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_PARTITION_NAME
VALUE_PLATFORM_MBEAN_SERVER_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The default value used in determining whether or not to use the Platform MBean Server under JDK 1.5+
VALUE_SERVER_BASE_URL_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_BASE_URL.
VALUE_SERVER_CONFIG_URL_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_CONF_URL.
VALUE_SERVER_DATA_DIR_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_DATA_DIR.
VALUE_SERVER_LOG_DIR_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_LOG_DIR.
VALUE_SERVER_NAME_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
Default server name which will be set if JBossASBasedServerConfig.getBindAddress() or system or configuration property JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_NAME is not defined
VALUE_SERVER_TEMP_DIR_SUFFIX_DEFAULT - Static variable in interface org.jboss.bootstrap.spi.as.config.JBossASBasedConfigurationInitializer
The suffix used when generating the default value for JBossASBasedServerConfig.PROP_KEY_JBOSSAS_SERVER_TEMP_DIR.

B C D E G I J L N O P S U V

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