Serialized Form


Package ch.elca.el4j.core.aop

Class ch.elca.el4j.core.aop.BeanTypeAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable

Serialized Fields

m_interfaces

Class<T>[] m_interfaces
The classes which subtypes have to be proxied.

Class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator extends BeanNameAutoProxyCreator implements Serializable

serialVersionUID: -8400205514261384172L

Serialized Fields

m_exclusiveBeanNames

List<E> m_exclusiveBeanNames
List of bean names that don't have to be advised.


m_hasBeanNames

boolean m_hasBeanNames
Whether there have been inclusive patterns set.


m_beanNames

List<E> m_beanNames
COPYIED FROM SUPERCLASS!


m_interceptorNames

String[] m_interceptorNames
COPYIED FROM SUPERCLASS! Names of common interceptors. We must use bean name rather than object references to handle prototype advisors/interceptors. Default is the empty array: no common interceptors.


m_advisorAdapterRegistry

AdvisorAdapterRegistry m_advisorAdapterRegistry
COPYIED FROM SUPERCLASS! Default is global AdvisorAdapterRegistry.


m_applyCommonInterceptorsFirst

boolean m_applyCommonInterceptorsFirst
COPYIED FROM SUPERCLASS! Default is "true"; else, bean-specific interceptors will get applied first.


m_proxyFactoryBeanOutput

boolean m_proxyFactoryBeanOutput
Should the output of a FactoryBean be proxied instead of the factory itself?

Class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator extends DefaultAdvisorAutoProxyCreator implements Serializable

serialVersionUID: 8582646215764283797L

Serialized Fields

m_interceptorNames

String[] m_interceptorNames
COPYIED FROM SUPERCLASS! Names of common interceptors. We must use bean name rather than object references to handle prototype advisors/interceptors. Default is the empty array: no common interceptors.


m_advisorAdapterRegistry

AdvisorAdapterRegistry m_advisorAdapterRegistry
COPYIED FROM SUPERCLASS! Default is global AdvisorAdapterRegistry.


m_applyCommonInterceptorsFirst

boolean m_applyCommonInterceptorsFirst
COPYIED FROM SUPERCLASS! Default is "true"; else, bean-specific interceptors will get applied first.


forceUseOfAdvisorNamePrefix

boolean forceUseOfAdvisorNamePrefix
If true (default) the use of advisor name prefix is mandatory.

See Also:
DefaultAdvisorAutoProxyCreator.setUsePrefix(boolean)

Class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator extends BeanTypeAutoProxyCreator implements Serializable

serialVersionUID: -2417610783882720300L

Serialized Fields

m_interceptorNames

String[] m_interceptorNames
COPYIED FROM SUPERCLASS! Names of common interceptors. We must use bean name rather than object references to handle prototype advisors/interceptors. Default is the empty array: no common interceptors.


m_advisorAdapterRegistry

AdvisorAdapterRegistry m_advisorAdapterRegistry
COPYIED FROM SUPERCLASS! Default is global AdvisorAdapterRegistry.


m_applyCommonInterceptorsFirst

boolean m_applyCommonInterceptorsFirst
COPYIED FROM SUPERCLASS! Default is "true"; else, bean-specific interceptors will get applied first.

Class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator extends ExclusiveBeanNameAutoProxyCreator implements Serializable

Serialized Fields

m_interceptorNames

String[] m_interceptorNames
Deprecated. 
COPYIED FROM SUPERCLASS! Names of common interceptors. We must use bean name rather than object references to handle prototype advisors/interceptors. Default is the empty array: no common interceptors.


m_advisorAdapterRegistry

AdvisorAdapterRegistry m_advisorAdapterRegistry
Deprecated. 
COPYIED FROM SUPERCLASS! Default is global AdvisorAdapterRegistry.


m_applyCommonInterceptorsFirst

boolean m_applyCommonInterceptorsFirst
Deprecated. 
See Also:
IntelligentExclusiveBeanNameAutoProxyCreator.setApplyCommonInterceptorsFirst(boolean)

Package ch.elca.el4j.core.exceptions

Class ch.elca.el4j.core.exceptions.BaseException extends Exception implements Serializable

Serialized Fields

m_message

