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

A

AbstractDeploymentScanner - Class in org.jboss.deployment.scanner
An abstract support class for implementing a deployment scanner.
AbstractDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
AbstractDeploymentScanner.ScannerThread - Class in org.jboss.deployment.scanner
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
 
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 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.SubDeployerSupport
A default implementation that uses the suffixes registered through either setSuffixes() or setEnhancedSuffixes(), to decide if a module is deployable by this deployer.
accepts(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
active - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
Active synchronization.
ADD_DEPLOYER - Static variable in interface org.jboss.deployment.MainDeployerConstants
The JMX notification type sent when a deployer is added
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.
addEnhancedSuffixes(String[]) - Method in class org.jboss.deployment.SuffixOrderHelper
Add the specified enhanced suffixes in the correct position(s) and regenerate the SuffixOrder, if needed.
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(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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
 
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.
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.
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
 
alphaCompare(Object, Object) - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
AlphaNumericDeploymentSorter - Class in org.jboss.deployment.scanner
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
 
alternativeDD - Variable in class org.jboss.deployment.DeploymentInfo
If this deployed as part of an EAR, there may be an alernative DD
annotationsCl - Variable in class org.jboss.deployment.DeploymentInfo
A CL for preloading annotations, it should be made available in the deployment create step.
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
 
applyServiceConfig(ObjectName) - Method in interface org.jboss.system.ServiceBinding
Possibly override the configuration of a service.
attach() - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
We override attach() from InterceptorServiceMBeanSupport to attach a different interceptor that knows how to switch init/create/start/stop/destroy SubDeployer calls.
attach() - Method in class org.jboss.system.InterceptorServiceMBeanSupport
Add our interceptor to the target Interceptables.
attach(Interceptor) - Method in class org.jboss.system.InterceptorServiceMBeanSupport
Add the provided interceptor to the target Interceptables.
AttributeChangeNotificationFilterFactory - Class in org.jboss.system.filterfactory
Factory for AttributeChangeNotificationFilter filters.
AttributeChangeNotificationFilterFactory() - Constructor for class org.jboss.system.filterfactory.AttributeChangeNotificationFilterFactory
Default public CTOR (necessary)
AttributePersistenceService - Class in org.jboss.system.pm
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 in org.jboss.system.pm
MBean interface.

B

barrier - Variable in class org.jboss.system.BarrierController
The controlled Barrier
BarrierController - Class in org.jboss.system
BarrierController service.
BarrierController() - Constructor for class org.jboss.system.BarrierController
Default CTOR
BarrierController.Barrier - Class in org.jboss.system
The controlled barrier MBean class
BarrierController.Barrier(ObjectName) - Constructor for class org.jboss.system.BarrierController.Barrier
CTOR
BarrierController.BarrierMBean - Interface in org.jboss.system
The controlled barrier MBean interface
BarrierControllerMBean - Interface in org.jboss.system
MBean interface.
bind(Object, Object) - Static method in class org.jboss.system.Registry
 
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(String[]) - Method in class org.jboss.Main
Boot up JBoss.
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
 
buildDownloadUrlForFile(String, String, String) - Static method in class org.jboss.deployment.NetBootHelper
 
buildListUrlForFolder(String, String) - Static method in class org.jboss.deployment.NetBootHelper
 

C

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 an 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
 
ClasspathExtension - Class in org.jboss.deployment
A service that allows one to add an arbitrary URL to a named LoaderRepository.
ClasspathExtension() - Constructor for class org.jboss.deployment.ClasspathExtension
 
ClasspathExtensionMBean - Interface in org.jboss.deployment
MBean interface.
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.
CONFIGURATION - Static variable in class org.jboss.deployment.SubDeployerSupport
The singleton class configuration object for this class.
ConfigurationException - Exception in org.jboss.system
Thrown to indicate a non-fatal configuration related problem.
ConfigurationException(String) - Constructor for exception org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified detail message and nested Throwable.
ConfigurationException(Throwable) - Constructor for exception org.jboss.system.ConfigurationException
Construct a ConfigurationException with the specified nested Throwable.
ConfigurationException() - Constructor for exception org.jboss.system.ConfigurationException
Construct a ConfigurationException with no detail.
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.
CONFIGURED - Static variable in class org.jboss.system.ServiceContext
 
CONSTRUCTED - Static variable in class org.jboss.deployment.DeploymentState
 
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 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(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptor
 
create(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
Override
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(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.
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
Create a service
create(ObjectName, Collection) - Method in interface org.jboss.system.ServiceControllerMBean
Create a service with given dependencies
create() - Method in class org.jboss.system.ServiceMBeanSupport
 
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_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
create_enum_tc(String, String, String[]) - Method in class org.jboss.system.ORBSingleton
 
create_environment() - Method in class org.jboss.system.ORBSingleton
 
CREATE_EVENT - Static variable in interface org.jboss.system.ServiceMBean
ServiceController notification types corresponding to service lifecycle events
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_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes create
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_SUBDEPLOYMENTS - Static variable in class org.jboss.deployment.DeploymentState
 
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
 
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.
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
createMBean(String, ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
createNotificationFilter(Element) - Method in class org.jboss.system.filterfactory.AttributeChangeNotificationFilterFactory
The actual filter factory implementation
createNotificationFilter(Element) - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory
The actual filter factory implementation
createNotificationFilter(Element) - Method in class org.jboss.system.filterfactory.MBeanServerNotificationFilterFactory
The actual filter factory implementation
createNotificationFilter(Element) - Method in class org.jboss.system.filterfactory.NotificationFilterSupportFactory
The actual filter factory implementation
createNotificationFilter(Element) - Method in interface org.jboss.system.NotificationFilterFactory
Create a notification filter implementation and initialize it, using the passed xml element fragment.
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.cache.DeploymentCache
 
createService() - Method in class org.jboss.deployment.cache.FileDeploymentStore
Setup the url map.
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.scanner.AbstractDeploymentScanner
 
createService() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
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.system.BarrierController
 
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.
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
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
 
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_SUFFIXES - Static variable in class org.jboss.deployment.SuffixOrderHelper
Default EnhancedSuffixes 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 EnhancedSuffixes 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.server.ServerInfo
 
DEFAULT_LOADER_REPOSITORY - Static variable in class org.jboss.system.ServiceController
The ObjectName of the default loader repository
DEFAULT_NETBOOT_LISTING_URL - Static variable in class org.jboss.deployment.NetBootHelper
 
DEFAULT_PARITION_NAME - Static variable in interface org.jboss.system.server.ServerConfig
The default partition name
DEFAULT_PLATFORM_MBEANSERVER - Static variable in interface org.jboss.system.server.ServerConfig
The default value for ServerConfig.PLATFORM_MBEANSERVER.
DEFAULT_RELATIVE_ORDER - Static variable in class org.jboss.deployment.SuffixOrderHelper
A default relative order just before 900:.last
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
Deprecated.  
DefaultDeploymentSorter - Interface in org.jboss.deployment
Comment
defaultHttpDirectoryListerUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
defaultHttpLister - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
delegate - Variable in class org.jboss.deployment.XSLSubDeployer
 
DELEGATE_CLASS_KEY - Static variable in class org.jboss.system.ORBSingleton
System property key that specifies the actual ORB singleton class.
delegateName - Variable in class org.jboss.deployment.XSLSubDeployer
 
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
 
dependsOnMe - Variable in class org.jboss.system.ServiceContext
Beans that depend on me
deploy(URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
deploy(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
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(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.
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.cache.DeploymentCache
A proxy to the deployer we are using.
Deployer - Interface in org.jboss.deployment
The interface which a deployer must implement.
deployer - Variable in class org.jboss.deployment.DeploymentInfo
The subdeployer that handles the deployment
deployer - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
A proxy to the deployer we are using.
deployer - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
DeployerMBean - Interface in org.jboss.deployment
MBean interface.
DeploymentCache - Class in org.jboss.deployment.cache
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 in org.jboss.deployment.cache
MBean interface.
DeploymentException - Exception in org.jboss.deployment
Thrown by a deployer if an application component could not be deployed.
DeploymentException(String) - Constructor for exception org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified detail message and nested Throwable.
DeploymentException(Throwable) - Constructor for exception org.jboss.deployment.DeploymentException
Construct a DeploymentException with the specified nested Throwable.
DeploymentException() - Constructor for exception org.jboss.deployment.DeploymentException
Construct a DeploymentException with no detail.
DeploymentFilter - Class in org.jboss.deployment.scanner
A simple filter 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 in org.jboss.deployment
Service Deployment Info .
DeploymentInfo(URL, DeploymentInfo, MBeanServer) - Constructor for class org.jboss.deployment.DeploymentInfo
CTOR
DeploymentInfoComparator - Class in org.jboss.deployment
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
 
DeploymentInfoNotificationFilterFactory - Class in org.jboss.system.filterfactory
Factory for DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter filters.
DeploymentInfoNotificationFilterFactory() - Constructor for class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory
Default public CTOR (necessary)
DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter - Class in org.jboss.system.filterfactory
A NotificationFilter that can filter Notifications that carry a DeploymentInfo payload in the UserData field.
DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter() - Constructor for class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Default CTOR.
DeploymentScanner - Interface in org.jboss.deployment.scanner
Provides the basic interface for a deployment scanner.
DeploymentScannerMBean - Interface in org.jboss.deployment.scanner
MBean interface.
DeploymentSorter - Class in org.jboss.deployment
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 in org.jboss.deployment
A type-safe enumeration for the status a DeploymentInfo may be in
DeploymentStore - Interface in org.jboss.deployment.cache
Provides the interface for abstracting the actual storage of cached deployments.
DeploymentStoreMBean - Interface in org.jboss.deployment.cache
MBean interface.
deployUrl(DeploymentInfo, URL, String) - Method in class org.jboss.deployment.SubDeployerSupport
 
deserialize(ObjectName, byte[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
deserialize(String, byte[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
deserialize(String, ObjectName, byte[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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 class org.jboss.deployment.SimpleSubDeployerSupport
 
destroy(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The destroy method removes individual components
destroy(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptor
 
destroy(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
Override
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() - Method in class org.jboss.system.pm.NullAttributePersistenceManager
 
destroy() - Method in class org.jboss.system.pm.XMLAttributePersistenceManager
Releases resources and destroys the AttributePersistenceManager.
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
Destroy the indicated service
destroy() - Method in class org.jboss.system.ServiceMBeanSupport
 
DESTROY_EVENT - Static variable in interface org.jboss.system.ServiceMBean
 
DESTROY_NOTIFICATION - Static variable in interface org.jboss.deployment.SubDeployer
The notification type send when a SubDeployer completes destroy
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
destroyService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
destroyService() - Method in class org.jboss.deployment.ClasspathExtension
 
destroyService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
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.system.BarrierController
 
destroyService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'destroy' logic.
detach() - Method in class org.jboss.system.InterceptorServiceMBeanSupport
Remove the interceptor from the target Interceptables
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.
disableAllShortNames() - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Disable all shortNames.
disableShortName(String) - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Disable a shortName.
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
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
 
doRecursiveSearch - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
Whether to search inside directories whose names containing no dots
doScan() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
downloadUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 

E

emitNotification(String, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerSupport
Simple helper to emit a subdeployer notification containing DeploymentInfo
ENABLE_ATTRNAME_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.AttributeChangeNotificationFilterFactory
 
ENABLE_ELEMENT - Static variable in class org.jboss.system.filterfactory.AttributeChangeNotificationFilterFactory
the xml element and attribute supported by this factory
ENABLE_ELEMENT - Static variable in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory
the xml element and attribute supported by this factory
ENABLE_ELEMENT - Static variable in class org.jboss.system.filterfactory.MBeanServerNotificationFilterFactory
the xml element and attribute supported by this factory
ENABLE_ELEMENT - Static variable in class org.jboss.system.filterfactory.NotificationFilterSupportFactory
the xml element and attribute supported by this factory
ENABLE_OBJECTNAME_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.MBeanServerNotificationFilterFactory
 
ENABLE_SHORTNAME_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory
 
ENABLE_TYPE_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory
 
ENABLE_TYPE_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.MBeanServerNotificationFilterFactory
 
ENABLE_TYPE_ATTRIBUTE - Static variable in class org.jboss.system.filterfactory.NotificationFilterSupportFactory
 
enabled - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
True if the scan loop should run.
enableOnStartup() - Method in class org.jboss.system.BarrierController
Override this method to apply complex logic whether to start the Barrier service upon startup or not.
enableShortName(String) - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Enable a shortName.
enhancedSuffixes - Variable in class org.jboss.deployment.SubDeployerSupport
The list of enhancedSuffixes for this subdeployer
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
 
equals(Object) - Method in class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
Override equals to allow EnhancedSuffix to be searchable using ArrayList.indexOf()/ArrayList.lastIndexOf() Base equality on both suffix and order
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
Exit the JVM, run shutdown hooks, shutdown the server.
exit() - Method in class org.jboss.system.server.ServerImpl
Exit the JVM with code 1, run shutdown hooks, shutdown the server.
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.
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.
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 in org.jboss.deployment.cache
A local file based DeploymentStore.
FileDeploymentStore() - Constructor for class org.jboss.deployment.cache.FileDeploymentStore
 
FileDeploymentStoreMBean - Interface in org.jboss.deployment.cache
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
 
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
 
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(ObjectName, String) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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(ObjectName, String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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.
getBarrierController() - Method in class org.jboss.system.BarrierController.Barrier
Accessor
getBarrierController() - Method in interface org.jboss.system.BarrierController.BarrierMBean
We just want to expose those attributes
getBarrierEnabledOnStartup() - Method in class org.jboss.system.BarrierController
The initial state of the barrier.
getBarrierEnabledOnStartup() - Method in interface org.jboss.system.BarrierControllerMBean
The initial state of the barrier.
getBarrierObjectName() - Method in class org.jboss.system.BarrierController
The controlled barrier ObjectName.
getBarrierObjectName() - Method in interface org.jboss.system.BarrierControllerMBean
The controlled barrier ObjectName.
getBarrierStateString() - Method in class org.jboss.system.BarrierController
The controlled barrier StateString.
getBarrierStateString() - Method in interface org.jboss.system.BarrierControllerMBean
The controlled barrier StateString.
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
Returns 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.system.server.ServerImpl
 
getBuildDate() - Method in interface org.jboss.system.server.ServerImplMBean
The date the server was build
getBuildDate() - Method in class org.jboss.Version
Returns the build date for this version.
getBuildID() - Method in class org.jboss.system.server.ServerImpl
 
getBuildID() - Method in interface org.jboss.system.server.ServerImplMBean
The build id
getBuildID() - Method in class org.jboss.Version
Returns the build identifier for this version.
getBuildJVM() - Method in class org.jboss.system.server.ServerImpl
 
getBuildJVM() - Method in interface org.jboss.system.server.ServerImplMBean
The JVM used to build the server
getBuildJVM() - Method in class org.jboss.Version
Returns the BUILD_JVM_VERSION (BUILD_JVM_VENDOR) which should look like: 1.4.2_05-b04 (Sun Microsystems Inc.)
getBuildNumber() - Method in class org.jboss.system.server.ServerImpl
 
getBuildNumber() - Method in interface org.jboss.system.server.ServerImplMBean
The date the server was build (compiled)
getBuildNumber() - Method in class org.jboss.Version
Returns the build number for this version.
getBuildOS() - Method in class org.jboss.system.server.ServerImpl
 
getBuildOS() - Method in interface org.jboss.system.server.ServerImplMBean
The Operating System used to build the server
getBuildOS() - Method in class org.jboss.Version
Returns the BUILD_OS (BUILD_OS_ARCH,BUILD_OS_VERSION) which should look like: Windows XP (x86,5.1) Linux (i386,2.4.21-4.ELsmp)
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
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
getClassLoader(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getClassLoaderFor(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getClassLoaderRepository() - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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
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
 
getDdSuffix() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
getDefaultBindAddress() - Static method in class org.jboss.system.server.ServerConfigUtil
Retrieve the default bind address for the server
getDefaultDomain() - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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
 
getDefaultPartitionName() - Static method in class org.jboss.system.server.ServerConfigUtil
Get the default partition name
getDelegateName() - Method in class org.jboss.deployment.XSLSubDeployer
 
getDelegateName() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
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
getDeploymentInfo() - Method in class org.jboss.system.ServiceMBeanSupport
Provide access to the service DeploymentInfo.
getDeploymentState(String) - Static method in class org.jboss.deployment.DeploymentState
A factory to translate a string into the corresponding DeploymentState.
getDescriptorNames() - Method in class org.jboss.deployment.JARDeployer
 
getDescriptorNames() - Method in interface org.jboss.deployment.JARDeployerMBean
 
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.
getDomains() - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getDownloadUrl() - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
getDynamicSubscriptions() - Method in class org.jboss.system.BarrierController
The ability to dynamically subscribe for notifications.
getDynamicSubscriptions() - Method in interface org.jboss.system.BarrierControllerMBean
The ability to dynamically subscribe for notifications.
getElementContent(Element) - Static method in class org.jboss.system.ServiceConfigurator
A utility method that transforms the contents of the argument element into a StringBuffer representation that can be reparsed.
getEnabledShortNames() - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Get all the enabled short names.
getEnhancedSuffixes() - Method in interface org.jboss.deployment.SubDeployerExt
 
getEnhancedSuffixes() - Method in interface org.jboss.deployment.SubDeployerExtMBean
 
getEnhancedSuffixes() - Method in class org.jboss.deployment.SubDeployerSupport
Get an array of enhancedSuffixes
getEnhancedSuffixes() - Method in class org.jboss.deployment.SuffixOrderHelper
Getter for the EnhancedSuffixes attribute
getEnhancedSuffixOrder() - Method in class org.jboss.deployment.MainDeployer
Get the enhanced suffix order
getEnhancedSuffixOrder() - Method in interface org.jboss.deployment.MainDeployerMBean
The enhanced suffix order
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
getFilterInstance() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
getFilterInstance() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
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 exception org.jboss.deployment.IncompleteDeploymentException
Get the IncompletePackages value.
getInstance() - Static method in class org.jboss.Version
Get the single Version instance.
getInterceptables() - Method in interface org.jboss.system.InterceptorServiceMBean
 
getInterceptables() - Method in class org.jboss.system.InterceptorServiceMBeanSupport
 
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
 
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
 
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
 
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
 
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
getMatches() - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
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.
getMBeanCount() - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getMBeanInfo(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getMBeanInfo() - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
getMbeansWaitingForClasses() - Method in exception org.jboss.deployment.IncompleteDeploymentException
Get the MbeansWaitingForClasses value.
getMbeansWaitingForDepends() - Method in exception 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.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
getMetaDataURL() - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Get the metadata url
getMinor() - Method in class org.jboss.Version
Returns the minor 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.
getName() - Method in class org.jboss.Version
Returns the name number of the version.
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
 
getObjectInstance(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
getObjectModelFactory() - Method in class org.jboss.deployment.ObjectModelFactorySimpleSubDeployerSupport
Get the object model factory
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.
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
 
getPackageSuffix() - Method in class org.jboss.deployment.XSLSubDeployer
 
getPackageSuffix() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
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.
getPlatformMBeanServer() - Method in interface org.jboss.system.server.ServerConfig
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
getPlatformMBeanServer() - Method in class org.jboss.system.server.ServerConfigImpl
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
getPlatformMBeanServer() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the current value of the flag that indicates if we are using the platform MBeanServer as the main jboss server.
getPrefixes() - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
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
 
getRegisteredMBeanServer(MBeanServer) - Static method in class org.jboss.system.server.jmx.LazyMBeanServer
Provide access to the original MBeanServer that was registered so that it can be removed on shutdown for example.
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.
getSchemaBinding() - Method in class org.jboss.deployment.SchemaBindingSimpleSubDeployerSupport
Get the schema binding
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.
getServerLogDir() - Method in interface org.jboss.system.server.ServerConfig
Get the directory where log files will be stored.
getServerLogDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the directory where temporary files will be stored.
getServerLogDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the directory where log files will be stored.
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.
getServerNativeDir() - Method in interface org.jboss.system.server.ServerConfig
Get the native dir for unpacking
getServerNativeDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the native dir for unpacking
getServerNativeDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the native dir for unpacking
getServerTempDeployDir() - Method in interface org.jboss.system.server.ServerConfig
Get the temporary deployment dir for unpacking
getServerTempDeployDir() - Method in class org.jboss.system.server.ServerConfigImpl
Get the temporary deployment dir for unpacking
getServerTempDeployDir() - Method in interface org.jboss.system.server.ServerConfigImplMBean
Get the temporary deployment dir for unpacking
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
Get the associated service DeploymentInfo if found, null otherwise
getService(ObjectName) - Method in interface org.jboss.deployment.SARDeployerMBean
Get the associated service DeploymentInfo if found, null otherwise
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 interface org.jboss.deployment.SubDeployerMBean
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
getStartBarrierHandback() - Method in class org.jboss.system.BarrierController
The notification subscription handback string that starts the barrier.
getStartBarrierHandback() - Method in interface org.jboss.system.BarrierControllerMBean
The notification subscription handback string that starts the barrier.
getStartDate() - Method in class org.jboss.system.server.ServerImpl
 
getStartDate() - Method in interface org.jboss.system.server.ServerImplMBean
The server start date
getState() - Method in interface org.jboss.system.BarrierController.BarrierMBean
 
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.
getState() - Method in interface org.jboss.system.ServiceMBean
 
getState() - Method in class org.jboss.system.ServiceMBeanSupport
 
getStateString() - Method in interface org.jboss.system.BarrierController.BarrierMBean
 
getStateString() - Method in interface org.jboss.system.ServiceMBean
 
getStateString() - Method in class org.jboss.system.ServiceMBeanSupport
 
getStopBarrierHandback() - Method in class org.jboss.system.BarrierController
The notification subscription handback string that stops the barrier.
getStopBarrierHandback() - Method in interface org.jboss.system.BarrierControllerMBean
The notification subscription handback string that stops the barrier.
getStopTimeOut() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
getStopTimeOut() - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
How long to wait in stop for the background thread to stop
getStore() - Method in class org.jboss.deployment.cache.DeploymentCache
 
getStore() - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
getSuffixes() - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
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
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
The ordering of the deployment suffixes
getSuffixOrder() - Method in class org.jboss.deployment.scanner.AlphaNumericDeploymentSorter
 
getSuffixOrder() - Method in class org.jboss.deployment.scanner.PrefixDeploymentSorter
 
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.
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
The path to the local tmp directory
getTempDirString() - Method in class org.jboss.deployment.MainDeployer
Get the temp directory
getTempDirString() - Method in interface org.jboss.deployment.MainDeployerMBean
The path to the local tmp directory in String form
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
 
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)
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
 
getUrlForFile(NetBootFile) - Method in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
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.
getValidateDTDs() - Method in class org.jboss.deployment.XSLSubDeployer
 
getValidateDTDs() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
getVersion() - Method in class org.jboss.system.server.ServerImpl
 
getVersion() - Method in interface org.jboss.system.server.ServerImplMBean
The server version
getVersionName() - Method in class org.jboss.system.server.ServerImpl
 
getVersionName() - Method in interface org.jboss.system.server.ServerImplMBean
The server version code name
getVersionTag() - Method in class org.jboss.system.pm.AttributePersistenceService
 
getVersionTag() - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
getWaitingForDeployer() - Method in exception 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
 
getXslUrl() - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 

H

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.BarrierController
Base on the handback object the decision for starting/stopping the barrier
handleNotification2(Notification, Object) - Method in class org.jboss.system.ListenerServiceMBeanSupport
Override to add notification handling!
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
 
hashCode() - Method in class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
Use both fields
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
 
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.
httpDirectoryDownload - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
httpListerUrl - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
HttpURLDeploymentScanner - Class in org.jboss.deployment.scanner
 
HttpURLDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
HttpURLDeploymentScanner.DeployedRemoteURL - Class in org.jboss.deployment.scanner
 
HttpURLDeploymentScanner.DeployedRemoteURL(HttpURLDeploymentScanner.HttpDeploymentFolder, NetBootFile) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.DeployedRemoteURL
 
HttpURLDeploymentScanner.HttpDeploymentFolder - Class in org.jboss.deployment.scanner
 
HttpURLDeploymentScanner.HttpDeploymentFolder(String, HttpURLDeploymentScanner.HttpLister) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 
HttpURLDeploymentScanner.HttpLister - Class in org.jboss.deployment.scanner
 
HttpURLDeploymentScanner.HttpLister(String, String) - Constructor for class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpLister
 
HttpURLDeploymentScannerMBean - Interface in org.jboss.deployment.scanner
MBean interface.

I

iDependOn - Variable in class org.jboss.system.ServiceContext
Dependent beans
IncompleteDeploymentException - Exception in org.jboss.deployment
IncompleteDeploymentException
IncompleteDeploymentException(Collection, Collection, Collection, Collection, Collection) - Constructor for exception org.jboss.deployment.IncompleteDeploymentException
CTOR
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 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(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptor
 
init(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
Override
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(DeploymentInfo) - Method in class org.jboss.deployment.XSLSubDeployer
 
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.
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
 
initialize() - Method in class org.jboss.deployment.SuffixOrderHelper
Initialise the SuffixOrder from EnhancedSuffixes.
INITIALIZED - Static variable in class org.jboss.deployment.DeploymentState
 
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.
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.
INSTALLED - Static variable in class org.jboss.system.ServiceContext
Valid service states
installedServices - Variable in class org.jboss.system.ServiceController
A linked list of services in the order they were created
instantiate(String) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
instantiate(String, ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
instantiate(String, Object[], String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
InterceptorServiceMBean - Interface in org.jboss.system
MBean interface for services that dynamically attach an interceptor to a set of target Interceptable (X)MBeans.
InterceptorServiceMBeanSupport - Class in org.jboss.system
Helper class that can be used for writing MBean Services that dynamically hook-up an Interceptor to other (X)MBeans that have been configured as Interceptable.
InterceptorServiceMBeanSupport() - Constructor for class org.jboss.system.InterceptorServiceMBeanSupport
Constructs an InterceptorServiceMBeanSupport.
InterceptorServiceMBeanSupport(Class) - Constructor for class org.jboss.system.InterceptorServiceMBeanSupport
Constructs an InterceptorServiceMBeanSupport.
InterceptorServiceMBeanSupport(String) - Constructor for class org.jboss.system.InterceptorServiceMBeanSupport
Constructs an InterceptorServiceMBeanSupport.
InterceptorServiceMBeanSupport(Logger) - Constructor for class org.jboss.system.InterceptorServiceMBeanSupport
Constructs an InterceptorServiceMBeanSupport.
internalInvoke(String, Object[], String[]) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
InvalidAttributeException - Exception in org.jboss.system
Thrown to indicate that a given attribute value is not valid.
InvalidAttributeException(String, String) - Constructor for exception org.jboss.system.InvalidAttributeException
Construct a InvalidAttributeException with the specified detail message.
InvalidAttributeException(String, String, Throwable) - Constructor for exception org.jboss.system.InvalidAttributeException
Construct a InvalidAttributeException with the specified detail message and nested Throwable.
invoke(Invocation) - Method in class org.jboss.deployment.SubDeployerInterceptor
This invoke method checks for invocations of interest, .i.e.
invoke(Invocation) - Method in class org.jboss.system.InterceptorServiceMBeanSupport
Override
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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
 
invokeNext(Invocation) - Method in class org.jboss.deployment.SubDeployerInterceptor
Use this to forward the call
invokeNext(Invocation) - Method in class org.jboss.system.InterceptorServiceMBeanSupport
Use this to forward the call
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 class org.jboss.deployment.cache.DeploymentCache
 
isDeployed(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
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.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 exception org.jboss.deployment.IncompleteDeploymentException
 
isFile() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
isInShutdown() - Method in class org.jboss.system.server.ServerImpl
Check if the shutdown operation has been called/is in progress.
isInShutdown() - Method in interface org.jboss.system.server.ServerImplMBean
A flag indicating if shutdown has been called
isInstanceOf(ObjectName, String) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
isInvalid(URL, URL) - Method in class org.jboss.deployment.cache.DeploymentCache
 
isLoadNative() - Static method in class org.jboss.system.server.ServerConfigUtil
Whether to load native directories
isModified() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
isNotificationEnabled(Notification) - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
Test to see whether this notification is enabled
isRegistered(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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
Is this a stand-alone script
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
The server state, true if started, false otherwise
isUseNamespaceAwareParser() - Method in class org.jboss.deployment.SARDeployer
 
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 in org.jboss.deployment
This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
JARDeployer() - Constructor for class org.jboss.deployment.JARDeployer
Default CTOR
JARDeployerMBean - Interface in org.jboss.deployment
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
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.BarrierController.BarrierMBean
Hook up with the ServiceController
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
 
JBossRMIClassLoader - Class in org.jboss.system
An implementation of RMIClassLoaderSpi to workaround the proxy ClassCastException problem in 1.4
JBossRMIClassLoader() - Constructor for class org.jboss.system.JBossRMIClassLoader
Required constructor

L

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
 
lastIncompleteDeploymentException - Variable in class org.jboss.deployment.scanner.URLDirectoryScanner
 
lastModified - Variable in class org.jboss.deployment.DeploymentInfo
use for "should we redeploy failed"
LastModified() - Method in class org.jboss.deployment.NetBootFile
 
lastModified - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
LazyMBeanServer - Class in org.jboss.system.server.jmx
An MBeanServer implementation that bridges between the platform MBeanServer and the jboss implementation.
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.
libraryURL - Variable in class org.jboss.system.server.ServerLoader
The URL where libraries are read from.
list_initial_services() - Method in class org.jboss.system.ORBSingleton
 
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.
listDeployedURLs() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
Lists all urls deployed by the scanner, each URL on a new line.
listDeployedURLs() - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
Lists all urls deployed by the scanner, each URL on a new line.
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
 
ListenerServiceMBean - Interface in org.jboss.system
An extension of the ServiceMBean interface that provides for declarative JMX notification subscription handling.
ListenerServiceMBeanSupport - Class in org.jboss.system
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 in org.jboss.system
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
listerFactory - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
Helper for listing local/remote directory URLs
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 CREATED, RUNNING, STOPPED or DESTROYED.
listIncompletelyDeployed() - Method in interface org.jboss.system.ServiceControllerMBean
The listIncompletelyDeployed method returns the service contexts for the mbeans whose status is not CREATED, RUNNING, STOPPED or DESTROYED.
listMemoryPools(boolean) - Method in class org.jboss.system.server.ServerInfo
Return a listing of the thread pools on jdk5+.
listMemoryPools(boolean) - Method in interface org.jboss.system.server.ServerInfoMBean
Return a listing of the thread pools on jdk5+.
listThreadCpuUtilization() - Method in class org.jboss.system.server.ServerInfo
Return a listing of the active threads and thread groups.
listThreadCpuUtilization() - Method in interface org.jboss.system.server.ServerInfoMBean
Return a sort list of thread cpu utilization.
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.
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 sure 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 - Static variable in class org.jboss.deployment.SuffixOrderHelper
The 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 in org.jboss
Provides a command line interface to start the JBoss server.
Main() - Constructor for class org.jboss.Main
Explicit constructor.
main(String[]) - Static method in class org.jboss.Main
This is where the magic begins.
MainDeployer - Class in org.jboss.deployment
The main/primary component for deployment.
MainDeployer() - Constructor for class org.jboss.deployment.MainDeployer
Explict no-args contsructor for JMX.
mainDeployer - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
mainDeployer - Variable in class org.jboss.deployment.SubDeployerSupport
A proxy to the MainDeployer.
MainDeployerConstants - Interface in org.jboss.deployment
Constants for MainDeployers
MainDeployerMBean - Interface in org.jboss.deployment
MainDeployer MBean interface
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
 
MBeanServerBuilderImpl - Class in org.jboss.system.server.jmx
An @link{MBeanServerBuilder} that creates a LazyMBeanServer instance to allow the jboss MBeanServerImpl to be created when the ServerImpl is loaded and the jboss jmx classes are available.
MBeanServerBuilderImpl() - Constructor for class org.jboss.system.server.jmx.MBeanServerBuilderImpl
 
MBeanServerNotificationFilterFactory - Class in org.jboss.system.filterfactory
Factory for MBeanServerNotificationFilter filters.
MBeanServerNotificationFilterFactory() - Constructor for class org.jboss.system.filterfactory.MBeanServerNotificationFilterFactory
Default public CTOR (necessary)
metaData - Variable in class org.jboss.deployment.DeploymentInfo
We can hold "typed" metadata, really an interpretation of the bare XML document
MissingAttributeException - Exception in org.jboss.system
Thrown to indicate that a required attribute has not been set.
MissingAttributeException(String) - Constructor for exception org.jboss.system.MissingAttributeException
Construct a MissingAttributeException with the specified detail message.
MissingAttributeException(String, Throwable) - Constructor for exception org.jboss.system.MissingAttributeException
Construct a MissingAttributeException with the specified detail message and nested Throwable.
myLister - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner.HttpDeploymentFolder
 

N

nameToServiceMap - Variable in class org.jboss.system.ServiceController
ObjectName to ServiceContext map
NATIVE_DIR_PROPERTY - Static variable in interface org.jboss.system.server.ServerConfig
The location of native libraries property
NATIVE_LOAD_PROPERTY - Static variable in interface org.jboss.system.server.ServerConfig
Whether to load native libraries
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.
NetBootFile - Class in org.jboss.deployment
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 in org.jboss.deployment
Static helper methods for NetBoot features
NetBootHelper() - Constructor for class org.jboss.deployment.NetBootHelper
 
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class org.jboss.system.server.jmx.MBeanServerBuilderImpl
Creates a @{link LazyMBeanServer} as the MBeanServer.
newMBeanServerDelegate() - Method in class org.jboss.system.server.jmx.MBeanServerBuilderImpl
 
NoAnnotationURLClassLoader - Class in org.jboss.system.server
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
NotificationFilterFactory - Interface in org.jboss.system
Abstracts NotificationFilter creation based on an arbritrary xml element fragment.
NotificationFilterSupportFactory - Class in org.jboss.system.filterfactory
Factory for NotificationFilterSupport filters.
NotificationFilterSupportFactory() - Constructor for class org.jboss.system.filterfactory.NotificationFilterSupportFactory
Default public CTOR (necessary)
NOTYETINSTALLED - Static variable in class org.jboss.system.ServiceContext
 
NullAttributePersistenceManager - Class in org.jboss.system.pm
NullAttributePersistenceManager.
NullAttributePersistenceManager() - Constructor for class org.jboss.system.pm.NullAttributePersistenceManager
 

O

OBJECT_NAME - Static variable in interface org.jboss.deployment.ClasspathExtensionMBean
 
OBJECT_NAME - Static variable in interface org.jboss.deployment.JARDeployerMBean
The default ObjectName
OBJECT_NAME - Static variable in interface org.jboss.deployment.MainDeployerMBean
The default ObjectName
OBJECT_NAME - Static variable in interface org.jboss.deployment.SARDeployerMBean
The default object name
OBJECT_NAME - Static variable in interface org.jboss.deployment.XSLSubDeployerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.BarrierControllerMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerConfigImplMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerImplMBean
The default object name
OBJECT_NAME - Static variable in interface org.jboss.system.server.ServerInfoMBean
 
OBJECT_NAME - Static variable in interface org.jboss.system.ServiceControllerMBean
The default ObjectName
object_to_string(Object) - Method in class org.jboss.system.ORBSingleton
 
ObjectModelFactorySimpleSubDeployerSupport - Class in org.jboss.deployment
A simple subdeployer that deploys a managed object after parsing the deployment's xml file using an ObjectModelFactory.
ObjectModelFactorySimpleSubDeployerSupport() - Constructor for class org.jboss.deployment.ObjectModelFactorySimpleSubDeployerSupport
 
objectName - Variable in class org.jboss.system.ServiceContext
The name of the service
ORBSingleton - Class in org.jboss.system
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.
order - Variable in class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
The order, by convention a 3 digit number, e.g.
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.filterfactory - package org.jboss.system.filterfactory
 
org.jboss.system.pm - package org.jboss.system.pm
 
org.jboss.system.server - package org.jboss.system.server
Core server and loading support.
org.jboss.system.server.jmx - package org.jboss.system.server.jmx
 

P

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.ObjectModelFactorySimpleSubDeployerSupport
 
parseMetaData(DeploymentInfo, URL) - Method in class org.jboss.deployment.SchemaBindingSimpleSubDeployerSupport
 
parseMetaData(DeploymentInfo, URL) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Parse the meta data
parseXMLClasspath(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
 
PARTITION_NAME_PROPERTY - Static variable in interface org.jboss.system.server.ServerConfig
The partition name property
PARTITION_UDP_PROPERTY - Static variable in interface org.jboss.system.server.ServerConfig
The udp address property
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.
perform_work() - Method in class org.jboss.system.ORBSingleton
 
PLATFORM_MBEANSERVER - Static variable in interface org.jboss.system.server.ServerConfig
Constant that holds the name of the environment property for specifying whether or not to use as the main jboss server the MBeanServer returned from ManagementFactory.getPlatformMBeanServer(), when running under jdk1.5+
poll_next_response() - Method in class org.jboss.system.ORBSingleton
 
postDeregister() - Method in class org.jboss.system.server.ServerInfo
 
postDeregister() - Method in class org.jboss.system.ServiceController
 
postDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
 
postRegister(Boolean) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
 
postRegister(Boolean) - Method in class org.jboss.system.server.ServerInfo
 
postRegister(Boolean) - Method in class org.jboss.system.ServiceController
 
postRegister(Boolean) - Method in class org.jboss.system.ServiceMBeanSupport
 
preDeregister() - Method in class org.jboss.system.server.ServerInfo
 
preDeregister() - Method in class org.jboss.system.ServiceController
 
preDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
 
PrefixDeploymentSorter - Class in org.jboss.deployment.scanner
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
 
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.server.ServerInfo
 
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.
problem - Variable in class org.jboss.system.ServiceContext
Cause for failure
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
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
queryNames(ObjectName, QueryExp) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 

R

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
Register the mbean against the microkernel with dependencies.
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
REGISTERED - Static variable in interface org.jboss.system.ServiceMBean
The MBean has been created and has completed MBeanRegistration.postRegister
registerMBean(Object, ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
Registry - Class in org.jboss.system
A registry, really, a registry.
Registry() - Constructor for class org.jboss.system.Registry
 
RELATIVE_ORDER_100 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_200 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_300 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_400 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_500 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_600 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_700 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_800 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
RELATIVE_ORDER_900 - Static variable in interface org.jboss.deployment.SubDeployer
Deprecated.  
relativeOrder - Variable in class org.jboss.deployment.SubDeployerSupport
The relative order of this subdeployer - not really used
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
remove(ObjectName) - Method in class org.jboss.system.ServiceController
This MBean is going bye bye
remove(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
This MBean is going bye bye
remove(ObjectName) - Method in class org.jboss.system.ServiceCreator
 
REMOVE_DEPLOYER - Static variable in interface org.jboss.deployment.MainDeployerConstants
The JMX notification type sent when a deployer is removed
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.
removeEnhancedSuffixes(String[]) - Method in class org.jboss.deployment.SuffixOrderHelper
Remove the enhanced suffixes if they are not marked as static and regenerate the SuffixOrder, if needed.
removeNotificationListener(ObjectName, ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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 static 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
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.
resetToJBossServer(MBeanServer) - Static method in class org.jboss.system.server.jmx.LazyMBeanServer
Called by the ServerImpl to reset theServer implementation to the jboss version so that our xmbean and the like function correctly.
resolve_initial_references(String) - Method in class org.jboss.system.ORBSingleton
 
resolveWatch(DeploymentInfo, URL) - Method in class org.jboss.deployment.SimpleSubDeployerSupport
Resolve the watch url
restart(ObjectName) - Method in class org.jboss.system.ServiceController
Stops and restarts the given service
restart(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Stops and restarts the indicated service
resumeDeployment(URL, boolean) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
Re-enables scanning of a particular deployment URL, previously suspended using suspendDeployment(URL).
resumeDeployment(URL, boolean) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
Re-enables scanning of a particular deployment URL, previously suspended using suspendDeployment(URL).
rethrowAsDeploymentException(String, Throwable) - Static method in exception org.jboss.deployment.DeploymentException
Rethrow a throwable as a deployment exception if it isn't already.
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.
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.
RUNNING - Static variable in class org.jboss.system.ServiceContext
 

S

SARDeployer - Class in org.jboss.deployment
This is the main Service Deployer API.
SARDeployer() - Constructor for class org.jboss.deployment.SARDeployer
Default CTOR
SARDeployerMBean - Interface in org.jboss.deployment
MBean interface.
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 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.
scannedHttpUrls - Variable in class org.jboss.deployment.scanner.HttpURLDeploymentScanner
 
scannerLog - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
We get our own logger.
scannerThread - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
The scanner thread.
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
 
SchemaBindingSimpleSubDeployerSupport - Class in org.jboss.deployment
A simple subdeployer that deploys a managed object after parsing the deployment's xml file using an ObjectModelFactory.
SchemaBindingSimpleSubDeployerSupport() - Constructor for class org.jboss.deployment.SchemaBindingSimpleSubDeployerSupport
 
send_multiple_requests_deferred(Request[]) - Method in class org.jboss.system.ORBSingleton
 
send_multiple_requests_oneway(Request[]) - Method in class org.jboss.system.ORBSingleton
 
sendNotification(Notification) - Method in class org.jboss.system.server.ServerImpl
 
SerializableDeploymentInfo - Class in org.jboss.deployment
DeploymentInfo for remote access by the DeploymentManager.
SerializableDeploymentInfo(DeploymentInfo) - Constructor for class org.jboss.deployment.SerializableDeploymentInfo
Construct this object from a DeploymentInfo
Server - Interface in org.jboss.system.server
The interface of the basic JBoss server component.
server - Variable in class org.jboss.system.ServiceController
A callback to the JMX MBeanServer
server - Variable in class org.jboss.system.ServiceMBeanSupport
The MBeanServer which we have been register with.
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_LOG_DIR - Static variable in interface org.jboss.system.server.ServerConfig
Constant that holds the name of the environment property for specifying the server log directory for JBoss.
SERVER_LOG_DIR_SUFFIX - Static variable in interface org.jboss.system.server.ServerConfig
The suffix used when generating the default value for ServerConfig.SERVER_LOG_DIR.
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.
ServerConfig - Interface in org.jboss.system.server
The interface of the basic typed JBoss server configuration.
ServerConfigImpl - Class in org.jboss.system.server
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 in org.jboss.system.server
MBean interface.
ServerConfigLocator - Class in org.jboss.system.server
A helper for locating the ServerConfig instance for the running server.
ServerConfigLocator() - Constructor for class org.jboss.system.server.ServerConfigLocator
 
ServerConfigUtil - Class in org.jboss.system.server
Utilities for accessing server configuration.
ServerConfigUtil() - Constructor for class org.jboss.system.server.ServerConfigUtil
 
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
 
ServerImpl - Class in org.jboss.system.server
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 in org.jboss.system.server
MBean interface.
ServerInfo - Class in org.jboss.system.server
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 in org.jboss.system.server
MBean interface.
ServerLoader - Class in org.jboss.system.server
A helper class to load a JBoss server instance.
ServerLoader(Properties) - Constructor for class org.jboss.system.server.ServerLoader
Construct a ServerLoader.
Service - Interface in org.jboss.system
The Service interface.
SERVICE_CONTROLLER_SIG - Static variable in class org.jboss.system.ServiceMBeanSupport
The signature for service controller operations
ServiceBinding - Interface in org.jboss.system
A policy used by ServiceController to allow the override of MBean attribute values at configuration time.
ServiceConfigurator - Class in org.jboss.system
Service configuration helper.
ServiceConfigurator(MBeanServer, ServiceController, ServiceCreator) - Constructor for class org.jboss.system.ServiceConfigurator
Constructor
ServiceContext - Class in org.jboss.system
ServiceContext holds information for the Service
ServiceContext() - Constructor for class org.jboss.system.ServiceContext
 
ServiceController - Class in org.jboss.system
This is the main Service Controller.
ServiceController() - Constructor for class org.jboss.system.ServiceController
 
ServiceController.ServiceProxy - Class in org.jboss.system
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 in org.jboss.system
ServiceController MBean interface.
ServiceCreator - Class in org.jboss.system
A helper class for the controller.
ServiceCreator(MBeanServer) - Constructor for class org.jboss.system.ServiceCreator
CTOR
ServiceDynamicMBeanSupport - Class in org.jboss.system
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 in org.jboss.system
The ServiceFactory interface is used to obtain a Service proxy instance for a named MBean.
ServiceMBean - Interface in org.jboss.system
An interface describing a JBoss service MBean.
ServiceMBeanSupport - Class in org.jboss.system
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.
serviceName - Variable in class org.jboss.system.ServiceMBeanSupport
The object name which we are registsred under.
set_parameters(String[], Properties) - Method in class org.jboss.system.ORBSingleton
 
set_parameters(Applet, Properties) - Method in class org.jboss.system.ORBSingleton
 
setApmDestroyOnServiceStop(boolean) - Method in class org.jboss.system.pm.AttributePersistenceService
 
setApmDestroyOnServiceStop(boolean) - Method in interface org.jboss.system.pm.AttributePersistenceServiceMBean
 
setAttribute(ObjectName, Attribute) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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(ObjectName, AttributeList) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
setAttributes(AttributeList) - Method in class org.jboss.system.ServiceDynamicMBeanSupport
 
setBarrierEnabledOnStartup(Boolean) - Method in class org.jboss.system.BarrierController
The initial state of the barrier.
setBarrierEnabledOnStartup(Boolean) - Method in interface org.jboss.system.BarrierControllerMBean
The initial state of the barrier.
setBarrierObjectName(ObjectName) - Method in class org.jboss.system.BarrierController
The controlled barrier ObjectName.
setBarrierObjectName(ObjectName) - Method in interface org.jboss.system.BarrierControllerMBean
The controlled barrier ObjectName.
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
 
setDdSuffix(String) - Method in class org.jboss.deployment.XSLSubDeployer
 
setDdSuffix(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
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
 
setDelegateName(ObjectName) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
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.
setDescriptorNames(String[]) - Method in class org.jboss.deployment.JARDeployer
 
setDescriptorNames(String[]) - Method in interface org.jboss.deployment.JARDeployerMBean
The list of suffixes that define deployment descriptors which if found in an archive META-INF directory indicate non-jar deployments that should be ignored by the JARDeployer.
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.
setDynamicSubscriptions(Boolean) - Method in class org.jboss.system.BarrierController
The ability to dynamically subscribe for notifications.
setDynamicSubscriptions(Boolean) - Method in interface org.jboss.system.BarrierControllerMBean
The ability to dynamically subscribe for notifications.
setEnabled(boolean) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
setEnhancedSuffixes(String[]) - Method in interface org.jboss.deployment.SubDeployerExt
The list of supported suffixes and their relative order.
setEnhancedSuffixes(String[]) - Method in interface org.jboss.deployment.SubDeployerExtMBean
The list of enhanced suffixes
setEnhancedSuffixes(String[]) - Method in class org.jboss.deployment.SubDeployerSupport
Set the enhanced suffixes list for this deployer, causing also the supported suffixes list to be updated.
setEnhancedSuffixes(String[]) - Method in class org.jboss.deployment.SuffixOrderHelper
Setter for the EnhancedSuffixes attribute
setEnhancedSuffixOrder(String[]) - Method in class org.jboss.deployment.MainDeployer
Set the enhanced suffix order
setEnhancedSuffixOrder(String[]) - Method in interface org.jboss.deployment.MainDeployerMBean
 
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
 
setFilterInstance(URLLister.URLFilter) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setFilterInstance(URLLister.URLFilter) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setInterceptables(List) - Method in interface org.jboss.system.InterceptorServiceMBean
The ObjectNames of the MBeans implementing the operations in the org.jboss.mx.server.Interceptable interface
setInterceptables(List) - Method in class org.jboss.system.InterceptorServiceMBeanSupport
 
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
setMatches(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
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
 
setPackageSuffix(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
setParameters(Transformer) - Method in class org.jboss.deployment.XSLSubDeployer
 
setPrefixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
setRecursiveSearch(boolean) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
 
setRecursiveSearch(boolean) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
 
setRelativeOrder(int) - Method in class org.jboss.deployment.SubDeployerSupport
Set the relative order of the specified suffixes all to the same value.
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
 
setServiceBinding(ServiceBinding) - Method in class org.jboss.system.ServiceConfigurator
Dynamically plug-in a ServiceBinding policy to possibly override the configuration of a service.
setServiceBinding(ServiceBinding) - Method in class org.jboss.system.ServiceController
Plugin a ServiceBinding policy
setServiceBinding(ServiceBinding) - Method in interface org.jboss.system.ServiceControllerMBean
Plugin a ServiceBinding policy
setServiceController(ObjectName) - Method in class org.jboss.deployment.MainDeployer
Describe setServiceController method here.
setServiceController(ObjectName) - Method in interface org.jboss.deployment.MainDeployerMBean
The ObjectName of the ServiceController
setStartBarrierHandback(String) - Method in class org.jboss.system.BarrierController
The notification subscription handback string that starts the barrier.
setStartBarrierHandback(String) - Method in interface org.jboss.system.BarrierControllerMBean
The notification subscription handback string that starts the barrier.
setStopBarrierHandback(String) - Method in class org.jboss.system.BarrierController
The notification subscription handback string that stops the barrier.
setStopBarrierHandback(String) - Method in interface org.jboss.system.BarrierControllerMBean
The notification subscription handback string that stops the barrier.
setStopTimeOut(long) - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
setStopTimeOut(long) - Method in interface org.jboss.deployment.scanner.DeploymentScannerMBean
How long to wait in stop for the background thread to stop
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.
setSuffixes(String[]) - Method in class org.jboss.deployment.scanner.DeploymentFilter
 
setSuffixes(String[]) - Method in class org.jboss.deployment.SubDeployerSupport
Set an array of suffixes of interest to this subdeployer.
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
 
setTempDir(File) - Method in class org.jboss.deployment.MainDeployer
Set the temp directory
setTempDir(File) - Method in interface org.jboss.deployment.MainDeployerMBean
 
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
 
setUseNamespaceAwareParser(boolean) - Method in class org.jboss.deployment.SARDeployer
 
setValidateDTDs(boolean) - Method in class org.jboss.deployment.XSLSubDeployer
 
setValidateDTDs(boolean) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
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
 
setXslUrl(String) - Method in interface org.jboss.deployment.XSLSubDeployerMBean
 
shortName - Variable in class org.jboss.deployment.DeploymentInfo
The suffix of the deployment url
shortName - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
shortUrlFromServerHome(String) - Static method in class org.jboss.system.server.ServerConfigUtil
Utility to get a shortened url relative to the server home if possible
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 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.
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 class org.jboss.system.ServiceCreator
Clean shutdown
shuttingDown - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
True if we are shutting down.
SimpleSubDeployerSupport - Class in org.jboss.deployment
A simple subdeployer that deploys a managed object after parsing the deployment's xml file.
SimpleSubDeployerSupport() - Constructor for class org.jboss.deployment.SimpleSubDeployerSupport
 
skipSet - Variable in class org.jboss.deployment.scanner.URLDeploymentScanner
A set of deployment URLs to skip
SL_FILTER_ELEMENT - Static variable in interface org.jboss.system.ListenerServiceMBean
 
SL_FILTER_FACTORY_ATTRIBUTE - Static variable in interface org.jboss.system.ListenerServiceMBean
 
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
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(String) - Method in class org.jboss.deployment.MainDeployer
The start method starts a package identified by a URL
start(String) - Method in interface org.jboss.deployment.MainDeployerMBean
The start method starts a package identified by a URL
start(DeploymentInfo) - Method in class org.jboss.deployment.SARDeployer
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(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptor
 
start(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
Override
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() - 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.
start() - Method in interface org.jboss.system.Service
start the service, create is already called
start(ObjectName) - Method in class org.jboss.system.ServiceController
Starts the indicated service
start(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Starts the indicated service
start() - Method in class org.jboss.system.ServiceMBeanSupport
 
START_DEPLOYER - Static variable in class org.jboss.deployment.DeploymentState
 
START_EVENT - Static variable in interface org.jboss.system.ServiceMBean
 
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
 
startBarrier() - Method in class org.jboss.system.BarrierController
Manually start the controlled barrier
startBarrier() - Method in interface org.jboss.system.BarrierControllerMBean
Manually start the controlled barrier
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
startService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
startService() - Method in class org.jboss.deployment.SARDeployer
The startService method gets the mbeanProxies for MainDeployer and ServiceController, used elsewhere.
startService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
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.system.pm.AttributePersistenceService
 
startService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'start' logic.
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(String) - Method in class org.jboss.deployment.MainDeployer
The stop method stops a package identified by a URL
stop(String) - Method in interface org.jboss.deployment.MainDeployerMBean
The stop method stop a package identified by a URL
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 class org.jboss.deployment.SimpleSubDeployerSupport
 
stop(DeploymentInfo) - Method in interface org.jboss.deployment.SubDeployer
The stop method removes relationships between components.
stop(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptor
 
stop(Invocation, DeploymentInfo) - Method in class org.jboss.deployment.SubDeployerInterceptorSupport
Override
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() - Method in interface org.jboss.system.Service
stop the service
stop(ObjectName) - Method in class org.jboss.system.ServiceController
Stop the given service
stop(ObjectName) - Method in interface org.jboss.system.ServiceControllerMBean
Stop the indicated service
stop() - Method in class org.jboss.system.ServiceMBeanSupport
 
STOP_EVENT - Static variable in interface org.jboss.system.ServiceMBean
 
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
stopBarrier() - Method in class org.jboss.system.BarrierController
Manually stop the controlled barrier
stopBarrier() - Method in interface org.jboss.system.BarrierControllerMBean
Manually stop the controlled barrier
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
stopService() - Method in class org.jboss.deployment.cache.DeploymentCache
 
stopService() - Method in class org.jboss.deployment.JARDeployer
 
stopService() - Method in class org.jboss.deployment.SARDeployer
This method stops all the applications in this server.
stopService() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner
 
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.system.pm.AttributePersistenceService
 
stopService() - Method in class org.jboss.system.ServiceMBeanSupport
Sub-classes should override this method to provide custum 'stop' logic.
stopTimeOut - Variable in class org.jboss.deployment.scanner.AbstractDeploymentScanner
The stop timeout
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
 
SubDeployer - Interface in org.jboss.deployment
The common interface for sub-deployer components which perform the actual deployment services for application components.
SubDeployerExt - Interface in org.jboss.deployment
An extension interface that allows the retrieval and setting of the combined suffixes and their relative order supported by a SubDeployer.
SubDeployerExtMBean - Interface in org.jboss.deployment
An extension mbean interface that allows the retrieval and setting of the combined suffixes and their relative order supported by a SubDeployer.
SubDeployerInterceptor - Class in org.jboss.deployment
Base class for SubDeployer interceptors.
SubDeployerInterceptor() - Constructor for class org.jboss.deployment.SubDeployerInterceptor
Default CTOR
SubDeployerInterceptor(String) - Constructor for class org.jboss.deployment.SubDeployerInterceptor
CTOR
SubDeployerInterceptorMBean - Interface in org.jboss.deployment
Interface for SubDeployerInterceptor services.
SubDeployerInterceptorSupport - Class in org.jboss.deployment
Base class that can be used for writing services that dynamically hook to other interceptable deployers in order to add functionality in the deployment cycle.
SubDeployerInterceptorSupport() - Constructor for class org.jboss.deployment.SubDeployerInterceptorSupport
Constructs an SubDeployerInterceptorSupport.
SubDeployerInterceptorSupport(Class) - Constructor for class org.jboss.deployment.SubDeployerInterceptorSupport
Constructs an SubDeployerInterceptorSupport.
SubDeployerInterceptorSupport(String) - Constructor for class org.jboss.deployment.SubDeployerInterceptorSupport
Constructs an SubDeployerInterceptorSupport.
SubDeployerInterceptorSupport(Logger) - Constructor for class org.jboss.deployment.SubDeployerInterceptorSupport
Constructs an SubDeployerInterceptorSupport.
SubDeployerMBean - Interface in org.jboss.deployment
MBean interface for SubDeployers
SubDeployerSupport - Class in org.jboss.deployment
An abstract SubDeployer.
SubDeployerSupport() - Constructor for class org.jboss.deployment.SubDeployerSupport
 
SubDeployerSupport.ClassConfiguration - Class in org.jboss.deployment
Static configuration properties for this class.
SubDeployerSupport.ClassConfiguration() - Constructor for class org.jboss.deployment.SubDeployerSupport.ClassConfiguration
 
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.
suffix - Variable in class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
The suffix, e.g.
suffixes - Variable in class org.jboss.deployment.SubDeployerSupport
The suffixes of interest to this subdeployer
suffixOrder - Variable in class org.jboss.deployment.DeploymentSorter
 
SuffixOrderHelper - Class in org.jboss.deployment
SuffixOrderHelper.
SuffixOrderHelper(DeploymentSorter) - Constructor for class org.jboss.deployment.SuffixOrderHelper
 
SuffixOrderHelper.EnhancedSuffix - Class in org.jboss.deployment
Inner class that encapsulates an enhanceSuffix consisting of suffix + order
SuffixOrderHelper.EnhancedSuffix(String, int) - Constructor for class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
Simple CTOR
SuffixOrderHelper.EnhancedSuffix(String) - Constructor for class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
CTOR that parses an enhancedSuffix string of the form: [order:]suffix If the optional 'order' is missing, use DEFAULT_RELATIVE_ORDER
suspendDeployment(URL) - Method in class org.jboss.deployment.scanner.URLDeploymentScanner
Temporarily ignore changes (addition, updates, removal) to a particular deployment, identified by its deployment URL.
suspendDeployment(URL) - Method in interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
Temporarily ignore changes (addition, updates, removal) to a particular deployment, identified by its deployment URL.
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.deployment.DeploymentInfo
 
toString() - Method in class org.jboss.deployment.DeploymentState
 
toString() - Method in exception org.jboss.deployment.IncompleteDeploymentException
Convert to String and cache the deployment information
toString() - Method in class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
toString() - Method in class org.jboss.deployment.SerializableDeploymentInfo
Returns a string representation of the object.
toString() - Method in class org.jboss.deployment.SuffixOrderHelper.EnhancedSuffix
Pretty print
toString() - Method in class org.jboss.system.filterfactory.DeploymentInfoNotificationFilterFactory.DeploymentInfoNotificationFilter
 
toString() - Method in class org.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Pretty prints
toString() - Method in class org.jboss.system.ServiceContext
 
toString() - Method in class org.jboss.Version
Returns the version information as a string.
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

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 class org.jboss.deployment.cache.DeploymentCache
 
undeploy(URL) - Method in interface org.jboss.deployment.cache.DeploymentCacheMBean
 
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(String) - Method in class org.jboss.deployment.MainDeployer
The undeploy method undeploys a package identified by a string representation of a URL.
undeploy(URL) - Method in class org.jboss.deployment.MainDeployer
The undeploy method undeploys a package identified by 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(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
UNREGISTERED - Static variable in interface org.jboss.system.ServiceMBean
The MBean has been created but has not completed MBeanRegistration.postRegister
unregisterMBean(ObjectName) - Method in class org.jboss.system.server.jmx.LazyMBeanServer
 
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.scanner.URLDeploymentScanner.DeployedURL
 
url - Variable in class org.jboss.deployment.SerializableDeploymentInfo
 
URLDeploymentScanner - Class in org.jboss.deployment.scanner
A URL-based deployment scanner.
URLDeploymentScanner() - Constructor for class org.jboss.deployment.scanner.URLDeploymentScanner
 
URLDeploymentScanner.DeployedURL - Class in org.jboss.deployment.scanner
A container and help class for a deployed URL.
URLDeploymentScanner.DeployedURL(URL) - Constructor for class org.jboss.deployment.scanner.URLDeploymentScanner.DeployedURL
 
URLDeploymentScannerMBean - Interface in org.jboss.deployment.scanner
URLDeploymentScanner MBean interface.
URLDirectoryScanner - Class in org.jboss.deployment.scanner
This class is similar to the URLDeploymentScanner (
URLDirectoryScanner() - Constructor for class org.jboss.deployment.scanner.URLDirectoryScanner
 
URLDirectoryScannerMBean - Interface in org.jboss.deployment.scanner
MBean interface.
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

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
Version - Class in org.jboss
Provides access to JBoss version (and build) properties.
VERSION_CVSTAG - Static variable in class org.jboss.Version
 
VERSION_MAJOR - Static variable in class org.jboss.Version
 
VERSION_MINOR - Static variable in class org.jboss.Version
 
VERSION_NAME - Static variable in class org.jboss.Version
 
VERSION_REVISION - Static variable in class org.jboss.Version
 
VERSION_TAG - Static variable in class org.jboss.Version
 

W

waitForInactive() - Method in class org.jboss.deployment.scanner.AbstractDeploymentScanner.ScannerThread
 
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
The url to check to decide if we need to redeploy
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 in org.jboss.system.pm
XMLAttributePersistenceManager
XMLAttributePersistenceManager() - Constructor for class org.jboss.system.pm.XMLAttributePersistenceManager
Constructs a FileAttributePersistenceManager.
XSLSubDeployer - Class in org.jboss.deployment
XSLSubDeployer
XSLSubDeployer() - Constructor for class org.jboss.deployment.XSLSubDeployer
 
XSLSubDeployerMBean - Interface in org.jboss.deployment
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 Q R S T U V W X

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