A B C D F G I K L M O P R S U

A

afterPropertiesSet() - Method in class org.apache.xbean.server.deployer.FileDeployer
 
afterPropertiesSet() - Method in class org.apache.xbean.server.spring.jmx.ConnectorServerFactoryBean
 

B

boot() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Loads the main instance from the Spring configuration file and executes it.

C

ClassLoaderReference - Class in org.apache.xbean.server.spring.reference
ClassLoaderReference is a the class loader in the ServiceContextThreadLocal.
ClassLoaderReference() - Constructor for class org.apache.xbean.server.spring.reference.ClassLoaderReference
 
ClassLoaderXmlPreprocessor - Class in org.apache.xbean.server.spring.configuration
ClassLoaderXmlPreprocessor extracts a ClassLoader definition from the xml document, builds a class loader, assigns the class loader to the application context and xml reader, and removes the classpath element from document.
ClassLoaderXmlPreprocessor(Repository) - Constructor for class org.apache.xbean.server.spring.configuration.ClassLoaderXmlPreprocessor
Creates a ClassLoaderXmlPreprocessor that uses the specified repository to resolve the class path locations.
ConnectorServerFactoryBean - Class in org.apache.xbean.server.spring.jmx
A helper class which logs a useful startup message.
ConnectorServerFactoryBean() - Constructor for class org.apache.xbean.server.spring.jmx.ConnectorServerFactoryBean
 
createBeanDefinition() - Static method in class org.apache.xbean.server.spring.reference.ClassLoaderReference
Creates a bean definition for ServiceContextThreadLocal.
createBeanDefinition() - Static method in class org.apache.xbean.server.spring.reference.KernelReference
Creates a bean definition for KernelReference.
createBeanDefinition() - Static method in class org.apache.xbean.server.spring.reference.ServiceNameReference
Creates a bean definition for ServiceNameReference.
createBeanDefinition() - Static method in class org.apache.xbean.server.spring.reference.ServiceNameStringReference
Creates a bean definition for ServiceNameStringReference.
createChildClassLoader(String, File, ClassLoader) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
createService(ServiceContext) - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
createServiceForFile(String, File, ClassLoader, ApplicationContext) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
createXmlApplicationContext(String) - Method in class org.apache.xbean.server.spring.loader.PureSpringLoader
 
createXmlApplicationContext(String) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
A factory method for creating the application context

D

DEFAULT_EXIT_CODE - Static variable in error org.apache.xbean.server.main.FatalStartupError
The default exit code assigned to new exception if an exit code is not provided.
destroy() - Method in class org.apache.xbean.server.main.KernelMain
 
destroy() - Method in class org.apache.xbean.server.spring.configuration.SpringConfiguration
Unregisters all of the services registered with the kernel in the constructor.
destroyService(ServiceContext) - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory

F

FatalStartupError - Error in org.apache.xbean.server.main
Indicates that a fatal error occured while starting the server.
FatalStartupError(String) - Constructor for error org.apache.xbean.server.main.FatalStartupError
Creates a FatalStartupError containing the specified message and the DEFAULT_EXIT_CODE.
FatalStartupError(String, int) - Constructor for error org.apache.xbean.server.main.FatalStartupError
Creates a FatalStartupError containing the specified message and exit code.
FatalStartupError(String, Throwable) - Constructor for error org.apache.xbean.server.main.FatalStartupError
Creates a FatalStartupError containing the specified message, cause by exception, and the DEFAULT_EXIT_CODE.
FatalStartupError(String, int, Throwable) - Constructor for error org.apache.xbean.server.main.FatalStartupError
Creates a FatalStartupError containing the specified message, cause by exception, and the specified exit code.
FileDeployer - Class in org.apache.xbean.server.deployer
A service which auto-deploys services within a recursive file system.
FileDeployer() - Constructor for class org.apache.xbean.server.deployer.FileDeployer
 
FileSystemRepository - Class in org.apache.xbean.server.repository
FileSystemRepository maps resource ids to a directory on the local file system.
FileSystemRepository() - Constructor for class org.apache.xbean.server.repository.FileSystemRepository
Creates a new repository without a specified root directory.
FileSystemRepository(File) - Constructor for class org.apache.xbean.server.repository.FileSystemRepository
Creates a new repository using the specified root directory.