String m_message
Contains either the message of the exception or when message format is used, the messageFormat. MessageFormat substitution is applied if the result of getFormatParameters() is not null. The message field in the Throwable class is not used (rationale: it cannot be set without creating a new object).


m_messageFormatParameters

Object[] m_messageFormatParameters
The parameters to substitute. In subclasses, you may either use this Object[] to hold the messageFormatParameters or (typically preferred) define your own (typed and named) attributes that you need.

Class ch.elca.el4j.core.exceptions.BaseRTException extends RuntimeException implements Serializable

Serialized Fields

m_message

String m_message
Contains either the message of the exception or when message format is used, the messageFormat. MessageFormat substitution is applied if the result of getFormatParameters() is not null. The message field in the Throwable class is not used (rationale: it cannot be set without creating a new object).


m_messageFormatParameters

Object[] m_messageFormatParameters
The parameters to substitute. In subclasses, you may either use this Object[] to hold the messageFormatParameters or (typically preferred) define your own (typed and named) attributes that you need.

Class ch.elca.el4j.core.exceptions.DuplicatedFieldException extends BaseException implements Serializable

Serialized Fields

m_objectName

String m_objectName
Deprecated. 
Name of the object, where the exception occured.


m_fieldName

String m_fieldName
Deprecated. 
Name of the field, which would be duplicated.

Class ch.elca.el4j.core.exceptions.MisconfigurationRTException extends BaseRTException implements Serializable

Class ch.elca.el4j.core.exceptions.ObjectDoesNotExistException extends BaseException implements Serializable

Serialized Fields

m_objectName

String m_objectName
Deprecated. 
Name of the object, where the exception occured.

Class ch.elca.el4j.core.exceptions.ObjectInsertionException extends BaseException implements Serializable

Serialized Fields

m_objectName

String m_objectName
Deprecated. 
Name of the object, where the exception occured.

Class ch.elca.el4j.core.exceptions.ObjectModificationException extends BaseException implements Serializable

Serialized Fields

m_objectName

String m_objectName
Deprecated. 
Name of the object, where the exception occured.


Package ch.elca.el4j.env

Class ch.elca.el4j.env.InvalidEnvXmlContentException extends RuntimeException implements Serializable


Package ch.elca.el4j.services.debug

Class ch.elca.el4j.services.debug.ResultHolder extends Object implements Serializable

Serialized Fields

returnValue

Object returnValue

stdout

String stdout

stderr

String stderr

Package ch.elca.el4j.services.exceptionhandler

Class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean extends ProxyCreatorSupport implements Serializable

Serialized Fields

m_target

Object m_target
The proxy's target object which is either a bean or a TargetSource.


m_defaultBehaviourConsume

boolean m_defaultBehaviourConsume
Holds the exception interceptor's default behaviour when no appropriate exception handler was found.


m_forwardSignatureExceptions

boolean m_forwardSignatureExceptions
Holds whether to handle all exceptions, even those which are defined in a method's signature.


m_handleRTSignatureExceptions

boolean m_handleRTSignatureExceptions
Holds whether to handle runtime exceptions that are listed in a method's signature.


m_singleton

boolean m_singleton
Whether the factory creates singleton instances.


m_singletonProxy

Object m_singletonProxy
The singleton proxy.

Class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerFactoryBean extends AbstractExceptionHandlerFactoryBean implements Serializable

Serialized Fields

m_policies

Map<K,V> m_policies
The policies.

Class ch.elca.el4j.services.exceptionhandler.InappropriateHandlerException extends RuntimeException implements Serializable

Class ch.elca.el4j.services.exceptionhandler.MissingContextException extends RuntimeException implements Serializable

Class ch.elca.el4j.services.exceptionhandler.RetryException extends Exception implements Serializable

Serialized Fields

m_retries

int m_retries
The number of retries.


m_swapper

HotSwappableTargetSource m_swapper
The hot swappable target source which target has to be used in the next invocation.

Class ch.elca.el4j.services.exceptionhandler.SafetyFacadeFactoryBean extends AbstractExceptionHandlerFactoryBean implements Serializable

Serialized Fields

m_exceptionConfigurations

ExceptionConfiguration[] m_exceptionConfigurations
The exception configurations to use.


Package ch.elca.el4j.services.gui.model.mixin

