Serialized Form
Package ch.elca.el4j.core.aop |
m_interfaces
Class<T>[] m_interfaces
- The classes which subtypes have to be proxied.
serialVersionUID: -8400205514261384172L
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?
serialVersionUID: 8582646215764283797L
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)
serialVersionUID: -2417610783882720300L
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_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 |
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.
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.
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.
m_objectName
String m_objectName
- Deprecated.
- Name of the object, where the exception occured.
m_objectName
String m_objectName
- Deprecated.
- Name of the object, where the exception occured.
m_objectName
String m_objectName
- Deprecated.
- Name of the object, where the exception occured.
Package ch.elca.el4j.services.debug |
returnValue
Object returnValue
stdout
String stdout
stderr
String stderr
Package ch.elca.el4j.services.exceptionhandler |
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.
m_policies
Map<K,V> m_policies
- The policies.
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.
m_exceptionConfigurations
ExceptionConfiguration[] m_exceptionConfigurations
- The exception configurations to use.
Package ch.elca.el4j.services.gui.model.mixin |
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 |
serialVersionUID: 1L
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 |
Package ch.elca.el4j.services.gui.swing.exceptions |
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 |
m_windowManager
WindowManager m_windowManager
- The MDI window manager.
Package ch.elca.el4j.services.i18n |
m_key
String m_key
Package ch.elca.el4j.services.persistence.generic.dao |
Package ch.elca.el4j.services.persistence.generic.dto |
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.
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?
m_optimisticLockingVersion
int m_optimisticLockingVersion
- Is the optimistic locking version number. Initial optimistic locking
version number is zero.
m_key
String m_key
- Deprecated.
- Primary key.
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 |
Package ch.elca.el4j.services.persistence.generic.primarykey |
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 |
Package ch.elca.el4j.services.persistence.hibernate |
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 |
m_name
String m_name
- The name of the extent-part.
m_parent
AbstractExtentPart m_parent
- The parent of the entity, null if root.
m_rootEntity
ExtentEntity m_rootEntity
- The root entity.
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.
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 |
Package ch.elca.el4j.services.remoting |
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 |
Package ch.elca.el4j.services.remoting.servlet |
m_delegate
com.sun.xml.ws.transport.http.servlet.WSServletDelegate m_delegate
- The servlet delegate.
Package ch.elca.el4j.services.remoting.socketfactory |
serialVersionUID: 953865798975586465L
m_timeout
int m_timeout
- The SocketTimeout.
Package ch.elca.el4j.services.search |
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 |
m_field
String m_field
- Is the field the criteria is made for.
m_value
Object m_value
- Is the value of this criteria.
m_criterias
List<E> m_criterias
m_operator
String m_operator
- Is the compare operator.
m_type
String m_type
- Is the type of this criteria.
m_caseSensitive
Boolean m_caseSensitive
- Marks whether the pattern is case sensitive.
m_criteria
Criteria m_criteria
m_criterias
List<E> m_criterias
ascending
boolean ascending
propertyName
String propertyName
Package ch.elca.el4j.services.search.events |
m_queryObjects
List<E> m_queryObjects
- Are the query objecs of this event.
Package ch.elca.el4j.services.security.encryption |
serialVersionUID: 1L
m_e
BigInteger m_e
m_pubKey
BigInteger m_pubKey
m_priKey
BigInteger m_priKey
Package ch.elca.el4j.services.statistics.detailed |
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.
serialVersionUID: 5083234396519618596L
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 |
serialVersionUID: 5979980636453006516L
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 |
m_document
org.jdom.Document m_document
- A document instance.
m_element
org.jdom.Element m_element
- An element instance.
m_element
org.jdom.Element m_element
- Element which caused the exception.
Package ch.elca.el4j.util.codingsupport |
m_ordinal
int m_ordinal
- The ordinal assigned to this comparable enum. This value is directly used
for comparison.
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.
m_name
String m_name
- The name of this enum element.
m_code
int m_code
- The integer code for this enum element.
Package ch.elca.el4j.util.collections.impl |
Package ch.elca.el4j.util.encryption |
Package ch.elca.el4j.util.metadata |
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 |
Package ch.elca.el4j.util.socketstatistics |
Package ch.elca.el4j.web.context |
contextLoader
ContextLoader contextLoader
- The Context Loader to be used.
serialVersionUID: 2583279389917262839L
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 |
m_invalidColor
Color m_invalidColor
- Color to mark value as invalid.
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?
m_invalidColor
Color m_invalidColor
- Color to mark value as invalid.
m_selectedColor
Color m_selectedColor
- Color to mark row as selected.
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.
responseCode
int responseCode
location
String location
serialVersionUID: 3286316764910316507L
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
serialVersionUID: 6880410070516793377L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
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
serialVersionUID: 3286316764910316507L
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
hostName
String hostName
address
int address
family
int family
serialVersionUID: 5076001401234631237L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
hostname
String hostname
addr
InetAddress addr
port
int port
serialVersionUID: -8343910153355041693L
serialVersionUID: -7204263841984476862L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
actions
String actions
serialVersionUID: -6052424284110960213L
readObject
private void readObject(ObjectInputStream arg0)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
string
String string
input
String input
index
int index
serialVersionUID: -7627629688361524110L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
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 |
transactionAttributeSource
TransactionAttributeSource transactionAttributeSource
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
transactionAttributeSources
TransactionAttributeSource[] transactionAttributeSources
qualifier
String qualifier
targetAttribute
TransactionAttribute targetAttribute
serialVersionUID: 1L
tas
TransactionAttributeSource tas
- The pointcut object, transaction attribute source.
transactionAttribute
TransactionAttribute transactionAttribute
nameMap
Map<K,V> nameMap
exceptionName
String exceptionName
rollbackRules
List<E> rollbackRules
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
Pointcut pointcut
Copyright © 2005-2011 ELCA. All Rights Reserved.