G

getApplicationContext() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
Gets the application context wrapped by this configuration.
getApplicationContext() - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Returns the last Spring application context that was read via the call to load(String)
getAsText() - Method in class org.apache.xbean.server.propertyeditor.InetAddressEditor
Converts the stored InetAddress value into a String.
getAsText() - Method in class org.apache.xbean.server.propertyeditor.ObjectNameEditor
Converts the stored ObjectName value into a String.
getAsText() - Method in class org.apache.xbean.server.propertyeditor.URIEditor
Converts the stored URI value into a String.
getBaseDir() - Method in class org.apache.xbean.server.deployer.FileDeployer
Gets the base directory from which configuration locations are resolved.
getBaseDir() - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Gets the base directory from which configuration locations are resolved.
getBeanFactoryPostProcessors() - Method in class org.apache.xbean.server.deployer.FileDeployer
Gets the BeanFactoryPostProcessors to apply to the configuration.
getBeanFactoryPostProcessors() - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Gets the BeanFactoryPostProcessors to apply to the configuration.
getChildName(String, File) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
getClassLoader() - Method in class org.apache.xbean.server.deployer.FileDeployer
 
getClassLoader() - Method in class org.apache.xbean.server.main.KernelMain
Gets the class loader which is used as the thread context class loader during the main method.
getClassLoader(AbstractXmlApplicationContext) - Static method in class org.apache.xbean.server.spring.configuration.SpringConfiguration
 
getClassLoader() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
getConfigurationFile() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Gets the configuration file from which the main instance is loaded.
getExitCode() - Method in error org.apache.xbean.server.main.FatalStartupError
Gets the number that should be passed to System.exit(int) when the virtual machine is halted.
getFileNameOrder(Properties) - Method in class org.apache.xbean.server.deployer.FileDeployer
Extracts the file names from the properties file for the order in which things should be deployed
getId() - Method in class org.apache.xbean.server.spring.configuration.SpringConfiguration
Gets the unique identifier of this configuration.
getId() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
Gets the unique id if this configuration.
getJarDirectoryNames() - Method in class org.apache.xbean.server.deployer.FileDeployer
 
getKernel() - Method in class org.apache.xbean.server.loader.LoadAllMain
Gets the kernel in which configurations are loaded.
getKernel() - Method in interface org.apache.xbean.server.loader.Loader
Gets the kernel in which configuraitons are loaded.
getKernel() - Method in class org.apache.xbean.server.main.KernelMain
Gets the kernel that will be initialized in the main method.
getKernel() - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Gets the kernel in which configuraitons are loaded.
getMainArguments() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Gets the arguments passed to the main instance.
getNext() - Method in class org.apache.xbean.server.loader.LoadAllMain
Gets the next main instance to call.
getNext() - Method in class org.apache.xbean.server.main.KernelMain
Gets the next main to call after the kernel has been initialized, but before destroying the kernel.
getObject() - Method in class org.apache.xbean.server.spring.jmx.MBeanServerFactoryBean
 
getObject() - Method in class org.apache.xbean.server.spring.reference.ClassLoaderReference
 
getObject() - Method in class org.apache.xbean.server.spring.reference.KernelReference
 
getObject() - Method in class org.apache.xbean.server.spring.reference.ServiceNameReference
 
getObject() - Method in class org.apache.xbean.server.spring.reference.ServiceNameStringReference
 
getObjectType() - Method in class org.apache.xbean.server.spring.jmx.MBeanServerFactoryBean
 
getObjectType() - Method in class org.apache.xbean.server.spring.reference.ClassLoaderReference
 
getObjectType() - Method in class org.apache.xbean.server.spring.reference.KernelReference
 
getObjectType() - Method in class org.apache.xbean.server.spring.reference.ServiceNameReference
 
getObjectType() - Method in class org.apache.xbean.server.spring.reference.ServiceNameStringReference
 
getOwnedServices() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
Gets the ServiceNames of the services defined in the application context if the configuration has been started, otherwise this method returns an empty set.
getPropertyEditorPaths() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Gets the paths that are appended to the system property editors search path.
getResource(String) - Method in class org.apache.xbean.server.repository.FileSystemRepository
Gets location of the resource realitive to the root directory.
getResource(String) - Method in interface org.apache.xbean.server.repository.Repository
Gets a URL to the specified resource.
getRoot() - Method in class org.apache.xbean.server.repository.FileSystemRepository
Gets the root directory from which resources are resolved.
getServerBaseDirectory() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Gets the base directory of the server.
getServiceFactories() - Method in class org.apache.xbean.server.spring.configuration.SpringConfiguration
Gets the service factories for the services defined in this configuration by ServiceName.
getServices() - Method in class org.apache.xbean.server.main.KernelMain
Gets the services to be registered with the kernel during the main method.
getTypes() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
getXmlPreprocessors() - Method in class org.apache.xbean.server.deployer.FileDeployer
Gets the SpringXmlPreprocessors applied to the configuration.
getXmlPreprocessors() - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Gets the SpringXmlPreprocessors applied to the configuration.

I

InetAddressEditor - Class in org.apache.xbean.server.propertyeditor
InetAddressEditor is a java beans property editor that can convert an InetAddreass to and from a String.
InetAddressEditor() - Constructor for class org.apache.xbean.server.propertyeditor.InetAddressEditor
 
initialize(String[]) - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Determines the configuration file and server base directory.
isClassLoaderDirectory(File) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
isDaemon() - Method in class org.apache.xbean.server.main.KernelMain
Determines if the main method should hold the thread until the kernel is destroyed.
isRestartable() - Method in class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
SpringConfigurationServiceFactory is restartable so this method always returns true.
isShowIgnoredFiles() - Method in class org.apache.xbean.server.deployer.FileDeployer
 
isSingleton() - Method in class org.apache.xbean.server.spring.jmx.MBeanServerFactoryBean
 
isSingleton() - Method in class org.apache.xbean.server.spring.reference.ClassLoaderReference
 
isSingleton() - Method in class org.apache.xbean.server.spring.reference.KernelReference
 
isSingleton() - Method in class org.apache.xbean.server.spring.reference.ServiceNameReference
 
isSingleton() - Method in class org.apache.xbean.server.spring.reference.ServiceNameStringReference
 
isSpringConfigFile(File) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
isVerbose() - Method in class org.apache.xbean.server.deployer.FileDeployer
 

K

KernelMain - Class in org.apache.xbean.server.main
KernelMain is the standard entry point class used for a server.
KernelMain() - Constructor for class org.apache.xbean.server.main.KernelMain
 
KernelReference - Class in org.apache.xbean.server.spring.reference
KernelReference is a the kernel in the ServiceContextThreadLocal.
KernelReference() - Constructor for class org.apache.xbean.server.spring.reference.KernelReference
 

L

load(String) - Method in interface org.apache.xbean.server.loader.Loader
Loads the specified configuration into the kernel.
load(String) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Loads the specified configuration into the kernel.
LoadAllMain - Class in org.apache.xbean.server.loader
LoadAllMain loads all configurations specified in the arguments passed to main.
LoadAllMain() - Constructor for class org.apache.xbean.server.loader.LoadAllMain
 
Loader - Interface in org.apache.xbean.server.loader
Loaders load configurations into a Kernel.
loadMain() - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Loads the main instance from the configuration file.

M

