|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.springframework.aop.framework |
---|
Class org.springframework.aop.framework.AdvisedSupport extends ProxyConfig implements Serializable |
---|
serialVersionUID: 5228995671176612951L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
TargetSource targetSource
List<E> advisors
Advisor[] advisorArray
List<E> interfaces
Class org.springframework.aop.framework.AopConfigException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.aop.framework.Cglib2AopProxy extends Object implements Serializable |
---|
Serialized Fields |
---|
AdvisedSupport advised
Object[] constructorArgs
Class<T>[] constructorArgTypes
Class org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp extends Object implements Serializable |
---|
Class org.springframework.aop.framework.ProxyConfig extends Object implements Serializable |
---|
serialVersionUID: -8409359707199703185L
Serialized Fields |
---|
boolean proxyTargetClass
boolean optimize
boolean opaque
boolean exposeProxy
boolean frozen
Class org.springframework.aop.framework.ProxyFactory extends AdvisedSupport implements Serializable |
---|
Class org.springframework.aop.framework.ProxyFactoryBean extends AdvisedSupport implements Serializable |
---|
Serialized Fields |
---|
String[] interceptorNames
String targetName
boolean autodetectInterfaces
boolean singleton
AdvisorAdapterRegistry advisorAdapterRegistry
boolean freezeProxy
BeanFactory beanFactory
Object singletonInstance
Package org.springframework.aop.framework.adapter |
---|
Class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
AfterReturningAdvice advice
Class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
MethodBeforeAdvice advice
Class org.springframework.aop.framework.adapter.UnknownAdviceTypeException extends IllegalArgumentException implements Serializable |
---|
Package org.springframework.aop.framework.autoproxy |
---|
Class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable |
---|
Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator extends ProxyConfig implements Serializable |
---|
Serialized Fields |
---|
int order
AdvisorAdapterRegistry advisorAdapterRegistry
boolean freezeProxy
String[] interceptorNames
boolean applyCommonInterceptorsFirst
TargetSourceCreator[] customTargetSourceCreators
BeanFactory beanFactory
Class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
List<E> beanNames
Class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
boolean usePrefix
String advisorBeanNamePrefix
Package org.springframework.aop.interceptor |
---|
Class org.springframework.aop.interceptor.AbstractMonitoringInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
String prefix
String suffix
Class org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable |
---|
Class org.springframework.aop.interceptor.AbstractTraceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean hideProxyClassNames
AbstractTraceInterceptor.setUseDynamicLogger(boolean)
Class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor extends Object implements Serializable |
---|
Class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor extends ConcurrencyThrottleSupport implements Serializable |
---|
Class org.springframework.aop.interceptor.CustomizableTraceInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
String enterMessage
String exitMessage
String exceptionMessage
Class org.springframework.aop.interceptor.DebugInterceptor extends SimpleTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
int count
Class org.springframework.aop.interceptor.ExposeInvocationInterceptor extends Object implements Serializable |
---|
Serialization Methods |
---|
private Object readResolve()
equals
method.
Class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable |
---|
Serialized Fields |
---|
boolean trackAllInvocations
Class org.springframework.aop.interceptor.PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable |
---|
Class org.springframework.aop.interceptor.SimpleTraceInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Class org.springframework.aop.interceptor.TraceInterceptor extends SimpleTraceInterceptor implements Serializable |
---|
Package org.springframework.aop.support |
---|
Class org.springframework.aop.support.AbstractPointcutAdvisor extends Object implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Class org.springframework.aop.support.AbstractRegexpMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
String[] patterns
Class org.springframework.aop.support.ComposablePointcut extends Object implements Serializable |
---|
Serialized Fields |
---|
ClassFilter classFilter
MethodMatcher methodMatcher
Class org.springframework.aop.support.ControlFlowPointcut extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> clazz
String methodName
int evaluations
Class org.springframework.aop.support.DefaultIntroductionAdvisor extends Object implements Serializable |
---|
serialVersionUID: 1360502830817661569L
Serialized Fields |
---|
int order
Advice advice
Set<E> interfaces
Class org.springframework.aop.support.DefaultPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
Pointcut pointcut
Class org.springframework.aop.support.DelegatingIntroductionInterceptor extends IntroductionInfoSupport implements Serializable |
---|
Serialized Fields |
---|
Object delegate
Class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor extends DynamicMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Class org.springframework.aop.support.IntroductionInfoSupport extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
Set<E> publishedInterfaces
Class org.springframework.aop.support.JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
---|
Class org.springframework.aop.support.NameMatchMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
List<E> mappedNames
Class org.springframework.aop.support.NameMatchMethodPointcutAdvisor extends NameMatchMethodPointcut implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Class org.springframework.aop.support.Perl5RegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
---|
Class org.springframework.aop.support.RegexpMethodPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
String[] patterns
boolean perl5
AbstractRegexpMethodPointcut pointcut
Class org.springframework.aop.support.RootClassFilter extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> clazz
Class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Package org.springframework.aop.target |
---|
Class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource extends Object implements Serializable |
---|
serialVersionUID: -4721607536018568393L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
writeReplace()
method must be visible to the class
being serialized.)
With this implementation of this method, there is no need to mark non-serializable fields in this class or subclasses as transient.
ObjectStreamException
Serialized Fields |
---|
Log logger
String targetBeanName
Class<T> targetClass
BeanFactory beanFactory
Class org.springframework.aop.target.AbstractPoolingTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
int maxSize
Class org.springframework.aop.target.AbstractPrototypeBasedTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable |
---|
Class org.springframework.aop.target.CommonsPoolTargetSource extends AbstractPoolingTargetSource implements Serializable |
---|
Serialized Fields |
---|
int maxIdle
int minIdle
long maxWait
long timeBetweenEvictionRunsMillis
long minEvictableIdleTimeMillis
byte whenExhaustedAction
ObjectPool pool
ObjectPool
used to pool target objects
Class org.springframework.aop.target.EmptyTargetSource extends Object implements Serializable |
---|
Serialization Methods |
---|
private Object readResolve()
equals
.
Class org.springframework.aop.target.HotSwappableTargetSource extends Object implements Serializable |
---|
serialVersionUID: 7497929212653839187L
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.LazyInitTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.PrototypeTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Class org.springframework.aop.target.SingletonTargetSource extends Object implements Serializable |
---|
serialVersionUID: 9031246629662423738L
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
ThreadLocal<T> targetInThread
Set<E> targetSet
int invocationCount
int hitCount
Package org.springframework.beans |
---|
Class org.springframework.beans.BeanInstantiationException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
Class<T> beanClass
Class org.springframework.beans.BeansException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.beans.FatalBeanException extends BeansException implements Serializable |
---|
Class org.springframework.beans.InvalidPropertyException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
Class<T> beanClass
String propertyName
Class org.springframework.beans.MethodInvocationException extends PropertyAccessException implements Serializable |
---|
Class org.springframework.beans.MutablePropertyValues extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> propertyValueList
Class org.springframework.beans.NotReadablePropertyException extends InvalidPropertyException implements Serializable |
---|
Class org.springframework.beans.NotWritablePropertyException extends InvalidPropertyException implements Serializable |
---|
Class org.springframework.beans.NullValueInNestedPathException extends InvalidPropertyException implements Serializable |
---|
Class org.springframework.beans.PropertyAccessException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
PropertyChangeEvent propertyChangeEvent
Class org.springframework.beans.PropertyAccessExceptionsException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
BeanWrapper beanWrapper
PropertyAccessException[] propertyAccessExceptions
Class org.springframework.beans.PropertyValue extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Class org.springframework.beans.TypeMismatchException extends PropertyAccessException implements Serializable |
---|
Serialized Fields |
---|
Class<T> requiredType
Package org.springframework.beans.factory |
---|
Class org.springframework.beans.factory.BeanCreationException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
String beanName
String resourceDescription
Class org.springframework.beans.factory.BeanCurrentlyInCreationException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.BeanDefinitionStoreException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
String resourceDescription
String beanName
Class org.springframework.beans.factory.BeanInitializationException extends FatalBeanException implements Serializable |
---|
Class org.springframework.beans.factory.BeanIsAbstractException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.BeanIsNotAFactoryException extends BeanNotOfRequiredTypeException implements Serializable |
---|
Class org.springframework.beans.factory.BeanNotOfRequiredTypeException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
String beanName
Class<T> requiredType
Class<T> actualType
Class org.springframework.beans.factory.FactoryBeanNotInitializedException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.NoSuchBeanDefinitionException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
String beanName
Class<T> beanType
Class org.springframework.beans.factory.UnsatisfiedDependencyException extends BeanCreationException implements Serializable |
---|
Package org.springframework.beans.factory.access |
---|
Class org.springframework.beans.factory.access.BootstrapException extends FatalBeanException implements Serializable |
---|
Package org.springframework.beans.factory.support |
---|
Class org.springframework.beans.factory.support.BeanDefinitionValidationException extends FatalBeanException implements Serializable |
---|
Class org.springframework.beans.factory.support.ManagedList extends ArrayList implements Serializable |
---|
Package org.springframework.beans.support |
---|
Class org.springframework.beans.support.MutableSortDefinition extends Object implements Serializable |
---|
Serialized Fields |
---|
String property
boolean ignoreCase
boolean ascending
boolean toggleAscendingOnProperty
Class org.springframework.beans.support.PagedListHolder extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> source
Date refreshDate
SortDefinition sort
SortDefinition sortUsed
int pageSize
int page
boolean newPageSet
int maxLinkedPages
Class org.springframework.beans.support.RefreshablePagedListHolder extends PagedListHolder implements Serializable |
---|
Serialized Fields |
---|
PagedListSourceProvider sourceProvider
Locale locale
Locale localeUsed
Object filter
Object filterUsed
Package org.springframework.context |
---|
Class org.springframework.context.ApplicationContextException extends FatalBeanException implements Serializable |
---|
Class org.springframework.context.ApplicationEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
long timestamp
Class org.springframework.context.NoSuchMessageException extends RuntimeException implements Serializable |
---|
Package org.springframework.context.event |
---|
Class org.springframework.context.event.ContextClosedEvent extends ApplicationEvent implements Serializable |
---|
Class org.springframework.context.event.ContextRefreshedEvent extends ApplicationEvent implements Serializable |
---|
Package org.springframework.context.support |
---|
Class org.springframework.context.support.DefaultMessageSourceResolvable extends Object implements Serializable |
---|
Serialized Fields |
---|
String[] codes
Object[] arguments
String defaultMessage
Package org.springframework.core |
---|
Class org.springframework.core.ConstantException extends IllegalArgumentException implements Serializable |
---|
Class org.springframework.core.NestedCheckedException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Class org.springframework.core.NestedRuntimeException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Package org.springframework.core.enums |
---|
Class org.springframework.core.enums.AbstractGenericLabeledEnum extends AbstractLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
String label
Class org.springframework.core.enums.AbstractLabeledEnum extends Object implements Serializable |
---|
Class org.springframework.core.enums.LetterCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
Character code
Class org.springframework.core.enums.ShortCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
Short code
Class org.springframework.core.enums.StaticLabeledEnum extends AbstractLabeledEnum implements Serializable |
---|
Serialization Methods |
---|
private Object readResolve()
Serialized Fields |
---|
Short code
Class org.springframework.core.enums.StringCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
String code
Package org.springframework.dao |
---|
Class org.springframework.dao.CannotAcquireLockException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.CannotSerializeTransactionException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.CleanupFailureDataAccessException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.ConcurrencyFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataAccessException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.dao.DataAccessResourceFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataIntegrityViolationException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataRetrievalFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DeadlockLoserDataAccessException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.IncorrectResultSizeDataAccessException extends DataRetrievalFailureException implements Serializable |
---|
Serialized Fields |
---|
int expectedSize
int actualSize
Class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.dao.InvalidDataAccessApiUsageException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.InvalidDataAccessResourceUsageException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.OptimisticLockingFailureException extends ConcurrencyFailureException implements Serializable |
---|
Class org.springframework.dao.PessimisticLockingFailureException extends ConcurrencyFailureException implements Serializable |
---|
Class org.springframework.dao.TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.dao.UncategorizedDataAccessException extends DataAccessException implements Serializable |
---|
Package org.springframework.ejb.support |
---|
Class org.springframework.ejb.support.AbstractJmsMessageDrivenBean extends AbstractMessageDrivenBean implements Serializable |
---|
Class org.springframework.ejb.support.AbstractMessageDrivenBean extends AbstractEnterpriseBean implements Serializable |
---|
Serialized Fields |
---|
Log logger
MessageDrivenContext messageDrivenContext
Class org.springframework.ejb.support.AbstractStatefulSessionBean extends AbstractSessionBean implements Serializable |
---|
Class org.springframework.ejb.support.AbstractStatelessSessionBean extends AbstractSessionBean implements Serializable |
---|
Serialized Fields |
---|
Log logger
Package org.springframework.jca.cci |
---|
Class org.springframework.jca.cci.CannotCreateRecordException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jca.cci.CannotGetCciConnectionException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jca.cci.CciOperationNotSupportedException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.jca.cci.InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.jca.cci.RecordTypeNotSupportedException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Package org.springframework.jca.cci.connection |
---|
Class org.springframework.jca.cci.connection.CciLocalTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory connectionFactory
Class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter extends DelegatingConnectionFactory implements Serializable |
---|
Serialized Fields |
---|
ConnectionSpec connectionSpec
ThreadLocal<T> threadBoundSpec
Class org.springframework.jca.cci.connection.DelegatingConnectionFactory extends Object implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory targetConnectionFactory
Class org.springframework.jca.cci.connection.SingleConnectionFactory extends DelegatingConnectionFactory implements Serializable |
---|
Serialized Fields |
---|
Log logger
Connection target
Connection connection
Class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy extends DelegatingConnectionFactory implements Serializable |
---|
Package org.springframework.jca.cci.core.support |
---|
Class org.springframework.jca.cci.core.support.CommAreaRecord extends Object implements Serializable |
---|
Serialized Fields |
---|
byte[] bytes
String recordName
String recordShortDescription
Package org.springframework.jdbc |
---|
Class org.springframework.jdbc.BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Serialized Fields |
---|
String sql
Class org.springframework.jdbc.CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jdbc.InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Serialized Fields |
---|
String sql
Class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectUpdateSemanticsDataAccessException implements Serializable |
---|
Serialized Fields |
---|
int expected
int actual
Class org.springframework.jdbc.LobRetrievalFailureException extends DataRetrievalFailureException implements Serializable |
---|
Class org.springframework.jdbc.SQLWarningException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.jdbc.UncategorizedSQLException extends UncategorizedDataAccessException implements Serializable |
---|
Serialized Fields |
---|
String sql
Package org.springframework.jdbc.datasource |
---|
Class org.springframework.jdbc.datasource.DataSourceTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
DataSource dataSource
Package org.springframework.jdbc.support |
---|
Class org.springframework.jdbc.support.MetaDataAccessException extends NestedCheckedException implements Serializable |
---|
Package org.springframework.jdbc.support.rowset |
---|
Class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet extends Object implements Serializable |
---|
Serialized Fields |
---|
ResultSet resultSet
SqlRowSetMetaData rowSetMetaData
Package org.springframework.jms |
---|
Class org.springframework.jms.IllegalStateException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidClientIDException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidDestinationException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidSelectorException extends JmsException implements Serializable |
---|
Class org.springframework.jms.JmsException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.jms.JmsSecurityException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageEOFException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageFormatException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageNotReadableException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageNotWriteableException extends JmsException implements Serializable |
---|
Class org.springframework.jms.ResourceAllocationException extends JmsException implements Serializable |
---|
Class org.springframework.jms.TransactionInProgressException extends JmsException implements Serializable |
---|
Class org.springframework.jms.TransactionRolledBackException extends JmsException implements Serializable |
---|
Class org.springframework.jms.UncategorizedJmsException extends JmsException implements Serializable |
---|
Package org.springframework.jms.connection |
---|
Class org.springframework.jms.connection.JmsTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory connectionFactory
Class org.springframework.jms.connection.JmsTransactionManager102 extends JmsTransactionManager implements Serializable |
---|
Serialized Fields |
---|
boolean pubSubDomain
Package org.springframework.jms.support.converter |
---|
Class org.springframework.jms.support.converter.MessageConversionException extends JmsException implements Serializable |
---|
Package org.springframework.jms.support.destination |
---|
Class org.springframework.jms.support.destination.DestinationResolutionException extends JmsException implements Serializable |
---|
Package org.springframework.jmx |
---|
Class org.springframework.jmx.MBeanServerNotFoundException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.jmx.access |
---|
Class org.springframework.jmx.access.InvalidInvocationException extends JMRuntimeException implements Serializable |
---|
Class org.springframework.jmx.access.InvocationFailureException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.jmx.access.MBeanInfoRetrievalException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.jmx.export.metadata |
---|
Class org.springframework.jmx.export.metadata.InvalidMetadataException extends JMRuntimeException implements Serializable |
---|
Package org.springframework.jmx.support |
---|
Class org.springframework.jmx.support.ConnectorServerFactoryBean.DelayedConnectorStartException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.jndi |
---|
Class org.springframework.jndi.TypeMismatchNamingException extends NamingException implements Serializable |
---|
Package org.springframework.mail |
---|
Class org.springframework.mail.MailAuthenticationException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.mail.MailParseException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailPreparationException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailSendException extends MailException implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> failedMessages
Class org.springframework.mail.SimpleMailMessage extends Object implements Serializable |
---|
Serialized Fields |
---|
String from
String replyTo
String[] to
String[] cc
String[] bcc
Date sentDate
String subject
String text
Package org.springframework.orm |
---|
Class org.springframework.orm.ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException implements Serializable |
---|
Serialized Fields |
---|
Object persistentClass
Object identifier
Class org.springframework.orm.ObjectRetrievalFailureException extends DataRetrievalFailureException implements Serializable |
---|
Serialized Fields |
---|
Object persistentClass
Object identifier
Package org.springframework.orm.hibernate |
---|
Class org.springframework.orm.hibernate.HibernateJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
net.sf.hibernate.SessionFactory sessionFactory
DataSource dataSource
boolean autodetectDataSource
Object entityInterceptor
SQLExceptionTranslator jdbcExceptionTranslator
BeanFactory beanFactory
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
Package org.springframework.orm.hibernate3 |
---|
Class org.springframework.orm.hibernate3.HibernateJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
SessionFactory sessionFactory
DataSource dataSource
boolean autodetectDataSource
boolean prepareConnection
Object entityInterceptor
SQLExceptionTranslator jdbcExceptionTranslator
BeanFactory beanFactory
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
Package org.springframework.orm.hibernate3.support |
---|
Class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener extends DefaultMergeEventListener implements Serializable |
---|
Package org.springframework.orm.jdo |
---|
Class org.springframework.orm.jdo.JdoObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoResourceFailureException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
javax.jdo.PersistenceManagerFactory persistenceManagerFactory
DataSource dataSource
boolean autodetectDataSource
JdoDialect jdoDialect
Class org.springframework.orm.jdo.JdoUsageException extends InvalidDataAccessApiUsageException implements Serializable |
---|
Package org.springframework.orm.ojb |
---|
Class org.springframework.orm.ojb.OjbOperationException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.ojb.PersistenceBrokerTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
org.apache.ojb.broker.PBKey pbKey
DataSource dataSource
Package org.springframework.orm.toplink |
---|
Class org.springframework.orm.toplink.TopLinkJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
SessionFactory sessionFactory
DataSource dataSource
boolean lazyDatabaseTransaction
SQLExceptionTranslator jdbcExceptionTranslator
Package org.springframework.orm.toplink.support |
---|
Class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904 extends oracle.toplink.sessions.DefaultSessionLog implements Serializable |
---|
Serialized Fields |
---|
Log logger
String separator
Package org.springframework.remoting |
---|
Class org.springframework.remoting.RemoteAccessException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.remoting.RemoteConnectFailureException 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.support |
---|
Class org.springframework.remoting.support.RemoteInvocation extends Object implements Serializable |
---|
serialVersionUID: 6876024250231820554L
Serialized Fields |
---|
String methodName
Class<T>[] parameterTypes
Object[] arguments
Map<K,V> attributes
Class org.springframework.remoting.support.RemoteInvocationResult extends Object implements Serializable |
---|
serialVersionUID: 2138555143707773549L
Serialized Fields |
---|
Object value
Throwable exception
Package org.springframework.scheduling.quartz |
---|
Class org.springframework.scheduling.quartz.CronTriggerBean extends CronTrigger implements Serializable |
---|
Serialized Fields |
---|
JobDetail jobDetail
String beanName
Class org.springframework.scheduling.quartz.JobDetailBean extends JobDetail implements Serializable |
---|
Serialized Fields |
---|
String beanName
ApplicationContext applicationContext
String applicationContextJobDataKey
Class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.scheduling.quartz.SchedulerFactoryBean.DelayedSchedulerStartException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.scheduling.quartz.SimpleTriggerBean extends SimpleTrigger implements Serializable |
---|
Serialized Fields |
---|
long startDelay
JobDetail jobDetail
String beanName
Package org.springframework.transaction |
---|
Class org.springframework.transaction.CannotCreateTransactionException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.HeuristicCompletionException extends TransactionException implements Serializable |
---|
Serialized Fields |
---|
int outcomeState
Class org.springframework.transaction.IllegalTransactionStateException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.InvalidIsolationLevelException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.InvalidTimeoutException extends TransactionUsageException implements Serializable |
---|
Serialized Fields |
---|
int timeout
Class org.springframework.transaction.NestedTransactionNotSupportedException extends CannotCreateTransactionException implements Serializable |
---|
Class org.springframework.transaction.NoTransactionException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.TransactionException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.transaction.TransactionSuspensionNotSupportedException extends CannotCreateTransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionSystemException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionTimedOutException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionUsageException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.UnexpectedRollbackException extends TransactionException implements Serializable |
---|
Package org.springframework.transaction.annotation |
---|
Class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource extends AbstractFallbackTransactionAttributeSource implements Serializable |
---|
Package org.springframework.transaction.interceptor |
---|
Class org.springframework.transaction.interceptor.DefaultTransactionAttribute extends DefaultTransactionDefinition implements Serializable |
---|
Class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource extends Object implements Serializable |
---|
Serialized Fields |
---|
TransactionAttribute transactionAttribute
Class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> nameMap
Class org.springframework.transaction.interceptor.NoRollbackRuleAttribute extends RollbackRuleAttribute implements Serializable |
---|
Class org.springframework.transaction.interceptor.RollbackRuleAttribute extends Object implements Serializable |
---|
Serialized Fields |
---|
String exceptionName
Class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements Serializable |
---|
Serialized Fields |
---|
List<E> rollbackRules
Class org.springframework.transaction.interceptor.TransactionAspectSupport extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
PlatformTransactionManager transactionManager
TransactionAttributeSource transactionAttributeSource
Class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor extends StaticMethodMatcherPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
TransactionAttributeSource transactionAttributeSource
Class org.springframework.transaction.interceptor.TransactionInterceptor extends TransactionAspectSupport implements Serializable |
---|
Class org.springframework.transaction.interceptor.TransactionProxyFactoryBean extends ProxyConfig implements Serializable |
---|
Serialized Fields |
---|
TransactionInterceptor transactionInterceptor
Object target
Class<T>[] proxyInterfaces
Pointcut pointcut
Object[] preInterceptors
Object[] postInterceptors
AdvisorAdapterRegistry advisorAdapterRegistry
Object proxy
Package org.springframework.transaction.jta |
---|
Class org.springframework.transaction.jta.JtaTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
String userTransactionName
boolean cacheUserTransaction
String transactionManagerName
boolean autodetectTransactionManager
Class org.springframework.transaction.jta.WebLogicJtaTransactionManager extends JtaTransactionManager implements Serializable |
---|
Serialized Fields |
---|
boolean weblogicUserTransactionAvailable
Method beginWithNameMethod
Method beginWithNameAndTimeoutMethod
boolean weblogicTransactionManagerAvailable
Method forceResumeMethod
Method setPropertyMethod
Class<T> transactionHelperClass
Object transactionHelper
Package org.springframework.transaction.support |
---|
Class org.springframework.transaction.support.AbstractPlatformTransactionManager extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
int transactionSynchronization
boolean nestedTransactionAllowed
boolean globalRollbackOnParticipationFailure
boolean rollbackOnCommitFailure
Class org.springframework.transaction.support.DefaultTransactionDefinition extends Object implements Serializable |
---|
Serialized Fields |
---|
int propagationBehavior
int isolationLevel
int timeout
boolean readOnly
String name
Class org.springframework.transaction.support.TransactionTemplate extends DefaultTransactionDefinition implements Serializable |
---|
Serialized Fields |
---|
Log logger
PlatformTransactionManager transactionManager
Package org.springframework.util |
---|
Class org.springframework.util.CachingMapDecorator extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> targetMap
Class org.springframework.util.ConcurrencyThrottleSupport extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException
IOException
Serialized Fields |
---|
int concurrencyLimit
int concurrencyCount
Package org.springframework.util.comparator |
---|
Class org.springframework.util.comparator.BooleanComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean trueLow
Class org.springframework.util.comparator.CompoundComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> comparators
Class org.springframework.util.comparator.InvertibleComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
Comparator<T> comparator
boolean ascending
Package org.springframework.validation |
---|
Class org.springframework.validation.BindException extends Exception implements Serializable |
---|
serialVersionUID: -5555744933646811432L
Serialized Fields |
---|
List<E> errors
Object target
String objectName
MessageCodesResolver messageCodesResolver
String nestedPath
Stack<E> nestedPathStack
Class org.springframework.validation.DefaultMessageCodesResolver extends Object implements Serializable |
---|
Class org.springframework.validation.FieldError extends ObjectError implements Serializable |
---|
Serialized Fields |
---|
String field
Object rejectedValue
boolean bindingFailure
Class org.springframework.validation.ObjectError extends DefaultMessageSourceResolvable implements Serializable |
---|
Serialized Fields |
---|
String objectName
Package org.springframework.web.bind |
---|
Class org.springframework.web.bind.ServletRequestBindingException extends NestedServletException implements Serializable |
---|
Class org.springframework.web.bind.ServletRequestParameterPropertyValues extends MutablePropertyValues implements Serializable |
---|
Package org.springframework.web.context |
---|
Class org.springframework.web.context.ContextLoaderServlet extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
ContextLoader contextLoader
Package org.springframework.web.context.support |
---|
Class org.springframework.web.context.support.RequestHandledEvent extends ApplicationEvent implements Serializable |
---|
Serialized Fields |
---|
String requestUrl
long processingTimeMillis
String clientAddress
String method
String servletName
String sessionId
String userName
Throwable failureCause
Package org.springframework.web.jsf |
---|
Class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster extends Object implements Serializable |
---|
Package org.springframework.web.multipart |
---|
Class org.springframework.web.multipart.MaxUploadSizeExceededException extends MultipartException implements Serializable |
---|
Serialized Fields |
---|
long maxUploadSize
Class org.springframework.web.multipart.MultipartException extends NestedServletException implements Serializable |
---|
Package org.springframework.web.multipart.commons |
---|
Class org.springframework.web.multipart.commons.CommonsMultipartFile extends Object implements Serializable |
---|
Serialized Fields |
---|
FileItem fileItem
long size
Package org.springframework.web.servlet |
---|
Class org.springframework.web.servlet.DispatcherServlet extends FrameworkServlet implements Serializable |
---|
Serialized Fields |
---|
boolean detectAllHandlerMappings
boolean detectAllHandlerAdapters
boolean detectAllHandlerExceptionResolvers
boolean detectAllViewResolvers
boolean cleanupAfterInclude
boolean threadContextInheritable
MultipartResolver multipartResolver
LocaleResolver localeResolver
ThemeResolver themeResolver
List<E> handlerMappings
List<E> handlerAdapters
List<E> handlerExceptionResolvers
List<E> viewResolvers
Class org.springframework.web.servlet.FrameworkServlet extends HttpServletBean implements Serializable |
---|
Serialized Fields |
---|
Class<T> contextClass
String namespace
String contextConfigLocation
boolean publishContext
boolean publishEvents
WebApplicationContext webApplicationContext
Class org.springframework.web.servlet.HttpServletBean extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
Log logger
Set<E> requiredProperties
Class org.springframework.web.servlet.ModelAndViewDefiningException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
ModelAndView modelAndView
Class org.springframework.web.servlet.ResourceServlet extends HttpServletBean implements Serializable |
---|
Serialized Fields |
---|
String defaultUrl
String allowedResources
String contentType
boolean applyLastModified
PathMatcher pathMatcher
long startupTime
Package org.springframework.web.servlet.mvc.multiaction |
---|
Class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
String methodName
Package org.springframework.web.servlet.support |
---|
Class org.springframework.web.servlet.support.RequestMethodNotSupportedException extends ServletException implements Serializable |
---|
Class org.springframework.web.servlet.support.SessionRequiredException extends ServletException implements Serializable |
---|
Package org.springframework.web.servlet.tags |
---|
Class org.springframework.web.servlet.tags.BindErrorsTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
String name
Errors errors
Class org.springframework.web.servlet.tags.BindTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
String path
boolean ignoreNestedPath
BindStatus status
Object previousStatus
Class org.springframework.web.servlet.tags.EscapeBodyTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
boolean javaScriptEscape
BodyContent bodyContent
Class org.springframework.web.servlet.tags.HtmlEscapeTag extends RequestContextAwareTag implements Serializable |
---|
Serialized Fields |
---|
String defaultHtmlEscape
Class org.springframework.web.servlet.tags.HtmlEscapingAwareTag extends RequestContextAwareTag implements Serializable |
---|
Serialized Fields |
---|
Boolean htmlEscape
Class org.springframework.web.servlet.tags.MessageTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
Object message
String code
Object arguments
String argumentSeparator
String text
String var
String scope
boolean javaScriptEscape
Class org.springframework.web.servlet.tags.NestedPathTag extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
String path
String previousNestedPath
Class org.springframework.web.servlet.tags.RequestContextAwareTag extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
Log logger
RequestContext requestContext
Class org.springframework.web.servlet.tags.ThemeTag extends MessageTag implements Serializable |
---|
Class org.springframework.web.servlet.tags.TransformTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
Object value
String var
String scope
Package org.springframework.web.servlet.view.xslt |
---|
Class org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.web.struts |
---|
Class org.springframework.web.struts.SpringBindingActionForm extends ActionForm implements Serializable |
---|
Serialized Fields |
---|
Errors errors
Locale locale
MessageResources messageResources
Package org.springframework.web.util |
---|
Class org.springframework.web.util.Log4jConfigServlet extends HttpServlet implements Serializable |
---|
Class org.springframework.web.util.NestedServletException extends ServletException implements Serializable |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |