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

A

AbstractRepository - Class in org.apache.geronimo.system.repository
 
AbstractRepository(URI, ServerInfo) - Constructor for class org.apache.geronimo.system.repository.AbstractRepository
 
AbstractRepository(File) - Constructor for class org.apache.geronimo.system.repository.AbstractRepository
 
addConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
addDependencyInstalled(Artifact) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Notes that the current install operation found a dependency, and that dependency was downloaded from a remote repository and installed into the local server environment.
addDependencyInstalled(Artifact) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
addDependencyPresent(Artifact) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Notes that the current install operation found a dependency, and that dependency was satisfied by an artifact already available in the current server environment.
addDependencyPresent(Artifact) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
addDownloadBytes(long) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Called at the end of a file download with the number of bytes downloaded in the current operation.
addDownloadBytes(long) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
addGBean(Artifact, GBeanData) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
addInstalledConfigID(Artifact) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Notes that a configuration passed as an argument to the install operation was successfully installed.
addInstalledConfigID(Artifact) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
addRemovedConfigID(Artifact) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Notes a configuration that was removed because it was obsoleted by a newly-installed configuration.
addRemovedConfigID(Artifact) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
addRestartedConfigID(Artifact) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Notes that a configuration was restarted as a result of the current operation.
addRestartedConfigID(Artifact) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
AddStartupConfiguration - Class in org.apache.geronimo.system.configuration.cli
A tool for use by clients who really know what they're doing (such as the installer).
AddStartupConfiguration() - Constructor for class org.apache.geronimo.system.configuration.cli.AddStartupConfiguration
 
addUserRepository(URL) - Method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
Adds a new repository that the user put in manually.
addUserRepository(URL) - Method in interface org.apache.geronimo.system.plugin.PluginRepositoryList
 