Class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin extends DelegatingIntroductionInterceptor implements Serializable

Serialized Fields

m_writeBack

boolean m_writeBack
Should bean property be overwritten by proxied property to speed up following accesses? This field is intended to be overwritten by subclasses.


m_changeSupport

PropertyChangeSupport m_changeSupport
The support for property change notification.


m_methodCache

Map<K,V> m_methodCache
Getter-to-setter/setter-to-getter method cache.


m_backup

Map<K,V> m_backup
The stored properties (a map containing the setter-method and its value).


m_classValidator

org.hibernate.validator.ClassValidator<T> m_classValidator
Hibernate class validator.


Package ch.elca.el4j.services.gui.model.tablemodel

Class ch.elca.el4j.services.gui.model.tablemodel.TableSorter extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

tableModel

TableModel tableModel

viewToModel

ch.elca.el4j.services.gui.model.tablemodel.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

columnComparators

Map<K,V> columnComparators

sortingColumns

List<E> sortingColumns

suppressChangeEvents

boolean suppressChangeEvents

Package ch.elca.el4j.services.gui.swing.cookswing.action

Class ch.elca.el4j.services.gui.swing.cookswing.action.ActionNotFoundException extends BaseRTException implements Serializable


Package ch.elca.el4j.services.gui.swing.exceptions

Class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog extends JDialog implements Serializable

Serialized Fields

m_message

JLabel m_message
The generic error message.


m_detailsButton

JButton m_detailsButton
The button to show/hide the details.


m_detailsScrollPane

JScrollPane m_detailsScrollPane
The scroll pane that makes the details text area scrollable.


m_details

JTextArea m_details
The details of the exception (in general this is the stacktrace).


m_errorImage

JLabel m_errorImage
The error image.


m_resourceMap

org.jdesktop.application.ResourceMap m_resourceMap
The resource map.


Package ch.elca.el4j.services.gui.swing.mdi

Class ch.elca.el4j.services.gui.swing.mdi.JInternalFrameComparator extends Object implements Serializable

Class ch.elca.el4j.services.gui.swing.mdi.WindowMenu extends JMenu implements Serializable

Serialized Fields

m_windowManager

WindowManager m_windowManager
The MDI window manager.


Package ch.elca.el4j.services.i18n

Class ch.elca.el4j.services.i18n.MessageRewriter.NoDefinitionException extends NoSuchMessageException implements Serializable

Serialized Fields

m_key

String m_key

Package ch.elca.el4j.services.persistence.generic.dao

Class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer.GenericInterceptor extends IntroductionInfoSupport implements Serializable


Package ch.elca.el4j.services.persistence.generic.dto

Class ch.elca.el4j.services.persistence.generic.dto.AbstractDto extends Object implements Serializable

Serialized Fields

m_lastModificationKey

String m_lastModificationKey
Deprecated. 
Is used for optimistic locking. This last modification key must be equals with the one in database to be able to edit an entry, otherwise the entry has been edited.


m_currentModificationKey

String m_currentModificationKey
Deprecated. 
Is used for optimistic locking. This is the next modification key. If the dto will be saved successfully on database, the last modification will be set to the current modification key to indicate, that this entry in database has been modificated.


m_modificationKeyGenerator

PrimaryKeyGenerator m_modificationKeyGenerator
Deprecated. 
Primary key generator to generate modification keys for dtos.

Class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto extends AbstractIntOptimisticLockingDto implements Serializable

Serialized Fields

m_key

int m_key
Primary key.


m_keyNew

boolean m_keyNew
Flag to indicate if the key is new.


m_transientHashCodeLeaked

boolean m_transientHashCodeLeaked
Has the hashCode value been leaked while being in transient state?

Class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto extends Object implements Serializable

Serialized Fields

m_optimisticLockingVersion

int m_optimisticLockingVersion
Is the optimistic locking version number. Initial optimistic locking version number is zero.

Class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto extends AbstractDto implements Serializable

Serialized Fields

m_key

String m_key
Deprecated. 
Primary key.

Class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto extends AbstractIntOptimisticLockingDto implements Serializable

Serialized Fields

m_key

String m_key
Primary key.


m_transientHashCodeLeaked

boolean m_transientHashCodeLeaked
Has the hashCode value been leaked while being in transient state?


