spring-context

Serialized Form


Package org.springframework.cache.annotation

Class org.springframework.cache.annotation.AnnotationCacheOperationSource extends AbstractFallbackCacheOperationSource implements Serializable

Serialized Fields

publicMethodsOnly

boolean publicMethodsOnly

annotationParsers

java.util.Set<E> annotationParsers

Class org.springframework.cache.annotation.SpringCacheAnnotationParser extends java.lang.Object implements Serializable


Package org.springframework.cache.interceptor

Class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor extends org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor implements Serializable

Serialized Fields

cacheOperationSource

CacheOperationSource cacheOperationSource

pointcut

org.springframework.cache.interceptor.CacheOperationSourcePointcut pointcut

Class org.springframework.cache.interceptor.CacheInterceptor extends CacheAspectSupport implements Serializable

Class org.springframework.cache.interceptor.CacheProxyFactoryBean extends org.springframework.aop.framework.AbstractSingletonProxyFactoryBean implements Serializable

Serialized Fields

cachingInterceptor

CacheInterceptor cachingInterceptor

pointcut

org.springframework.aop.Pointcut pointcut

Class org.springframework.cache.interceptor.CompositeCacheOperationSource extends java.lang.Object implements Serializable

Serialized Fields

cacheOperationSources

CacheOperationSource[] cacheOperationSources

Class org.springframework.cache.interceptor.NameMatchCacheOperationSource extends java.lang.Object implements Serializable

Serialized Fields

nameMap

java.util.Map<K,V> nameMap
Keys are method names; values are TransactionAttributes


Package org.springframework.context

Class org.springframework.context.ApplicationContextException extends org.springframework.beans.FatalBeanException implements Serializable

Class org.springframework.context.ApplicationEvent extends java.util.EventObject implements Serializable

serialVersionUID: 7099057708183571937L

Serialized Fields

timestamp

long timestamp
System time when the event happened

Class org.springframework.context.NoSuchMessageException extends java.lang.RuntimeException implements Serializable


Package org.springframework.context.annotation

Class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor extends org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor implements Serializable

Serialized Fields

ignoredResourceTypes

java.util.Set<E> ignoredResourceTypes

fallbackToDefaultTypeMatch

boolean fallbackToDefaultTypeMatch

alwaysUseJndiLookup

boolean alwaysUseJndiLookup

Class org.springframework.context.annotation.ScannedGenericBeanDefinition extends org.springframework.beans.factory.support.GenericBeanDefinition implements Serializable

Serialized Fields

metadata

org.springframework.core.type.AnnotationMetadata metadata

Package org.springframework.context.event

Class org.springframework.context.event.ApplicationContextEvent extends ApplicationEvent implements Serializable

Class org.springframework.context.event.ContextClosedEvent extends ApplicationContextEvent implements Serializable

Class org.springframework.context.event.ContextRefreshedEvent extends ApplicationContextEvent implements Serializable

Class org.springframework.context.event.ContextStartedEvent extends ApplicationContextEvent implements Serializable

Class org.springframework.context.event.ContextStoppedEvent extends ApplicationContextEvent implements Serializable


Package org.springframework.context.support

Class org.springframework.context.support.DefaultMessageSourceResolvable extends java.lang.Object implements Serializable

Serialized Fields

codes

java.lang.String[] codes

arguments

java.lang.Object[] arguments

defaultMessage

java.lang.String defaultMessage

Package org.springframework.ejb.access

Class org.springframework.ejb.access.EjbAccessException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.ejb.support

Class org.springframework.ejb.support.AbstractEnterpriseBean extends java.lang.Object implements Serializable

Serialized Fields

beanFactoryLocator

org.springframework.beans.factory.access.BeanFactoryLocator beanFactoryLocator
Helper strategy that knows how to locate a Spring BeanFactory (or ApplicationContext).


beanFactoryLocatorKey

java.lang.String beanFactoryLocatorKey
factoryKey to be used with BeanFactoryLocator


beanFactoryReference

org.springframework.beans.factory.access.BeanFactoryReference beanFactoryReference
Spring BeanFactory that provides the namespace for this EJB

Class org.springframework.ejb.support.AbstractJmsMessageDrivenBean extends AbstractMessageDrivenBean implements Serializable

Class org.springframework.ejb.support.AbstractMessageDrivenBean extends AbstractEnterpriseBean implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger
Logger available to subclasses


messageDrivenContext

javax.ejb.MessageDrivenContext messageDrivenContext

Class org.springframework.ejb.support.AbstractSessionBean extends AbstractEnterpriseBean implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext
The SessionContext passed to this EJB

Class org.springframework.ejb.support.AbstractStatefulSessionBean extends AbstractSessionBean implements Serializable

Class org.springframework.ejb.support.AbstractStatelessSessionBean extends AbstractSessionBean implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger
Logger available to subclasses


Package org.springframework.jmx

Class org.springframework.jmx.JmxException extends org.springframework.core.NestedRuntimeException implements Serializable