main(String[]) - Method in class org.apache.xbean.server.loader.LoadAllMain
Loads all configurations specified in the args and call the next main instance with no arguments.
main(String[]) - Method in class org.apache.xbean.server.main.KernelMain
Registers the services with the kernel, calls the next main, optionally holds the thread until the kernel is destroyed, and then destroys the kernel.
Main - Interface in org.apache.xbean.server.main
Main is centeral entry point for the server.
main(String[]) - Method in interface org.apache.xbean.server.main.Main
The main entry point method.
main(String[]) - Static method in class org.apache.xbean.server.spring.main.SpringBootstrap
Initializes and boots the server using the supplied arguments.
main(String[], SpringBootstrap) - Static method in class org.apache.xbean.server.spring.main.SpringBootstrap
Like the main(args) method but allows a configured bootstrap instance to be passed in.
MBeanServerFactoryBean - Class in org.apache.xbean.server.spring.jmx
A FactoryBean that uses the xbean.tiger MBeanServerFactoryBean if it can be loaded or, uses the spring MBeanServerFactoryBean otherwise.
MBeanServerFactoryBean() - Constructor for class org.apache.xbean.server.spring.jmx.MBeanServerFactoryBean
 

O

ObjectNameEditor - Class in org.apache.xbean.server.propertyeditor
ObjectNameEditor is a java beans property editor that can convert an ObjectName to and from a String.
ObjectNameEditor() - Constructor for class org.apache.xbean.server.propertyeditor.ObjectNameEditor
 
org.apache.xbean.server.deployer - package org.apache.xbean.server.deployer
 
org.apache.xbean.server.loader - package org.apache.xbean.server.loader
 
org.apache.xbean.server.main - package org.apache.xbean.server.main
 
org.apache.xbean.server.propertyeditor - package org.apache.xbean.server.propertyeditor
 
org.apache.xbean.server.repository - package org.apache.xbean.server.repository
 
org.apache.xbean.server.spring.configuration - package org.apache.xbean.server.spring.configuration
 
org.apache.xbean.server.spring.jmx - package org.apache.xbean.server.spring.jmx
 
org.apache.xbean.server.spring.loader - package org.apache.xbean.server.spring.loader
 
org.apache.xbean.server.spring.main - package org.apache.xbean.server.spring.main
 
org.apache.xbean.server.spring.reference - package org.apache.xbean.server.spring.reference
 

P

preprocess(SpringApplicationContext, XmlBeanDefinitionReader, Document) - Method in class org.apache.xbean.server.spring.configuration.ClassLoaderXmlPreprocessor
Extracts a ClassLoader definition from the xml document, builds a class loader, assigns the class loader to the application context and xml reader, and removes the classpath element from document.
processDirectory(String, ClassLoader, ApplicationContext, File) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
PureSpringLoader - Class in org.apache.xbean.server.spring.loader
A derivation of SpringLoader which does not use the XBean versions of the Spring ApplicationContext classes and which so enforces XML validation
PureSpringLoader() - Constructor for class org.apache.xbean.server.spring.loader.PureSpringLoader
 

R

Repository - Interface in org.apache.xbean.server.repository
Repository is used to locate resources by id.
run() - Method in class org.apache.xbean.server.deployer.FileDeployer
 

S

ServiceNameReference - Class in org.apache.xbean.server.spring.reference
ServiceNameReference is a the ServiceName in the ServiceContextThreadLocal.
ServiceNameReference() - Constructor for class org.apache.xbean.server.spring.reference.ServiceNameReference
 
ServiceNameStringReference - Class in org.apache.xbean.server.spring.reference
ServiceNameStringReference is a the ServiceName as a string in the ServiceContextThreadLocal.
ServiceNameStringReference() - Constructor for class org.apache.xbean.server.spring.reference.ServiceNameStringReference
 
setApplicationContext(ApplicationContext) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
setAsText(String) - Method in class org.apache.xbean.server.propertyeditor.InetAddressEditor
Converts the specified string value into an InetAddress and stores the value in this instance.
setAsText(String) - Method in class org.apache.xbean.server.propertyeditor.ObjectNameEditor
Converts the specified string value into an ObjectName and stores the value in this instance.
setAsText(String) - Method in class org.apache.xbean.server.propertyeditor.URIEditor
Converts the specified string value into an URI and stores the value in this instance.
setBaseDir(File) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets the base directory from which configuration locations are resolved.
setBaseDir(File) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Sets the base directory from which configuration locations are resolved.
setBeanFactoryPostProcessors(List) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets the BeanFactoryPostProcessors to apply to the configuration.
setBeanFactoryPostProcessors(List) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Sets the BeanFactoryPostProcessors to apply to the configuration.
setClassLoader(ClassLoader) - Method in class org.apache.xbean.server.deployer.FileDeployer
 