Package ch.elca.el4j.services.persistence.generic.exceptions

Class ch.elca.el4j.services.persistence.generic.exceptions.InsertionFailureException extends InvalidDataAccessResourceUsageException implements Serializable


Package ch.elca.el4j.services.persistence.generic.primarykey

Class ch.elca.el4j.services.persistence.generic.primarykey.UuidPrimaryKeyGenerator extends Object implements Serializable

Serialized Fields

m_midValue

String m_midValue
Middle value.


m_seeder

SecureRandom m_seeder
Seeder.


m_zeros

String[] m_zeros
String aaray with zeros.


Package ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator

Class ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator.DuplicatedValueException extends DataAccessException implements Serializable

Class ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator.ValueTooLargeException extends DataAccessException implements Serializable


Package ch.elca.el4j.services.persistence.hibernate

Class ch.elca.el4j.services.persistence.hibernate.HibernatePersistentCollectionRefresher extends Object implements Serializable

Class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor extends Object implements Serializable

Serialized Fields

m_singleSession

boolean m_singleSession
Is single session mode used?


m_sessionFactory

SessionFactory m_sessionFactory
The Hibernate session factory.


m_flushMode

FlushMode m_flushMode
The flushing stragtegy to use.


Package ch.elca.el4j.services.persistence.hibernate.dao.extent

Class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart extends Object implements Serializable

Serialized Fields

m_name

String m_name
The name of the extent-part.


m_parent

AbstractExtentPart m_parent
The parent of the entity, null if root.

Class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent extends Object implements Serializable

Serialized Fields

m_rootEntity

ExtentEntity m_rootEntity
The root entity.

Class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection extends AbstractExtentPart implements Serializable

Serialized Fields

m_containedEntity

ExtentEntity m_containedEntity
The sub-entity of the collection.


m_collectionId

String m_collectionId
The id of the entity.


m_frozen

boolean m_frozen
Is the ExtentCollection frozen, eg. must not be changed anymore.

Class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity extends AbstractExtentPart implements Serializable

Serialized Fields

m_entityClass

Class<T> m_entityClass
The class of the entity.


m_fields

List<E> m_fields
The field-methods of the entity, always stays sorted.


m_childEntities

List<E> m_childEntities
The child-entities of the entity, always stays sorted by name.


m_collections

List<E> m_collections
The collections of the entity, always stays sorted by name.


m_entityId

String m_entityId
The id of the entity.


m_root

boolean m_root
Is the entity a root entity.


m_frozen

boolean m_frozen
Is the ExtentEntity frozen, eg. must not be changed anymore.


Package ch.elca.el4j.services.persistence.jpa.util

Class ch.elca.el4j.services.persistence.jpa.util.QueryException extends RuntimeException implements Serializable


Package ch.elca.el4j.services.remoting

Class ch.elca.el4j.services.remoting.ServerContextInvocationHandler extends Object implements Serializable

Serialized Fields

m_service

Object m_service
Is the implementation of the service which has to be called.


m_serviceInterface

Class<T> m_serviceInterface
Is the service interface which is implemented by the service.


m_implicitContextPassingRegistry

ImplicitContextPassingRegistry m_implicitContextPassingRegistry
Is the registry for the implicit context passing.


Package ch.elca.el4j.services.remoting.protocol.loadbalancing

Class ch.elca.el4j.services.remoting.protocol.loadbalancing.NoProtocolAvailableRTException extends BaseRTException implements Serializable


Package ch.elca.el4j.services.remoting.servlet

Class ch.elca.el4j.services.remoting.servlet.WSSpringServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_delegate

com.sun.xml.ws.transport.http.servlet.WSServletDelegate m_delegate
The servlet delegate.


Package ch.elca.el4j.services.remoting.socketfactory

Class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactory extends RMISocketFactory implements Serializable

serialVersionUID: 953865798975586465L

Serialized Fields

m_timeout

int m_timeout
The SocketTimeout.


Package ch.elca.el4j.services.search

Class ch.elca.el4j.services.search.QueryObject extends Object implements Serializable

Serialized Fields

m_beanClass

Class<T> m_beanClass
The bean class the query object is for.


m_criterias