Class org.springframework.jmx.MBeanServerNotFoundException extends JmxException implements Serializable


Package org.springframework.jmx.access

Class org.springframework.jmx.access.InvalidInvocationException extends javax.management.JMRuntimeException implements Serializable

Class org.springframework.jmx.access.InvocationFailureException extends JmxException implements Serializable

Class org.springframework.jmx.access.MBeanConnectFailureException extends JmxException implements Serializable

Class org.springframework.jmx.access.MBeanInfoRetrievalException extends JmxException implements Serializable


Package org.springframework.jmx.export

Class org.springframework.jmx.export.MBeanExportException extends JmxException implements Serializable

Class org.springframework.jmx.export.UnableToRegisterMBeanException extends MBeanExportException implements Serializable


Package org.springframework.jmx.export.metadata

Class org.springframework.jmx.export.metadata.InvalidMetadataException extends JmxException implements Serializable


Package org.springframework.jmx.export.notification

Class org.springframework.jmx.export.notification.UnableToSendNotificationException extends JmxException implements Serializable


Package org.springframework.jndi

Class org.springframework.jndi.JndiLookupFailureException extends org.springframework.core.NestedRuntimeException implements Serializable

Class org.springframework.jndi.TypeMismatchNamingException extends javax.naming.NamingException implements Serializable

Serialized Fields

requiredType

java.lang.Class<T> requiredType

actualType

java.lang.Class<T> actualType

Package org.springframework.remoting

Class org.springframework.remoting.RemoteAccessException extends org.springframework.core.NestedRuntimeException implements Serializable

serialVersionUID: -4906825139312227864L

Class org.springframework.remoting.RemoteConnectFailureException extends RemoteAccessException implements Serializable

Class org.springframework.remoting.RemoteInvocationFailureException extends RemoteAccessException implements Serializable

Class org.springframework.remoting.RemoteLookupFailureException extends RemoteAccessException implements Serializable

Class org.springframework.remoting.RemoteProxyFailureException extends RemoteAccessException implements Serializable


Package org.springframework.remoting.soap

Class org.springframework.remoting.soap.SoapFaultException extends RemoteInvocationFailureException implements Serializable


Package org.springframework.remoting.support

Class org.springframework.remoting.support.RemoteInvocation extends java.lang.Object implements Serializable

serialVersionUID: 6876024250231820554L

Serialized Fields

methodName

java.lang.String methodName

parameterTypes

java.lang.Class<T>[] parameterTypes

arguments

java.lang.Object[] arguments

attributes

java.util.Map<K,V> attributes

Class org.springframework.remoting.support.RemoteInvocationResult extends java.lang.Object implements Serializable

serialVersionUID: 2138555143707773549L

Serialized Fields

value

java.lang.Object value

exception

java.lang.Throwable exception

Package org.springframework.scheduling

Class org.springframework.scheduling.SchedulingException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.scheduling.annotation

Class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor extends org.springframework.aop.support.AbstractPointcutAdvisor implements Serializable

Serialized Fields

advice

org.aopalliance.aop.Advice advice

pointcut

org.springframework.aop.Pointcut pointcut

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

Class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor extends org.springframework.aop.framework.ProxyConfig implements Serializable

Serialized Fields

asyncAnnotationType

java.lang.Class<T> asyncAnnotationType

executor

java.util.concurrent.Executor executor

beanClassLoader

java.lang.ClassLoader beanClassLoader

asyncAnnotationAdvisor

AsyncAnnotationAdvisor asyncAnnotationAdvisor

order

int order
This should run after all other post-processors, so that it can just add an advisor to existing proxies rather than double-proxy.


beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

Package org.springframework.scheduling.backportconcurrent

Class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory extends org.springframework.util.CustomizableThreadCreator implements Serializable

Class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor extends CustomizableThreadFactory implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

poolSizeMonitor

java.lang.Object poolSizeMonitor

corePoolSize

int corePoolSize

maxPoolSize

int maxPoolSize

keepAliveSeconds

int keepAliveSeconds

allowCoreThreadTimeOut

boolean allowCoreThreadTimeOut

queueCapacity

int queueCapacity

threadFactory

edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory threadFactory

rejectedExecutionHandler

edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler

waitForTasksToCompleteOnShutdown

boolean waitForTasksToCompleteOnShutdown

threadNamePrefixSet

boolean threadNamePrefixSet

beanName

java.lang.String beanName

threadPoolExecutor

edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor threadPoolExecutor

Package org.springframework.scheduling.concurrent

Class org.springframework.scheduling.concurrent.CustomizableThreadFactory extends org.springframework.util.CustomizableThreadCreator implements Serializable

Class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport extends CustomizableThreadFactory implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

threadFactory

java.util.concurrent.ThreadFactory threadFactory

threadNamePrefixSet

boolean threadNamePrefixSet

rejectedExecutionHandler

java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler

waitForTasksToCompleteOnShutdown

boolean waitForTasksToCompleteOnShutdown

beanName

java.lang.String beanName

executor

java.util.concurrent.ExecutorService executor

Class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean extends ExecutorConfigurationSupport implements Serializable

Serialized Fields

poolSize

int poolSize

scheduledExecutorTasks

ScheduledExecutorTask[] scheduledExecutorTasks

continueScheduledExecutionAfterException

boolean continueScheduledExecutionAfterException

exposeUnconfigurableExecutor

boolean exposeUnconfigurableExecutor

exposedExecutor

java.util.concurrent.ScheduledExecutorService exposedExecutor

Class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean extends ExecutorConfigurationSupport implements Serializable

Serialized Fields

corePoolSize

int corePoolSize

maxPoolSize

int maxPoolSize

keepAliveSeconds

int keepAliveSeconds

allowCoreThreadTimeOut

boolean allowCoreThreadTimeOut

queueCapacity

int queueCapacity

exposeUnconfigurableExecutor

boolean exposeUnconfigurableExecutor

exposedExecutor

java.util.concurrent.ExecutorService exposedExecutor

Class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor extends ExecutorConfigurationSupport implements Serializable

Serialized Fields

poolSizeMonitor

java.lang.Object poolSizeMonitor

corePoolSize

int corePoolSize

maxPoolSize

int maxPoolSize

keepAliveSeconds

int keepAliveSeconds

allowCoreThreadTimeOut

boolean allowCoreThreadTimeOut

queueCapacity

int queueCapacity

threadPoolExecutor

java.util.concurrent.ThreadPoolExecutor threadPoolExecutor

Class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler extends ExecutorConfigurationSupport implements Serializable

Serialized Fields

poolSize

int poolSize

scheduledExecutor

java.util.concurrent.ScheduledExecutorService scheduledExecutor

errorHandler

org.springframework.util.ErrorHandler errorHandler

Package org.springframework.scripting

Class org.springframework.scripting.ScriptCompilationException extends org.springframework.core.NestedRuntimeException implements Serializable

Serialized Fields

scriptSource

ScriptSource scriptSource

Package org.springframework.scripting.bsh

Class org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.scripting.jruby

Class org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.ui

Class org.springframework.ui.ExtendedModelMap extends ModelMap implements Serializable

Class org.springframework.ui.ModelMap extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable


Package org.springframework.validation

Class org.springframework.validation.AbstractBindingResult extends AbstractErrors implements Serializable

Serialized Fields

objectName

java.lang.String objectName

messageCodesResolver

MessageCodesResolver messageCodesResolver

errors

java.util.List<E> errors

suppressedFields

java.util.Set<E> suppressedFields

Class org.springframework.validation.AbstractErrors extends java.lang.Object implements Serializable

Serialized Fields

nestedPath

java.lang.String nestedPath

nestedPathStack

java.util.Stack<E> nestedPathStack

Class org.springframework.validation.AbstractPropertyBindingResult extends AbstractBindingResult implements Serializable

Serialized Fields

conversionService

org.springframework.core.convert.ConversionService conversionService

Class org.springframework.validation.BeanPropertyBindingResult extends AbstractPropertyBindingResult implements Serializable

Serialized Fields

target

java.lang.Object target

autoGrowNestedPaths

boolean autoGrowNestedPaths

autoGrowCollectionLimit

int autoGrowCollectionLimit

Class org.springframework.validation.BindException extends java.lang.Exception implements Serializable

Serialized Fields

bindingResult

BindingResult bindingResult

Class org.springframework.validation.DefaultMessageCodesResolver extends java.lang.Object implements Serializable

Serialized Fields

prefix

java.lang.String prefix

Class org.springframework.validation.DirectFieldBindingResult extends AbstractPropertyBindingResult implements Serializable

Serialized Fields

target

java.lang.Object target

Class org.springframework.validation.FieldError extends ObjectError implements Serializable

Serialized Fields

field

java.lang.String field

rejectedValue

java.lang.Object rejectedValue

bindingFailure

boolean bindingFailure

Class org.springframework.validation.MapBindingResult extends AbstractBindingResult implements Serializable

Serialized Fields

target

java.util.Map<K,V> target

Class org.springframework.validation.ObjectError extends DefaultMessageSourceResolvable implements Serializable

Serialized Fields

objectName

java.lang.String objectName

Package org.springframework.validation.beanvalidation

Class org.springframework.validation.beanvalidation.MethodValidationPostProcessor extends org.springframework.aop.framework.ProxyConfig implements Serializable

Serialized Fields

validatedAnnotationType

java.lang.Class<T> validatedAnnotationType

validator

javax.validation.Validator validator

beanClassLoader

java.lang.ClassLoader beanClassLoader

advisor

org.springframework.aop.Advisor advisor

Package org.springframework.validation.support

Class org.springframework.validation.support.BindingAwareModelMap extends ExtendedModelMap implements Serializable


spring-context