setClassLoader(ClassLoader) - Method in class org.apache.xbean.server.main.KernelMain
Sets the class loader to use as the thread context class loader during the main method.
setConfigurationFile(String) - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Sets the configuration file from which the main instance is loaded.
setDaemon(boolean) - Method in class org.apache.xbean.server.main.KernelMain
Sets the main method to hold the thread until the kernel is destroyed.
setJarDirectoryNames(String[]) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets the names of the directories to be treated as folders of jars or class loader files.
setKernel(Kernel) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets the kernel in which configurations are loaded.
setKernel(Kernel) - Method in class org.apache.xbean.server.loader.LoadAllMain
Sets the kernel in which configurations are loaded.
setKernel(Kernel) - Method in class org.apache.xbean.server.main.KernelMain
Sets the kernel to be initialized in the main method.
setKernel(Kernel) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Sets the kernel in which configurations are loaded.
setMainArguments(String[]) - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Sets the arguments passed to the main instance.
setNext(Main) - Method in class org.apache.xbean.server.loader.LoadAllMain
Sets the next main instance to call.
setNext(Main) - Method in class org.apache.xbean.server.main.KernelMain
Sets the next main to call after the kernel has been initialized.
setPropertyEditorPaths(List) - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Sets the paths that are appended to the system property editors search path.
setRoot(File) - Method in class org.apache.xbean.server.repository.FileSystemRepository
Sets the root directory of this repository.
setServerBaseDirectory(String) - Method in class org.apache.xbean.server.spring.main.SpringBootstrap
Sets the base directory of the server.
setServices(Map) - Method in class org.apache.xbean.server.main.KernelMain
Sets the services to be registered with the kernel during the main method.
setServiceUrl(String) - Method in class org.apache.xbean.server.spring.jmx.ConnectorServerFactoryBean
 
setShowIgnoredFiles(boolean) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets whether or not ignored files should be logged as they are encountered.
setVerbose(boolean) - Method in class org.apache.xbean.server.deployer.FileDeployer
Allows verbose logging to show what classpaths are being created
setXmlPreprocessors(List) - Method in class org.apache.xbean.server.deployer.FileDeployer
Sets the SpringXmlPreprocessors applied to the configuration.
setXmlPreprocessors(List) - Method in class org.apache.xbean.server.spring.loader.SpringLoader
Sets the SpringXmlPreprocessors applied to the configuration.
SpringBootstrap - Class in org.apache.xbean.server.spring.main
SpringBootstrap is the main class used by a Spring based server.
SpringBootstrap() - Constructor for class org.apache.xbean.server.spring.main.SpringBootstrap
 
SpringConfiguration - Class in org.apache.xbean.server.spring.configuration
SpringConfiguration that registers and unregisters services that have been defined in a Spring ApplicationContext.
SpringConfiguration(AbstractXmlApplicationContext, Kernel) - Constructor for class org.apache.xbean.server.spring.configuration.SpringConfiguration
Creates a SpringConfiguration that registers and unregisters services that have been defined in a Spring ApplicationContext.
SpringConfigurationServiceFactory - Class in org.apache.xbean.server.spring.configuration
SpringConfigurationServiceFactory is manages the creation and destruction of a SpringConfiguration.
SpringConfigurationServiceFactory(AbstractXmlApplicationContext) - Constructor for class org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory
Creates a SpringConfigurationServiceFactory that wraps the specified application context.
SpringLoader - Class in org.apache.xbean.server.spring.loader
SpringLoader loads Spring xml configurations into a Kernel.
SpringLoader() - Constructor for class org.apache.xbean.server.spring.loader.SpringLoader
Creates an empty SpringLoader.

U

URIEditor - Class in org.apache.xbean.server.propertyeditor
URIEditor is a java beans property editor that can convert an URI to and from a String.
URIEditor() - Constructor for class org.apache.xbean.server.propertyeditor.URIEditor
 

A B C D F G I K L M O P R S U

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.