AndCriteria m_criterias
The criterias for this query. (They are logically connected with AND).


m_firstResult

int m_firstResult

m_maxResults

int m_maxResults
Default value is s_defaultMaxResults


m_orderConstraints

List<E> m_orderConstraints

Package ch.elca.el4j.services.search.criterias

Class ch.elca.el4j.services.search.criterias.AbstractCriteria extends Object implements Serializable

Serialized Fields

m_field

String m_field
Is the field the criteria is made for.


m_value

Object m_value
Is the value of this criteria.

Class ch.elca.el4j.services.search.criterias.AndCriteria extends Object implements Serializable

Serialized Fields

m_criterias

List<E> m_criterias

Class ch.elca.el4j.services.search.criterias.ComparisonCriteria extends AbstractCriteria implements Serializable

Serialized Fields

m_operator

String m_operator
Is the compare operator.


m_type

String m_type
Is the type of this criteria.

Class ch.elca.el4j.services.search.criterias.IncludeCriteria extends AbstractCriteria implements Serializable

Class ch.elca.el4j.services.search.criterias.LikeCriteria extends AbstractCriteria implements Serializable

Serialized Fields

m_caseSensitive

Boolean m_caseSensitive
Marks whether the pattern is case sensitive.

Class ch.elca.el4j.services.search.criterias.NotCriteria extends Object implements Serializable

Serialized Fields

m_criteria

Criteria m_criteria

Class ch.elca.el4j.services.search.criterias.OrCriteria extends Object implements Serializable

Serialized Fields

m_criterias

List<E> m_criterias

Class ch.elca.el4j.services.search.criterias.Order extends Object implements Serializable

Serialized Fields

ascending

boolean ascending

propertyName

String propertyName

Package ch.elca.el4j.services.search.events

Class ch.elca.el4j.services.search.events.QueryObjectEvent extends ApplicationEvent implements Serializable

Serialized Fields

m_queryObjects

List<E> m_queryObjects
Are the query objecs of this event.


Package ch.elca.el4j.services.security.encryption

Class ch.elca.el4j.services.security.encryption.RSACipher extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_e

BigInteger m_e

m_pubKey

BigInteger m_pubKey

m_priKey

BigInteger m_priKey

Package ch.elca.el4j.services.statistics.detailed

Class ch.elca.el4j.services.statistics.detailed.MeasureId extends Object implements Serializable

Serialized Fields

m_host

String m_host
The host name of the ID.


m_invocationTime

long m_invocationTime
The invocation time of the ID.


m_prefix

short m_prefix
The prefix of this MeasureId.

Class ch.elca.el4j.services.statistics.detailed.MeasureItem extends Object implements Serializable

serialVersionUID: 5083234396519618596L

Serialized Fields

m_id

MeasureId m_id
The id of the measure.


m_seq

int m_seq
The sequence of the measure.


m_client

String m_client
The client (host) of the measure.


m_level

String m_level
The level (measure type) of the measure.


m_service

String m_service
The EJB doing the measure (not available in case of a database measure).


m_method

String m_method
The method doing the measure.


m_startTime

long m_startTime
The start time of the measure.


m_duration

long m_duration
The duration of the measure.


m_serviceName

String m_serviceName
The service name.


m_hierarchy

String m_hierarchy
The hierachy of the measure. Example: [1] First measure on svc A [1,1] First measure on svc B [1,2] Second measure on svc B [1,2,1] First measure on svc C, following call is second measure on svc B


Package ch.elca.el4j.services.statistics.detailed.contextpassing

Class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext extends Object implements Serializable

serialVersionUID: 5979980636453006516L

Serialized Fields

m_measureId

MeasureId m_measureId
The measuredId.


m_depth

int m_depth
The depth of the call stack. Starts at 0. It's incremented when a call arrives inbound, it's decremented when the variable arrives outbound.


m_sequenceNumber

int m_sequenceNumber
The Sequence number.


m_hierarchy

int[] m_hierarchy
The hierarchy of the method call. This variables are used if a service is called more than once in the same transaction. In such a case, the hierarchy is built more wide. (e.g. [1-1] to [1-2]) further calls make the hierarchy more deep (e.g. [1-1] to [1-1-1])


m_startTime

long m_startTime
The startTime of the (sub) measurement.


