站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 system API Documentation 英文版文档

Index (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档

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

A

ADD_DEPLOYER - Static variable in interface org.jboss.deployment.MainDeployerConstants
The JMX notification type sent when a deployer is added
AL_ATTRIBUTE_ELEMENT - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_DATE_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_FALSE_VALUE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_ID_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_NAME_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_NULL_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_ROOT_ELEMENT - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
The XML attribute-list elements and attributes
AL_SERIALIZED_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_TRUE_VALUE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AL_TYPE_ATTRIBUTE - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
 
AbstractDeploymentScanner - class org.jboss.deployment.scanner.AbstractDeploymentScanner.
An abstract support class for implementing a deployment scanner.
AbstractDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
AbstractDeploymentScanner.ScannerThread - class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread.
Should use Timer/TimerTask instead? This has some issues with interaction with ScanEnabled attribute.
AbstractDeploymentScanner.ScannerThread(boolean) - Constructor for class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
AlphaNumericDeploymentSorter - class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter.
This is simialr to the PrefixDeploymentSorter in that it will order files that do not start with a numeric value before those that do.
AlphaNumericDeploymentSorter() - Constructor for class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
AttributePersistenceService - class org.jboss.system.pm.AttributePersistenceService.
AttributePersistenceService Works in conjuction with org.jboss.mx.persistence.DelegatingPersistenceManager that upon creation, consults this service for an implementations of the interface org.jboss.mx.persistence.AttributePersistenceManager The service will instantiate and initialize the actual persistence manager and return it whenever asked.
AttributePersistenceService() - Constructor for class org.jboss.system.pm.AttributePersistenceService
Constructs a AttributePersistenceService.
AttributePersistenceServiceMBean - interface org.jboss.system.pm.AttributePersistenceServiceMBean.
MBean interface.
accept(File) - Method in class org.jboss.deployment.scanner.DeploymentFilter
If the filename matches any string in the prefix, suffix, or matches array, return false.
accept(URL, String) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
accepts(DeploymentInfo) - Method in class org.jboss.deployment.JARDeployer
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo.
accepts(DeploymentInfo) - Method in interface org.jboss.deployment.JARDeployerMBean
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo.
accepts(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
Returns true if this deployer can deploy the given DeploymentInfo.
accepts(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
Returns true if this deployer can deploy the given DeploymentInfo.
accepts(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
accepts(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo.
accepts(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo.
accepts(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
accepts(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
addDeployableFiles(DeploymentInfo, File) - Method in class org.jboss.deployment.SubDeployerSupport
This method recursively searches the directory structure for any files that are deployable (@see isDeployable).
addDeployableJar(DeploymentInfo, JarFile) - Method in class org.jboss.deployment.SubDeployerSupport
This method searches the entire jar file for any deployable files (@see isDeployable).
addDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
addDeployer(SubDeployer) - Method in class org.jboss.deployment.MainDeployer
The addDeployer method registers a deployer with the main deployer.
addDeployer(SubDeployer) - Method in interface org.jboss.deployment.MainDeployerMBean
The addDeployer method registers a deployer with the main deployer.
addEndorsedJars() - Method in class org.jboss.system.server.ServerLoader
Add the jars from the lib/endorsed dir if it exists.
addHttpDeployment(String, HttpURLDeploymentScanner.HttpLister) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
addLibraries(String) - Method in class org.jboss.system.server.ServerLoader
Add a list of comma seperated library file names.
addLibrary(String) - Method in class org.jboss.system.server.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.
addLibraryJar(URL) - Method in class org.jboss.deployment.DeploymentInfo
All library jars referenced through either the manifest references or sar classpaths are added to the root DeploymentInfo class loader.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.system.server.ServerImpl
 
addPrefix(String) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
addPrefixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
addScanDir(URL, Comparator, FileFilter) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
addScanDir(String, String, String) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
addScanDir(URL, Comparator, FileFilter) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
addScanDir(String, String, String) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
addScanURL(URL) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
addScanURL(String) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
addScanURL(URL) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
addScanURL(String) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
addSuffix(String) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
addSuffixes(String[], int) - Method in class org.jboss.deployment.SuffixOrderHelper
Insert the specified suffixes in the correct position and regenerate the SuffixOrder array, if needed.
addSuffixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
addURL(URL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
addURL(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
addURL(URL) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
addURL(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
addURL(URL) - Method in class org.jboss.system.server.ServerLoader
Add an extra URL to the classpath used to load the server.
alphaCompare(Object, Object) - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
alternativeDD - Variable in class org.jboss.deployment.DeploymentInfo
If this deployed as part of an EAR, there may be an alernative DD
apmCreate() - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmCreate() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
apmExists(String) - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmExists(String) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
apmListAll() - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmListAll() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
apmListAllAsString() - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmListAllAsString() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
apmRemove(String) - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmRemove(String) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
apmRemoveAll() - Method in class org.jboss.system.pm.AttributePersistenceService
 
apmRemoveAll() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 

B

BLOCKING_SHUTDOWN - Static variable in interface org.jboss.system.server.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.system.server.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.
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
 
bind(Object, Object) - Static method in class org.jboss.system.Registry
 
boot(String[]) - Method in class org.jboss.Main
Boot up JBoss.
buildDownloadUrlForFile(String, String, String) - Static method in class org.jboss.deployment.NetBootHelper
 
buildListUrlForFolder(String, String) - Static method in class org.jboss.deployment.NetBootHelper
 

C

CONFIGURATION - Static variable in class org.jboss.deployment.SubDeployerSupport
The singleton class configuration object for this class.
CONFIGURED - Static variable in class org.jboss.system.ServiceContext
 
CONSTRUCTED - Static variable in class org.jboss.deployment.DeploymentState
 
CREATED - Static variable in class org.jboss.deployment.DeploymentState
 
CREATED - Static variable in class org.jboss.system.ServiceContext
 
CREATED - Static variable in interface org.jboss.system.ServiceMBean
The Service.create has completed
CREATE_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
CREATE_EVENT - Static variable in interface org.jboss.system.ServiceMBean
The JMX notification event type for a service create state
CREATE_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes create
CREATE_SUBDEPLOYMENTS - Static variable in class org.jboss.deployment.DeploymentState
 
ClasspathExtension - class org.jboss.deployment.ClasspathExtension.
A service that allows one to add an arbitrary URL to a named LoaderRepository.
ClasspathExtension() - Constructor for class org.jboss.deployment.ClasspathExtension
 
ClasspathExtensionMBean - interface org.jboss.deployment.ClasspathExtensionMBean.
MBean interface.
ConfigurationException - exception org.jboss.system.ConfigurationException.
Thrown to indicate a non-fatal configuration related problem.
ConfigurationException(String) - Constructor for class org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for class org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified detail message and nested Throwable.
ConfigurationException(Throwable) - Constructor for class org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified nested Throwable.
ConfigurationException() - Constructor for class org.jboss.system.ConfigurationException
Construct a ConfigurationException with no detail.
checkIncompleteDeployments() - Method in class org.jboss.deployment.MainDeployer
Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies.
checkIncompleteDeployments() - Method in interface org.jboss.deployment.MainDeployerMBean
Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies.
classpath - Variable in class org.jboss.deployment.DeploymentInfo
The classpath declared by this xml descriptor, needs entry
classpath - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
cleanup() - Method in class org.jboss.deployment.DeploymentInfo
 
compare(Object, Object) - Method in class org.jboss.deployment.DeploymentInfoComparator
 
compare(Object, Object) - Method in class org.jboss.deployment.DeploymentSorter
Return a negative number if o1 appears lower in the the suffix order than o2.
compare(Object, Object) - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
compare(Object, Object) - Method in class org.jboss.deployment.scanner.PrefixDeploymentSorter
As described in @see java.util.Comparator.
configurator - Variable in class org.jboss.system.ServiceController
Configurator, helper class to configure MBeans
configure(ObjectName, ObjectName, Element, List) - Method in class org.jboss.system.ServiceConfigurator
The configure method configures an mbean based on the xml element configuration passed in.
context - Variable in class org.jboss.deployment.DeploymentInfo
An arbitrary map of state associated with the deployment
copy(URL, File) - Method in class org.jboss.deployment.MainDeployer
 
copyURL(URL, File) - Method in class org.jboss.deployment.cache.FileDeploymentStore
Copy the data at the given source URL to the given file.
create(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
Describe create method here.
create(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
Describe create method here.
create(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
create(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
Set up the components of the deployment that do not refer to other components
create(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
Set up the components of the deployment that do not refer to other components
create(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Sub-classes should override this method to provide custom 'create' logic.
create(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
create(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
create() - Method in interface org.jboss.system.Service
create the service, do expensive operations etc
create(ObjectName) - Method in class org.jboss.system.ServiceController
#Description of the Method
create(ObjectName, Collection) - Method in class org.jboss.system.ServiceController
#Description of the Method
create(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
#Description of the Method
create(ObjectName, Collection) - Method in interface org.jboss.system.ServiceControllerMBean
#Description of the Method
create() - Method in class org.jboss.system.ServiceMBeanSupport
 
create(String, Element) - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
create(String, Element) - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Initializes the AttributePersistenceManager using the supplied configuration element CONFIG_ELEMENT whose content will be probably different for each particular implementation.
createClassLoaders() - Method in class org.jboss.deployment.DeploymentInfo
Create a UnifiedClassLoader for the deployment that loads from the localUrl and uses its parent deployments url as its orignal url.
createServer(String, ClassLoader) - Method in class org.jboss.system.server.ServerLoader
Construct a new instance of Server, loading all required classes from the given ClossLoader.
createService() - Method in class org.jboss.deployment.ClasspathExtension
 
createService() - Method in class org.jboss.deployment.MainDeployer
The createService method is one of the ServiceMBean lifecyle operations.
createService(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Do the create lifecyle for the deployment
createService() - Method in class org.jboss.deployment.SubDeployerSupport
The createService method is one of the ServiceMBean lifecyle operations.
createService() - Method in class org.jboss.deployment.XSLSubDeployer
 
createService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
createService() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Setup the url map.
createService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
createService(MBeanServer, ObjectName) - Method in interface org.jboss.system.ServiceFactory
Create a Service proxy instance for the MBean given by name.
createService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'create' logic.
create_abstract_interface_tc(String, String) - Method in class org.jboss.system.ORBSingleton
 
create_alias_tc(String, String, TypeCode) - Method in class org.jboss.system.ORBSingleton
 
create_any() - Method in class org.jboss.system.ORBSingleton
 
create_array_tc(int, TypeCode) - Method in class org.jboss.system.ORBSingleton
 
create_context_list() - Method in class org.jboss.system.ORBSingleton
 
create_enum_tc(String, String, String[]) - Method in class org.jboss.system.ORBSingleton
 
create_environment() - Method in class org.jboss.system.ORBSingleton
 
create_exception_list() - Method in class org.jboss.system.ORBSingleton
 
create_exception_tc(String, String, StructMember[]) - Method in class org.jboss.system.ORBSingleton
 
create_fixed_tc(short, short) - Method in class org.jboss.system.ORBSingleton
 
create_interface_tc(String, String) - Method in class org.jboss.system.ORBSingleton
 
create_list(int) - Method in class org.jboss.system.ORBSingleton
 
create_named_value(String, Any, int) - Method in class org.jboss.system.ORBSingleton
 
create_native_tc(String, String) - Method in class org.jboss.system.ORBSingleton
 
create_operation_list(Object) - Method in class org.jboss.system.ORBSingleton
 
create_output_stream() - Method in class org.jboss.system.ORBSingleton
 
create_recursive_sequence_tc(int, int) - Method in class org.jboss.system.ORBSingleton
Deprecated. Deprecated by CORBA 2.3.
create_recursive_tc(String) - Method in class org.jboss.system.ORBSingleton
 
create_sequence_tc(int, TypeCode) - Method in class org.jboss.system.ORBSingleton
 
create_string_tc(int) - Method in class org.jboss.system.ORBSingleton
 
create_struct_tc(String, String, StructMember[]) - Method in class org.jboss.system.ORBSingleton
 
create_union_tc(String, String, TypeCode, UnionMember[]) - Method in class org.jboss.system.ORBSingleton
 
create_value_box_tc(String, String, TypeCode) - Method in class org.jboss.system.ORBSingleton
 
create_value_tc(String, String, short, TypeCode, ValueMember[]) - Method in class org.jboss.system.ORBSingleton
 
create_wstring_tc(int) - Method in class org.jboss.system.ORBSingleton
 
creator - Variable in class org.jboss.system.ServiceController
Creator, helper class to instantiate MBeans

D

DATA_DIR_ELEMENT - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
The XML configuration element
DEFAULT_APM - Static variable in class org.jboss.system.pm.AttributePersistenceService
The default AttributePersistenceManager implementation
DEFAULT_BASE_DIR - Static variable in class org.jboss.system.pm.XMLAttributePersistenceManager
Default base directory if one not specified
DEFAULT_BLOCKING_SHUTDOWN - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ServerConfig.BLOCKING_SHUTDOWN.
DEFAULT_BOOT_LIBRARY_LIST - Static variable in class org.jboss.system.server.ServerLoader
The default list of boot libraries.
DEFAULT_DESTROY_APM_ON_STOP - Static variable in class org.jboss.system.pm.AttributePersistenceService
The default behaviour for destroying the APM when stopping
DEFAULT_ENHANCED_SUFFIX_ORDER - Static variable in class org.jboss.deployment.SuffixOrderHelper
Default EnhancedSuffixOrder Those values are indicative - we just know they'll work with the compiled order of subdeployers like the aop or ejb3, but any order can be set using the EnhancedSuffixOrder attribute and/or the individual subdeployer's relative order.
DEFAULT_EXIT_ON_SHUTDOWN - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ServerConfig.EXIT_ON_SHUTDOWN.
DEFAULT_LOADER_REPOSITORY - Static variable in class org.jboss.system.ServiceController
 
DEFAULT_LOADER_REPOSITORY - Static variable in class org.jboss.system.server.ServerInfo
 
DEFAULT_NETBOOT_LISTING_URL - Static variable in class org.jboss.deployment.NetBootHelper
 
DEFAULT_REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ServerConfig.REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY.
DEFAULT_ROOT_DEPLOYMENT_FILENAME - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ROOT_DEPLOYMENT_FILENAME.
DEFAULT_SERVER_NAME - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ServerConfig.SERVER_NAME.
DEFAULT_SERVER_TYPE - Static variable in class org.jboss.system.server.ServerLoader
The default server type.
DEFAULT_SUFFIX_ORDER - Static variable in class org.jboss.deployment.DeploymentSorter
The default order for sorting deployments.
DELEGATE_CLASS_KEY - Static variable in class org.jboss.system.ORBSingleton
System property key that specifies the actual ORB singleton class.
DESTROYED - Static variable in class org.jboss.deployment.DeploymentState
 
DESTROYED - Static variable in class org.jboss.system.ServiceContext
 
DESTROYED - Static variable in interface org.jboss.system.ServiceMBean
The Service.destroy has completed
DESTROY_EVENT - Static variable in interface org.jboss.system.ServiceMBean
The JMX notification event type for a service create state
DESTROY_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes destroy
DefaultDeploymentSorter - interface org.jboss.deployment.DefaultDeploymentSorter.
Comment
Deployer - interface org.jboss.deployment.Deployer.
The interface which a deployer must implement.
DeployerMBean - interface org.jboss.deployment.DeployerMBean.
MBean interface.
DeploymentCache - class org.jboss.deployment.cache.DeploymentCache.
A Deployer-like service which intercepts deploy/undeploy calls to MainDeployer and provides local caching of target URLs using local disk.
DeploymentCache() - Constructor for class org.jboss.deployment.cache.DeploymentCache
 
DeploymentCacheMBean - interface org.jboss.deployment.cache.DeploymentCacheMBean.
MBean interface.
DeploymentException - exception org.jboss.deployment.DeploymentException.
Thrown by a deployer if an application component could not be deployed.
DeploymentException(String) - Constructor for class org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified detail message.
DeploymentException(String, Throwable) - Constructor for class org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified detail message and nested Throwable.
DeploymentException(Throwable) - Constructor for class org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified nested Throwable.
DeploymentException() - Constructor for class org.jboss.deployment.DeploymentException
Construct a DeploymentException with no detail.
DeploymentFilter - class org.jboss.deployment.scanner.DeploymentFilter.
A simple filter to for the URLDeploymentScanner.
DeploymentFilter() - Constructor for class org.jboss.deployment.scanner.DeploymentFilter
Use the default values for suffixes, prefixes, and matches
DeploymentFilter(String[], String[], String[]) - Constructor for class org.jboss.deployment.scanner.DeploymentFilter
Create using a custom set of matches, prefixes, and suffixes.
DeploymentInfo - class org.jboss.deployment.DeploymentInfo.
Service Deployment Info .
DeploymentInfo(URL, DeploymentInfo, MBeanServer) - Constructor for class org.jboss.deployment.DeploymentInfo
 
DeploymentInfoComparator - class org.jboss.deployment.DeploymentInfoComparator.
This comparator takes a delegate comparator that can compare URLs, and applies that to DeploymentInfo objects
DeploymentInfoComparator(Comparator) - Constructor for class org.jboss.deployment.DeploymentInfoComparator
 
DeploymentScanner - interface org.jboss.deployment.scanner.DeploymentScanner.
Provides the basic interface for a deployment scanner.
DeploymentScannerMBean - interface org.jboss.deployment.scanner.DeploymentScannerMBean.
MBean interface.
DeploymentSorter - class org.jboss.deployment.DeploymentSorter.
A helper class for sorting deployments.
DeploymentSorter(String[]) - Constructor for class org.jboss.deployment.DeploymentSorter
 
DeploymentSorter() - Constructor for class org.jboss.deployment.DeploymentSorter
 
DeploymentState - class org.jboss.deployment.DeploymentState.
A type-safe enumeration for the status a DeploymentInfo may be in
DeploymentStore - interface org.jboss.deployment.cache.DeploymentStore.
Provides the interface for abstracting the actual storage of cached deployments.
DeploymentStoreMBean - interface org.jboss.deployment.cache.DeploymentStoreMBean.
MBean interface.
date - Variable in class org.jboss.deployment.DeploymentInfo
The initial construction timestamp
date - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
dbf - Variable in class org.jboss.deployment.XSLSubDeployer
 
ddSuffix - Variable in class org.jboss.deployment.XSLSubDeployer
 
defaultHttpDirectoryListerUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
defaultHttpLister - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
delPrefix(String) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
delPrefixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
delSuffix(String) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
delSuffixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
delegate - Variable in class org.jboss.deployment.XSLSubDeployer
 
delegateName - Variable in class org.jboss.deployment.XSLSubDeployer
 
dependsOnMe - Variable in class org.jboss.system.ServiceContext
beans that depend on me
deploy(URL) - Method in interface org.jboss.deployment.Deployer
Deploys a package identified by a URL
deploy(URL) - Method in interface org.jboss.deployment.DeployerMBean
Deploys a package identified by a URL
deploy(String) - Method in class org.jboss.deployment.MainDeployer
The deploy method deploys a package identified by a string representation of a URL.
deploy(URL) - Method in class org.jboss.deployment.MainDeployer
The deploy method deploys a package identified by a URL
deploy(DeploymentInfo) - Method in class org.jboss.deployment.MainDeployer
The deploy method deploys a package represented by a DeploymentInfo object.
deploy(String) - Method in interface org.jboss.deployment.MainDeployerMBean
The deploy method deploys a package identified by a string representation of a URL.
deploy(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
The deploy method deploys a package identified by a URL
deploy(DeploymentInfo) - Method in interface org.jboss.deployment.MainDeployerMBean
The deploy method deploys a package represented by a DeploymentInfo object.
deploy(URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
deploy(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
deploy(HttpURLDeploymentScanner.DeployedRemoteURL) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
deploy(URLDeploymentScanner.DeployedURL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
A helper to deploy the given URL with the deployer.
deployUrl(DeploymentInfo, URL, String) - Method in class org.jboss.deployment.SubDeployerSupport
 
deployed() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
deployedFiles - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
deployedLastModified - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
deployedObject - Variable in class org.jboss.deployment.DeploymentInfo
The variable deployedObject can contain the MBean that is created through the deployment.
deployedObject - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
deployedSet - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
A set of scanned urls which have been deployed.
deployer - Variable in class org.jboss.deployment.DeploymentInfo
The subdeployer that handles the deployment
deployer - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
deployer - Variable in class org.jboss.deployment.cache.DeploymentCache
A proxy to the deployer we are using.
deployer - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
A proxy to the deployer we are using.
destroy(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.
destroy(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.
destroy(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
destroy(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The destroy method removes individual components
destroy(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
The destroy method removes individual components
destroy(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Sub-classes should override this method to provide custom 'destroy' logic.
destroy(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
destroy(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
destroy() - Method in interface org.jboss.system.Service
destroy the service, tear down
destroy(ObjectName) - Method in class org.jboss.system.ServiceController
#Description of the Method
destroy(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
#Description of the Method
destroy() - Method in class org.jboss.system.ServiceMBeanSupport
 
destroy() - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
destroy() - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Releases resources and destroys the AttributePersistenceManager.
destroyService() - Method in class org.jboss.deployment.ClasspathExtension
 
destroyService(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Do the destroy lifecyle for the deployment
destroyService() - Method in class org.jboss.deployment.SubDeployerSupport
Clean up.
destroyService() - Method in class org.jboss.deployment.XSLSubDeployer
 
destroyService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
destroyService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
destroyService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'destroy' logic.
determineObjectName(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Determine the object name
dir - Variable in class org.jboss.deployment.cache.FileDeploymentStore
The local directory where cache data will be stored.
displayAllPackageInfo() - Method in class org.jboss.system.server.ServerInfo
This does not work as expected because the thread context class loader is not used to determine which class loader the package list is obtained from.
displayInfoForClass(String) - Method in class org.jboss.system.server.ServerInfo
Display the ClassLoader, ProtectionDomain and Package information for the specified class.
displayInfoForClass(String) - Method in interface org.jboss.system.server.ServerInfoMBean
Display the ClassLoader, ProtectionDomain and Package information for the specified class.
displayPackageInfo(String) - Method in class org.jboss.system.server.ServerInfo
Display the java.lang.Package info for the pkgName
displayPackageInfo(String) - Method in interface org.jboss.system.server.ServerInfoMBean
Display the java.lang.Package info for the pkgName
doRecursiveSearch - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
 
doScan() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
document - Variable in class org.jboss.deployment.DeploymentInfo
Each Deployment is really mapping one to one to a XML document, here in its parsed form.
documentUrl - Variable in class org.jboss.deployment.DeploymentInfo
An optional URL to the URL of the document loaded
documentUrl - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
downloadUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 

E

EXIT_ON_SHUTDOWN - Static variable in interface org.jboss.system.server.ServerConfig
Constant that holds the name of the environment property for specifying whether or not the server should exit the JVM on shutdown.
enabled - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
True if the scan loop should run.
entries - Static variable in class org.jboss.system.Registry
 
equals(Object) - Method in class org.jboss.deployment.DeploymentInfo
 
equals(Object) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
equals(Object) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
exists(String) - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
exists(String) - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Checks if a persistened AttributeList for this particular id exists
exit(int) - Method in interface org.jboss.system.server.Server
Shutdown the server, the JVM and run shutdown hooks.
exit(int) - Method in class org.jboss.system.server.ServerImpl
Shutdown the server, the JVM and run shutdown hooks.
exit() - Method in class org.jboss.system.server.ServerImpl
Shutdown the server, the JVM and run shutdown hooks.
exit(int) - Method in interface org.jboss.system.server.ServerImplMBean
Shutdown the server, the JVM and run shutdown hooks.
exit() - Method in interface org.jboss.system.server.ServerImplMBean
Shutdown the server, the JVM and run shutdown hooks.
extraClasspath - Variable in class org.jboss.system.server.ServerLoader
A list of extra URLs to add to the classpath when loading the server.

F

FAILED - Static variable in class org.jboss.deployment.DeploymentState
 
FAILED - Static variable in class org.jboss.system.ServiceContext
 
FAILED - Static variable in interface org.jboss.system.ServiceMBean
There has been an error during some operation
FileDeploymentStore - class org.jboss.deployment.cache.FileDeploymentStore.
A local file based DeploymentStore.
FileDeploymentStore() - Constructor for class org.jboss.deployment.cache.FileDeploymentStore
 
FileDeploymentStoreMBean - interface org.jboss.deployment.cache.FileDeploymentStoreMBean.
MBean interface.
filter - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
Allow a filter for scanned directories
findDd(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
findFileWithName(String, NetBootFile[]) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
findFileWithName(String, List) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
fixRemoteAddress(InetAddress) - Static method in class org.jboss.system.server.ServerConfigUtil
Fix the remote inet address.
fixRemoteAddress(String) - Static method in class org.jboss.system.server.ServerConfigUtil
Fix the remote address.
folder - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 

G

get(URL) - Method in interface org.jboss.deployment.cache.DeploymentStore
Get the stored URL for the given deployment URL.
get(URL) - Method in interface org.jboss.deployment.cache.DeploymentStoreMBean
Get the stored URL for the given deployment URL.
get(URL) - Method in class org.jboss.deployment.cache.FileDeploymentStore
 
get(URL) - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
 
getActiveThreadCount() - Method in class org.jboss.system.server.ServerInfo
 
getActiveThreadCount() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getActiveThreadGroupCount() - Method in class org.jboss.system.server.ServerInfo
 
getActiveThreadGroupCount() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getAllDeploymentListers() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
getAllURLs() - Method in class org.jboss.system.server.NoAnnotationURLClassLoader
Return all library URLs
getApmDestroyOnServiceStop() - Method in class org.jboss.system.pm.AttributePersistenceService
 
getApmDestroyOnServiceStop() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
getAssociatedLister() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
getAttribute(String) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getAttributePersistenceManagerClass() - Method in class org.jboss.system.pm.AttributePersistenceService
 
getAttributePersistenceManagerClass() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
getAttributePersistenceManagerConfig() - Method in class org.jboss.system.pm.AttributePersistenceService
 
getAttributePersistenceManagerConfig() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
getAttributes(String[]) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getAvailableProcessors() - Method in class org.jboss.system.server.ServerInfo
Returns Runtime.getRuntime().availableProcessors() on JDK 1.4 vms or -1 on previous versions.
getAvailableProcessors() - Method in interface org.jboss.system.server.ServerInfoMBean
Returns Runtime.getRuntime().availableProcessors() on JDK 1.4 vms or -1 on previous versions.
getBlockingShutdown() - Method in interface org.jboss.system.server.ServerConfig
Get the BlockingShutdown value.
getBlockingShutdown() - Method in class org.jboss.system.server.ServerConfigImpl
Get the current value of the blocking shutdown flag.
getBlockingShutdown() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the current value of the blocking shutdown flag.
getBootClasspath() - Method in class org.jboss.system.server.ServerLoader
Retruns an array of URLs which will be used to load the core system and construct a new Server object instance.
getBuildDate() - Method in class org.jboss.Version
Returns the build date for this version.
getBuildDate() - Method in class org.jboss.system.server.ServerImpl
 
getBuildDate() - Method in interface org.jboss.system.server.ServerImplMBean
 
getBuildID() - Method in class org.jboss.Version
Returns the build identifier for this version.
getBuildID() - Method in class org.jboss.system.server.ServerImpl
 
getBuildID() - Method in interface org.jboss.system.server.ServerImplMBean
 
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.)
getBuildJVM() - Method in class org.jboss.system.server.ServerImpl
 
getBuildJVM() - Method in interface org.jboss.system.server.ServerImplMBean
 
getBuildNumber() - Method in class org.jboss.Version
Returns the build number for this version.
getBuildNumber() - Method in class org.jboss.system.server.ServerImpl
 
getBuildNumber() - Method in interface org.jboss.system.server.ServerImplMBean
 
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)
getBuildOS() - Method in class org.jboss.system.server.ServerImpl
 
getBuildOS() - Method in interface org.jboss.system.server.ServerImplMBean
 
getCanonicalName() - Method in class org.jboss.deployment.DeploymentInfo
The sortName concatenated with the canonical names of all parents.
getChildrenByTagName(Element, String) - Static method in class org.jboss.deployment.NetBootHelper
 
getClassAnnotation(Class) - Method in class org.jboss.system.JBossRMIClassLoader
Just delegate
getClassLoader(String) - Method in class org.jboss.system.JBossRMIClassLoader
Just delegate
getCompleteListingUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
getConfig() - Method in interface org.jboss.system.server.Server
Get the typed server configuration object which the server has been initalized to use.
getConfig() - Method in class org.jboss.system.server.ServerImpl
Get the typed server configuration object which the server has been initalized to use.
getConfiguration(ObjectName[]) - Method in class org.jboss.system.ServiceConfigurator
Builds a string that consists of the configuration elements of the currently running MBeans registered in the server.
getCopyFiles() - Method in class org.jboss.deployment.MainDeployer
Get the flag indicating whether directory content will be deployed
getCopyFiles() - Method in interface org.jboss.deployment.MainDeployerMBean
Get the flag indicating whether directory content will be deployed
getCvsTag() - Method in class org.jboss.Version
Returns the CVS tag of the version.
getDdSuffix() - Method in class org.jboss.deployment.XSLSubDeployer
Describe getDdSuffix method here.
getDdSuffix() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe getDdSuffix method here.
getDefaultBindAddress() - Static method in class org.jboss.system.server.ServerConfigUtil
Retrieve the default bind address for the server
getDefaultDownloadUrl() - Static method in class org.jboss.deployment.NetBootHelper
 
getDefaultHttpDirectoryDownloadUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
Default URL to be used when downloading files from a remote HTTP folder If none is provided, the one found in jboss.server.home.url is used
getDefaultHttpDirectoryDownloadUrl() - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
Default URL to be used when downloading files from a remote HTTP folder If none is provided, the one found in jboss.server.home.url is used
getDefaultHttpDirectoryLister() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
Default Lister object when no other lister is specified in the URLs
getDefaultHttpDirectoryListerUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
Default URL to be used when listing files on a remote HTTP folder If none is provided, the one found in jboss.netboot.listing.url is used If the URL is X, the resulting URL that is used to list the content of folder "foo" will be "Xdir=foo": the provided URL must support this naming convention
getDefaultHttpDirectoryListerUrl() - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
Default URL to be used when listing files on a remote HTTP folder If none is provided, the one found in jboss.netboot.listing.url is used If the URL is X, the resulting URL that is used to list the content of folder "foo" will be "Xdir=foo": the provided URL must support this naming convention
getDefaultListUrl() - Static method in class org.jboss.deployment.NetBootHelper
 
getDelegateName() - Method in class org.jboss.deployment.XSLSubDeployer
Describe getDelegateName method here.
getDelegateName() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe getDelegateName method here.
getDeployedFiles() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
getDeployer() - Method in class org.jboss.deployment.cache.DeploymentCache
 
getDeployer() - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
getDeployer() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
getDeployer() - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Get the ObjectName of the Deployer which we are using.
getDeployer() - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
Get the ObjectName of the Deployer which we are using.
getDeployment(URL) - Method in class org.jboss.deployment.MainDeployer
The getDeployment method returns the DeploymentInfo object for the URL supplied.
getDeployment(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
The getDeployment method returns the DeploymentInfo object for the URL supplied.
getDeploymentClass() - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the deployment class
getDeploymentState(String) - Static method in class org.jboss.deployment.DeploymentState
A factory to translate a string into the corresponding DeploymentState.
getDirectory() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Returns the local directory where cache data is stored.
getDirectory() - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
Returns the local directory where cache data is stored.
getDirectoryName() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Get the name of the local directory where cache data is stored.
getDirectoryName() - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
Get the name of the local directory where cache data is stored.
getDownloadUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
getEnhancedSuffixOrder() - Method in class org.jboss.deployment.MainDeployer
Get the enhanced suffix order
getEnhancedSuffixOrder() - Method in interface org.jboss.deployment.MainDeployerMBean
Get the enhanced suffix order
getEnhancedSuffixOrder() - Method in class org.jboss.deployment.SuffixOrderHelper
Getter for the EnhancedSuffixOrder attribute
getExitOnShutdown() - Method in interface org.jboss.system.server.ServerConfig
Get the current value of the exit on shutdown flag.
getExitOnShutdown() - Method in class org.jboss.system.server.ServerConfigImpl
Get the current value of the exit on shutdown flag.
getExitOnShutdown() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the current value of the exit on shutdown flag.
getExtension() - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the package extension for this deployment
getExtensionIndex(URL) - Method in class org.jboss.deployment.DeploymentSorter
Return the index that matches this url
getFile() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL
 
getFile() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
getFilter() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
getFilter() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
getFilter() - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
getFilter() - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
getFilter() - Method in class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Gets notification filter
getFolder() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL
 
getFreeMemory() - Method in class org.jboss.system.server.ServerInfo
 
getFreeMemory() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getHandback() - Method in class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Gets handback object
getHomeDir() - Method in interface org.jboss.system.server.ServerConfig
Get the local home directory which the server is running from.
getHomeDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the local home directory which the server is running from.
getHomeDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the local home directory which the server is running from.
getHomeURL() - Method in interface org.jboss.system.server.ServerConfig
Get the home URL which the server is running from.
getHomeURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the home URL which the server is running from.
getHomeURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the home URL which the server is running from.
getHostAddress() - Method in class org.jboss.system.server.ServerInfo
Returns InetAddress.getLocalHost().getHostAddress();
getHostAddress() - Method in interface org.jboss.system.server.ServerInfoMBean
Returns InetAddress.getLocalHost().getHostAddress();
getHostName() - Method in class org.jboss.system.server.ServerInfo
Returns InetAddress.getLocalHost().getHostName();
getHostName() - Method in interface org.jboss.system.server.ServerInfoMBean
Returns InetAddress.getLocalHost().getHostName();
getHttpDeploymentsForLister(HttpURLDeploymentScanner.HttpLister) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
getHttpListerUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
getIncompletePackages() - Method in class org.jboss.deployment.IncompleteDeploymentException
Get the IncompletePackages value.
getInstance() - Static method in class org.jboss.Version
Get the single Version instance.
getInternalAttribute(String) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getInternalAttributeInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getInternalConstructorInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getInternalDescription() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getInternalNotificationInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getInternalOperationInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getJavaVMName() - Method in class org.jboss.system.server.ServerInfo
 
getJavaVMName() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getJavaVMVendor() - Method in class org.jboss.system.server.ServerInfo
 
getJavaVMVendor() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getJavaVMVersion() - Method in class org.jboss.system.server.ServerInfo
 
getJavaVMVersion() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getJavaVendor() - Method in class org.jboss.system.server.ServerInfo
 
getJavaVendor() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getJavaVersion() - Method in class org.jboss.system.server.ServerInfo
 
getJavaVersion() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getLastModified() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
getLibraryURL() - Method in interface org.jboss.system.server.ServerConfig
Get the library URL for the server.
getLibraryURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the home URL which the server is running from.
getLibraryURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the home URL which the server is running from.
getListerUrl() - Method in class org.jboss.deployment.NetBootFile
 
getLoaderRepository() - Method in class org.jboss.deployment.ClasspathExtension
mbean get-set pair for field loaderRepository Get the value of loaderRepository
getLoaderRepository() - Method in interface org.jboss.deployment.ClasspathExtensionMBean
mbean get-set pair for field loaderRepository Get the value of loaderRepository
getLog() - Method in class org.jboss.system.ServiceMBeanSupport
 
getMBeanInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getMajor() - Method in class org.jboss.Version
Returns the major number of the version.
getManifest() - Method in class org.jboss.deployment.DeploymentInfo
getManifest returns (if present) the deployment's manifest it is lazy loaded to work from the localURL
getMaxMemory() - Method in class org.jboss.system.server.ServerInfo
Returns Runtime.getRuntime().maxMemory() on JDK 1.4 vms or -1 on previous versions.
getMaxMemory() - Method in interface org.jboss.system.server.ServerInfoMBean
Returns Runtime.getRuntime().maxMemory() on JDK 1.4 vms or -1 on previous versions.
getMbeansWaitingForClasses() - Method in class org.jboss.deployment.IncompleteDeploymentException
Get the MbeansWaitingForClasses value.
getMbeansWaitingForDepends() - Method in class org.jboss.deployment.IncompleteDeploymentException
Get the MbeansWaitingForDepends value.
getMetaDataResource(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the url of the meta data resource
getMetaDataURL() - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the metadata url
getMetadataURL() - Method in class org.jboss.deployment.ClasspathExtension
mbean get-set pair for field metadataURL Get the value of metadataURL
getMetadataURL() - Method in interface org.jboss.deployment.ClasspathExtensionMBean
mbean get-set pair for field metadataURL Get the value of metadataURL
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.
getName() - Method in class org.jboss.deployment.NetBootFile
 
getName() - Method in interface org.jboss.system.ServiceMBean
 
getName() - Method in class org.jboss.system.ServiceMBeanSupport
Use the short class name as the default for the service name.
getNativeLibToken() - Method in class org.jboss.deployment.SubDeployerSupport.ClassConfiguration
 
getNextNotificationSequenceNumber() - Method in class org.jboss.system.ServiceMBeanSupport
The getNextNotificationSequenceNumber method returns the next sequence number for use in notifications.
getNotificationInfo() - Method in class org.jboss.system.server.ServerImpl
 
getOSArch() - Method in class org.jboss.system.server.ServerInfo
 
getOSArch() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getOSName() - Method in class org.jboss.system.server.ServerInfo
 
getOSName() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getOSVersion() - Method in class org.jboss.system.server.ServerInfo
 
getOSVersion() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getObjectModelFactory() - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the object model factory
getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.deployment.JARDeployer
 
getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.deployment.MainDeployer
 
getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.deployment.SARDeployer
 
getObjectName(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the object name for this deployment
getObjectName() - Method in class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Gets objectname
getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method if they only need to set their object name during MBean pre-registration.
getPackageSuffix() - Method in class org.jboss.deployment.XSLSubDeployer
Describe getPackageSuffix method here.
getPackageSuffix() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe getPackageSuffix method here.
getPatchURL() - Method in interface org.jboss.system.server.ServerConfig
Get the patch URL for the server.
getPatchURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the patch URL for the server.
getPatchURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the patch URL for the 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.
getRecursiveSearch() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
getRecursiveSearch() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
getRelativeFolder() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
getRelativeOrder() - Method in interface org.jboss.deployment.SubDeployer
Get the relative order of the specified suffixes
getRelativeOrder() - Method in interface org.jboss.deployment.SubDeployerMBean
Get the relative order of the specified suffixes
getRelativeOrder() - Method in class org.jboss.deployment.SubDeployerSupport
Get the relative order of the specified suffixes
getRequireJBossURLStreamHandlerFactory() - Method in interface org.jboss.system.server.ServerConfig
Get the RequireJBossURLStreamHandlerFactory value.
getRequireJBossURLStreamHandlerFactory() - Method in class org.jboss.system.server.ServerConfigImpl
Get the current value of the requireJBossURLStreamHandlerFactory flag.
getRequireJBossURLStreamHandlerFactory() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the current value of the requireJBossURLStreamHandlerFactory flag.
getRevision() - Method in class org.jboss.Version
Returns the revision number of the version.
getRootDeploymentFilename() - Method in interface org.jboss.system.server.ServerConfig
Get the filename of the root deployable that will be used to finalize the bootstrap process.
getRootDeploymentFilename() - Method in class org.jboss.system.server.ServerConfigImpl
Get the filename of the root deployable that will be used to finalize the bootstrap process.
getRootDeploymentFilename() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the filename of the root deployable that will be used to finalize the bootstrap process.
getScanPeriod() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
getScanPeriod() - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Get the scan period for the scanner.
getServer() - Method in class org.jboss.deployment.DeploymentInfo
 
getServer() - Method in class org.jboss.system.ServiceMBeanSupport
 
getServerBaseDir() - Method in interface org.jboss.system.server.ServerConfig
Get the base directory for calculating server home directories.
getServerBaseDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the base directory for calculating server home directories.
getServerBaseDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the base directory for calculating server home directories.
getServerBaseURL() - Method in interface org.jboss.system.server.ServerConfig
Get the base directory for calculating server home URLs.
getServerBaseURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the base directory for calculating server home URLs.
getServerBaseURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the base directory for calculating server home URLs.
getServerConfigURL() - Method in interface org.jboss.system.server.ServerConfig
Get the server configuration URL.
getServerConfigURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the server configuration URL.
getServerConfigURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the server configuration URL.
getServerDataDir() - Method in interface org.jboss.system.server.ServerConfig
Get the directory where local data will be stored.
getServerDataDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the directory where local data will be stored.
getServerDataDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the directory where local data will be stored.
getServerHomeDir() - Method in interface org.jboss.system.server.ServerConfig
Get the server home directory.
getServerHomeDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the server home directory.
getServerHomeDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the server home directory.
getServerHomeURL() - Method in interface org.jboss.system.server.ServerConfig
Get the server home URL.
getServerHomeURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the server home URL.
getServerHomeURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the server home URL.
getServerLibraryURL() - Method in interface org.jboss.system.server.ServerConfig
Get the server library URL.
getServerLibraryURL() - Method in class org.jboss.system.server.ServerConfigImpl
Get the server library URL.
getServerLibraryURL() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the server library URL.
getServerName() - Method in interface org.jboss.system.server.ServerConfig
Get the name of the server.
getServerName() - Method in class org.jboss.system.server.ServerConfigImpl
Get the name of the server.
getServerName() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the name of the server.
getServerTempDir() - Method in interface org.jboss.system.server.ServerConfig
Get the directory where temporary files will be stored.
getServerTempDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the directory where temporary files will be stored.
getServerTempDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the directory where temporary files will be stored.
getService(ObjectName) - Method in class org.jboss.deployment.SARDeployer
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.
getService(ObjectName) - Method in interface org.jboss.deployment.SARDeployerMBean
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.
getServiceContext(ObjectName) - Method in class org.jboss.system.ServiceController
Lookup the ServiceContext for the given serviceName
getServiceContext(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Lookup the ServiceContext for the given serviceName
getServiceName() - Method in interface org.jboss.deployment.SubDeployer
Get the JMX ObjectName of the service that provides the SubDeployer
getServiceName() - Method in class org.jboss.system.ServiceMBeanSupport
 
getSize() - Method in class org.jboss.deployment.NetBootFile
 
getSpecificBindAddress() - Static method in class org.jboss.system.server.ServerConfigUtil
Retrieve the default bind address, but only if it is specific
getStartDate() - Method in class org.jboss.system.server.ServerImpl
 
getStartDate() - Method in interface org.jboss.system.server.ServerImplMBean
 
getState() - Method in interface org.jboss.system.ServiceMBean
 
getState() - Method in class org.jboss.system.ServiceMBeanSupport
 
getState() - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
getState() - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Returns true if the AttributePersistenceManager is "in-service" state, i.e.
getStateString() - Method in interface org.jboss.system.ServiceMBean
 
getStateString() - Method in class org.jboss.system.ServiceMBeanSupport
 
getStore() - Method in class org.jboss.deployment.cache.DeploymentCache
 
getStore() - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
getSuffixOrder() - Method in interface org.jboss.deployment.DefaultDeploymentSorter
 
getSuffixOrder() - Method in class org.jboss.deployment.DeploymentSorter
 
getSuffixOrder() - Method in class org.jboss.deployment.MainDeployer
Get the ordering of the deployment suffixes
getSuffixOrder() - Method in interface org.jboss.deployment.MainDeployerMBean
Get the ordering of the deployment suffixes
getSuffixOrder() - Method in class org.jboss.deployment.SuffixOrderHelper
Getter only for the SuffixOrder as known by the MainDeployer and the Scanners The value is updated during init() with suffixes that remain constant.
getSuffixOrder() - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
getSuffixOrder() - Method in class org.jboss.deployment.scanner.PrefixDeploymentSorter
 
getSuffixes() - Method in interface org.jboss.deployment.SubDeployer
Get an array of suffixes of interest to this subdeployer
getSuffixes() - Method in interface org.jboss.deployment.SubDeployerMBean
Get an array of suffixes of interest to this subdeployer
getSuffixes() - Method in class org.jboss.deployment.SubDeployerSupport
Get an array of suffixes of interest to this subdeployer
getTag() - Method in class org.jboss.Version
Returns the tag of the version.
getTempDir() - Method in class org.jboss.deployment.MainDeployer
Get the temp directory
getTempDir() - Method in interface org.jboss.deployment.MainDeployerMBean
Get the temp directory
getTempDirString() - Method in class org.jboss.deployment.MainDeployer
Get the temp directory
getTempDirString() - Method in interface org.jboss.deployment.MainDeployerMBean
Get the temp directory
getTopRepositoryConfig() - Method in class org.jboss.deployment.DeploymentInfo
The the class loader repository name of the top most DeploymentInfo
getTotalMemory() - Method in class org.jboss.system.server.ServerInfo
 
getTotalMemory() - Method in interface org.jboss.system.server.ServerInfoMBean
 
getURL(String) - Method in class org.jboss.system.server.ServerLoader
Get a URL from configuration or system properties.
getURLComparator() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
getURLComparator() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
getURLComparator() - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
getURLComparator() - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
getURLFromFile(File) - Method in class org.jboss.deployment.cache.FileDeploymentStore
 
getURLList() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
getURLList() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
getURLs() - Method in class org.jboss.system.server.NoAnnotationURLClassLoader
Return an empty URL array to force the RMI marshalling subsystem to use the java.server.codebase property as the annotated codebase.
getUniqueChild(Element, String) - Static method in class org.jboss.deployment.NetBootHelper
from org.jboss.metadata.MetaData which is not in the System module (which is understandable)
getUrlForFile(NetBootFile) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
getVersion() - Method in class org.jboss.system.server.ServerImpl
 
getVersion() - Method in interface org.jboss.system.server.ServerImplMBean
 
getVersionName() - Method in class org.jboss.system.server.ServerImpl
 
getVersionName() - Method in interface org.jboss.system.server.ServerImplMBean
 
getVersionTag() - Method in class org.jboss.system.pm.AttributePersistenceService
 
getVersionTag() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
getWaitingForDeployer() - Method in class org.jboss.deployment.IncompleteDeploymentException
Get the WaitingForDeployer value.
getWatchUrl(URL) - Method in class org.jboss.deployment.MainDeployer
The getWatchUrl method returns the URL that, when modified, indicates that a redeploy is needed.
getWatchUrl(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
The getWatchUrl method returns the URL that, when modified, indicates that a redeploy is needed.
getXslUrl() - Method in class org.jboss.deployment.XSLSubDeployer
Describe getXslUrl method here.
getXslUrl() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe getXslUrl method here.
get_current() - Method in class org.jboss.system.ORBSingleton
Deprecated. Deprecated by CORBA 2.3.
get_default_context() - Method in class org.jboss.system.ORBSingleton
 
get_next_response() - Method in class org.jboss.system.ORBSingleton
 
get_primitive_tc(TCKind) - Method in class org.jboss.system.ORBSingleton
 

H

HOME_DIR - Static variable in interface org.jboss.system.server.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.system.server.ServerConfig
Constant that holds the name of the environment property for specifying the home URL for JBoss.
HttpURLDeploymentScanner - class org.jboss.deployment.scanner.HttpURLDeploymentScanner.
 
HttpURLDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
HttpURLDeploymentScanner.DeployedRemoteURL - class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL.
 
HttpURLDeploymentScanner.DeployedRemoteURL(HttpURLDeploymentScanner.HttpDeploymentFolder, NetBootFile) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL
 
HttpURLDeploymentScanner.HttpDeploymentFolder - class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder.
 
HttpURLDeploymentScanner.HttpDeploymentFolder(String, HttpURLDeploymentScanner.HttpLister) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
HttpURLDeploymentScanner.HttpLister - class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister.
 
HttpURLDeploymentScanner.HttpLister(String, String) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
HttpURLDeploymentScannerMBean - interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean.
MBean interface.
halt(int) - Method in interface org.jboss.system.server.Server
Forcibly terminates the currently running Java virtual machine.
halt(int) - Method in class org.jboss.system.server.ServerImpl
Forcibly terminates the currently running Java virtual machine.
halt() - Method in class org.jboss.system.server.ServerImpl
Forcibly terminates the currently running Java virtual machine.
halt(int) - Method in interface org.jboss.system.server.ServerImplMBean
Forcibly terminates the currently running Java virtual machine.
halt() - Method in interface org.jboss.system.server.ServerImplMBean
Forcibly terminates the currently running Java virtual machine.
handleNotification(Notification, Object) - Method in class org.jboss.system.ListenerServiceMBeanSupport
DO NOT OVERRIDE THIS! Handles dynamic subscriptions before delegating to handleNotification2()
handleNotification2(Notification, Object) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Override to add notification handling!
hasURL(URL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
hasURL(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
hasURL(URL) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
hasURL(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
hashCode() - Method in class org.jboss.deployment.DeploymentInfo
 
hashCode() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
hashCode() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
httpDirectoryDownload - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
httpListerUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 

I

INITIALIZED - Static variable in class org.jboss.deployment.DeploymentState
 
INIT_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
INIT_HAS_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
INIT_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes init
INIT_WAITING_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
INSTALLED - Static variable in class org.jboss.system.ServiceContext
 
IncompleteDeploymentException - exception org.jboss.deployment.IncompleteDeploymentException.
IncompleteDeploymentException.java Created: Mon Jun 24 08:20:16 2002
IncompleteDeploymentException(Collection, Collection, Collection, Collection, Collection) - Constructor for class org.jboss.deployment.IncompleteDeploymentException
 
InvalidAttributeException - exception org.jboss.system.InvalidAttributeException.
Thrown to indicate that a given attribute value is not valid.
InvalidAttributeException(String, String) - Constructor for class org.jboss.system.InvalidAttributeException
Construct a InvalidAttributeException with the specified detail message.
InvalidAttributeException(String, String, Throwable) - Constructor for class org.jboss.system.InvalidAttributeException
Construct a InvalidAttributeException with the specified detail message and nested Throwable.
iDependOn - Variable in class org.jboss.system.ServiceContext
dependent beans
inflateJar(URL, File, String) - Method in class org.jboss.deployment.SARDeployer
The inflateJar copies the jar entries from the jar url jarUrl to the directory destDir.
init(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
Describe init method here.
init(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
Describe init method here.
init(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
init(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url.
init(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url.
init(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Sub-classes should override this method to provide custom 'init' logic.
init() - Method in class org.jboss.deployment.SuffixOrderHelper
Initialise the SuffixOrder from the EnhancedSuffixOrder
init(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
init(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
init(Properties) - Method in interface org.jboss.system.server.Server
Initialize the Server instance.
init(Properties) - Method in class org.jboss.system.server.ServerImpl
Initialize the Server instance.
initURLs() - Method in class org.jboss.system.server.ServerConfigImpl
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(Element, ObjectName) - Method in class org.jboss.system.ServiceConfigurator
The install method iterates through the mbean tags in the supplied xml configuration and creates and configures the mbeans shown.
install(Element, ObjectName) - Method in class org.jboss.system.ServiceController
Deploy the beans Deploy means "instantiate and configure" so the MBean is created in the MBeanServer You must call "create" and "start" separately on the MBean to affect the service lifecycle deploy doesn't bother with service lifecycle only MBean instanciation/registration/configuration
install(Element, ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Deploy the beans Deploy means "instantiate and configure" so the MBean is created in the MBeanServer You must call "create" and "start" separately on the MBean to affect the service lifecycle deploy doesn't bother with service lifecycle only MBean instanciation/registration/configuration
install(ObjectName, ObjectName, Element) - Method in class org.jboss.system.ServiceCreator
Parses the given configuration document and creates MBean instances in the current MBean server.
installedServices - Variable in class org.jboss.system.ServiceController
A linked list of services in the order they were created
internalInvoke(String, Object[], String[]) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
invoke(Object, Method, Object[]) - Method in class org.jboss.system.ServiceController.ServiceProxy
Map the method name to a Service interface method index and if the corresponding hasOp array element is true, dispatch the method to the mbean we are proxying.
invoke(String, Object[], String[]) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
isDeployable(String, URL) - Method in class org.jboss.deployment.SubDeployerSupport
This method returns true if the name is a recognized archive file.
isDeployed(URL) - Method in interface org.jboss.deployment.Deployer
Tells you if a packaged identified by a URL is deployed.
isDeployed(URL) - Method in interface org.jboss.deployment.DeployerMBean
Tells you if a packaged identified by a URL is deployed.
isDeployed(String) - Method in class org.jboss.deployment.MainDeployer
The isDeployed method tells you if a package identified by a string representation of a URL is currently deployed.
isDeployed(URL) - Method in class org.jboss.deployment.MainDeployer
The isDeployed method tells you if a packaged identified by a URL is deployed.
isDeployed(String) - Method in interface org.jboss.deployment.MainDeployerMBean
The isDeployed method tells you if a package identified by a string representation of a URL is currently deployed.
isDeployed(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
The isDeployed method tells you if a packaged identified by a URL is deployed.
isDeployed(URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
isDeployed(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
isDeployed(URL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
Checks if the url is in the deployed set.
isDirectory - Variable in class org.jboss.deployment.DeploymentInfo
Does the deployment url point to a directory
isDirectory() - Method in class org.jboss.deployment.NetBootFile
 
isDirectory - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
isEmpty() - Method in class org.jboss.deployment.IncompleteDeploymentException
 
isFile() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
isInvalid(URL, URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
isModified() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
isRemoved() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
isScanEnabled() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
isScanEnabled() - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Check if period based scanning is enabled.
isScanEnabled() - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
Check if period based scanning is enabled.
isScript - Variable in class org.jboss.deployment.DeploymentInfo
 
isScript - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
isStarted() - Method in interface org.jboss.system.server.Server
Check if the server is started.
isStarted() - Method in class org.jboss.system.server.ServerImpl
Check if the server is started.
isStarted() - Method in interface org.jboss.system.server.ServerImplMBean
Check if the server is started.
isXML - Variable in class org.jboss.deployment.DeploymentInfo
Is this a stand-alone service descriptor
isXML - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 

J

JARDeployer - class org.jboss.deployment.JARDeployer.
This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
JARDeployer() - Constructor for class org.jboss.deployment.JARDeployer
 
JARDeployerMBean - interface org.jboss.deployment.JARDeployerMBean.
MBean interface.
JBOSS_INTERNAL_LIFECYCLE - Static variable in class org.jboss.system.ServiceController
The operation name for lifecycle
JBOSS_INTERNAL_LIFECYCLE_SIG - Static variable in class org.jboss.system.ServiceController
The signature for lifecycle operations
JBossRMIClassLoader - class org.jboss.system.JBossRMIClassLoader.
An implementation of RMIClassLoaderSpi to workaround the proxy ClassCastException problem in 1.4
JBossRMIClassLoader() - Constructor for class org.jboss.system.JBossRMIClassLoader
Required constructor
jbossInternalCreate() - Method in class org.jboss.system.ServiceMBeanSupport
 
jbossInternalDescription() - Method in class org.jboss.system.ServiceMBeanSupport
 
jbossInternalDestroy() - Method in class org.jboss.system.ServiceMBeanSupport
 
jbossInternalLifecycle(String) - Method in interface org.jboss.system.ServiceMBean
Detyped lifecycle invocation
jbossInternalLifecycle(String) - Method in class org.jboss.system.ServiceMBeanSupport
 
jbossInternalStart() - Method in class org.jboss.system.ServiceMBeanSupport
 
jbossInternalStop() - Method in class org.jboss.system.ServiceMBeanSupport
 

L

LIBRARY_URL - Static variable in interface org.jboss.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.LIBRARY_URL and ServerConfig.SERVER_LIBRARY_URL.
LastModified() - Method in class org.jboss.deployment.NetBootFile
 
ListenerServiceMBean - interface org.jboss.system.ListenerServiceMBean.
An extension of the ServiceMBean interface that provides for declarative JMX notification subscription handling.
ListenerServiceMBeanSupport - class org.jboss.system.ListenerServiceMBeanSupport.
An abstract base class that provides for declarative JMX notification subscription handling.
ListenerServiceMBeanSupport() - Constructor for class org.jboss.system.ListenerServiceMBeanSupport
Constructs a ListenerServiceMBeanSupport.
ListenerServiceMBeanSupport(Class) - Constructor for class org.jboss.system.ListenerServiceMBeanSupport
Constructs a ListenerServiceMBeanSupport.
ListenerServiceMBeanSupport(String) - Constructor for class org.jboss.system.ListenerServiceMBeanSupport
Constructs a ListenerServiceMBeanSupport.
ListenerServiceMBeanSupport(Logger) - Constructor for class org.jboss.system.ListenerServiceMBeanSupport
Constructs a ListenerServiceMBeanSupport.
ListenerServiceMBeanSupport.SubscriptionInfo - class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo.
Inner data holder class to store the parsed subscription specification.
ListenerServiceMBeanSupport.SubscriptionInfo(ObjectName, Object, NotificationFilter) - Constructor for class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Simple CTOR
lastDeployed - Variable in class org.jboss.deployment.DeploymentInfo
The last system time the deployment inited by the MainDeployer
lastDeployed - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
lastIncompleteDeploymentException - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
 
lastModified - Variable in class org.jboss.deployment.DeploymentInfo
use for "should we redeploy failed"
lastModified - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
libraryURL - Variable in class org.jboss.system.server.ServerLoader
The URL where libraries are read from.
listAll() - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
listAll() - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Returns a String array with all the saved ids under the configured version tag.
listAllFromDirectory(String) - Static method in class org.jboss.deployment.NetBootHelper
 
listAllFromDirectory(String, boolean, boolean) - Static method in class org.jboss.deployment.NetBootHelper
The is expected document we should receive in result: In this case we are only interested in file, not directories
listConfiguration(ObjectName[]) - Method in class org.jboss.system.ServiceController
Gets the Configuration attribute of the ServiceController object
listConfiguration(ObjectName[]) - Method in interface org.jboss.system.ServiceControllerMBean
Gets the Configuration attribute of the ServiceController object
listDeployed() - Method in class org.jboss.deployment.MainDeployer
The listDeployed method returns a collection of DeploymemtInfo objects for the currently deployed packages.
listDeployed() - Method in interface org.jboss.deployment.MainDeployerMBean
The listDeployed method returns a collection of DeploymemtInfo objects for the currently deployed packages.
listDeployed() - Method in class org.jboss.system.ServiceController
Lists the ServiceContexts of deployed mbeans
listDeployed() - Method in interface org.jboss.system.ServiceControllerMBean
Lists the ServiceContexts of deployed mbeans
listDeployedAsString() - Method in class org.jboss.deployment.MainDeployer
Describe listDeployedAsString method here.
listDeployedAsString() - Method in interface org.jboss.deployment.MainDeployerMBean
Describe listDeployedAsString method here.
listDeployedModules() - Method in class org.jboss.deployment.MainDeployer
The listDeployedModules method returns a collection of SerializableDeploymentInfo objects for the currently deployed packages.
listDeployedModules() - Method in interface org.jboss.deployment.MainDeployerMBean
The listDeployedModules method returns a collection of SerializableDeploymentInfo objects for the currently deployed packages.
listDeployedNames() - Method in class org.jboss.system.ServiceController
lists ObjectNames of deployed mbeans deployed through serviceController.
listDeployedNames() - Method in interface org.jboss.system.ServiceControllerMBean
lists ObjectNames of deployed mbeans deployed through serviceController.
listDeployers() - Method in class org.jboss.deployment.MainDeployer
The listDeployers method returns a collection of ObjectNames of deployers registered with the MainDeployer.
listDeployers() - Method in interface org.jboss.deployment.MainDeployerMBean
The listDeployers method returns a collection of ObjectNames of deployers registered with the MainDeployer.
listDirectoriesFromDirectory(String) - Static method in class org.jboss.deployment.NetBootHelper
 
listFiles(String) - Method in class org.jboss.deployment.SARDeployer
 
listFilesFromDirectory(String) - Static method in class org.jboss.deployment.NetBootHelper
 
listIncompletelyDeployed() - Method in class org.jboss.deployment.MainDeployer
The listIncompletelyDeployed method returns a list of packages that have not deployed completely.
listIncompletelyDeployed() - Method in interface org.jboss.deployment.MainDeployerMBean
The listIncompletelyDeployed method returns a list of packages that have not deployed completely.
listIncompletelyDeployed() - Method in class org.jboss.system.ServiceController
The listIncompletelyDeployed method returns the service contexts for the mbeans whose status is not RUNNING, and logs the string.
listIncompletelyDeployed() - Method in interface org.jboss.system.ServiceControllerMBean
The listIncompletelyDeployed method returns the service contexts for the mbeans whose status is not RUNNING, and logs the string.
listThreadDump() - Method in class org.jboss.system.server.ServerInfo
Return a listing of the active threads and thread groups.
listThreadDump() - Method in interface org.jboss.system.server.ServerInfoMBean
Return a listing of the active threads and thread groups.
listWaitingForDeployer() - Method in class org.jboss.deployment.MainDeployer
The listWaitingForDeployer method returns a collection of the packages that currently have no identified deployer.
listWaitingForDeployer() - Method in interface org.jboss.deployment.MainDeployerMBean
The listWaitingForDeployer method returns a collection of the packages that currently have no identified deployer.
list_initial_services() - Method in class org.jboss.system.ORBSingleton
 
load(String) - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
load(String) - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Persists an AttributeList (name/value pair list), under a specified id.
load(ClassLoader) - Method in class org.jboss.system.server.ServerLoader
Load a Server instance.
loadClass(String, String, ClassLoader) - Method in class org.jboss.system.JBossRMIClassLoader
Just delegate
loadProxyClass(String, String[], ClassLoader) - Method in class org.jboss.system.JBossRMIClassLoader
Ignore the JVM, use the thread context classloader for proxy caching
localCl - Variable in class org.jboss.deployment.DeploymentInfo
local Cl is a CL that is used for metadata loading, if ejb-jar.xml is left in the parent CL through old deployments, this makes ensures that we use the local version.
localUrl - Variable in class org.jboss.deployment.DeploymentInfo
An optional URL to a local copy of the deployment
localUrl - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
locate() - Static method in class org.jboss.system.server.ServerConfigLocator
 
lock - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
Lock/notify object.
log - Static variable in class org.jboss.deployment.NetBootHelper
 
log - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
We get our own logger.
log - Variable in class org.jboss.system.ServiceMBeanSupport
The instance logger for the service.
lookup(Object) - Static method in class org.jboss.system.Registry
 
loop() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 

M

Main - class org.jboss.Main.
Provides a command line interface to start the JBoss server.
Main() - Constructor for class org.jboss.Main
Explicit constructor.
MainDeployer - class org.jboss.deployment.MainDeployer.
The main/primary component for deployment.
MainDeployer() - Constructor for class org.jboss.deployment.MainDeployer
Explict no-args contsructor for JMX.
MainDeployerConstants - interface org.jboss.deployment.MainDeployerConstants.
Constants for MainDeployers
MainDeployerMBean - interface org.jboss.deployment.MainDeployerMBean.
MBean interface.
MissingAttributeException - exception org.jboss.system.MissingAttributeException.
Thrown to indicate that a required attribute has not been set.
MissingAttributeException(String) - Constructor for class org.jboss.system.MissingAttributeException
Construct a MissingAttributeException with the specified detail message.
MissingAttributeException(String, Throwable) - Constructor for class org.jboss.system.MissingAttributeException
Construct a MissingAttributeException with the specified detail message and nested Throwable.
main(String[]) - Static method in class org.jboss.Main
This is where the magic begins.
mainDeployer - Variable in class org.jboss.deployment.SubDeployerSupport
A proxy to the MainDeployer.
mainDeployer - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
makeURL(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
A helper to make a URL from a full url, or a filespec.
manifest - Variable in class org.jboss.deployment.DeploymentInfo
the manifest entry of the deployment (if any) manifest is not serializable ...
mapFile - Variable in class org.jboss.deployment.cache.FileDeploymentStore
The file where the mapping is located.
mbeans - Variable in class org.jboss.deployment.DeploymentInfo
The mbeans deployed
mbeans - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
metaData - Variable in class org.jboss.deployment.DeploymentInfo
We can hold "typed" metadata, really an interpretation of the bare XML document
myLister - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 

N

NOTYETINSTALLED - Static variable in class org.jboss.system.ServiceContext
 
NetBootFile - class org.jboss.deployment.NetBootFile.
Represents a file/directory representation read from a distant HTTP server
NetBootFile() - Constructor for class org.jboss.deployment.NetBootFile
 
NetBootFile(String, long, long, boolean, String) - Constructor for class org.jboss.deployment.NetBootFile
 
NetBootHelper - class org.jboss.deployment.NetBootHelper.
Static helper methods for NetBoot features
NetBootHelper() - Constructor for class org.jboss.deployment.NetBootHelper
 
NoAnnotationURLClassLoader - class org.jboss.system.server.NoAnnotationURLClassLoader.
A URL classloader to avoid URL annotation of classes in RMI
NoAnnotationURLClassLoader(URL[]) - Constructor for class org.jboss.system.server.NoAnnotationURLClassLoader
Construct a URLClassLoader
NoAnnotationURLClassLoader(URL[], ClassLoader) - Constructor for class org.jboss.system.server.NoAnnotationURLClassLoader
Construct a URLClassLoader
NoAnnotationURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.jboss.system.server.NoAnnotationURLClassLoader
Construct a URLClassLoader
NullAttributePersistenceManager - class org.jboss.system.pm.NullAttributePersistenceManager.
NullAttributePersistenceManager.
NullAttributePersistenceManager() - Constructor for class org.jboss.system.pm.NullAttributePersistenceManager
 
nameToServiceMap - Variable in class org.jboss.system.ServiceController
Object Name to Service Proxy map
nativePrefix - Static variable in class org.jboss.deployment.SubDeployerSupport
Holds the native library prefix for this system.
nativeSuffix - Static variable in class org.jboss.deployment.SubDeployerSupport
Holds the native library suffix for this system.

O

OBJECT_NAME - Static variable in interface org.jboss.deployment.ClasspathExtensionMBean
 
OBJECT_NAME - Static variable in interface org.jboss.deployment.JARDeployerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.deployment.MainDeployerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.deployment.SARDeployerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.deployment.XSLSubDeployerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.ServiceControllerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerConfigImplMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerImplMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerInfoMBean
 
ORBSingleton - class org.jboss.system.ORBSingleton.
Thin wrapper class that fulfills the contract of an ORB singleton and forwards every invocation to an instance of the actual ORB singleton class, which it loads with the context classloader.
ORBSingleton() - Constructor for class org.jboss.system.ORBSingleton
The ORBSingleton constructor does what the IBM VM does not do: it uses the context classloader to load the actual ORB singleton class.
objectName - Variable in class org.jboss.system.ServiceContext
The name of the service
object_to_string(Object) - Method in class org.jboss.system.ORBSingleton
 
org.jboss - package org.jboss
 
org.jboss.deployment - package org.jboss.deployment
Core deployment framework and services.
org.jboss.deployment.cache - package org.jboss.deployment.cache
Deployment caching components.
org.jboss.deployment.scanner - package org.jboss.deployment.scanner
Deployment scanning framework and components.
org.jboss.system - package org.jboss.system
Core system framework and components.
org.jboss.system.pm - package org.jboss.system.pm
 
org.jboss.system.server - package org.jboss.system.server
Core server and loading support.

P

PATCH_URL - Static variable in interface org.jboss.system.server.ServerConfig
Constant that holds the name of the environment property for specifying the URL where JBoss will read patch library files from.
PrefixDeploymentSorter - class org.jboss.deployment.scanner.PrefixDeploymentSorter.
This class is a comparator to sort deployment URLs based on the existence of a numeric prefix.
PrefixDeploymentSorter() - Constructor for class org.jboss.deployment.scanner.PrefixDeploymentSorter
 
packageSuffix - Variable in class org.jboss.deployment.XSLSubDeployer
 
parent - Variable in class org.jboss.deployment.DeploymentInfo
And the subDeployments have a parent
parent - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
parseDocument(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
Parse the META-INF/jboss-service.xml descriptor
parseMetaData(DeploymentInfo, URL) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Parse the meta data
parseXMLClasspath(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
 
perform_work() - Method in class org.jboss.system.ORBSingleton
 
poll_next_response() - Method in class org.jboss.system.ORBSingleton
 
postDeregister() - Method in class org.jboss.system.ServiceController
 
postDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
 
postDeregister() - Method in class org.jboss.system.server.ServerInfo
 
postRegister(Boolean) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
postRegister(Boolean) - Method in class org.jboss.system.ServiceController
 
postRegister(Boolean) - Method in class org.jboss.system.ServiceMBeanSupport
 
postRegister(Boolean) - Method in class org.jboss.system.server.ServerInfo
 
preDeregister() - Method in class org.jboss.system.ServiceController
 
preDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
 
preDeregister() - Method in class org.jboss.system.server.ServerInfo
 
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
Obtain the Service values.
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.system.ServiceController
#Description of the Method
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.system.ServiceMBeanSupport
Callback method of MBeanRegistration before the MBean is registered at the JMX Agent.
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.system.server.ServerInfo
 
problem - Variable in class org.jboss.system.ServiceContext
 
processNestedDeployments(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
The processNestedDeployments method searches for any nested and deployable elements.
props - Variable in class org.jboss.system.server.ServerLoader
Configuration properties.
proxy - Variable in class org.jboss.system.ServiceContext
the fancy proxy to my service calls
put(URL) - Method in interface org.jboss.deployment.cache.DeploymentStore
Put a deployment URL into storage.
put(URL) - Method in interface org.jboss.deployment.cache.DeploymentStoreMBean
Put a deployment URL into storage.
put(URL) - Method in class org.jboss.deployment.cache.FileDeploymentStore
 
put(URL) - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
 

R

REGISTERED - Static variable in interface org.jboss.system.ServiceMBean
The MBean has been created and has completed MBeanRegistration.postRegister
RELATIVE_ORDER_100 - Static variable in interface org.jboss.deployment.SubDeployer
Indicative relative suffix order
RELATIVE_ORDER_200 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_300 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_400 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_500 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_600 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_700 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_800 - Static variable in interface org.jboss.deployment.SubDeployer
 
RELATIVE_ORDER_900 - Static variable in interface org.jboss.deployment.SubDeployer
 
REMOVE_DEPLOYER - Static variable in interface org.jboss.deployment.MainDeployerConstants
The JMX notification type sent when a deployer is added
REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY - Static variable in interface org.jboss.system.server.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.system.server.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.
RUNNING - Static variable in class org.jboss.system.ServiceContext
 
Registry - class org.jboss.system.Registry.
A registry, really, a registry.
Registry() - Constructor for class org.jboss.system.Registry
 
readMap() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Read the url map from serialized state.
redeploy(String) - Method in class org.jboss.deployment.MainDeployer
Describe redeploy method here.
redeploy(URL) - Method in class org.jboss.deployment.MainDeployer
Describe redeploy method here.
redeploy(DeploymentInfo) - Method in class org.jboss.deployment.MainDeployer
Describe redeploy method here.
redeploy(String) - Method in interface org.jboss.deployment.MainDeployerMBean
Describe redeploy method here.
redeploy(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
Describe redeploy method here.
redeploy(DeploymentInfo) - Method in interface org.jboss.deployment.MainDeployerMBean
Describe redeploy method here.
register(ObjectName) - Method in class org.jboss.system.ServiceController
Register the mbean against the microkernel with no dependencies.
register(ObjectName, Collection) - Method in class org.jboss.system.ServiceController
 
register(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Register the mbean against the microkernel with no dependencies.
register(ObjectName, Collection) - Method in interface org.jboss.system.ServiceControllerMBean
 
registerClassLoader(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Register the UCL classloader
registerDeployment(DeploymentInfo, ObjectName) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Register the deployment
relativeOrder - Variable in class org.jboss.deployment.SubDeployerSupport
The relative order of the suffixes
remove(ObjectName) - Method in class org.jboss.system.ServiceController
This MBean is going buh bye
remove(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
This MBean is going buh bye
remove(ObjectName) - Method in class org.jboss.system.ServiceCreator
 
remove(String) - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
remove(String) - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Removes the persisted AttributeList, if exists
removeAll() - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
removeAll() - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Removes all the persisted data stored under the configured version tag.
removeDeployedFile(HttpURLDeploymentScanner.DeployedRemoteURL) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
removeDeployer(SubDeployer) - Method in class org.jboss.deployment.MainDeployer
The removeDeployer method unregisters a deployer with the MainDeployer.
removeDeployer(SubDeployer) - Method in interface org.jboss.deployment.MainDeployerMBean
The removeDeployer method unregisters a deployer with the MainDeployer.
removeNotificationListener(NotificationListener) - Method in class org.jboss.system.server.ServerImpl
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.system.server.ServerImpl
 
removeScanURL(URL) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
removeScanURL(URL) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
removeSuffixes(String[], int) - Method in class org.jboss.deployment.SuffixOrderHelper
Remove the specified suffixes if they are not marked as fixed and regenerate the SuffixOrder, if needed.
removeURL(URL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
removeURL(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
removeURL(URL) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
removeURL(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
repositoryConfig - Variable in class org.jboss.deployment.DeploymentInfo
The configuration of the loader repository for this deployment
resolveWatch(DeploymentInfo, URL) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Resolve the watch url
resolve_initial_references(String) - Method in class org.jboss.system.ORBSingleton
 
rethrowAsDeploymentException(String, Throwable) - Static method in class org.jboss.deployment.DeploymentException
Rethrow a throwable as a deployment exception if it isn't already.
run() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
run() - Method in class org.jboss.system.ORBSingleton
 
runFinalization() - Method in class org.jboss.system.server.ServerImpl
Hint to the JVM to run any pending object finailizations.
runFinalization() - Method in interface org.jboss.system.server.ServerImplMBean
Hint to the JVM to run any pending object finailizations.
runGarbageCollector() - Method in class org.jboss.system.server.ServerImpl
Hint to the JVM to run the garbage collector.
runGarbageCollector() - Method in interface org.jboss.system.server.ServerImplMBean
Hint to the JVM to run the garbage collector.

S

SARDeployer - class org.jboss.deployment.SARDeployer.
This is the main Service Deployer API.
SARDeployer() - Constructor for class org.jboss.deployment.SARDeployer
 
SARDeployerMBean - interface org.jboss.deployment.SARDeployerMBean.
MBean interface.
SERVER_BASE_DIR - Static variable in interface org.jboss.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_BASE_DIR.
SERVER_BASE_URL - Static variable in interface org.jboss.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_BASE_URL.
SERVER_BIND_ADDRESS - Static variable in interface org.jboss.system.server.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.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_CONFIG_URL.
SERVER_DATA_DIR - Static variable in interface org.jboss.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_DATA_DIR.
SERVER_HOME_DIR - Static variable in interface org.jboss.system.server.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.system.server.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.system.server.ServerConfig
Constant that holds the name of the environment property for specifying the URL where JBoss will read server specific library files from.
SERVER_NAME - Static variable in interface org.jboss.system.server.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.system.server.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.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_TEMP_DIR.
SERVER_TYPE - Static variable in interface org.jboss.system.server.ServerConfig
Constant that holds the name of the environment property for specifying the class type of the server to create.
SERVICE_CONTROLLER_SIG - Static variable in class org.jboss.system.ServiceMBeanSupport
The signature for service controller operations
SL_MBEAN_ELEMENT - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_MBEAN_HANDBACK_ATTRIBUTE - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_MBEAN_NAME_ATTRIBUTE - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_NOTIFICATION_ELEMENT - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_NOTIFICATION_TYPE_ATTRIBUTE - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_ROOT_ELEMENT - Static variable in interface org.jboss.system.ListenerServiceMBean
The XML subscription-list elements and attributes
STARTED - Static variable in class org.jboss.deployment.DeploymentState
 
STARTED - Static variable in interface org.jboss.system.ServiceMBean
The Service.start has completed
STARTING - Static variable in interface org.jboss.system.ServiceMBean
The Service.start has been invoked
START_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
START_EVENT - Static variable in interface org.jboss.system.ServiceMBean
The JMX notification event type for a service create state
START_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes start
START_NOTIFICATION_TYPE - Static variable in interface org.jboss.system.server.Server
The JMX notification event type sent on end of server startup
START_SUBDEPLOYMENTS - Static variable in class org.jboss.deployment.DeploymentState
 
STOPPED - Static variable in class org.jboss.deployment.DeploymentState
 
STOPPED - Static variable in class org.jboss.system.ServiceContext
 
STOPPED - Static variable in interface org.jboss.system.ServiceMBean
The Service.stop has completed
STOPPING - Static variable in interface org.jboss.system.ServiceMBean
The Service.stop has been invoked
STOP_EVENT - Static variable in interface org.jboss.system.ServiceMBean
The JMX notification event type for a service create state
STOP_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes stop
STOP_NOTIFICATION_TYPE - Static variable in interface org.jboss.system.server.Server
The JMX notification event type sent on begin of the server shutdown
SerializableDeploymentInfo - class org.jboss.deployment.SerializableDeploymentInfo.
DeploymentInfo for remote access by the DeploymentManager.
SerializableDeploymentInfo(DeploymentInfo) - Constructor for class org.jboss.deployment.SerializableDeploymentInfo
Construct this object from a DeploymentInfo
Server - interface org.jboss.system.server.Server.
The interface of the basic JBoss server component.
ServerConfig - interface org.jboss.system.server.ServerConfig.
The interface of the basic typed JBoss server configuration.
ServerConfigImpl - class org.jboss.system.server.ServerConfigImpl.
A container for the basic configuration elements required to create a Server instance.
ServerConfigImpl(Properties) - Constructor for class org.jboss.system.server.ServerConfigImpl
Construct a new ServerConfigImpl instance.
ServerConfigImplMBean - interface org.jboss.system.server.ServerConfigImplMBean.
MBean interface.
ServerConfigLocator - class org.jboss.system.server.ServerConfigLocator.
A helper for locating the ServerConfig instance for the running server.
ServerConfigLocator() - Constructor for class org.jboss.system.server.ServerConfigLocator
 
ServerConfigUtil - class org.jboss.system.server.ServerConfigUtil.
Utilities for accessing server configuration
ServerConfigUtil() - Constructor for class org.jboss.system.server.ServerConfigUtil
 
ServerImpl - class org.jboss.system.server.ServerImpl.
The main container component of a JBoss server instance.
ServerImpl() - Constructor for class org.jboss.system.server.ServerImpl
No-arg constructor for ServerLoader.
ServerImplMBean - interface org.jboss.system.server.ServerImplMBean.
MBean interface.
ServerInfo - class org.jboss.system.server.ServerInfo.
An MBean that provides a rich view of system information for the JBoss server in which it is deployed.
ServerInfo() - Constructor for class org.jboss.system.server.ServerInfo
 
ServerInfoMBean - interface org.jboss.system.server.ServerInfoMBean.
MBean interface.
ServerLoader - class org.jboss.system.server.ServerLoader.
A helper class to load a JBoss server instance.
ServerLoader(Properties) - Constructor for class org.jboss.system.server.ServerLoader
Construct a ServerLoader.
Service - interface org.jboss.system.Service.
The Service interface.
ServiceConfigurator - class org.jboss.system.ServiceConfigurator.
Service configuration helper.
ServiceConfigurator(MBeanServer, ServiceController, ServiceCreator) - Constructor for class org.jboss.system.ServiceConfigurator
 
ServiceContext - class org.jboss.system.ServiceContext.
ServiceContext holds information for the Service
ServiceContext() - Constructor for class org.jboss.system.ServiceContext
 
ServiceController - class org.jboss.system.ServiceController.
This is the main Service Controller.
ServiceController() - Constructor for class org.jboss.system.ServiceController
 
ServiceController.ServiceProxy - class org.jboss.system.ServiceController.ServiceProxy.
An implementation of InvocationHandler used to proxy of the Service interface for mbeans.
ServiceController.ServiceProxy(ObjectName, MBeanOperationInfo[]) - Constructor for class org.jboss.system.ServiceController.ServiceProxy
Go through the opInfo array and for each operation that matches on of the Service interface methods set the corresponding hasOp array value to true.
ServiceControllerMBean - interface org.jboss.system.ServiceControllerMBean.
MBean interface.
ServiceCreator - class org.jboss.system.ServiceCreator.
A helper class for the controller.
ServiceCreator(MBeanServer) - Constructor for class org.jboss.system.ServiceCreator
 
ServiceDynamicMBeanSupport - class org.jboss.system.ServiceDynamicMBeanSupport.
ServiceDynamicMBeanSupport() - Constructor for class org.jboss.system.ServiceDynamicMBeanSupport
 
ServiceDynamicMBeanSupport(Class) - Constructor for class org.jboss.system.ServiceDynamicMBeanSupport
 
ServiceDynamicMBeanSupport(String) - Constructor for class org.jboss.system.ServiceDynamicMBeanSupport
 
ServiceDynamicMBeanSupport(Logger) - Constructor for class org.jboss.system.ServiceDynamicMBeanSupport
 
ServiceFactory - interface org.jboss.system.ServiceFactory.
The ServiceFactory interface is used to obtain a Service proxy instance for a named MBean.
ServiceMBean - interface org.jboss.system.ServiceMBean.
An interface describing a JBoss service MBean.
ServiceMBeanSupport - class org.jboss.system.ServiceMBeanSupport.
An abstract base class JBoss services can subclass to implement a service that conforms to the ServiceMBean interface.
ServiceMBeanSupport() - Constructor for class org.jboss.system.ServiceMBeanSupport
Construct a ServiceMBeanSupport.
ServiceMBeanSupport(Class) - Constructor for class org.jboss.system.ServiceMBeanSupport
Construct a ServiceMBeanSupport.
ServiceMBeanSupport(String) - Constructor for class org.jboss.system.ServiceMBeanSupport
Construct a ServiceMBeanSupport.
ServiceMBeanSupport(Logger) - Constructor for class org.jboss.system.ServiceMBeanSupport
Construct a ServiceMBeanSupport.
SimpleSubDeployerSupport - class org.jboss.deployment.SimpleSubDeployerSupport.
A simple subdeployer that deploys a managed object after parsing the deployment's xml file.
SimpleSubDeployerSupport() - Constructor for class org.jboss.deployment.SimpleSubDeployerSupport
 
SubDeployer - interface org.jboss.deployment.SubDeployer.
The common interface for sub-deployer components which perform the actual deployment services for application components.
SubDeployerMBean - interface org.jboss.deployment.SubDeployerMBean.
MBean interface.
SubDeployerSupport - class org.jboss.deployment.SubDeployerSupport.
An abstract SubDeployer.
SubDeployerSupport() - Constructor for class org.jboss.deployment.SubDeployerSupport
 
SubDeployerSupport.ClassConfiguration - class org.jboss.deployment.SubDeployerSupport.ClassConfiguration.
Static configuration properties for this class.
SubDeployerSupport.ClassConfiguration() - Constructor for class org.jboss.deployment.SubDeployerSupport.ClassConfiguration
 
SuffixOrderHelper - class org.jboss.deployment.SuffixOrderHelper.
SuffixOrderHelper.
SuffixOrderHelper(DeploymentSorter) - Constructor for class org.jboss.deployment.SuffixOrderHelper
 
scan() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
This is here to work around a bug in the IBM vm that causes an AbstractMethodError to be thrown when the ScannerThread calls scan.
scan() - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Scan for deployment changes.
scan() - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
Scan for deployment changes.
scan() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
scan() - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
 
scan() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
scan() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
scan() - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
Scan all urls.
scan() - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
scanEnabled - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
True if period based scanning is enabled.
scanPeriod - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
The scan period in milliseconds
scanRemoteDirectory(HttpURLDeploymentScanner.HttpDeploymentFolder) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
scannedHttpUrls - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
scannerThread - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
The scanner thread.
sendNotification(Notification) - Method in class org.jboss.system.server.ServerImpl
 
send_multiple_requests_deferred(Request[]) - Method in class org.jboss.system.ORBSingleton
 
send_multiple_requests_oneway(Request[]) - Method in class org.jboss.system.ORBSingleton
 
server - Variable in class org.jboss.system.ServiceMBeanSupport
The MBeanServer which we have been register with.
serverHome - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
The server's home directory, for relative paths.
serverHomeURL - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
 
serviceName - Variable in class org.jboss.system.ServiceMBeanSupport
The object name which we are registsred under.
setApmDestroyOnServiceStop(boolean) - Method in class org.jboss.system.pm.AttributePersistenceService
 
setApmDestroyOnServiceStop(boolean) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
setAttribute(Attribute) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
setAttributePersistenceManagerClass(String) - Method in class org.jboss.system.pm.AttributePersistenceService
 
setAttributePersistenceManagerClass(String) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
setAttributePersistenceManagerConfig(Element) - Method in class org.jboss.system.pm.AttributePersistenceService
 
setAttributePersistenceManagerConfig(Element) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
setAttributes(AttributeList) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
setBlockingShutdown(boolean) - Method in interface org.jboss.system.server.ServerConfig
Set the BlockingShutdown value.
setBlockingShutdown(boolean) - Method in class org.jboss.system.server.ServerConfigImpl
Enable or disable blocking when Server.shutdown() is called.
setBlockingShutdown(boolean) - Method in interface org.jboss.system.server.ServerConfigImplMBean
Enable or disable blocking when Server.shutdown() is called.
setCopyFiles(boolean) - Method in class org.jboss.deployment.MainDeployer
Set the flag indicating whether directory content will be deployed.
setCopyFiles(boolean) - Method in interface org.jboss.deployment.MainDeployerMBean
Set the flag indicating whether directory content will be deployed.
setDdSuffix(String) - Method in class org.jboss.deployment.XSLSubDeployer
Describe setDdSuffix method here.
setDdSuffix(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe setDdSuffix method here.
setDefaultHttpDirectoryDownloadUrl(String) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
setDefaultHttpDirectoryDownloadUrl(String) - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
 
setDefaultHttpDirectoryListerUrl(String) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
setDefaultHttpDirectoryListerUrl(String) - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
 
setDelegateName(ObjectName) - Method in class org.jboss.deployment.XSLSubDeployer
Describe setDelegateName method here.
setDelegateName(ObjectName) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe setDelegateName method here.
setDeployer(ObjectName) - Method in class org.jboss.deployment.cache.DeploymentCache
 
setDeployer(ObjectName) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
setDeployer(ObjectName) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
setDeployer(ObjectName) - Method in interface org.jboss.deployment.scanner.DeploymentScanner
The ObjectName of the Deployer which we will use.
setDeployer(ObjectName) - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
The ObjectName of the Deployer which we will use.
setDirectory(File) - Method in class org.jboss.deployment.cache.FileDeploymentStore
Set the local directory where cache data will be stored.
setDirectory(File) - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
Set the local directory where cache data will be stored.
setDirectoryName(String) - Method in class org.jboss.deployment.cache.FileDeploymentStore
Set the name of the local directory where cache data will be stored.
setDirectoryName(String) - Method in interface org.jboss.deployment.cache.FileDeploymentStoreMBean
Set the name of the local directory where cache data will be stored.
setEnabled(boolean) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
setEnhancedSuffixOrder(String[]) - Method in class org.jboss.deployment.MainDeployer
Set the enhanced suffix order
setEnhancedSuffixOrder(String[]) - Method in interface org.jboss.deployment.MainDeployerMBean
Set the enhanced suffix order
setEnhancedSuffixOrder(String[]) - Method in class org.jboss.deployment.SuffixOrderHelper
Setter for the EnhancedSuffixOrder attribute.
setExitOnShutdown(boolean) - Method in interface org.jboss.system.server.ServerConfig
Enable or disable exiting the JVM when Server.shutdown() is called.
setExitOnShutdown(boolean) - Method in class org.jboss.system.server.ServerConfigImpl
Enable or disable exiting the JVM when Server.shutdown() is called.
setExitOnShutdown(boolean) - Method in interface org.jboss.system.server.ServerConfigImplMBean
Enable or disable exiting the JVM when Server.shutdown() is called.
setFilter(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setFilter(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setFilter(String) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
setFilter(String) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
setInternalAttribute(Attribute) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
setLoaderRepository(ObjectName) - Method in class org.jboss.deployment.ClasspathExtension
Set the value of loaderRepository
setLoaderRepository(ObjectName) - Method in interface org.jboss.deployment.ClasspathExtensionMBean
Set the value of loaderRepository
setMetadataURL(String) - Method in class org.jboss.deployment.ClasspathExtension
Set the value of metadataURL
setMetadataURL(String) - Method in interface org.jboss.deployment.ClasspathExtensionMBean
Set the value of metadataURL
setNativeLibToken(String) - Method in class org.jboss.deployment.SubDeployerSupport.ClassConfiguration
 
setPackageSuffix(String) - Method in class org.jboss.deployment.XSLSubDeployer
Describe setPackageSuffix method here.
setPackageSuffix(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe setPackageSuffix method here.
setParameters(Transformer) - Method in class org.jboss.deployment.XSLSubDeployer
 
setRecursiveSearch(boolean) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setRecursiveSearch(boolean) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setRelativeOrder(int) - Method in interface org.jboss.deployment.SubDeployer
Set the relative order of the specified suffixes
setRelativeOrder(int) - Method in interface org.jboss.deployment.SubDeployerMBean
Set the relative order of the specified suffixes
setRelativeOrder(int) - Method in class org.jboss.deployment.SubDeployerSupport
Set the relative order of the specified suffixes
setRepositoryInfo(LoaderRepositoryFactory.LoaderRepositoryConfig) - Method in class org.jboss.deployment.DeploymentInfo
Set the UnifiedLoaderRepository info for the deployment.
setRequireJBossURLStreamHandlerFactory(boolean) - Method in interface org.jboss.system.server.ServerConfig
Set the RequireJBossURLStreamHandlerFactory value.
setRequireJBossURLStreamHandlerFactory(boolean) - Method in class org.jboss.system.server.ServerConfigImpl
Set the RequireJBossURLStreamHandlerFactory flag.
setRequireJBossURLStreamHandlerFactory(boolean) - Method in interface org.jboss.system.server.ServerConfigImplMBean
Set the RequireJBossURLStreamHandlerFactory flag.
setRootDeploymentFilename(String) - Method in interface org.jboss.system.server.ServerConfig
Set the filename of the root deployable that will be used to finalize the bootstrap process.
setRootDeploymentFilename(String) - Method in class org.jboss.system.server.ServerConfigImpl
Set the filename of the root deployable that will be used to finalize the bootstrap process.
setRootDeploymentFilename(String) - Method in interface org.jboss.system.server.ServerConfigImplMBean
Set the filename of the root deployable that will be used to finalize the bootstrap process.
setScanEnabled(boolean) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
setScanEnabled(boolean) - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Disable or enable the period based deployment scanning.
setScanEnabled(boolean) - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
Disable or enable the period based deployment scanning.
setScanPeriod(long) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
Period must be >= 0.
setScanPeriod(long) - Method in interface org.jboss.deployment.scanner.DeploymentScanner
Set the scan period for the scanner.
setScanPeriod(long) - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
Set the scan period for the scanner.
setServer(MBeanServer) - Method in class org.jboss.deployment.DeploymentInfo
 
setServiceController(ObjectName) - Method in class org.jboss.deployment.MainDeployer
Describe setServiceController method here.
setServiceController(ObjectName) - Method in interface org.jboss.deployment.MainDeployerMBean
Describe setServiceController method here.
setStore(ObjectName) - Method in class org.jboss.deployment.cache.DeploymentCache
 
setStore(ObjectName) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
setSubscriptionList(Element) - Method in interface org.jboss.system.ListenerServiceMBean
Used to configure at start-up the JMX notification subscriptions.
setSubscriptionList(Element) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Used to configure the JMX notification subscriptions.
setSuffixOrder(String[]) - Method in interface org.jboss.deployment.DefaultDeploymentSorter
 
setSuffixOrder(String[]) - Method in class org.jboss.deployment.DeploymentSorter
 
setSuffixOrder(String[]) - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
setSuffixOrder(String[]) - Method in class org.jboss.deployment.scanner.PrefixDeploymentSorter
 
setSuffixes(String[]) - Method in interface org.jboss.deployment.SubDeployer
Set an array of suffixes of interest to this subdeployer
setSuffixes(String[]) - Method in interface org.jboss.deployment.SubDeployerMBean
Set an array of suffixes of interest to this subdeployer
setSuffixes(String[]) - Method in class org.jboss.deployment.SubDeployerSupport
Set an array of suffixes of interest to this subdeployer
setTempDir(File) - Method in class org.jboss.deployment.MainDeployer
Set the temp directory
setTempDir(File) - Method in interface org.jboss.deployment.MainDeployerMBean
Set the temp directory
setURLComparator(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setURLComparator(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setURLComparator(String) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
setURLComparator(String) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
setURLList(List) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
setURLList(List) - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
 
setURLList(List) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setURLList(List) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setURLs(String) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
setURLs(String) - Method in interface org.jboss.deployment.scanner.HttpURLDeploymentScannerMBean
 
setURLs(String) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setURLs(String) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setURLs(Element) - Method in class org.jboss.deployment.scanner.URLDirectoryScanner
 
setURLs(Element) - Method in interface org.jboss.deployment.scanner.URLDirectoryScannerMBean
 
setVersionTag(String) - Method in class org.jboss.system.pm.AttributePersistenceService
 
setVersionTag(String) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
setXslUrl(String) - Method in class org.jboss.deployment.XSLSubDeployer
Describe setXslUrl method here.
setXslUrl(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
Describe setXslUrl method here.
set_parameters(String[], Properties) - Method in class org.jboss.system.ORBSingleton
 
set_parameters(Applet, Properties) - Method in class org.jboss.system.ORBSingleton
 
shortName - Variable in class org.jboss.deployment.DeploymentInfo
The suffix of the deployment url
shortName - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
shutdown() - Method in class org.jboss.deployment.MainDeployer
The shutdown method undeploys all deployed packages in reverse order of their deployement.
shutdown() - Method in interface org.jboss.deployment.MainDeployerMBean
The shutdown method undeploys all deployed packages in reverse order of their deployement.
shutdown() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
shutdown(boolean) - Method in class org.jboss.system.ORBSingleton
 
shutdown() - Method in class org.jboss.system.ServiceController
Describe shutdown method here.
shutdown() - Method in interface org.jboss.system.ServiceControllerMBean
Describe shutdown method here.
shutdown() - Method in interface org.jboss.system.server.Server
Shutdown the Server instance and run shutdown hooks.
shutdown() - Method in class org.jboss.system.server.ServerImpl
Shutdown the Server instance and run shutdown hooks.
shutdown() - Method in interface org.jboss.system.server.ServerImplMBean
Shutdown the Server instance and run shutdown hooks.
shuttingDown - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
True if we are shutting down.
sorter - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
A sorter urls from a scaned directory to allow for coarse dependency ordering based on file type
start(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
The start method starts all the mbeans in this DeploymentInfo..
start(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
The start method starts all the mbeans in this DeploymentInfo..
start(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
start(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The start method sets up relationships with other components.
start(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
The start method sets up relationships with other components.
start(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Sub-classes should override this method to provide custom 'start' logic.
start(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
start(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
start() - Method in interface org.jboss.system.Service
start the service, create is already called
start(ObjectName) - Method in class org.jboss.system.ServiceController
#Description of the Method
start(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
#Description of the Method
start() - Method in class org.jboss.system.ServiceMBeanSupport
 
start() - Method in interface org.jboss.system.server.Server
Start the Server instance.
start() - Method in class org.jboss.system.server.ServerImpl
Start the Server instance.
startService() - Method in class org.jboss.deployment.SARDeployer
The startService method gets the mbeanProxies for MainDeployer and ServiceController, used elsewhere.
startService(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Do the start lifecyle for the deployment
startService() - Method in class org.jboss.deployment.SubDeployerSupport
Performs SubDeployer registration.
startService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
startService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
startService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'start' logic.
startService() - Method in class org.jboss.system.pm.AttributePersistenceService
 
state - Variable in class org.jboss.deployment.DeploymentInfo
The current state of the deployment
state - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
state - Variable in class org.jboss.system.ServiceContext
State of the service
states - Static variable in interface org.jboss.system.ServiceMBean
 
status - Variable in class org.jboss.deployment.DeploymentInfo
A free form status for the "state" can be Deployed/failed etc etc
status - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
stop(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create.
stop(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create.
stop(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
stop(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The stop method removes relationships between components.
stop(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployerMBean
The stop method removes relationships between components.
stop(DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Sub-classes should override this method to provide custom 'stop' logic.
stop(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
stop(DeploymentInfo) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
stop() - Method in interface org.jboss.system.Service
stop the service
stop(ObjectName) - Method in class org.jboss.system.ServiceController
#Description of the Method
stop(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
#Description of the Method
stop() - Method in class org.jboss.system.ServiceMBeanSupport
 
stopService() - Method in class org.jboss.deployment.JARDeployer
 
stopService(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Do the stop lifecyle for the deployment
stopService() - Method in class org.jboss.deployment.SubDeployerSupport
Performs SubDeployer deregistration.
stopService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
stopService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
stopService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'stop' logic.
stopService() - Method in class org.jboss.system.pm.AttributePersistenceService
 
store - Variable in class org.jboss.deployment.cache.DeploymentCache
A proxy to the deployment store we are using.
store(String, AttributeList) - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
store(String, AttributeList) - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Uses the specified id to retrieve a previously persisted AttributeList.
string_to_object(String) - Method in class org.jboss.system.ORBSingleton
 
subDeployments - Variable in class org.jboss.deployment.DeploymentInfo
Anyone can have subdeployments
subDeployments - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
subscribe(boolean) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Subscribes this MBean for JMX notifications.
subscribe(boolean, ObjectName) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Subscribes a listener MBean for JMX notifications.
subscribe(List, boolean, ObjectName) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Subscribes a listener MBean for JMX notifications.
suffixOrder - Variable in class org.jboss.deployment.DeploymentSorter
 
suffixes - Variable in class org.jboss.deployment.SubDeployerSupport
The suffixes of interest to this subdeployer
systemExit(String[]) - Static method in class org.jboss.Main
This method is here so that if JBoss is running under Alexandria (An NT Service Installer), Alexandria can shutdown the system down correctly.

T

tempDeployDir - Variable in class org.jboss.deployment.SubDeployerSupport
The temporary directory into which deployments are unpacked
toString() - Method in class org.jboss.Version
Returns the version information as a string.
toString() - Method in class org.jboss.deployment.DeploymentInfo
 
toString() - Method in class org.jboss.deployment.DeploymentState
 
toString() - Method in class org.jboss.deployment.IncompleteDeploymentException
 
toString() - Method in class org.jboss.deployment.SerializableDeploymentInfo
Returns a string representation of the object.
toString() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
toString() - Method in class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Pretty prints
toString() - Method in class org.jboss.system.ServiceContext
 
traceEnabled - Static variable in class org.jboss.deployment.NetBootHelper
 
traceInstructions(Boolean) - Method in class org.jboss.system.server.ServerImpl
Enable or disable tracing instructions the Runtime level.
traceInstructions(Boolean) - Method in interface org.jboss.system.server.ServerImplMBean
Enable or disable tracing instructions the Runtime level.
traceMethodCalls(Boolean) - Method in class org.jboss.system.server.ServerImpl
Enable or disable tracing method calls at the Runtime level.
traceMethodCalls(Boolean) - Method in interface org.jboss.system.server.ServerImplMBean
Enable or disable tracing method calls at the Runtime level.

U

UNREGISTERED - Static variable in interface org.jboss.system.ServiceMBean
The MBean has been created but has not completed MBeanRegistration.postRegister
URLDeploymentScanner - class org.jboss.deployment.scanner.URLDeploymentScanner.
A URL-based deployment scanner.
URLDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.URLDeploymentScanner
 
URLDeploymentScanner.DeployedURL - class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL.
A container and help class for a deployed URL.
URLDeploymentScanner.DeployedURL(URL) - Constructor for class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
URLDeploymentScannerMBean - interface org.jboss.deployment.scanner.URLDeploymentScannerMBean.
MBean interface.
URLDirectoryScanner - class org.jboss.deployment.scanner.URLDirectoryScanner.
This class is similar to the URLDeploymentScanner (
URLDirectoryScanner() - Constructor for class org.jboss.deployment.scanner.URLDirectoryScanner
 
URLDirectoryScannerMBean - interface org.jboss.deployment.scanner.URLDirectoryScannerMBean.
MBean interface.
ucl - Variable in class org.jboss.deployment.DeploymentInfo
Unified CL is a global scope class loader
unbind(Object) - Static method in class org.jboss.system.Registry
 
undeploy(URL) - Method in interface org.jboss.deployment.Deployer
Undeploys a package identified by a URL
undeploy(URL) - Method in interface org.jboss.deployment.DeployerMBean
Undeploys a package identified by a URL
undeploy(URL) - Method in class org.jboss.deployment.MainDeployer
The undeploy method undeploys a package identified by a URL
undeploy(String) - Method in class org.jboss.deployment.MainDeployer
The undeploy method undeploys a package identified by a string representation of a URL.
undeploy(DeploymentInfo) - Method in class org.jboss.deployment.MainDeployer
The undeploy method undeploys a package represented by a DeploymentInfo object.
undeploy(DeploymentInfo, boolean) - Method in class org.jboss.deployment.MainDeployer
 
undeploy(URL) - Method in interface org.jboss.deployment.MainDeployerMBean
The undeploy method undeploys a package identified by a URL
undeploy(String) - Method in interface org.jboss.deployment.MainDeployerMBean
The undeploy method undeploys a package identified by a string representation of a URL.
undeploy(DeploymentInfo) - Method in interface org.jboss.deployment.MainDeployerMBean
The undeploy method undeploys a package represented by a DeploymentInfo object.
undeploy(URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
undeploy(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
undeploy(HttpURLDeploymentScanner.DeployedRemoteURL) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
undeploy(URLDeploymentScanner.DeployedURL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
A helper to undeploy the given URL from the deployer.
unregisterClassLoader(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Unregister the UCL classloader
unregisterDeployment(DeploymentInfo) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Unregister the deployment
unsubscribe() - Method in class org.jboss.system.ListenerServiceMBeanSupport
Unsubscribes for JMX notifications
updateFile(NetBootFile) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL
 
updateSorter() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
url - Variable in class org.jboss.deployment.DeploymentInfo
the URL identifing this SDI
url - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
url - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
urlList - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
The list of URLs to scan.
urlMap - Variable in class org.jboss.deployment.cache.FileDeploymentStore
The URL to local file mapping.

V

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
 
Version - class org.jboss.Version.
Provides access to JBoss version (and build) properties.
validateDeploymentState(DeploymentInfo, DeploymentState) - Method in class org.jboss.system.ServiceController
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state
validateDeploymentState(DeploymentInfo, DeploymentState) - Method in interface org.jboss.system.ServiceControllerMBean
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state

W

watch - Variable in class org.jboss.deployment.DeploymentInfo
The URL used to watch for changes when the deployment is unpacked
watch - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
watchUrl - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
webContext - Variable in class org.jboss.deployment.DeploymentInfo
the web root context in case of war file
webContext - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
work_pending() - Method in class org.jboss.system.ORBSingleton
 
writeMap() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Write the url map to serialized state.

X

XMLAttributePersistenceManager - class org.jboss.system.pm.XMLAttributePersistenceManager.
FileAttributePersistenceManager
XMLAttributePersistenceManager() - Constructor for class org.jboss.system.pm.XMLAttributePersistenceManager
Constructs a FileAttributePersistenceManager.
XSLSubDeployer - class org.jboss.deployment.XSLSubDeployer.
XSLSubDeployer.java Created: Fri Jul 12 09:54:51 2002
XSLSubDeployer() - Constructor for class org.jboss.deployment.XSLSubDeployer
 
XSLSubDeployerMBean - interface org.jboss.deployment.XSLSubDeployerMBean.
MBean interface.
xslUrl - Variable in class org.jboss.deployment.XSLSubDeployer
 

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

Copyright © 2002 JBoss Group, LLC. All Rights Reserved.