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

Index (JBoss System API) - JBoss 3.2.7 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
 
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 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.
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[]) - 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.
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
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.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
The create method creates the MBeans associated with the deployment.
create(DeploymentInfo) - Method in interface org.jboss.deployment.SARDeployerMBean
The create method creates the MBeans associated with the deployment.
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() - 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.
createVersionInfo() - Method in class org.jboss.system.PackageVersionService
 
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_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
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
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.
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.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 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() - 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.
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
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
 
getChildrenByTagName(Element, String) - Static method in class org.jboss.deployment.NetBootHelper
 
getClassAnnotation(Class) - Method in class org.jboss.system.JBossRMIClassLoader
Try to delegate an default to the java.rmi.server.codebase on any failure.
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.
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.
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.