Package ch.elca.el4j.services.xmlmerge

Class ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException extends Exception implements Serializable

Class ch.elca.el4j.services.xmlmerge.ConfigurationException extends AbstractXmlMergeException implements Serializable

Class ch.elca.el4j.services.xmlmerge.DocumentException extends AbstractXmlMergeException implements Serializable

Serialized Fields

m_document

org.jdom.Document m_document
A document instance.

Class ch.elca.el4j.services.xmlmerge.ElementException extends AbstractXmlMergeException implements Serializable

Serialized Fields

m_element

org.jdom.Element m_element
An element instance.

Class ch.elca.el4j.services.xmlmerge.MatchException extends AbstractXmlMergeException implements Serializable

Serialized Fields

m_element

org.jdom.Element m_element
Element which caused the exception.

Class ch.elca.el4j.services.xmlmerge.ParseException extends AbstractXmlMergeException implements Serializable


Package ch.elca.el4j.util.codingsupport

Class ch.elca.el4j.util.codingsupport.AbstractComparableEnum extends AbstractDefaultEnum implements Serializable

Serialized Fields

m_ordinal

int m_ordinal
The ordinal assigned to this comparable enum. This value is directly used for comparison.

Class ch.elca.el4j.util.codingsupport.AbstractConditionRTException extends BaseRTException implements Serializable

Class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Performs an unique return of this instance after deserialzation.
This method has no effect with the JDK 1.2.2 of IBM. If you use the JDK version, this readResolve method must be duplicated in each enum subclass. EL4J does not support it any longer.

Throws:
ObjectStreamException - On reading error.
Serialized Fields

m_name

String m_name
The name of this enum element.


m_code

int m_code
The integer code for this enum element.

Class ch.elca.el4j.util.codingsupport.PreconditionRTException extends AbstractConditionRTException implements Serializable

Class ch.elca.el4j.util.codingsupport.Properties extends Properties implements Serializable


Package ch.elca.el4j.util.collections.impl

Class ch.elca.el4j.util.collections.impl.ExtendedArrayList extends ArrayList<T> implements Serializable


Package ch.elca.el4j.util.encryption

Class ch.elca.el4j.util.encryption.EncryptionException extends BaseException implements Serializable


Package ch.elca.el4j.util.metadata

Class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor extends StaticMethodMatcherPointcutAdvisor implements Serializable

Serialized Fields

m_metaDataSource

GenericMetaDataSource m_metaDataSource
The metadata source to lookup metadata.


m_interceptingMetaData

List<E> m_interceptingMetaData
Are the metadata types where the interceptor will be applied.


Package ch.elca.el4j.util.objectwrapper

Class ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException extends RuntimeException implements Serializable


Package ch.elca.el4j.util.socketstatistics

Class ch.elca.el4j.util.socketstatistics.DelegationException extends RuntimeException implements Serializable


Package ch.elca.el4j.web.context

Class ch.elca.el4j.web.context.ModuleContextLoaderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

contextLoader

ContextLoader contextLoader
The Context Loader to be used.

Class ch.elca.el4j.web.context.ModuleDispatcherServlet extends DispatcherServlet implements Serializable

serialVersionUID: 2583279389917262839L

Serialized Fields

m_inclusiveLocations

String m_inclusiveLocations
The configuration locations that are included to initialize the application context.


m_exclusiveLocations

String m_exclusiveLocations
The configuration locations that are excluded during the application context's initialization.


m_allowBeanDefinitionOverriding

boolean m_allowBeanDefinitionOverriding
Holds whether overriding of already defined beans is allowed.


m_mergeWithOuterResources

boolean m_mergeWithOuterResources
Whether to merge the configuration locations defined in the manifest files have to be merged with files looked up in the file system.


Package com.silvermindsoftware.hitch.validation.response

Class com.silvermindsoftware.hitch.validation.response.DefaultValidatingCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

m_invalidColor

Color m_invalidColor
Color to mark value as invalid.

Class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

m_invalidColor

Color m_invalidColor
Color to mark value as invalid.


m_property

String m_property
The property to render.


m_validate

boolean m_validate
Should invalid property values marked with different color?

Class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

m_invalidColor

Color m_invalidColor
Color to mark value as invalid.


m_selectedColor