applyOverrides(Artifact, Collection, ClassLoader) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
attributeDecl(String, String, String, String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
AWT_TOOLKIT - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The awt.toolkit System Property.

B

BaseMarkupSerializer - Class in org.apache.geronimo.system.configuration
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
BaseMarkupSerializer(OutputFormat) - Constructor for class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Protected constructor can only be used by derived class.
BasicServerInfo - Class in org.apache.geronimo.system.serverinfo
Contains information about the server and functions for resolving pathnames.
BasicServerInfo() - Constructor for class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
BasicServerInfo(String) - Constructor for class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
boot() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
Throws UnsupportedOperationException.
breakLine() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Called to print a line consisting of the text accumulated so far.
breakLine(boolean) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
breakLine() - Method in class org.apache.geronimo.system.configuration.Printer
 
breakLine(boolean) - Method in class org.apache.geronimo.system.configuration.Printer
 

C

CachingLog4jLog - Class in org.apache.geronimo.system.logging.log4j
This log wrapper caches the trace, debug and info enabled flags.
CachingLog4jLog(String) - Constructor for class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
CachingLog4jLog(Logger) - Constructor for class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
calculatePercent() - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
characters(char[], int, int) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
characters(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Called to print the text contents in the prevailing element format.
checkOnInstall(Object) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Gets the current progress of a download operation.
checkOnInstall(Object) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Gets the current progress of a download operation.
clear() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDC
 
ClientCommandLine - Class in org.apache.geronimo.system.main
 
ClientCommandLine(Artifact, String[]) - Constructor for class org.apache.geronimo.system.main.ClientCommandLine
 
close() - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
CommandLine - Class in org.apache.geronimo.system.main
 
CommandLine() - Constructor for class org.apache.geronimo.system.main.CommandLine
 
CommandLineManifest - Class in org.apache.geronimo.system.main
 
CommandLineManifest(AbstractNameQuery, String, List, List, List) - Constructor for class org.apache.geronimo.system.main.CommandLineManifest
 
comment(char[], int, int) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
comment(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
compareTo(Object) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
ConditionParser - Interface in org.apache.geronimo.system.configuration.condition
Provides a simple facility to evaluate condition expressions.
ConditionParserException - Exception in org.apache.geronimo.system.configuration.condition
Thrown to indicate a problem related to condition parsing.
ConditionParserException() - Constructor for exception org.apache.geronimo.system.configuration.condition.ConditionParserException
 
ConditionParserException(String, Throwable) - Constructor for exception org.apache.geronimo.system.configuration.condition.ConditionParserException
 
ConditionParserException(String) - Constructor for exception org.apache.geronimo.system.configuration.condition.ConditionParserException
 
ConditionParserException(Throwable) - Constructor for exception org.apache.geronimo.system.configuration.condition.ConditionParserException
 
CONFIGURATIONS - Static variable in class org.apache.geronimo.system.main.CommandLineManifest
 
ConfigurationStoreUtil - Class in org.apache.geronimo.system.configuration
Utility methods for dealing with checksums (hashes) of files in the configuration store.
ConfigurationStoreUtil() - Constructor for class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 
ConfigurationStoreUtil.ChecksumOutputStream - Class in org.apache.geronimo.system.configuration
 
ConfigurationStoreUtil.ChecksumOutputStream(OutputStream) - Constructor for class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
configure(URL) - Static method in class org.apache.geronimo.system.logging.log4j.URLConfigurator
 
contains(Artifact) - Method in class org.apache.geronimo.system.repository.AbstractRepository
 
containsConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
content() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Must be called by a method about to print any type of content.
convert(LoggingEvent) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCConverter
 
CopyArtifactTypeHandler - Class in org.apache.geronimo.system.repository
 
CopyArtifactTypeHandler() - Constructor for class org.apache.geronimo.system.repository.CopyArtifactTypeHandler
 
copyToRepository(File, Artifact, FileWriteMonitor) - Method in class org.apache.geronimo.system.repository.AbstractRepository
 
copyToRepository(InputStream, int, Artifact, FileWriteMonitor) - Method in class org.apache.geronimo.system.repository.AbstractRepository
 
createExecutableConfiguration(ConfigurationData, Manifest, File) - Static method in class org.apache.geronimo.system.configuration.ExecutableConfigurationUtil
 
createInstallList(PluginList, Artifact[]) - Static method in class org.apache.geronimo.system.plugin.PluginList
 
createInstallList(PluginList, Artifact) - Static method in class org.apache.geronimo.system.plugin.PluginList
 
createMBean(String, ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
createNewConfigurationDir(Artifact) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
createPatternParser(String) - Method in class org.apache.geronimo.system.logging.log4j.PatternLayout
 

D

Daemon - Class in org.apache.geronimo.system.main
 
debug(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
debug(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
decide(LoggingEvent) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
deserialize(String, ObjectName, byte[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
deserialize(String, byte[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
deserialize(ObjectName, byte[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
destroy() - Method in class org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor
 
DirectoryInitializationGBean - Class in org.apache.geronimo.system.util
 
DirectoryInitializationGBean(String, String, ServerInfo, ClassLoader) - Constructor for class org.apache.geronimo.system.util.DirectoryInitializationGBean
 
DirectoryUtils - Class in org.apache.geronimo.system.serverinfo
 
DirectoryUtils() - Constructor for class org.apache.geronimo.system.serverinfo.DirectoryUtils
 
doConfigure(URL, LoggerRepository) - Method in class org.apache.geronimo.system.logging.log4j.URLConfigurator
 
docTypePublicId - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
The system identifier of the document type, if known.
docTypeSystemId - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
The system identifier of the document type, if known.
docWriter - Variable in class org.apache.geronimo.system.configuration.Printer
Holds a reference to the document writer while we are in DTD mode.
doDestroy(MethodInterceptor) - Method in class org.apache.geronimo.system.jmx.JMXProxyManager
 
doFail() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
doFail() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
doFail() - Method in class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
doFail() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
doFail() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
doStart() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
doStart() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
doStart() - Method in class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
doStart() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
doStart() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
doStop() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
doStop() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
doStop() - Method in class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
doStop() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
doStop() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
DownloadPoller - Interface in org.apache.geronimo.system.plugin
An interface for callers who want to monitor the progress of an installation.
DownloadResults - Class in org.apache.geronimo.system.plugin
Provides the results of a configuration download operation.
DownloadResults() - Constructor for class org.apache.geronimo.system.plugin.DownloadResults
 
dtdWriter - Variable in class org.apache.geronimo.system.configuration.Printer
The DTD writer.
duplicate() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 

E

elementDecl(String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
ElementState - Class in org.apache.geronimo.system.configuration
Holds the state of the currently serialized element.
ElementState() - Constructor for class org.apache.geronimo.system.configuration.ElementState
 
Encoding - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.Defaults
The default encoding for Web documents it UTF-8.
EncodingInfo - Class in org.apache.geronimo.system.configuration
This class represents an encoding.
EncodingInfo(String, String, int) - Constructor for class org.apache.geronimo.system.configuration.EncodingInfo
Creates new EncodingInfo instance.
EncodingInfo(String, int) - Constructor for class org.apache.geronimo.system.configuration.EncodingInfo
Creates new EncodingInfo instance.
Encodings - Class in org.apache.geronimo.system.configuration
Provides information about encodings.
Encodings() - Constructor for class org.apache.geronimo.system.configuration.Encodings
 
endCDATA() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
endDocument() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Called at the end of the document to wrap it up.
endDTD() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
endElement(String, String, String) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
endElement(String) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
endElementIO(String, String, String) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
endEntity(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
endNonEscaping() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
ENDORSED_DIRS - Static variable in class org.apache.geronimo.system.main.CommandLineManifest
 
endPrefixMapping(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
endPreserving() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
enterDTD() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Called by any of the DTD handlers to enter DTD mode.
enterDTD() - Method in class org.apache.geronimo.system.configuration.Printer
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Enter a new element state for the specified element.
equals(Object) - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
error(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
error(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
evaluate(String) - Method in interface org.apache.geronimo.system.configuration.condition.ConditionParser
Evaluate a condition expression.
evaluate(String) - Method in class org.apache.geronimo.system.configuration.condition.JexlConditionParser
Evaluate a condition expression.
evaluate(String) - Method in class org.apache.geronimo.system.configuration.condition.OgnlConditionParser
Evaluate a condition expression.
exception - Variable in class org.apache.geronimo.system.configuration.Printer
Holds the exception thrown by the serializer.
ExceptionUtil - Class in org.apache.geronimo.system.main
 
ExceptionUtil() - Constructor for class org.apache.geronimo.system.main.ExceptionUtil
 
ExecutableConfigurationUtil - Class in org.apache.geronimo.system.configuration
 
execute(String, Runnable) - Method in interface org.apache.geronimo.system.threads.ThreadPool
Executes work on behalf of a named client.
ExplicitDefaultArtifactResolver - Class in org.apache.geronimo.system.resolver
 
ExplicitDefaultArtifactResolver(String, ArtifactManager, Collection, ServerInfo) - Constructor for class org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver
 
exportConfiguration(Artifact, OutputStream) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
EXTENSION_DIRS - Static variable in class org.apache.geronimo.system.main.CommandLineManifest
 
externalEntityDecl(String, String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 

F

fatal(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
fatal(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
FILE_ENCODING - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The file.separator System Property.
finalizeConverter(char) - Method in class org.apache.geronimo.system.logging.log4j.PatternParser
 
flush() - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
flush() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Flush the output stream.
flush() - Method in class org.apache.geronimo.system.configuration.Printer
Flush the output stream.
flushLine(boolean) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Flushes the line accumulated so far to the writer and get ready to accumulate the next line.
flushLine(boolean) - Method in class org.apache.geronimo.system.configuration.Printer
 
FOP - Static variable in class org.apache.geronimo.system.configuration.Method
The output method for FO documents as PDF.
format - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
The output format associated with this serializer.
format - Variable in class org.apache.geronimo.system.configuration.Printer
The output format associated with this serializer.
foundModules(Artifact[]) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
foundModules(Artifact[]) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
foundModules(Artifact[]) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
foundModules(Artifact[]) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 

G

GBEAN_INFO - Static variable in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.jmx.KernelMBeanServerReference
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.jmx.RealMBeanServerReference
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.logging.log4j.Log4jService
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.plugin.PluginInstallerGBean
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.properties.SystemProperties
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.repository.Maven1Repository
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.repository.Maven2Repository
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.rmi.RMIRegistryService
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.sharedlib.SharedLib
 
GBEAN_INFO - Static variable in class org.apache.geronimo.system.util.DirectoryInitializationGBean
 
gbeanInfo - Static variable in class org.apache.geronimo.system.properties.NamingProperties
 
GBeanOverride - Class in org.apache.geronimo.system.configuration
 
GBeanOverride(String, boolean) - Constructor for class org.apache.geronimo.system.configuration.GBeanOverride
 
GBeanOverride(AbstractName, boolean) - Constructor for class org.apache.geronimo.system.configuration.GBeanOverride
 
GBeanOverride(GBeanData) - Constructor for class org.apache.geronimo.system.configuration.GBeanOverride
 
GBeanOverride(Element) - Constructor for class org.apache.geronimo.system.configuration.GBeanOverride
 
get() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDC
 
getAbstractName() - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
getAbstractName(MethodInterceptor) - Method in class org.apache.geronimo.system.jmx.JMXProxyManager
 
getAbstractName() - Method in class org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor
 
getAbstractNameFor(Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAbstractNameFor(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getAcceptOnMatch() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
getActualChecksum(File) - Static method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 
getActualChecksum(File, String) - Static method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 
getArch() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getAsText(Object, String) - Static method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getAttribute(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getAttribute(ObjectName, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAttribute(AbstractName, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAttribute(String, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAttribute(Class, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAttribute(String, Class, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getAttribute(ObjectName, String) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getAttribute(String) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
getAttributes() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getAttributes(ObjectName, String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getAttributes(String[]) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
getAuthor() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getBaseDirectory() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getBaseDirectory() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
A config.xml setting for the base directory.
getBootTime() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getBuildDate() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getBuildDate() - Static method in class org.apache.geronimo.system.serverinfo.ServerConstants
Gets the date the server was built
getBuildDate() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
getBuildNumber() - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
getBuildTime() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getBuildTime() - Static method in class org.apache.geronimo.system.serverinfo.ServerConstants
Gets the time the server was built
getBuildTime() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
getCategory() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a category name for this configuration.
getCDataElements() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns a list of all the elements whose text node children should be output as CDATA, or null if no such elements were specified.
getChecksum() - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
getClassAnnotation(Class) - Method in class org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl
 
getClassLoader(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getClassLoader(String) - Method in class org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl
 
getClassLoaderFor(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getClassLoaderFor(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getClassLoaderFor(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getClassLoaderFor(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getClassLoaderFor(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getClassLoaderRepository() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getClassLoaderServerURLs() - Method in interface org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl.ClassLoaderServerAware
 
getClearAttribute(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getClearAttributes() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getClearReference(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getClearReferences() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getConfigFileName() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Get the logging configuration URL.
getConfigFileName() - Method in interface org.apache.geronimo.system.logging.SystemLog
Gets the name of the file that configures the log system
getConfiguration() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Get the content of logging configuration file.
getConfigurationList(String) - Method in class org.apache.geronimo.system.main.LocalServer
 
getConfigurations() - Method in class org.apache.geronimo.system.main.CommandLineManifest
 
getConfigXmls() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a list of settings to populate in config.xml
getCopyright() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getCopyright() - Static method in class org.apache.geronimo.system.serverinfo.ServerConstants
Gets the copyright message for the server
getCopyright() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
getCurrentBaseDirectory() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getCurrentBaseDirectory() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
The base directory that this ServerInfo is actually using.
getCurrentFile() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets the name of the file that is currently being operated on.
getCurrentFilePercent() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets the progress on the current file expressed as a percentage.
getCurrentMessage() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets a description of the work currently being done.
getDefaultDomain() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getDependencies() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets the JAR or configuration dependencies for this configuration, Each String in the result is an Artifact (or Config ID) in String form.
getDependencies(Artifact) - Method in class org.apache.geronimo.system.repository.AbstractRepository
 
getDependenciesInstalled() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets the dependencies that we've successfully downloaded and installed into the local server environment.
getDependenciesPresent() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets the dependencies that we've needed but they're already present in the local server so no installation was necessary.
getDependencyManager() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
Throws UnsupportedOperationException.
getDescription() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a description of this configuration and why it is interesting
getDescription() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
getDestDir() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.CopyFile
 
getDoctypePublic() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the specified document type public identifier, or null.
getDoctypeSystem() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the specified document type system identifier, or null.
getDomains() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getElementState() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Return the state of the current element.
getEncoding() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the specified encoding.
getEncodingInfo() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns an EncodingInfo instance for the encoding.
getEndorsedDirs() - Method in class org.apache.geronimo.system.main.CommandLineManifest
 
getEntityRef(int) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Returns the suitable entity reference for this character value, or null if no such entity exists.
getEntityRef(int) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
getException() - Method in class org.apache.geronimo.system.configuration.Printer
 
getExpectedChecksum(File) - Static method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 
getExtensionDirs() - Method in class org.apache.geronimo.system.main.CommandLineManifest
 
getFailure() - Method in class org.apache.geronimo.system.plugin.DownloadResults
If the operation failed, the Exception that caused the failure.
getFiles(File, String) - Method in class org.apache.geronimo.system.repository.Maven1Repository
 
getFilesToCopy() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a list of files to copy from the plugin CAR into the server installation.
getForceStart() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets the configurations that should definitely be started when the install process completes.
getGBean(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBean(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBean(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBean(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBean(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanData(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanData(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanData(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanData(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
getGBeanInfo(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.jmx.KernelMBeanServerReference
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.jmx.RealMBeanServerReference
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.properties.NamingProperties
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.properties.SystemProperties
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.repository.Maven1Repository
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.repository.Maven2Repository
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.sharedlib.SharedLib
 
getGBeanInfo() - Static method in class org.apache.geronimo.system.util.DirectoryInitializationGBean
 
getGBeanStartTime(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanStartTime(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanStartTime(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanStartTime(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanState(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanState(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanState(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanState(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGBeanState(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getGeronimoInstallDirectory() - Static method in class org.apache.geronimo.system.serverinfo.DirectoryUtils
 
getGeronimoVersions() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getHash() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getHost() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
getHTMLDescription() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a description of this module in HTML format (with paragraph markers).
getIndent() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the indentation specified.
getIndenting() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if indentation was specified.
getInstalledConfigIDs() - Method in class org.apache.geronimo.system.plugin.DownloadResults
Gets the list of the originally requested Config IDs that were successfully installed.
getInstalledPlugins() - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Lists the plugins installed in the local Geronimo server, by name and ID.
getInstalledPlugins() - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Lists the plugins installed in the local Geronimo server, by name and ID.
getIs1_1() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIs1_2() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIs1_3() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIs1_4() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIs1_5() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIs1_6() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIsAIX() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsHPUX() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsIrix() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsLinux() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsMac() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsMacOSX() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsOS2() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsSolaris() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsSunOS() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsUnix() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsVersionAtLeast(float) - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIsVersionAtLeast(int) - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getIsWindows() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindows2000() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindows95() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindows98() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindowsME() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindowsNT() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getIsWindowsXP() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getJavaHome() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the Java home directory as a File.
getJavaIoTmpDir() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the Java IO temporary directory as a File.
getJavaVersion() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Deprecated. Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0.
getJvmVersions() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getKernel() - Method in class org.apache.geronimo.system.main.CommandLine
 
getKernel() - Method in class org.apache.geronimo.system.main.LocalServer
 
getKernelName() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getLastPrintable() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the last printable character based on the selected encoding.
getLicenses() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getLifecycleMonitor() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
Throws UnsupportedOperationException.
getLineContent() - Method in class org.apache.geronimo.system.logging.SystemLog.LogMessage
 
getLineCount() - Method in class org.apache.geronimo.system.logging.SystemLog.SearchResults
 
getLineNumber() - Method in class org.apache.geronimo.system.logging.SystemLog.LogMessage
 
getLineSeparator() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns a specific line separator to use.
getLineWidth() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Return the selected line width for breaking up long lines.
getListedConfigurations(Artifact) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
getListenAddress() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
getLocation(Artifact) - Method in class org.apache.geronimo.system.repository.Maven1Repository
 
getLocation(Artifact) - Method in class org.apache.geronimo.system.repository.Maven2Repository
 
getLogFileNames() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
getLogFileNames() - Method in interface org.apache.geronimo.system.logging.SystemLog
Gets the name of all log files used by this log system.
getLoggerEffectiveLevel(String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Gets the level of the logger of the give name.
getLoggerLevel(String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Gets the level of the logger of the give name.
getMainGBeanQuery() - Method in class org.apache.geronimo.system.main.CommandLineManifest
 
getMainMethod() - Method in class org.apache.geronimo.system.main.CommandLineManifest
 
getManifestEntries() - Static method in class org.apache.geronimo.system.main.CommandLineManifest
 
getMatchingItems(String, Integer, Integer, String, String, int, boolean) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
 
getMatchingItems(String, Integer, Integer, String, String, int, boolean) - Method in interface org.apache.geronimo.system.logging.SystemLog
Searches the log for records matching the specified parameters.
getMBeanCount() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getMBeanInfo(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getMBeanInfo() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
getMBeanServer() - Method in class org.apache.geronimo.system.jmx.KernelMBeanServerReference
 
getMBeanServer() - Method in interface org.apache.geronimo.system.jmx.MBeanServerReference
 
getMBeanServer() - Method in class org.apache.geronimo.system.jmx.RealMBeanServerReference
 
getMediaType() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the specified media type, or null.
getMethod() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the method specified for this output format.
getMethodInterceptor(Class, Kernel, AbstractName) - Method in class org.apache.geronimo.system.jmx.JMXProxyManager
 
getModuleId() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets the Config ID for this configuration, which is a globally unique identifier.
getModuleId() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
getModuleIdWithStars() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
getName() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getName() - Method in class org.apache.geronimo.system.configuration.EncodingInfo
Returns a MIME charset name of this encoding.
getName() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getName() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
getName() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets a human-readable name for this configuration.
getName() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.License
 
getNamedNDC(String) - Static method in class org.apache.geronimo.system.logging.log4j.NamedNDC
Gets the NamedNDC by name, or creates a new one of one does not already exist.
getNaming() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getNamingFactoryInitial() - Method in class org.apache.geronimo.system.properties.NamingProperties
 
getNamingFactoryUrlPkgs() - Method in class org.apache.geronimo.system.properties.NamingProperties
 
getNamingProviderUrl() - Method in class org.apache.geronimo.system.properties.NamingProperties
 
getNextIndent() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
getNextIndent() - Method in class org.apache.geronimo.system.configuration.Printer
 
getNonEscapingElements() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns a list of all the elements whose text node children should be output unescaped (no character references), or null if no such elements were specified.
getNotificationInfo() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
getNullAttribute(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getNullAttributes() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getObjectInstance(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
getObjectName() - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
getObjectName() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
getObsoletes() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
Gets the configurations obsoleted by this configuration.
getOmitComments() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if comments should be ommited.
getOmitDocumentType() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the DOCTYPE declaration should be ommited.
getOmitXMLDeclaration() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the XML document declaration should be ommited.
getPluginMetadata(Artifact) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Gets a CofigurationMetadata for a configuration installed in the local server.
getPluginMetadata(Artifact) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Gets a CofigurationMetadata for a configuration installed in the local server.
getPlugins() - Method in class org.apache.geronimo.system.plugin.PluginList
 
getPluginURL() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getPoolSize() - Method in interface org.apache.geronimo.system.threads.ThreadPool
Gets the maximum number of threads allowed for this thread pool
getPort() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
getPrefix(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Returns the namespace prefix for the specified URI.
getPrerequisites() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getPreserveEmptyAttributes() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the preserveEmptyAttribute flag.
getPreserveSpace() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the default behavior for this format is to preserve spaces.
getProtocol() - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
getProxyManager() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getReferencePatterns(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getReferences() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
getRefreshPeriodSeconds() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Get the refresh period.
getRefreshPeriodSeconds() - Method in interface org.apache.geronimo.system.logging.SystemLog
Indicates how often the log system should check to see if its configuration file has been updated.
getRemovedConfigIDs() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
getRepositories() - Method in class org.apache.geronimo.system.plugin.PluginList
 
getRepositories() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getRepositories() - Method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
Gets the union of centrally-listed repositories and user-added repositories.
getRepositories() - Method in interface org.apache.geronimo.system.plugin.PluginRepositoryList
 
getResourceType() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
getRestartedConfigIDs() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
getResults() - Method in class org.apache.geronimo.system.logging.SystemLog.SearchResults
 
getRootLoggerLevel() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Gets the level of the root logger.
getRootLoggerLevel() - Method in interface org.apache.geronimo.system.logging.SystemLog
Gets the name of the log level used for the root logger.
getShortNameFor(Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
getSourceFile() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.CopyFile
 
getStandalone() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the document type is standalone.
getTimestamp() - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
getTotalDownloadBytes() - Method in class org.apache.geronimo.system.plugin.DownloadResults
The total number of bytes in the archives downloaded from remote repositories.
getType() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Hash
 
getUserDir() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the user directory as a File.
getUserHome() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the user home directory as a File.
getValue() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
getValue() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Hash
 
getVendor() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getVersion() - Method in class org.apache.geronimo.system.configuration.condition.OsVariable
 
getVersion() - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the version for this output method.
getVersion() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
getVersion() - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
getVersion() - Static method in class org.apache.geronimo.system.serverinfo.ServerConstants
Gets the server version
getVersion() - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
getVersionMatches(String) - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getVmVendor() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getVmVersion() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getVresion() - Method in class org.apache.geronimo.system.configuration.condition.JavaVariable
 
getWriter(OutputStream) - Method in class org.apache.geronimo.system.configuration.EncodingInfo
Returns a writer for this encoding based on an output stream.

H

hashCode() - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
HOME_DIR_SYS_PROP - Static variable in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
HTML - Static variable in class org.apache.geronimo.system.configuration.Method
The output method for HTML documents.
HTMLPublicId - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.DTD
Public identifier for HTML document type.
HTMLSystemId - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.DTD
System identifier for HTML document type.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
indent() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Increment the indentation for the next line.
Indent - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.Defaults
If indentation is turned on, the default identation level is 4.
indent() - Method in class org.apache.geronimo.system.configuration.Printer
 
indenting - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
True if indenting printer.
IndentPrinter - Class in org.apache.geronimo.system.configuration
Extends Printer and adds support for indentation and line wrapping.
info(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
info(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
install(InputStream, int, Artifact, FileWriteMonitor) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
install(ConfigurationData) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
install(PluginList, String, String) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
install(PluginList, String, String, DownloadPoller) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
install(PluginList, String, String) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
install(PluginList, String, String, DownloadPoller) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
install(File, String, String, DownloadPoller) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Installs from a pre-downloaded CAR file
install(InputStream, int, Artifact, FileWriteMonitor, File) - Method in class org.apache.geronimo.system.repository.CopyArtifactTypeHandler
 
install(InputStream, int, Artifact, FileWriteMonitor, File) - Method in class org.apache.geronimo.system.repository.UnpackArtifactTypeHandler
 
instantiate(String) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
instantiate(String, ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
instantiate(String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor
 
internalEntityDecl(String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
InvalidAttributeException - Exception in org.apache.geronimo.system.configuration
 
InvalidAttributeException() - Constructor for exception org.apache.geronimo.system.configuration.InvalidAttributeException
 
InvalidAttributeException(String) - Constructor for exception org.apache.geronimo.system.configuration.InvalidAttributeException
 
InvalidAttributeException(String, Throwable) - Constructor for exception org.apache.geronimo.system.configuration.InvalidAttributeException
 
InvalidAttributeException(Throwable) - Constructor for exception org.apache.geronimo.system.configuration.InvalidAttributeException
 
invoke(ObjectName, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(AbstractName, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(String, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(Class, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(String, Class, String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(AbstractName, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(String, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(Class, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(String, Class, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
invoke(String, Object[], String[]) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
invokeMainGBean(List, AbstractNameQuery, String, String[]) - Method in class org.apache.geronimo.system.main.CommandLine
 
IS_JAVA_1_1 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_JAVA_1_6 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Java version 1.6 (also 1.6.x versions).
IS_OS_AIX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is AIX.
IS_OS_HP_UX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Mac.
IS_OS_OS2 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is a POSIX compilant system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_95 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_XP - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is true if this is Windows XP.
isCapped() - Method in class org.apache.geronimo.system.logging.SystemLog.SearchResults
 
isCDataElement(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the text node children of the given elements should be output as CDATA.
isDebugEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
isDocumentState() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Returns true if in the state of the document.
isEligible() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
isErrorEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
isFailed() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
isFatalEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
isFinished() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
isInfoEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
isInPlaceConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
isInstalled() - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
isInstanceOf(ObjectName, String) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
isJavaAwtHeadless() - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(float) - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is the Java version at least the requested version.
isJavaVersionAtLeast(int) - Static method in class org.apache.geronimo.system.configuration.condition.SystemUtils
Is the Java version at least the requested version.
isKernelFullyStarted() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
isLoad() - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
isLoaded(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isLoaded(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isLoaded(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isLoaded(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isNonEscapingElement(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Returns true if the text node children of the given elements should be output unescaped.
isOsiApproved() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.License
 
isPresent() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
isPrintable(int) - Method in class org.apache.geronimo.system.configuration.EncodingInfo
Checks whether the specified character is printable or not.
isPrintable(int) - Method in class org.apache.geronimo.system.configuration.SieveEncodingInfo
Checks whether the specified character is printable or not.
isReadOnly() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
isRegistered(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
isRelativeToVar() - Method in class org.apache.geronimo.system.plugin.PluginMetadata.CopyFile
 
isRunning(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isRunning(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isRunning(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isRunning(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isRunning() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
isTraceEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
isWarnEnabled() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 

J

JAVA_AWT_FONTS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.awt.fonts System Property.
JAVA_AWT_GRAPHICSENV - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.awt.graphicsenv System Property.
JAVA_AWT_HEADLESS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.awt.headless System Property.
JAVA_AWT_PRINTERJOB - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.awt.printerjob System Property.
JAVA_CLASS_PATH - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.compiler System Property.
JAVA_ENDORSED_DIRS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.endorsed.dirs System Property.
JAVA_EXT_DIRS - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.io.tmpdir System Property.
JAVA_LIBRARY_PATH - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.library.path System Property.
JAVA_RUNTIME_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.specification.version System Property.
JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.util.prefs.PreferencesFactory System Property.
JAVA_VENDOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.version System Property.
JAVA_VERSION_FLOAT - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the Java version as a float.
JAVA_VERSION_INT - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the Java version as an int.
JAVA_VERSION_TRIMMED - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
Gets the Java version as a String trimming leading letters.
JAVA_VM_INFO - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The java.vm.version System Property.
JavaVariable - Class in org.apache.geronimo.system.configuration.condition
Provides access to Java version details for use in condition expressions.
JavaVariable() - Constructor for class org.apache.geronimo.system.configuration.condition.JavaVariable
 
JexlConditionParser - Class in org.apache.geronimo.system.configuration.condition
Provides a simple facility to evaluate condition expressions using the Jexl language.
JexlConditionParser() - Constructor for class org.apache.geronimo.system.configuration.condition.JexlConditionParser
 
JMXProxyManager - Class in org.apache.geronimo.system.jmx
Pretty much the same as the BasicProxyManager, but it has a different way of handling the actual invocations.
JMXProxyManager(Kernel) - Constructor for class org.apache.geronimo.system.jmx.JMXProxyManager
 
JMXProxyMethodInterceptor - Class in org.apache.geronimo.system.jmx
 
JMXProxyMethodInterceptor(Class, Kernel, AbstractName) - Constructor for class org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor
 
JMXUtil - Class in org.apache.geronimo.system.jmx
Helper class for JMX Operations

K

KernelDelegate - Class in org.apache.geronimo.system.jmx
 
KernelDelegate(MBeanServerConnection) - Constructor for class org.apache.geronimo.system.jmx.KernelDelegate
 
KernelMBeanServer - Class in org.apache.geronimo.system.jmx
A fake MBeanServer that delegates to a Kernel.
KernelMBeanServer(Kernel) - Constructor for class org.apache.geronimo.system.jmx.KernelMBeanServer
 
KernelMBeanServerReference - Class in org.apache.geronimo.system.jmx
Creates a fake mbean server which delegates all calls to the kernel
KernelMBeanServerReference(Kernel) - Constructor for class org.apache.geronimo.system.jmx.KernelMBeanServerReference
 

L

leaveDTD() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
leaveDTD() - Method in class org.apache.geronimo.system.configuration.Printer
Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
leaveElementState() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Leave the current element state and return to the state of the parent element.
LINE_SEPARATOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The line.separator System Property.
LineWidth - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.Defaults
The default line width at which to break long lines when identing.
list(Artifact) - Method in class org.apache.geronimo.system.repository.Maven1Repository
 
list() - Method in class org.apache.geronimo.system.repository.Maven1Repository
 
list() - Method in class org.apache.geronimo.system.repository.Maven2Repository
 
list(Artifact) - Method in class org.apache.geronimo.system.repository.Maven2Repository
 
listConfigurations() - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
listGBeans(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
listGBeans(Set) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
listGBeans(AbstractNameQuery) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
listPlugins(URL, String, String) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Lists the plugins available for download in a particular Geronimo repository.
listPlugins(URL, String, String) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Lists the plugins available for download in a particular Geronimo repository.
load() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
loadClass(String, String, ClassLoader) - Method in class org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl
 
loadConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
loadConfigurations(List) - Method in class org.apache.geronimo.system.main.CommandLine
 
loadGBean(GBeanData, ClassLoader) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
loadProxyClass(String, String[], ClassLoader) - Method in class org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl
 
LocalAttributeManager - Class in org.apache.geronimo.system.configuration
Stores managed attributes in an XML file on the local filesystem.
LocalAttributeManager(String, boolean, ServerInfo) - Constructor for class org.apache.geronimo.system.configuration.LocalAttributeManager
 
LocalServer - Class in org.apache.geronimo.system.main
 
LocalServer(String, String) - Constructor for class org.apache.geronimo.system.main.LocalServer
 
log - Static variable in class org.apache.geronimo.system.main.CommandLine
 
log - Static variable in class org.apache.geronimo.system.repository.AbstractRepository
 
Log4jService - Class in org.apache.geronimo.system.logging.log4j
A Log4j logging service.
Log4jService(String, int, ServerInfo) - Constructor for class org.apache.geronimo.system.logging.log4j.Log4jService
Construct a Log4jService.
LongStartupMonitor - Class in org.apache.geronimo.system.main
A startup monitor that shows the progress of loading and starting modules, outputing a new line for each module started showing the time taken to start the module along with the moduleId.
LongStartupMonitor() - Constructor for class org.apache.geronimo.system.main.LongStartupMonitor
 

M

main(String[]) - Static method in class org.apache.geronimo.system.configuration.cli.AddStartupConfiguration
 
main(String[]) - Static method in class org.apache.geronimo.system.main.ClientCommandLine
Command line entry point called by executable jar
main(String[]) - Static method in class org.apache.geronimo.system.main.CommandLine
Command line entry point called by executable jar
main(String[]) - Static method in class org.apache.geronimo.system.main.Daemon
Static entry point allowing a Kernel to be run from the command line.
MAIN_GBEAN - Static variable in class org.apache.geronimo.system.main.CommandLineManifest
 
MAIN_METHOD - Static variable in class org.apache.geronimo.system.main.CommandLineManifest
 
mapContainersToURLs(Kernel) - Static method in class org.apache.geronimo.system.main.WebAppUtil
Generates a Map where the keys are web container object names (as Strings) and the values are URLs (as Strings) to connect to a web app running in the matching container (though the web app context needs to be added to the end to be complete).
Maven1Repository - Class in org.apache.geronimo.system.repository
 
Maven1Repository(URI, ServerInfo) - Constructor for class org.apache.geronimo.system.repository.Maven1Repository
 
Maven1Repository(File) - Constructor for class org.apache.geronimo.system.repository.Maven1Repository
 
Maven2Repository - Class in org.apache.geronimo.system.repository
 
Maven2Repository(URI, ServerInfo) - Constructor for class org.apache.geronimo.system.repository.Maven2Repository
 
Maven2Repository(File) - Constructor for class org.apache.geronimo.system.repository.Maven2Repository
 
MAX_SEARCH_RESULTS - Static variable in interface org.apache.geronimo.system.logging.SystemLog
The most search lines that will ever be returned, no matter what you ask for.
MBeanGBeanBridge - Class in org.apache.geronimo.system.jmx
 
MBeanGBeanBridge(Kernel, AbstractName, ObjectName, MBeanInfo) - Constructor for class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
MBeanServerKernelBridge - Class in org.apache.geronimo.system.jmx
 
MBeanServerKernelBridge(Kernel, MBeanServerReference) - Constructor for class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
MBeanServerKernelBridge(Kernel, MBeanServer) - Constructor for class org.apache.geronimo.system.jmx.MBeanServerKernelBridge
 
MBeanServerNotFound - Exception in org.apache.geronimo.system.jmx
 
MBeanServerNotFound() - Constructor for exception org.apache.geronimo.system.jmx.MBeanServerNotFound
 
MBeanServerNotFound(String) - Constructor for exception org.apache.geronimo.system.jmx.MBeanServerNotFound
 
MBeanServerNotFound(String, Throwable) - Constructor for exception org.apache.geronimo.system.jmx.MBeanServerNotFound
 
MBeanServerNotFound(Throwable) - Constructor for exception org.apache.geronimo.system.jmx.MBeanServerNotFound
 
MBeanServerReference - Interface in org.apache.geronimo.system.jmx
 
Method - Class in org.apache.geronimo.system.configuration
 
Method() - Constructor for class org.apache.geronimo.system.configuration.Method
 
migrateConfiguration(Artifact, Artifact, Configuration) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
moduleLoaded(Artifact) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
moduleLoaded(Artifact) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
moduleLoaded(Artifact) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
moduleLoaded(Artifact) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
moduleLoading(Artifact) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
moduleLoading(Artifact) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
moduleLoading(Artifact) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
moduleLoading(Artifact) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
moduleStarted(Artifact) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
moduleStarted(Artifact) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
moduleStarted(Artifact) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
moduleStarted(Artifact) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
moduleStarting(Artifact) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
moduleStarting(Artifact) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
moduleStarting(Artifact) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
moduleStarting(Artifact) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 

N

NamedNDC - Class in org.apache.geronimo.system.logging.log4j
Provides named nested diagnotic contexts.
NamedNDCConverter - Class in org.apache.geronimo.system.logging.log4j
 
NamedNDCConverter(FormattingInfo, String) - Constructor for class org.apache.geronimo.system.logging.log4j.NamedNDCConverter
 
NamedNDCFilter - Class in org.apache.geronimo.system.logging.log4j
 
NamedNDCFilter() - Constructor for class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
NamingProperties - Class in org.apache.geronimo.system.properties
java.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory java.naming.factory.url.pkgs=org.apache.geronimo.naming java.naming.provider.url=rmi://localhost:1099
NamingProperties(String, String, String) - Constructor for class org.apache.geronimo.system.properties.NamingProperties
 
notationDecl(String, String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 

O

OgnlConditionParser - Class in org.apache.geronimo.system.configuration.condition
Provides a simple facility to evaluate condition expressions using the OGNL language.
OgnlConditionParser() - Constructor for class org.apache.geronimo.system.configuration.condition.OgnlConditionParser
 
org.apache.geronimo.system.configuration - package org.apache.geronimo.system.configuration
 
org.apache.geronimo.system.configuration.cli - package org.apache.geronimo.system.configuration.cli
 
org.apache.geronimo.system.configuration.condition - package org.apache.geronimo.system.configuration.condition
 
org.apache.geronimo.system.jmx - package org.apache.geronimo.system.jmx
 
org.apache.geronimo.system.logging - package org.apache.geronimo.system.logging
 
org.apache.geronimo.system.logging.log4j - package org.apache.geronimo.system.logging.log4j
 
org.apache.geronimo.system.main - package org.apache.geronimo.system.main
 
org.apache.geronimo.system.plugin - package org.apache.geronimo.system.plugin
 
org.apache.geronimo.system.properties - package org.apache.geronimo.system.properties
 
org.apache.geronimo.system.repository - package org.apache.geronimo.system.repository
 
org.apache.geronimo.system.resolver - package org.apache.geronimo.system.resolver
 
org.apache.geronimo.system.rmi - package org.apache.geronimo.system.rmi
 
org.apache.geronimo.system.serverinfo - package org.apache.geronimo.system.serverinfo
 
org.apache.geronimo.system.sharedlib - package org.apache.geronimo.system.sharedlib
 
org.apache.geronimo.system.threads - package org.apache.geronimo.system.threads
 
org.apache.geronimo.system.util - package org.apache.geronimo.system.util
 
OS_ARCH - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The os.arch System Property.
OS_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The os.version System Property.
OsVariable - Class in org.apache.geronimo.system.configuration.condition
Provides access to operating system details for use in condition expressions.
OsVariable() - Constructor for class org.apache.geronimo.system.configuration.condition.OsVariable
 
OutputFormat - Class in org.apache.geronimo.system.configuration
Specifies an output format to control the serializer.
OutputFormat() - Constructor for class org.apache.geronimo.system.configuration.OutputFormat
Constructs a new output format with the default values.
OutputFormat(String, String, boolean) - Constructor for class org.apache.geronimo.system.configuration.OutputFormat
Constructs a new output format with the default values for the specified method and encoding.
OutputFormat(Document) - Constructor for class org.apache.geronimo.system.configuration.OutputFormat
Constructs a new output format with the proper method, document type identifiers and media type for the specified document.
OutputFormat(Document, String, boolean) - Constructor for class org.apache.geronimo.system.configuration.OutputFormat
Constructs a new output format with the proper method, document type identifiers and media type for the specified document, and with the specified encoding.
OutputFormat.Defaults - Class in org.apache.geronimo.system.configuration
 
OutputFormat.Defaults() - Constructor for class org.apache.geronimo.system.configuration.OutputFormat.Defaults
 
OutputFormat.DTD - Class in org.apache.geronimo.system.configuration
 
OutputFormat.DTD() - Constructor for class org.apache.geronimo.system.configuration.OutputFormat.DTD
 

P

PATH_SEPARATOR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The path.separator System Property.
PatternLayout - Class in org.apache.geronimo.system.logging.log4j
An extension to the standard log4j PatternLayout for printing a NamedNDC.
PatternLayout() - Constructor for class org.apache.geronimo.system.logging.log4j.PatternLayout
 
PatternParser - Class in org.apache.geronimo.system.logging.log4j
A simple extension of the log4j pattern parser which adds support for the 'a' letter for a NamedNDC.
PatternParser(String) - Constructor for class org.apache.geronimo.system.logging.log4j.PatternParser
 
PluginAttributeStore - Interface in org.apache.geronimo.system.configuration
Extension to the ManageableAttributeStore that supports the plugin installer.
PluginInstaller - Interface in org.apache.geronimo.system.plugin
Knows how to import and export configurations
PluginInstallerGBean - Class in org.apache.geronimo.system.plugin
A GBean that knows how to download configurations from a Maven repository.
PluginInstallerGBean(ConfigurationManager, WritableListableRepository, ConfigurationStore, ServerInfo, ThreadPool, PluginAttributeStore) - Constructor for class org.apache.geronimo.system.plugin.PluginInstallerGBean
 
PluginList - Class in org.apache.geronimo.system.plugin
Metadata on a list of configurations available in a remote server.
PluginList(URL[], PluginMetadata[]) - Constructor for class org.apache.geronimo.system.plugin.PluginList
 
PluginMetadata - Class in org.apache.geronimo.system.plugin
Various metadata on a configuration that's used when listing, importing, and exporting configurations.
PluginMetadata(String, Artifact, String, String, String, String, PluginMetadata.Hash, boolean, boolean) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata
 
PluginMetadata.CopyFile - Class in org.apache.geronimo.system.plugin
 
PluginMetadata.CopyFile(boolean, String, String) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata.CopyFile
 
PluginMetadata.Hash - Class in org.apache.geronimo.system.plugin
 
PluginMetadata.Hash(String, String) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata.Hash
 
PluginMetadata.License - Class in org.apache.geronimo.system.plugin
 
PluginMetadata.License(String, boolean) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata.License
 
PluginMetadata.Prerequisite - Class in org.apache.geronimo.system.plugin
 
PluginMetadata.Prerequisite(Artifact, boolean) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
PluginMetadata.Prerequisite(Artifact, boolean, String, String) - Constructor for class org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
 
PluginRepositoryDownloader - Class in org.apache.geronimo.system.plugin
An implementation of PluginRepositoryList that downloads plugins from an Apache web site.
PluginRepositoryDownloader(List, List, URL, Kernel, AbstractName) - Constructor for class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
 
PluginRepositoryList - Interface in org.apache.geronimo.system.plugin
Interface for a service that lists available plugin repositories.
pop() - Method in class org.apache.geronimo.system.logging.log4j.NamedNDC
 
postDeregister() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
postRegister(Boolean) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
preDeregister() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
prefixes - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Association between namespace URIs (keys) and prefixes (values).
prepare() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
printDoctypeURL(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Print a document type public or system identifier URL.
printer - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
The printer used for printing text parts.
Printer - Class in org.apache.geronimo.system.configuration
The printer is responsible for sending text to the output stream or writer.
Printer(Writer, OutputFormat) - Constructor for class org.apache.geronimo.system.configuration.Printer
 
printEscaped(int) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
printEscaped(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Escapes a string so it may be printed as text content or attribute value.
printSpace() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Called to print a single space between text parts that may be broken into separate lines.
printSpace() - Method in class org.apache.geronimo.system.configuration.Printer
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Called to print additional text with whitespace handling.
printText(String, boolean, boolean) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
printText(String) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Called to print additional text.
printText(StringBuffer) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
printText(char) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
printText(char[], int, int) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
printText(String) - Method in class org.apache.geronimo.system.configuration.Printer
 
printText(StringBuffer) - Method in class org.apache.geronimo.system.configuration.Printer
 
printText(char[], int, int) - Method in class org.apache.geronimo.system.configuration.Printer
 
printText(char) - Method in class org.apache.geronimo.system.configuration.Printer
 
processingInstruction(String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
processingInstructionIO(String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
ProgressBarStartupMonitor - Class in org.apache.geronimo.system.main
A startup monitor that shows the progress of loading and starting modules using a text based progress bar and the use of line feeds to update the progress display, therefore minimizing the number of lines output to the terminal.
ProgressBarStartupMonitor() - Constructor for class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
push(Object) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDC
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
queryNames(ObjectName, QueryExp) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 

R

RealMBeanServerReference - Class in org.apache.geronimo.system.jmx
Creates a real mbean server of finds an existing one with the specified mbeanServerId
RealMBeanServerReference(String) - Constructor for class org.apache.geronimo.system.jmx.RealMBeanServerReference
 
reconfigure() - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Force the logging system to reconfigure.
refresh() - Method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
Go download a fresh copy of the repository list.
refresh() - Method in interface org.apache.geronimo.system.plugin.PluginRepositoryList
 
registerMBean(Object, ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
registerShutdownHook(Runnable) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
removeConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
removeNotificationListener(ObjectName, ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
removeNotificationListener(NotificationListener) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
repository - Variable in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
RepositoryConfigurationStore - Class in org.apache.geronimo.system.configuration
Implementation of ConfigurationStore GBean that installs/loads Configurations from a repository.
RepositoryConfigurationStore(WritableListableRepository) - Constructor for class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
RepositoryConfigurationStore(Kernel, String, WritableListableRepository) - Constructor for class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
reset() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
resolve(Artifact, String, String) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
resolve(String) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
Resolves an abstract pathname to a File.
resolve(URI) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
resolve(String) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
Resolves a relative pathname to a File, relative to the server installation directory (e.g.
resolve(URI) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
resolvePath(String) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
Resolves an abstract pathname to an absolute one.
resolvePath(String) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
resolveServer(String) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
resolveServer(URI) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
resolveServer(String) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
Resolves a relative pathname to a File, relative to the server configuration directory.
resolveServer(URI) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
resolveServerPath(String) - Method in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
resolveServerPath(String) - Method in interface org.apache.geronimo.system.serverinfo.ServerInfo
 
restore() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
RMIClassLoaderSpiImpl - Class in org.apache.geronimo.system.rmi
An implementation of RMIClassLoaderSpi which provides normilzation of codebase URLs and delegates to the default RMIClassLoaderSpi.
RMIClassLoaderSpiImpl() - Constructor for class org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl
 
RMIClassLoaderSpiImpl.ClassLoaderServerAware - Interface in org.apache.geronimo.system.rmi
 
RMIRegistryService - Class in org.apache.geronimo.system.rmi
Thin GBean wrapper around the RMI Registry.
RMIRegistryService() - Constructor for class org.apache.geronimo.system.rmi.RMIRegistryService
 
rootFile - Variable in class org.apache.geronimo.system.repository.AbstractRepository
 

S

save() - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
serialize(Element) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(DocumentFragment) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(Document) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serializeElement(Element) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
SERVER_DIR_SYS_PROP - Static variable in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
SERVER_NAME_SYS_PROP - Static variable in class org.apache.geronimo.system.serverinfo.BasicServerInfo
 
ServerConstants - Class in org.apache.geronimo.system.serverinfo
Information about this build of the server.
ServerConstants() - Constructor for class org.apache.geronimo.system.serverinfo.ServerConstants
 
ServerInfo - Interface in org.apache.geronimo.system.serverinfo
Contains information about the server and functions for resolving pathnames.
serverStartFailed(Exception) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
serverStartFailed(Exception) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
serverStartFailed(Exception) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
serverStartFailed(Exception) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
setAcceptOnMatch(boolean) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
setAttribute(String, Object, String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setAttribute(String, String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setAttribute(AbstractName, String, Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
setAttribute(String, String, Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
setAttribute(Class, String, Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
setAttribute(String, Class, String, Object) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
setAttribute(ObjectName, Attribute) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
setAttribute(Attribute) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
setAttributes(ObjectName, AttributeList) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
setAttributes(AttributeList) - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
setBuildNumber(int) - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
setCDataElements(String[]) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the list of elements for which text node children should be output as CDATA.
setClearAttribute(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setClearReference(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setConfigFileName(String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Set the logging configuration URL.
setConfigFileName(String) - Method in interface org.apache.geronimo.system.logging.SystemLog
Sets the name of the file that the log system should configure itself from.
setConfiguration(String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Overwrites the content of logging configuration file.
setConfigXmls(GBeanOverride[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setCurrentFile(String) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Indicates which file the configuration installer is working on at the moment.
setCurrentFile(String) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
setCurrentFilePercent(int) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Gives the percent complete for a file currently being downloaded.
setCurrentFilePercent(int) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
setCurrentMessage(String) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Describes the current operation status as a text message.
setCurrentMessage(String) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
setDependencies(String[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setDoctype(String, String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the document type public and system identifiers.
setDocumentLocator(Locator) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
setDownloadRepositories(List) - Method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
The list of repositories that were downloaded from central.
setEncoding(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the encoding for this output method.
setEncoding(EncodingInfo) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the encoding for this output method with an EncodingInfo instance.
setFailure(Exception) - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Indicates that a failure was encountered during the installation operation.
setFailure(Exception) - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
setFilesToCopy(PluginMetadata.CopyFile[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setFinished() - Method in interface org.apache.geronimo.system.plugin.DownloadPoller
Always called when the operation is complete, regardless of whether there was a failure or not.
setFinished() - Method in class org.apache.geronimo.system.plugin.DownloadResults
 
setForceStart(String[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setGeronimoVersions(String[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setIndent(int) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the indentation.
setIndenting(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the indentation on and off.
setJvmVersions(String[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setKernelFullyStarted(boolean) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
setLicenses(PluginMetadata.License[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setLineSeparator(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the line separator.
setLineWidth(int) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the line width.
setLoad(boolean) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setLoggerLevel(String, String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Sets the level for a logger of the give name.
setMediaType(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the media type.
setMethod(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the method for this output format.
setModuleGBeans(Artifact, GBeanOverride[]) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
setModuleGBeans(Artifact, GBeanOverride[]) - Method in interface org.apache.geronimo.system.configuration.PluginAttributeStore
Adds a group of settings to the attribute store.
setName(String) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
setNamingFactoryInitial(String) - Method in class org.apache.geronimo.system.properties.NamingProperties
 
setNamingFactoryUrlPkgs(String) - Method in class org.apache.geronimo.system.properties.NamingProperties
 
setNamingProviderUrl(String) - Method in class org.apache.geronimo.system.properties.NamingProperties
 
setNextIndent(int) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
setNextIndent(int) - Method in class org.apache.geronimo.system.configuration.Printer
 
setNonEscapingElements(String[]) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNullAttribute(String) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setObsoletes(String[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setOmitComments(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets comment omitting on and off.
setOmitDocumentType(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets DOCTYPE declaration omitting on and off.
setOmitXMLDeclaration(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets XML declaration omitting on and off.
setOutputByteStream(OutputStream) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
setPort(int) - Method in class org.apache.geronimo.system.rmi.RMIRegistryService
 
setPrerequisites(PluginMetadata.Prerequisite[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setPreserveEmptyAttributes(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the preserveEmptyAttribute flag.
setPreserveSpace(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets space preserving as the default behavior.
setReferencePatterns(String, ReferencePatterns) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
 
setReferencePatterns(Artifact, AbstractName, GReferenceInfo, ReferencePatterns) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
setRefreshPeriodSeconds(int) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Set the refresh period.
setRefreshPeriodSeconds(int) - Method in interface org.apache.geronimo.system.logging.SystemLog
Sets how often the log system should check to see if its configuration file has been updated.
setRepositories(URL[]) - Method in class org.apache.geronimo.system.plugin.PluginMetadata
 
setRootLoggerLevel(String) - Method in class org.apache.geronimo.system.logging.log4j.Log4jService
Sets the level of the root logger.
setRootLoggerLevel(String) - Method in interface org.apache.geronimo.system.logging.SystemLog
Sets the name of the log level used for the root logger.
setShouldLoad(Artifact, AbstractName, boolean) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
setStandalone(boolean) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets document DTD standalone.
setThisIndent(int) - Method in class org.apache.geronimo.system.configuration.IndentPrinter
 
setThisIndent(int) - Method in class org.apache.geronimo.system.configuration.Printer
 
setTimestamp(String) - Method in class org.apache.geronimo.system.plugin.SnapshotVersion
 
setTypeHandler(String, ArtifactTypeHandler) - Method in class org.apache.geronimo.system.repository.AbstractRepository
 
setUserRepositories(List) - Method in class org.apache.geronimo.system.plugin.PluginRepositoryDownloader
Any repositories that the user added manually
setValue(Artifact, AbstractName, GAttributeInfo, Object) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
setValue(String) - Method in class org.apache.geronimo.system.logging.log4j.NamedNDCFilter
 
setVersion(String) - Method in class org.apache.geronimo.system.configuration.OutputFormat
Sets the version for this output method.
SharedLib - Class in org.apache.geronimo.system.sharedlib
 
SharedLib(ClassLoader, String[], String[], ServerInfo) - Constructor for class org.apache.geronimo.system.sharedlib.SharedLib
 
shutdown() - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
SieveEncodingInfo - Class in org.apache.geronimo.system.configuration
This class represents an encoding.
SieveEncodingInfo(String, String, int, String) - Constructor for class org.apache.geronimo.system.configuration.SieveEncodingInfo
Creates new SeiveEncodingInfo instance.
SieveEncodingInfo(String, int) - Constructor for class org.apache.geronimo.system.configuration.SieveEncodingInfo
Creates new SeiveEncodingInfo instance.
SilentStartupMonitor - Class in org.apache.geronimo.system.main
 
SilentStartupMonitor() - Constructor for class org.apache.geronimo.system.main.SilentStartupMonitor
 
skippedEntity(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
SnapshotVersion - Class in org.apache.geronimo.system.plugin
SnapshotVersion is like Version but holds extra fields that appear in the filename of a snapshot artifact.
SnapshotVersion(Version) - Constructor for class org.apache.geronimo.system.plugin.SnapshotVersion
 
SnapshotVersion(String) - Constructor for class org.apache.geronimo.system.plugin.SnapshotVersion
 
startCDATA() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
startDocument() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startDocument(String) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDTD(String, String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
started - Variable in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
If the document has been started (header serialized), this flag is set to true so it's not started twice.
startElement(String, String, String, Attributes) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.apache.geronimo.system.configuration.XMLSerializer
 
startEntity(String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startGBean(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startGBean(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startGBean(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startGBean(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startInstall(PluginList, String, String) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
startInstall(File, String, String) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Installs a configuration downloaded from a remote repository into the local Geronimo server, including all its dependencies.
startInstall(PluginList, String, String) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
startInstall(File, String, String) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Installs a configuration downloaded from a remote repository into the local Geronimo server, including all its dependencies.
startKernel() - Method in class org.apache.geronimo.system.main.CommandLine
 
startKernel(Artifact) - Method in class org.apache.geronimo.system.main.CommandLine
 
startNonEscaping() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startPreserving() - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
startRecursiveGBean(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startRecursiveGBean(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startRecursiveGBean(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startRecursiveGBean(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
startupFinished() - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
startupFinished() - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
startupFinished() - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
startupFinished() - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
StartupMonitor - Interface in org.apache.geronimo.system.main
An interface used by the Daemon to convey the status of the server startup.
StartupMonitorUtil - Class in org.apache.geronimo.system.main
 
StartupMonitorUtil() - Constructor for class org.apache.geronimo.system.main.StartupMonitorUtil
 
stopConfiguration(Artifact) - Method in class org.apache.geronimo.system.configuration.LocalAttributeManager
 
stopGBean(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
stopGBean(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
stopGBean(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
stopGBean(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
stopKernel() - Method in class org.apache.geronimo.system.main.CommandLine
 
SystemLog - Interface in org.apache.geronimo.system.logging
 
SystemLog.LogMessage - Class in org.apache.geronimo.system.logging
 
SystemLog.LogMessage(int, String) - Constructor for class org.apache.geronimo.system.logging.SystemLog.LogMessage
 
SystemLog.SearchResults - Class in org.apache.geronimo.system.logging
 
SystemLog.SearchResults(int, SystemLog.LogMessage[], boolean) - Constructor for class org.apache.geronimo.system.logging.SystemLog.SearchResults
 
SystemProperties - Class in org.apache.geronimo.system.properties
 
SystemProperties(Properties, Properties, ServerInfo) - Constructor for class org.apache.geronimo.system.properties.SystemProperties
 
systemStarted(Kernel) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
systemStarted(Kernel) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
systemStarted(Kernel) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
systemStarted(Kernel) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
systemStarting(long) - Method in class org.apache.geronimo.system.main.LongStartupMonitor
 
systemStarting(long) - Method in class org.apache.geronimo.system.main.ProgressBarStartupMonitor
 
systemStarting(long) - Method in class org.apache.geronimo.system.main.SilentStartupMonitor
 
systemStarting(long) - Method in interface org.apache.geronimo.system.main.StartupMonitor
 
SystemUtils - Class in org.apache.geronimo.system.configuration.condition
Helpers for java.lang.System.
SystemUtils() - Constructor for class org.apache.geronimo.system.configuration.condition.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

TEXT - Static variable in class org.apache.geronimo.system.configuration.Method
The output method for text documents.
ThreadPool - Interface in org.apache.geronimo.system.threads
Management interface for thread pools
toAbstractName(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
toLevel(String) - Static method in class org.apache.geronimo.system.logging.log4j.XLevel
Convert the String argument to a level.
toLevel(String, Level) - Static method in class org.apache.geronimo.system.logging.log4j.XLevel
Convert the String argument to a level.
toLevel(int) - Static method in class org.apache.geronimo.system.logging.log4j.XLevel
Convert an integer passed as argument to a level.
toMBeanInfo(GBeanInfo) - Static method in class org.apache.geronimo.system.jmx.JMXUtil
 
toString() - Method in class org.apache.geronimo.system.jmx.MBeanGBeanBridge
 
trace(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
trace(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
TRACE - Static variable in class org.apache.geronimo.system.logging.log4j.XLevel
The Log4j Level Object to use for trace level messages
TRACE_INT - Static variable in class org.apache.geronimo.system.logging.log4j.XLevel
 
trimStackTrace(Throwable) - Static method in class org.apache.geronimo.system.main.ExceptionUtil
 

U

unindent() - Method in class org.apache.geronimo.system.configuration.IndentPrinter
Decrement the indentation for the next line.
unindent() - Method in class org.apache.geronimo.system.configuration.Printer
 
uninstall(Artifact) - Method in class org.apache.geronimo.system.configuration.RepositoryConfigurationStore
 
unloadGBean(AbstractName) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
unloadGBean(String) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
unloadGBean(Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
unloadGBean(String, Class) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
UnpackArtifactTypeHandler - Class in org.apache.geronimo.system.repository
 
UnpackArtifactTypeHandler() - Constructor for class org.apache.geronimo.system.repository.UnpackArtifactTypeHandler
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.geronimo.system.configuration.BaseMarkupSerializer
 
unregisterMBean(ObjectName) - Method in class org.apache.geronimo.system.jmx.KernelMBeanServer
 
unregisterShutdownHook(Runnable) - Method in class org.apache.geronimo.system.jmx.KernelDelegate
 
updateLevelInfo() - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
updatePluginMetadata(PluginMetadata) - Method in interface org.apache.geronimo.system.plugin.PluginInstaller
Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
updatePluginMetadata(PluginMetadata) - Method in class org.apache.geronimo.system.plugin.PluginInstallerGBean
Saves a ConfigurationMetadata for a particular plugin, if the server is able to record it.
URLConfigurator - Class in org.apache.geronimo.system.logging.log4j
Handles the details of configuring Log4j from a URL.
URLConfigurator() - Constructor for class org.apache.geronimo.system.logging.log4j.URLConfigurator
 
USER_COUNTRY - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.name System Property.
USER_TIMEZONE - Static variable in class org.apache.geronimo.system.configuration.condition.SystemUtils
The user.timezone System Property.

V

verifyChecksum(File) - Static method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 

W

warn(Object) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
warn(Object, Throwable) - Method in class org.apache.geronimo.system.logging.log4j.CachingLog4jLog
 
WebAppUtil - Class in org.apache.geronimo.system.main
Utility functions for dealing with web applications
WebAppUtil() - Constructor for class org.apache.geronimo.system.main.WebAppUtil
 
whichDoctypePublic(Document) - Static method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the document type public identifier specified for this document, or null.
whichDoctypeSystem(Document) - Static method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the document type system identifier specified for this document, or null.
whichMediaType(String) - Static method in class org.apache.geronimo.system.configuration.OutputFormat
Returns the suitable media format for a document output with the specified method.
whichMethod(Document) - Static method in class org.apache.geronimo.system.configuration.OutputFormat
Determine the output method for the specified document.
wrapUp(PrintStream, Kernel) - Static method in class org.apache.geronimo.system.main.StartupMonitorUtil
 
write(int) - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
write(byte[]) - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
write(byte[], int, int) - Method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil.ChecksumOutputStream
 
writeChecksumFor(File) - Static method in class org.apache.geronimo.system.configuration.ConfigurationStoreUtil
 
writeConfiguration(ConfigurationData, JarOutputStream) - Static method in class org.apache.geronimo.system.configuration.ExecutableConfigurationUtil
 
writeConfiguration(ConfigurationData, File) - Static method in class org.apache.geronimo.system.configuration.ExecutableConfigurationUtil
 
writer - Variable in class org.apache.geronimo.system.configuration.Printer
The writer to which the document is written.
writeXml(Document, Element) - Method in class org.apache.geronimo.system.configuration.GBeanOverride
Creates a new child of the supplied parent with the data for this GBeanOverride, adds it to the parent, and then returns the new child element.

X

XHTML - Static variable in class org.apache.geronimo.system.configuration.Method
The output method for HTML documents as XHTML.
XHTMLPublicId - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.DTD
Public identifier for XHTML document type.
XHTMLSystemId - Static variable in class org.apache.geronimo.system.configuration.OutputFormat.DTD
System identifier for XHTML document type.
XLevel - Class in org.apache.geronimo.system.logging.log4j
Extention levels for Log4j
XLevel(int, String, int) - Constructor for class org.apache.geronimo.system.logging.log4j.XLevel
 
XML - Static variable in class org.apache.geronimo.system.configuration.Method
The output method for XML documents.
XMLSerializer - Class in org.apache.geronimo.system.configuration
Implements an XML serializer supporting both DOM and SAX pretty serializing.
XMLSerializer() - Constructor for class org.apache.geronimo.system.configuration.XMLSerializer
Constructs a new serializer.
XMLSerializer(OutputFormat) - Constructor for class org.apache.geronimo.system.configuration.XMLSerializer
Constructs a new serializer.
XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.geronimo.system.configuration.XMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.
XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.geronimo.system.configuration.XMLSerializer
Constructs a new serializer that writes to the specified output stream using the specified output format.

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

Copyright © 2006 Apache Software Foundation. All Rights Reserved.