Color m_selectedColor
Color to mark row as selected.

Class com.silvermindsoftware.hitch.validation.response.ValidatingCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

m_binding

org.jdesktop.beansbinding.Binding<SS,SV,TS,TV> m_binding
The BeansBinding between model and cell editor.


m_tableSorter

TableSorter m_tableSorter
The table sorter if any.


m_property

org.jdesktop.swingbinding.validation.ValidatedProperty m_property
The property currently being edited.


Package java.net

Class java.net.BindException extends SocketException implements Serializable

Class java.net.ConnectException extends SocketException implements Serializable

Class java.net.HttpRetryException extends IOException implements Serializable

Serialized Fields

responseCode

int responseCode

location

String location

Class java.net.Inet4Address extends InetAddress implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException

Class java.net.Inet6Address extends InetAddress implements Serializable

serialVersionUID: 6880410070516793377L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

ipaddress

byte[] ipaddress

scope_id

int scope_id

scope_id_set

boolean scope_id_set

scope_ifname_set

boolean scope_ifname_set

ifname

String ifname

Class java.net.InetAddress extends Object implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

readObjectNoData

private void readObjectNoData(ObjectInputStream arg0)
                       throws IOException,
                              ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostName

String hostName

address

int address

family

int family

Class java.net.InetSocketAddress extends SocketAddress implements Serializable

serialVersionUID: 5076001401234631237L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

InetAddress addr

port

int port

Class java.net.MalformedURLException extends IOException implements Serializable

Class java.net.NetPermission extends BasicPermission implements Serializable

serialVersionUID: -8343910153355041693L

Class java.net.NoRouteToHostException extends SocketException implements Serializable

Class java.net.PortUnreachableException extends SocketException implements Serializable

Class java.net.ProtocolException extends IOException implements Serializable

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketException extends IOException implements Serializable

Class java.net.SocketPermission extends Permission implements Serializable

serialVersionUID: -7204263841984476862L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable

Class java.net.UnknownHostException extends IOException implements Serializable

Class java.net.UnknownServiceException extends IOException implements Serializable

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

string

String string

Class java.net.URISyntaxException extends Exception implements Serializable

Serialized Fields

input

String input

index

int index

Class java.net.URL extends Object implements Serializable

serialVersionUID: -7627629688361524110L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

protocol

String protocol

host

String host

port

int port

file

String file

authority

String authority

ref

String ref

hashCode

int hashCode

Package org.springframework.transaction.interceptor

Class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable

Serialized Fields

transactionAttributeSource

TransactionAttributeSource transactionAttributeSource

pointcut

org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut

Class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource extends Object implements Serializable

Serialized Fields

transactionAttributeSources

TransactionAttributeSource[] transactionAttributeSources

Class org.springframework.transaction.interceptor.DefaultTransactionAttribute extends DefaultTransactionDefinition implements Serializable

Serialized Fields

qualifier

String qualifier

Class org.springframework.transaction.interceptor.DelegatingTransactionAttribute extends DelegatingTransactionDefinition implements Serializable

Serialized Fields

targetAttribute

TransactionAttribute targetAttribute

Class org.springframework.transaction.interceptor.El4jTransactionAttributeSourcePointcut extends org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut implements Serializable

serialVersionUID: 1L

Serialized Fields

tas

TransactionAttributeSource tas
The pointcut object, transaction attribute source.

Class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource extends Object implements Serializable

Serialized Fields

transactionAttribute

TransactionAttribute transactionAttribute

Class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource extends Object implements Serializable

Serialized Fields

nameMap

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

exceptionName

String exceptionName

Class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements Serializable

Serialized Fields

rollbackRules

List<E> rollbackRules

Class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor extends AbstractPointcutAdvisor implements Serializable

Serialized Fields

transactionInterceptor

TransactionInterceptor transactionInterceptor

pointcut

org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut

Class org.springframework.transaction.interceptor.TransactionInterceptor extends TransactionAspectSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class org.springframework.transaction.interceptor.TransactionProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements Serializable

Serialized Fields

transactionInterceptor

TransactionInterceptor transactionInterceptor

pointcut

Pointcut pointcut



Copyright © 2005-2011 ELCA. All Rights Reserved.