A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractBindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
This class provides basic functionality for cookXML binding creators.
AbstractBindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
AbstractBindingCreator<T extends JComponent> - Class in com.silvermindsoftware.hitch.binding
This abstract class just provides an update strategy field to its subclasses.
AbstractBindingCreator() - Constructor for class com.silvermindsoftware.hitch.binding.AbstractBindingCreator
 
AbstractComparableEnum - Class in ch.elca.el4j.util.codingsupport
The parent class for comparable enums using the typesafe enum pattern.
AbstractComparableEnum(String, int) - Constructor for class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
Override this default constructor with your own constructor.
AbstractConditionRTException - Exception in ch.elca.el4j.util.codingsupport
This exception is a base exception class for not fulfilled conditions.
AbstractConditionRTException(String) - Constructor for exception ch.elca.el4j.util.codingsupport.AbstractConditionRTException
Constructor with only the type of condition.
AbstractConditionRTException(String, String) - Constructor for exception ch.elca.el4j.util.codingsupport.AbstractConditionRTException
Constructor with type of condition and a message.
AbstractCriteria - Class in ch.elca.el4j.services.search.criterias
Abstract parent class for Criteria implementations.
AbstractCriteria() - Constructor for class ch.elca.el4j.services.search.criterias.AbstractCriteria
Default constructor for remoting protocols like hessian added.
AbstractCriteria(String, Object) - Constructor for class ch.elca.el4j.services.search.criterias.AbstractCriteria
Constructor.
AbstractDefaultEnum - Class in ch.elca.el4j.util.codingsupport
The parent class for enums using the typesafe enum pattern (these enums are not comparable).
AbstractDefaultEnum(String, int) - Constructor for class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Constructor that initializes the name and and adds this instance into the signletons list along with its key.
AbstractDto - Class in ch.elca.el4j.services.persistence.generic.dto
Deprecated. Please use AbstractIntOptimisticLockingDto instead.
AbstractDto() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated.  
AbstractExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class provides a logging setup that allows to use the target's log as well as the exception handler's.
AbstractExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler
 
AbstractExceptionHandlerFactoryBean - Class in ch.elca.el4j.services.exceptionhandler
Convenience factory to create exception handler proxies.
AbstractExceptionHandlerFactoryBean() - Constructor for class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
 
AbstractExceptionHandlerInterceptor - Class in ch.elca.el4j.services.exceptionhandler
This class provides functionality to handle exceptions centrally (with respect to a number of classes or the whole system).
AbstractExceptionHandlerInterceptor() - Constructor for class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
 
AbstractExceptionTransformerExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This is a convenience abstract class to create exception transformer exception handlers.
AbstractExceptionTransformerExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionTransformerExceptionHandler
 
AbstractExtentPart - Class in ch.elca.el4j.services.persistence.hibernate.dao.extent
An ExtentPart is the abstract super Class of Extent parts like ExtentEntity or ExtentCollection.
AbstractExtentPart() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
 
AbstractGenericEnumUserType - Class in ch.elca.el4j.services.persistence.hibernate.usertypes
This abstract class shares the base code of GenericEnumUserType and GenericEnumSetUserType.
AbstractGenericEnumUserType() - Constructor for class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
 
AbstractIdentityFixer - Class in ch.elca.el4j.services.persistence.generic.dao
Fixes object identities mangled by loosing ORM context or by remoting.
AbstractIdentityFixer() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Constructs a new IdentityFixer.
AbstractIdentityFixer(DaoChangeNotifier) - Constructor for class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Constructor.
AbstractIdentityFixer.GenericInterceptor - Class in ch.elca.el4j.services.persistence.generic.dao
A generic "around advice" (as defined in AOP terminology) for remote objects.
AbstractIdentityFixer.GenericInterceptor(Class<?>) - Constructor for class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer.GenericInterceptor
Constructor.
AbstractImplicitContextPasser - Class in ch.elca.el4j.core.contextpassing
Every bean requiring implicit context passing needs to have a context passer bean that extends this class.
AbstractImplicitContextPasser() - Constructor for class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
 
AbstractInetSocketAddressProtocol - Class in ch.elca.el4j.services.remoting.protocol
This is an abstract InetSocketAddress protocol.
AbstractInetSocketAddressProtocol() - Constructor for class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
AbstractInetSocketAddressWebProtocol - Class in ch.elca.el4j.services.remoting.protocol
This is an abstract InetSocketAddress protocol for using in web servers.
AbstractInetSocketAddressWebProtocol() - Constructor for class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
 
AbstractInheritablePropertyHandler - Class in ch.elca.el4j.env.xml.handlers
An EnvGroupHandler that handles inheritable properties (which can also be abstract or final).
AbstractInheritablePropertyHandler() - Constructor for class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
 
AbstractIntKeyIntOptimisticLockingDto - Class in ch.elca.el4j.services.persistence.generic.dto
This class is an abstract dto which uses an integer as key value and also an integer for optimistic locking version controlling.
AbstractIntKeyIntOptimisticLockingDto() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
 
AbstractIntOptimisticLockingDto - Class in ch.elca.el4j.services.persistence.generic.dto
This is an abstract class for optimistic locking.
AbstractIntOptimisticLockingDto() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
 
AbstractJaxwsJaxbContextHandler - Class in ch.elca.el4j.services.remoting.protocol.jaxws
Baseclass for the JAXB context handlers, implementing some common functionalities.
AbstractJaxwsJaxbContextHandler(JAXBContext) - Constructor for class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Creates a new hander with a context.
AbstractMDIApplication - Class in ch.elca.el4j.services.gui.swing
Parent class for new MDI applications using an XML GUI description.
AbstractMDIApplication() - Constructor for class ch.elca.el4j.services.gui.swing.AbstractMDIApplication
 
AbstractMDIApplication.ListenerToEvent - Class in ch.elca.el4j.services.gui.swing
Helper that listens to events of the internal frames.
AbstractMDIApplication.ListenerToEvent() - Constructor for class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
 
AbstractMergeAction - Class in ch.elca.el4j.services.xmlmerge.action
Gathers the operation factory-related behaviour and a default configuration.
AbstractMergeAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
 
AbstractObservableValue<T> - Class in ch.elca.el4j.util.observer.impl
Abstract ObservableValue featuring value and observer storage as well as notification.
AbstractObservableValue() - Constructor for class ch.elca.el4j.util.observer.impl.AbstractObservableValue
creates a new ObservableValue.
AbstractObservableValue(T) - Constructor for class ch.elca.el4j.util.observer.impl.AbstractObservableValue
creates a new ObservableValue.
AbstractOrderedConfigLocationProvider - Class in ch.elca.el4j.core.io.support
This class simplifies writing ordered configuration location providers.
AbstractOrderedConfigLocationProvider() - Constructor for class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
 
AbstractPolicy - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.policy
Abstract class that defines the policy of the protocol selection.
AbstractPolicy() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
 
AbstractPropertyEncryptor - Interface in ch.elca.el4j.util.encryption
This interface is implemented in internal for property decryption.
AbstractReconfigureExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class simplifies the implementation of exception handlers that use another implementation with the same semantic to fulfil the callers invocation.
AbstractReconfigureExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.AbstractReconfigureExceptionHandler
 
AbstractRemotingBase - Class in ch.elca.el4j.services.remoting
This class is used to manage the given remote protocol.
AbstractRemotingBase() - Constructor for class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
AbstractRemotingProtocol - Class in ch.elca.el4j.services.remoting
This abstract class defines a base for remote protocols.
AbstractRemotingProtocol() - Constructor for class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
AbstractRetryExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
Retry exception handlers force the AbstractExceptionHandlerInterceptor to rerun the complete invocation.
AbstractRetryExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler
 
AbstractStringKeyDto - Class in ch.elca.el4j.services.persistence.generic.dto
Deprecated. Please use AbstractStringKeyIntOptimisticLockingDto instead.
AbstractStringKeyDto() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
Deprecated.  
AbstractStringKeyIntOptimisticLockingDto - Class in ch.elca.el4j.services.persistence.generic.dto
This class is an abstract dto which uses a string as key value and an integer for optimistic locking version controlling.
AbstractStringKeyIntOptimisticLockingDto() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
 
AbstractSwappableTargetExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class simplifies the implementation of exception handlers that use another implementation with the same interface to fulfil the callers invocation.
AbstractSwappableTargetExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.AbstractSwappableTargetExceptionHandler
 
AbstractWrapper - Class in ch.elca.el4j.util.objectwrapper.impl
Base class of wrapper implementations.
AbstractWrapper() - Constructor for class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
 
AbstractWrapperFactory<T extends ApplicationFrame> - Class in ch.elca.el4j.services.gui.swing.wrapper
This abstract class helps wrapping components into a container like JInternalFrame or JFrame.
AbstractWrapperFactory() - Constructor for class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
 
AbstractXmlMergeException - Exception in ch.elca.el4j.services.xmlmerge
Base class for all exceptions thrown by XmlMerge.
AbstractXmlMergeException() - Constructor for exception ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
Default constructor.
AbstractXmlMergeException(String) - Constructor for exception ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
Constructor with message.
AbstractXmlMergeException(String, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
Constructor with message and cause.
AbstractXmlMergeException(Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
Constructor with cause.
AbstractXPathConfigurer - Class in ch.elca.el4j.services.xmlmerge.config
Superclass for configurers using XPathOperationFactory.
AbstractXPathConfigurer() - Constructor for class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
 
accept(SocketImpl) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
accepts(T) - Method in interface ch.elca.el4j.util.collections.helpers.Filter
returns true iff this filter accepts t.
Action - Interface in ch.elca.el4j.services.xmlmerge
Operation on two nodes creating a third node.
ACTION_ATTRIBUTE - Static variable in class ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
Action attribute.
ACTION_PREFIX - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Action pathname prefix.
ActionNotFoundException - Exception in ch.elca.el4j.services.gui.swing.cookswing.action
An exception expressing that an action could not be found.
ActionNotFoundException(String) - Constructor for exception ch.elca.el4j.services.gui.swing.cookswing.action.ActionNotFoundException
 
ActionsContext - Class in ch.elca.el4j.services.gui.swing
This class holds the Actions context, that enables to resolve the Swing Action given the action name.
actionsContext - Variable in class ch.elca.el4j.services.gui.swing.GUIApplication
The Actions context for resolving action names.
ActionsContextAware - Interface in ch.elca.el4j.services.gui.swing.cookswing.action
This interface has to be implemented if an Object wants to expose its ActionsContext.
adaptExporterService(SpringService) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method providing an extension point do adapt the exporter service.
adaptExporterService(SpringService) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSoapHeaderContextPassing
Method providing an extension point do adapt the exporter service.
adaptProxyService(Service) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method providing an extension point do adapt the proxy service.
adaptProxyService(Service) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSoapHeaderContextPassing
Method providing an extension point do adapt the proxy service.
adaptProxyServiceProperties(MutablePropertyValues) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Method providing an extension point do adapt the proxy service.
adaptProxyServiceProperties(MutablePropertyValues) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringSoapHeaderContextPassing
Method providing an extension point do adapt the proxy service.
add(E) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
add(int, E) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
add(Object) - Method in class ch.elca.el4j.services.gui.swing.ActionsContext
Add an instances to search for annotated methods.
add(String, String, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentAdder
add(String, String, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.RowAdder
add(MessageRewriter.Rule...) - Method in class ch.elca.el4j.services.i18n.MessageRewriter
Adds the provided rules to the list of rewriting rules used.
add(List<? extends MessageRewriter.Rule>) - Method in class ch.elca.el4j.services.i18n.MessageRewriter
Adds the provided rules to the list of rewriting rules used.
add(RewritingUtilities.Function) - Method in class ch.elca.el4j.services.i18n.RewritingUtilities
Adds a function, replacing any previous function with the same name.
add(String) - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
 
add(Criteria) - Method in class ch.elca.el4j.services.search.criterias.AndCriteria
 
add(MeasureItem) - Method in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
Adds a new measure.
add(MeasureItem) - Method in class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
Adds a new measure.
add(T...) - Method in interface ch.elca.el4j.util.collections.ExtendedWritableList
equivalent to calling add for each argument, in order.
add(E) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
add(T) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
 
add(T) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
 
add(T...) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
equivalent to calling add for each argument, in order.
add(String, Object) - Method in class ch.elca.el4j.util.config.GenericConfig
 
add(String, Object) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
addAction(String, String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Adds an action for a given XPath expression.
addAdvice(T, int, Advice...) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Add the advice(s) to the object.
addAdvice(T, Advice...) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Convenience method.
addAll(Collection<? extends E>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
addAll(int, Collection<? extends E>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
addAll(Collection<? extends E>) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
addAllConfigFiles(String) - Method in class ch.elca.el4j.core.io.support.Module
Adds all items -- separated by Module.DELIMITER -- to the configuration file list.
addAllDependencies(String) - Method in class ch.elca.el4j.core.io.support.Module
Adds all item -- separated by Module.DELIMITER -- to the dependency list.
addAppender(String, String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Add appender to the specified logger category.
addAppender(String, String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Add appender to the specified logger category.
addApplicationContext(ApplicationContextMB) - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Add an Application Context proxy to the list of Application Context proxies in this JVM proxy.
addAutoBinding(Container, String...) - Method in interface com.silvermindsoftware.hitch.Binder
Add all bindings that can be derived from the binding annotations.
addAutoBinding(Container, boolean, String...) - Method in interface com.silvermindsoftware.hitch.Binder
 
addAutoBinding(Container, JComponent, BindingCreator, boolean) - Method in interface com.silvermindsoftware.hitch.Binder
Bind a component to a model using a specific binding creator.
addAutoBinding(Container, String...) - Method in class com.silvermindsoftware.hitch.BinderImpl
Add all bindings that can be derived from the binding annotations.
addAutoBinding(Container, boolean, String...) - Method in class com.silvermindsoftware.hitch.BinderImpl
addAutoBinding(Container, JComponent, BindingCreator, boolean) - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind a component to a model using a specific binding creator.
addBinding(DecodeEngine, AutoBinding) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
Adds binding to the class associated with this XML GUI description.
addbytesrecv(int) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Add a certain amounts of received bytes to socket stats.
addbytessent(int) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Add a certain amounts of sent bytes to socket stats.
addClass(Class<?>) - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Add a class's classloader search path.
addComponentMeta(String, BoundComponentConfig, boolean) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
addComponentMeta(String, String, Field, Class, String[], boolean, ReadOnly, Class) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
addConfigFile(String) - Method in class ch.elca.el4j.core.io.support.Module
Adds the given configuration file to the module.
addCriteria(Criteria...) - Method in class ch.elca.el4j.services.search.QueryObject
Adds the given criteria.
addCriteriaListToJunction(List<Criteria>, Junction) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
 
addCriterias(Criteria...) - Method in class ch.elca.el4j.services.search.QueryObject
Deprecated. please use the more versatile addCriteria method
addDefaultProperties(Properties) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Adds default properties to the properties container.
addDependency(String) - Method in class ch.elca.el4j.core.io.support.Module
Adds the given dependency to the module.
addFileSet(FileSet) - Method in class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
Adds a file set.
addHandler(Handler) - Method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
Add an exception handler.
addLine(String) - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
 
addManualBinding(AutoBinding.UpdateStrategy, Object, String, JComponent, boolean) - Method in interface com.silvermindsoftware.hitch.Binder
Bind a component to a model using the standard binding creator.
addManualBinding(Object, String, JComponent, BindingCreator, boolean) - Method in interface com.silvermindsoftware.hitch.Binder
Bind a component to a model using a specific binding creator.
addManualBinding(AutoBinding) - Method in interface com.silvermindsoftware.hitch.Binder
Bind a component to a model completely manually.
addManualBinding(AutoBinding, boolean) - Method in interface com.silvermindsoftware.hitch.Binder
Bind a component to a model completely manually.
addManualBinding(AutoBinding.UpdateStrategy, Object, String, JComponent, boolean) - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind a component to a model using the standard binding creator.
addManualBinding(Object, String, JComponent, BindingCreator, boolean) - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind a component to a model using a specific binding creator.
addManualBinding(AutoBinding, boolean) - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind a component to a model completely manually.
addManualBinding(AutoBinding) - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind a component to a model completely manually.
addMapper(String, String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Adds an mapper for a given XPath expression.
addMatcher(String, String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Adds a matcher for a given XPath expression.
addMetaDataTransactional(RuleBasedTransactionAttribute, Transactional) - Method in class ch.elca.el4j.core.transaction.AnnotationTransactionMetaDataSource
Adds the given transactional metadata to the given rule based rollback attribute.
addNewConStats() - Static method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Add a new ConnectionStatics for a socket.
addObservableListListener(ObservableListListener) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
addOrder(DetachedCriteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
 
addOrder(Order) - Method in class ch.elca.el4j.services.search.QueryObject
Add an ordering constraint (particularly useful when doing paging)

Example usage:
query.addOrder(Order.desc("name"));
addOrderConstraints(DetachedCriteria, QueryObject) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
 
addProperty(Attributes) - Method in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
Add a property given by an xml tag having the attributes 'name' (required), 'value' and 'type'.
addProperty(String, String) - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
Adds a 1x1 table with the key in the title and the value in the table.
addPropertyChangeListener(PropertyChangeListener) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
addPropertyChangeListener(String, PropertyChangeListener) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.silvermindsoftware.hitch.events.PropertyChangeListenerCapability
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.silvermindsoftware.hitch.events.PropertyChangeListenerCapability
 
addPropertyChangeMixin(T) - Static method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Wrap an object with the change tracking mixin.
addPropertyChangeMixin(List<T>) - Static method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Wrap a list with the change tracking mixin.
addPropertyChangeMixin(Map<K, V>) - Static method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Wrap a map with the change tracking mixin.
addRow(String...) - Method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlTabulator
 
addScriptletClasspath(String) - Method in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
addSection(Section) - Method in interface ch.elca.el4j.services.monitoring.jmx.display.DisplayManager
Adds a section.
addSection(Section) - Method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
Adds a section.
addSelectParameter(Object...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
TODO: what's this?
addSystemClassPath() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Add the system class path to the search path.
addUrl(URL) - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Add an URL to the search path.
addURLClassLoader(URLClassLoader) - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Add all URLs of a given classloader to the search path.
addValidation(T) - Method in interface com.silvermindsoftware.hitch.binding.BindingCreator
Add validation capability.
addValidation(JComboBox) - Method in class com.silvermindsoftware.hitch.binding.components.ComboBoxBinding
Add validation capability.
addValidation(JList) - Method in class com.silvermindsoftware.hitch.binding.components.ListBinding
Add validation capability.
addValidation(JTable) - Method in class com.silvermindsoftware.hitch.binding.components.TableBinding
Add validation capability.
addValidationResponder(AutoBinding, ValidationResponder) - Method in interface com.silvermindsoftware.hitch.Binder
Add a custom validation responder to a binding.
addValidationResponder(BindingGroup, ValidationResponder) - Method in interface com.silvermindsoftware.hitch.Binder
Add a custom validation responder to a binding group.
addValidationResponder(BindingGroup, ValidationResponder) - Method in class com.silvermindsoftware.hitch.BinderImpl
Add a custom validation responder to a binding group.
addValidationResponder(AutoBinding, ValidationResponder) - Method in class com.silvermindsoftware.hitch.BinderImpl
Add a custom validation responder to a binding.
addWarning(String) - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
 
addWrappable(Class<? extends Wrappable>, AbstractWrapper) - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Register a wrappable.
AESCipher - Class in ch.elca.el4j.services.security.encryption
This class can be used to en/decrypt Strings using the AES algorithm.
AESCipher(String) - Constructor for class ch.elca.el4j.services.security.encryption.AESCipher
 
afterPropertiesSet() - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
afterPropertiesSet() - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
afterPropertiesSet() - Method in class ch.elca.el4j.core.beans.BeanLocator
afterPropertiesSet() - Method in class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
afterPropertiesSet() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
checks correct setup.
afterPropertiesSet() - Method in class ch.elca.el4j.core.transaction.TransactionMetaDataSource
afterPropertiesSet() - Method in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerFactoryBean
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.handler.RoundRobinSwappableTargetExceptionHandler
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.handler.SimpleExceptionTransformerExceptionHandler
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.MethodNameExceptionConfiguration
afterPropertiesSet() - Method in class ch.elca.el4j.services.exceptionhandler.SafetyFacadeFactoryBean
afterPropertiesSet() - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
Creates and initializes the requested message sources.
afterPropertiesSet() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
Creating an HtmlAdaptorServer and register it at the MBean Server.
afterPropertiesSet() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
afterPropertiesSet() - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated. 
afterPropertiesSet() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
really do the searching.
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsProtocolConfiguration
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
afterPropertiesSet() - Method in class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactoryInitializingBean
afterPropertiesSet() - Method in class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
afterPropertiesSet() - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
afterPropertiesSet() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
afterPropertiesSet() - Method in class ch.elca.el4j.util.logging.Log4jXmlLoader
afterPropertiesSet() - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
afterPropertiesSet() - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
all() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Include all fields, entities and collections of the class.
all(int) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Include all fields, entities and collections of the class.
all(int) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Include all fields, entities and collections of the class-entity.
anchor(int) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set a new anchor for the next object.
and(Criteria...) - Static method in class ch.elca.el4j.services.search.criterias.CriteriaHelper
Convenience method for AndCriteria.
AndCriteria - Class in ch.elca.el4j.services.search.criterias
Criteria that combines n Criteria with AND (i.e. all Criterias must be true).
AndCriteria(Criteria, Criteria) - Constructor for class ch.elca.el4j.services.search.criterias.AndCriteria
 
AndCriteria(Criteria...) - Constructor for class ch.elca.el4j.services.search.criterias.AndCriteria
 
Annotations - Class in ch.elca.el4j.util.metadata.annotations
Helper class to get annotations of a field, method, and class.
Annotations() - Constructor for class ch.elca.el4j.util.metadata.annotations.Annotations
 
AnnotationTransactionMetaDataSource - Class in ch.elca.el4j.core.transaction
Meta data source for transactional metadata of type Java 5 Annotation.
AnnotationTransactionMetaDataSource() - Constructor for class ch.elca.el4j.core.transaction.AnnotationTransactionMetaDataSource
 
announce(DaoChangeNotifier.Change) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier
Announces change to all subscribed observers.
announce(DaoChangeNotifier.Change) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoChangeNotifier
Announces change to all subscribed observers.
ANONYMOUS - Static variable in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Id for objects of anonymous types (= value types).
AopHelper - Class in ch.elca.el4j.util.codingsupport
Similar to Spring's AOPUtil class, with some more features: convenience methods to easily add advice (interceptors or mixins) programmatically to a class.
AopHelper() - Constructor for class ch.elca.el4j.util.codingsupport.AopHelper
 
append(String) - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.Expression
Appends sub query into the builder.
append(String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
TODO: this seems wrong. what's this for?
append(String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
Appends sub query into the builder.
APPLICATION_CONTEXT_DOMAIN - Static variable in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The domain of the Application Context proxy as it will be registered at the MBean Server.
ApplicationContextMB - Class in ch.elca.el4j.services.monitoring.jmx
The proxy class for an ApplicationContext.
ApplicationContextMB(ApplicationContext, BeanFactory, MBeanServer, JvmMB) - Constructor for class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Constructor.
ApplicationContextMBMBean - Interface in ch.elca.el4j.services.monitoring.jmx
The interface of the proxy class for an ApplicationContext.
ApplicationFrame - Interface in ch.elca.el4j.services.gui.swing.frames
This interface represents a generic frame that contains a component.
ApplicationFrameAware - Interface in ch.elca.el4j.services.gui.swing.frames
This marker interface signals that the component needs access to the surrounding frame.
apply(D) - Method in interface ch.elca.el4j.util.collections.helpers.Function
returns this function's value at d.
apply2HibernateCriterion(List<Criteria>) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
Apply operator (from functional programming)
applyCount(EntityManager) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
creates count query with the given EntityManager and stores the prepared query which is then executed through the getCount() method.
applyMixinToResult(Object) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Add property change listeners to result of method invocation.
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
applySelect(EntityManager) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
creates select query with the given EntityManager and stores the prepared query which is then executed through the getResultList() methods.
applySelect(EntityManager, Class<?>) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
creates select query with the given EntityManager and stores the prepared query which is then executed through the getResultList() methods.
asc(String) - Static method in class ch.elca.el4j.services.search.criterias.Order
Ascending order
ASCENDING - Static variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
asList(List<T>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Method to always return a list object.
asMap(Map<K, V>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Method to always return a map object.
assemble(Serializable, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
assemble(Serializable, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
assembleConfigLocationResources() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
 
assembleConfigLocations() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
 
assembleFileName(String...) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
Assembles the filename consisting of the given parts, separated by '_'.
asSet(Set<T>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Method to always return a set object.
asString(String) - Static method in class ch.elca.el4j.util.codingsupport.ObjectUtils
Method which always returns a string object.
ATTRIBUTE_NAMESPACE - Static variable in class ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
Attribute namespace.
AttributeMergeConfigurer - Class in ch.elca.el4j.services.xmlmerge.config
Configure to apply actions declared as attributes in the patch DOM.
AttributeMergeConfigurer() - Constructor for class ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
 
AttributeOperationFactory - Class in ch.elca.el4j.services.xmlmerge.factory
Creates operations by inspecting keywords passed as attributes in patch elements.
AttributeOperationFactory(Operation, OperationResolver, String, String) - Constructor for class ch.elca.el4j.services.xmlmerge.factory.AttributeOperationFactory
Creates a new AttributeOperationFactory.
Attributes - Interface in ch.elca.el4j.util.metadata
This Interface has been copied to the EL4J Framework from Spring 2.5.
authenticate(Authentication) - Method in interface ch.elca.el4j.services.security.authentication.AuthenticationService
Authenticate using the given Authentication object.
authenticate(Authentication) - Method in class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
Authenticate using the given Authentication object.
AuthenticationService - Interface in ch.elca.el4j.services.security.authentication
AuthenticationService interface.
AuthenticationServiceContextPasser - Class in ch.elca.el4j.services.security.authentication
The ImplicitContextPasser for the AuthenticationService.
AuthenticationServiceContextPasser() - Constructor for class ch.elca.el4j.services.security.authentication.AuthenticationServiceContextPasser
 
AutocollectedGenericDao - Annotation Type in ch.elca.el4j.services.persistence.generic.dao
Indicates that a GenericDao implementation should be added as singleton bean to spring (and in a second step (by the @link DefaultDaoRegistry) to the DAO Registry).
AUTOPROXY_ALL_BEANS - Static variable in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
Bean names to autoproxy all beans.
available() - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger

B

BaseException - Exception in ch.elca.el4j.core.exceptions
This is the parent exception of all the exceptions in EL4J.
BaseException(String, Object[], Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseException
The constructor with a message in MessageFormat, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(String, Object[]) - Constructor for exception ch.elca.el4j.core.exceptions.BaseException
The constructor with a message in MessageFormat and parameters.
BaseException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseException
Constructor with a message and an exception.
BaseException(String) - Constructor for exception ch.elca.el4j.core.exceptions.BaseException
Constructor with a message.
BaseException(Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseException
Constructor with an exception.
BaseRTException - Exception in ch.elca.el4j.core.exceptions
This is the parent runtime exception of all the runtime exceptions in EL4J.
BaseRTException(String, Object[], Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseRTException
The constructor with a message in MessageFormat, with parameters, and with a wrapped exception (with all the formal parameters).
BaseRTException(String, Object[]) - Constructor for exception ch.elca.el4j.core.exceptions.BaseRTException
The constructor with a message in MessageFormat and parameters.
BaseRTException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseRTException
Constructor with a message and an exception.
BaseRTException(String) - Constructor for exception ch.elca.el4j.core.exceptions.BaseRTException
Constructor with a message.
BaseRTException(Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.BaseRTException
Constructor with an exception.
BEAN_OVERRIDING_PARAM - Static variable in class ch.elca.el4j.web.context.ModuleContextLoader
Name of servlet context parameter indicating whether bean definition overriding is allowed in the application context.
BeanLocator - Class in ch.elca.el4j.core.beans
Locates all beans in the application context that match the configured criteria.
BeanLocator() - Constructor for class ch.elca.el4j.core.beans.BeanLocator
 
BeanOverridesHandler - Class in ch.elca.el4j.env.xml.handlers
The env.xml handler for <bean-overrides> tags.
BeanOverridesHandler() - Constructor for class ch.elca.el4j.env.xml.handlers.BeanOverridesHandler
 
BeanPropertyUtils - Class in ch.elca.el4j.util.codingsupport
Utility class to get/set properties generically.
BeanTypeAutoProxyCreator - Class in ch.elca.el4j.core.aop
Auto proxy creator that identifies beans to proxy via a list of classes.
BeanTypeAutoProxyCreator() - Constructor for class ch.elca.el4j.core.aop.BeanTypeAutoProxyCreator
 
bind(InetAddress, int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
bind(SocketAddress) - Method in class java.net.Socket
Binds the socket to a local address.
Bindable - Interface in ch.elca.el4j.services.gui.swing.cookswing.binding
This interface enables a class to get its bindings created by cookSwing reading the XML GUI description.
bindAll() - Method in interface com.silvermindsoftware.hitch.Binder
Bind all managed bindings.
bindAll() - Method in class com.silvermindsoftware.hitch.BinderImpl
Bind all managed bindings.
bindComponent(String, BoundComponentConfig) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindComponent(String, BoundComponentConfig...) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindComponentToDefault(BoundComponentConfig) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindComponentToDefault(BoundComponentConfig...) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindDefaultModel(String, String...) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindDefaultModel(String) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
Binder - Interface in com.silvermindsoftware.hitch
Interface for convenience beans binding support between model and GUI.
BinderConfig - Class in com.silvermindsoftware.hitch.config
 
BinderConfig(Class, Binder) - Constructor for class com.silvermindsoftware.hitch.config.BinderConfig
 
BinderConfig(Class, Binder, FormConfig) - Constructor for class com.silvermindsoftware.hitch.config.BinderConfig
 
BinderImpl - Class in com.silvermindsoftware.hitch
This class is the default implementation of the binder.
BinderManager - Class in com.silvermindsoftware.hitch
This class manages binder instances.
bindingBecameBound(Binding) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
bindingBecameUnbound(Binding) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
BindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
The cookSwing creator for general purpose <binding>s.
BindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.BindingCreator
 
BindingCreator<T extends JComponent> - Interface in com.silvermindsoftware.hitch.binding
A user defined "binding template" for a specific widget.
BindingFactory - Class in com.silvermindsoftware.hitch.binding
This class is used for creating bindings.
BindingFactory() - Constructor for class com.silvermindsoftware.hitch.binding.BindingFactory
The hidden constructor.
bindModel(ModelObjectConfig) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindModel(String, String...) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
bindModel(String) - Method in class com.silvermindsoftware.hitch.config.BinderConfig
 
BoundComponent - Annotation Type in com.silvermindsoftware.hitch.annotations
BoundComponent to bind domain objects to Swing components
BoundComponentConfig - Class in com.silvermindsoftware.hitch.config
 
BoundComponentConfig(String) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, Class) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String[]) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, Class, String[]) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String, Class) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String, String[]) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String, Class, String[]) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BoundComponentConfig(String, String, Class, String[], ReadOnly, Class) - Constructor for class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
BSH_LAUNCH_STRING - Static variable in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
BSH_SCRIPLET_CLASSPATH - Static variable in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
BshCommandLineLauncher - Class in ch.elca.el4j.services.debug
Class to evaluate a bsh string in a sub-shell of this JVM.
BshCommandLineLauncher() - Constructor for class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
BUFFER_SIZE - Static variable in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Is the forwarder buffer size.
buildJndiResourceName(String) - Method in class ch.elca.el4j.core.config.JndiConfigurationHelper
Makes a context-relative JNDI resource name absolute.
ButtonActionSetter - Class in ch.elca.el4j.services.gui.swing.cookswing.action
This class is a cookXml setter, which sets actions defined by "@Action" for buttons.
ButtonActionSetter() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.action.ButtonActionSetter
The default constructor: actionHolder is the associated class.
ButtonActionSetter(Object) - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.action.ButtonActionSetter
 

C

calculateInputFiles(String[], String[], boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Calculate the array of xml configuration files which are loaded into the ApplicationContext, i.e. exclude the xml files in inclusiveFileNames which are in exclusiveFileNames.
cascade() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Cascades all frames.
cascade() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
caseInsensitive(String, String) - Static method in class ch.elca.el4j.services.search.criterias.LikeCriteria
 
caseSensitive(String, String) - Static method in class ch.elca.el4j.services.search.criterias.LikeCriteria
 
ch.elca.el4j.coberturaruntime - package ch.elca.el4j.coberturaruntime
 
ch.elca.el4j.core.aop - package ch.elca.el4j.core.aop
 
ch.elca.el4j.core.beans - package ch.elca.el4j.core.beans
 
ch.elca.el4j.core.config - package ch.elca.el4j.core.config
 
ch.elca.el4j.core.context - package ch.elca.el4j.core.context
 
ch.elca.el4j.core.context.annotations - package ch.elca.el4j.core.context.annotations
 
ch.elca.el4j.core.contextpassing - package ch.elca.el4j.core.contextpassing
 
ch.elca.el4j.core.correlationId - package ch.elca.el4j.core.correlationId
 
ch.elca.el4j.core.exceptions - package ch.elca.el4j.core.exceptions
 
ch.elca.el4j.core.io - package ch.elca.el4j.core.io
 
ch.elca.el4j.core.io.support - package ch.elca.el4j.core.io.support
 
ch.elca.el4j.core.metadata - package ch.elca.el4j.core.metadata
 
ch.elca.el4j.core.transaction - package ch.elca.el4j.core.transaction
 
ch.elca.el4j.env - package ch.elca.el4j.env
 
ch.elca.el4j.env.beans - package ch.elca.el4j.env.beans
 
ch.elca.el4j.env.xml - package ch.elca.el4j.env.xml
 
ch.elca.el4j.env.xml.handlers - package ch.elca.el4j.env.xml.handlers
 
ch.elca.el4j.services.debug - package ch.elca.el4j.services.debug
 
ch.elca.el4j.services.exceptionhandler - package ch.elca.el4j.services.exceptionhandler
 
ch.elca.el4j.services.exceptionhandler.handler - package ch.elca.el4j.services.exceptionhandler.handler
 
ch.elca.el4j.services.gui.model.mixin - package ch.elca.el4j.services.gui.model.mixin
 
ch.elca.el4j.services.gui.model.tablemodel - package ch.elca.el4j.services.gui.model.tablemodel
 
ch.elca.el4j.services.gui.swing - package ch.elca.el4j.services.gui.swing
 
ch.elca.el4j.services.gui.swing.config - package ch.elca.el4j.services.gui.swing.config
 
ch.elca.el4j.services.gui.swing.cookswing - package ch.elca.el4j.services.gui.swing.cookswing
 
ch.elca.el4j.services.gui.swing.cookswing.action - package ch.elca.el4j.services.gui.swing.cookswing.action
 
ch.elca.el4j.services.gui.swing.cookswing.binding - package ch.elca.el4j.services.gui.swing.cookswing.binding
 
ch.elca.el4j.services.gui.swing.cookswing.designgridlayout - package ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
 
ch.elca.el4j.services.gui.swing.eventbus - package ch.elca.el4j.services.gui.swing.eventbus
 
ch.elca.el4j.services.gui.swing.exceptions - package ch.elca.el4j.services.gui.swing.exceptions
 
ch.elca.el4j.services.gui.swing.frames - package ch.elca.el4j.services.gui.swing.frames
 
ch.elca.el4j.services.gui.swing.mdi - package ch.elca.el4j.services.gui.swing.mdi
 
ch.elca.el4j.services.gui.swing.splash - package ch.elca.el4j.services.gui.swing.splash
 
ch.elca.el4j.services.gui.swing.util - package ch.elca.el4j.services.gui.swing.util
 
ch.elca.el4j.services.gui.swing.wrapper - package ch.elca.el4j.services.gui.swing.wrapper
 
ch.elca.el4j.services.i18n - package ch.elca.el4j.services.i18n
 
ch.elca.el4j.services.monitoring - package ch.elca.el4j.services.monitoring
 
ch.elca.el4j.services.monitoring.jmx - package ch.elca.el4j.services.monitoring.jmx
 
ch.elca.el4j.services.monitoring.jmx.display - package ch.elca.el4j.services.monitoring.jmx.display
 
ch.elca.el4j.services.monitoring.jmx.util - package ch.elca.el4j.services.monitoring.jmx.util
 
ch.elca.el4j.services.monitoring.notification - package ch.elca.el4j.services.monitoring.notification
 
ch.elca.el4j.services.persistence.generic.dao - package ch.elca.el4j.services.persistence.generic.dao
 
ch.elca.el4j.services.persistence.generic.dao.annotations - package ch.elca.el4j.services.persistence.generic.dao.annotations
 
ch.elca.el4j.services.persistence.generic.dao.impl - package ch.elca.el4j.services.persistence.generic.dao.impl
 
ch.elca.el4j.services.persistence.generic.dto - package ch.elca.el4j.services.persistence.generic.dto
 
ch.elca.el4j.services.persistence.generic.exceptions - package ch.elca.el4j.services.persistence.generic.exceptions
 
ch.elca.el4j.services.persistence.generic.primarykey - package ch.elca.el4j.services.persistence.generic.primarykey
 
ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator - package ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
 
ch.elca.el4j.services.persistence.hibernate - package ch.elca.el4j.services.persistence.hibernate
 
ch.elca.el4j.services.persistence.hibernate.criteria - package ch.elca.el4j.services.persistence.hibernate.criteria
 
ch.elca.el4j.services.persistence.hibernate.dao - package ch.elca.el4j.services.persistence.hibernate.dao
 
ch.elca.el4j.services.persistence.hibernate.dao.extent - package ch.elca.el4j.services.persistence.hibernate.dao.extent
 
ch.elca.el4j.services.persistence.hibernate.dialect - package ch.elca.el4j.services.persistence.hibernate.dialect
 
ch.elca.el4j.services.persistence.hibernate.entityfinder - package ch.elca.el4j.services.persistence.hibernate.entityfinder
 
ch.elca.el4j.services.persistence.hibernate.usertypes - package ch.elca.el4j.services.persistence.hibernate.usertypes
 
ch.elca.el4j.services.persistence.jpa.criteria - package ch.elca.el4j.services.persistence.jpa.criteria
 
ch.elca.el4j.services.persistence.jpa.dao - package ch.elca.el4j.services.persistence.jpa.dao
 
ch.elca.el4j.services.persistence.jpa.dao.extentstrategies - package ch.elca.el4j.services.persistence.jpa.dao.extentstrategies
 
ch.elca.el4j.services.persistence.jpa.helper - package ch.elca.el4j.services.persistence.jpa.helper
 
ch.elca.el4j.services.persistence.jpa.util - package ch.elca.el4j.services.persistence.jpa.util
 
ch.elca.el4j.services.remoting - package ch.elca.el4j.services.remoting
 
ch.elca.el4j.services.remoting.jaxb.hibernate - package ch.elca.el4j.services.remoting.jaxb.hibernate
 
ch.elca.el4j.services.remoting.protocol - package ch.elca.el4j.services.remoting.protocol
 
ch.elca.el4j.services.remoting.protocol.jaxws - package ch.elca.el4j.services.remoting.protocol.jaxws
 
ch.elca.el4j.services.remoting.protocol.loadbalancing - package ch.elca.el4j.services.remoting.protocol.loadbalancing
 
ch.elca.el4j.services.remoting.protocol.loadbalancing.policy - package ch.elca.el4j.services.remoting.protocol.loadbalancing.policy
 
ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol - package ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol
 
ch.elca.el4j.services.remoting.servlet - package ch.elca.el4j.services.remoting.servlet
 
ch.elca.el4j.services.remoting.socketfactory - package ch.elca.el4j.services.remoting.socketfactory
 
ch.elca.el4j.services.search - package ch.elca.el4j.services.search
 
ch.elca.el4j.services.search.criterias - package ch.elca.el4j.services.search.criterias
 
ch.elca.el4j.services.search.events - package ch.elca.el4j.services.search.events
 
ch.elca.el4j.services.security.authentication - package ch.elca.el4j.services.security.authentication
 
ch.elca.el4j.services.security.authorization - package ch.elca.el4j.services.security.authorization
 
ch.elca.el4j.services.security.encryption - package ch.elca.el4j.services.security.encryption
 
ch.elca.el4j.services.security.filters - package ch.elca.el4j.services.security.filters
 
ch.elca.el4j.services.statistics.detailed - package ch.elca.el4j.services.statistics.detailed
 
ch.elca.el4j.services.statistics.detailed.cache - package ch.elca.el4j.services.statistics.detailed.cache
 
ch.elca.el4j.services.statistics.detailed.contextpassing - package ch.elca.el4j.services.statistics.detailed.contextpassing
 
ch.elca.el4j.services.statistics.detailed.jmx - package ch.elca.el4j.services.statistics.detailed.jmx
 
ch.elca.el4j.services.statistics.detailed.processing - package ch.elca.el4j.services.statistics.detailed.processing
 
ch.elca.el4j.services.statistics.light - package ch.elca.el4j.services.statistics.light
 
ch.elca.el4j.services.tcpforwarder - package ch.elca.el4j.services.tcpforwarder
 
ch.elca.el4j.services.xmlmerge - package ch.elca.el4j.services.xmlmerge
 
ch.elca.el4j.services.xmlmerge.action - package ch.elca.el4j.services.xmlmerge.action
 
ch.elca.el4j.services.xmlmerge.anttask - package ch.elca.el4j.services.xmlmerge.anttask
 
ch.elca.el4j.services.xmlmerge.config - package ch.elca.el4j.services.xmlmerge.config
 
ch.elca.el4j.services.xmlmerge.factory - package ch.elca.el4j.services.xmlmerge.factory
 
ch.elca.el4j.services.xmlmerge.mapper - package ch.elca.el4j.services.xmlmerge.mapper
 
ch.elca.el4j.services.xmlmerge.matcher - package ch.elca.el4j.services.xmlmerge.matcher
 
ch.elca.el4j.services.xmlmerge.merge - package ch.elca.el4j.services.xmlmerge.merge
 
ch.elca.el4j.services.xmlmerge.springframework - package ch.elca.el4j.services.xmlmerge.springframework
 
ch.elca.el4j.services.xmlmerge.tool - package ch.elca.el4j.services.xmlmerge.tool
 
ch.elca.el4j.services.xmlmerge.web - package ch.elca.el4j.services.xmlmerge.web
 
ch.elca.el4j.util.classpath - package ch.elca.el4j.util.classpath
 
ch.elca.el4j.util.codelist - package ch.elca.el4j.util.codelist
 
ch.elca.el4j.util.codingsupport - package ch.elca.el4j.util.codingsupport
 
ch.elca.el4j.util.codingsupport.annotations - package ch.elca.el4j.util.codingsupport.annotations
 
ch.elca.el4j.util.collections - package ch.elca.el4j.util.collections
 
ch.elca.el4j.util.collections.helpers - package ch.elca.el4j.util.collections.helpers
 
ch.elca.el4j.util.collections.impl - package ch.elca.el4j.util.collections.impl
 
ch.elca.el4j.util.concurrency - package ch.elca.el4j.util.concurrency
Class, field, and method level annotations for describing thread-safety policies.
ch.elca.el4j.util.config - package ch.elca.el4j.util.config
 
ch.elca.el4j.util.dom.annotations - package ch.elca.el4j.util.dom.annotations
 
ch.elca.el4j.util.dom.reflect - package ch.elca.el4j.util.dom.reflect
 
ch.elca.el4j.util.encryption - package ch.elca.el4j.util.encryption
 
ch.elca.el4j.util.env - package ch.elca.el4j.util.env
 
ch.elca.el4j.util.interfaceenrichment - package ch.elca.el4j.util.interfaceenrichment
 
ch.elca.el4j.util.logging - package ch.elca.el4j.util.logging
 
ch.elca.el4j.util.logging.appenders - package ch.elca.el4j.util.logging.appenders
 
ch.elca.el4j.util.metadata - package ch.elca.el4j.util.metadata
 
ch.elca.el4j.util.metadata.annotations - package ch.elca.el4j.util.metadata.annotations
 
ch.elca.el4j.util.objectwrapper - package ch.elca.el4j.util.objectwrapper
 
ch.elca.el4j.util.objectwrapper.impl - package ch.elca.el4j.util.objectwrapper.impl
 
ch.elca.el4j.util.objectwrapper.interfaces - package ch.elca.el4j.util.objectwrapper.interfaces
 
ch.elca.el4j.util.observer - package ch.elca.el4j.util.observer
 
ch.elca.el4j.util.observer.impl - package ch.elca.el4j.util.observer.impl
 
ch.elca.el4j.util.socketstatistics - package ch.elca.el4j.util.socketstatistics
 
ch.elca.el4j.util.socketstatistics.genericlogger - package ch.elca.el4j.util.socketstatistics.genericlogger
 
ch.elca.el4j.web.context - package ch.elca.el4j.web.context
 
ch.elca.el4j.web.filter - package ch.elca.el4j.web.filter
 
changed(DaoChangeNotifier.Change) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoChangeListener
Invoked if a DAO change was detected.
changed(Object) - Method in class ch.elca.el4j.util.observer.impl.LiveValue
not intended for public use.
changed(T) - Method in interface ch.elca.el4j.util.observer.ValueObserver
Invoked if the observed reference has changed.
changedExtendedInterface(Class[]) - Method in class ch.elca.el4j.services.remoting.ContextEnrichmentDecorator
Method to change classes, which are extended by the interface.
changedExtendedInterface(Class[]) - Method in class ch.elca.el4j.services.remoting.RmiEnrichmentDecorator
Method to change classes, which are extended by the interface.
changedExtendedInterface(Class<?>[]) - Method in interface ch.elca.el4j.util.interfaceenrichment.EnrichmentDecorator
Method to change classes, which are extended by the interface.
changedInterfaceName(String) - Method in class ch.elca.el4j.services.remoting.ContextEnrichmentDecorator
Method to change the name of the interface.
changedInterfaceName(String) - Method in class ch.elca.el4j.services.remoting.RmiEnrichmentDecorator
Method to change the name of the interface.
changedInterfaceName(String) - Method in interface ch.elca.el4j.util.interfaceenrichment.EnrichmentDecorator
Method to change the name of the interface.
changedMethodSignature(MethodDescriptor) - Method in class ch.elca.el4j.services.remoting.ContextEnrichmentDecorator
Method to change the signature of given method.
changedMethodSignature(MethodDescriptor) - Method in class ch.elca.el4j.services.remoting.RmiEnrichmentDecorator
Method to change the signature of given method.
changedMethodSignature(MethodDescriptor) - Method in interface ch.elca.el4j.util.interfaceenrichment.EnrichmentDecorator
Method to change the signature of given method.
changeLogLevel(String, String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Changes the log level for a category or creates a new category if the supplied category name doesn't exist.
changeLogLevel(String, String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Changes the log level for a category or creates a new category if the supplied category name doesn't exist.
characters(char[], int, int) - Method in class ch.elca.el4j.env.xml.EnvSaxHandler
checkConfigLocations(String) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Check whether the 'classpath*:mandatory/*.xml' config location is loaded.
checkForLevel(String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
Check in underlying logging facility with the passed method name if the logger is enabled for a particular level - or in other words, if the method in fact returns true.
checkRemotingExporter(RemotingServiceExporter) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Checks whether the service exporter is configured properly to be used with this protocol.
checkRemotingProxy(RemotingProxyFactoryBean) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Checks whether the proxy factory is configured properly to be used with this protocol.
CLASS - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
 
ClassExceptionConfiguration - Class in ch.elca.el4j.services.exceptionhandler
This class configures an exception handler.
ClassExceptionConfiguration() - Constructor for class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
 
ClassInfo - Class in com.silvermindsoftware.hitch.reflect
 
ClassInfo(Class) - Constructor for class com.silvermindsoftware.hitch.reflect.ClassInfo
 
classList - Variable in class com.silvermindsoftware.hitch.reflect.ClassInfo
 
classLoader - Variable in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocator
Is the used classloader to lookup classes.
ClassLoaderInvestigator - Class in ch.elca.el4j.services.monitoring.jmx
Helper class which provides the functionality used through the ClassLoaderMBean.
ClassLoaderInvestigator(String) - Constructor for class ch.elca.el4j.services.monitoring.jmx.ClassLoaderInvestigator
Sole constructor.
ClassLoaderMBean - Class in ch.elca.el4j.services.monitoring.jmx
Provides functionality to investigate the ClassLoaders and Classpaths in use.
ClassLoaderMBean() - Constructor for class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
Default Constructor.
ClassloaderTools - Class in ch.elca.el4j.util.classpath
Tool for analyzing the classpath (e.g. in maven projects).
ClassLocation - Class in ch.elca.el4j.services.persistence.hibernate.entityfinder
Describes the location of a class, accessible through the given classloader.
ClassLocation(ClassLoader, String, URL) - Constructor for class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
ClassLocator - Class in ch.elca.el4j.services.persistence.hibernate.entityfinder
Utility to locate classes from the classpath.
ClassLocator(String...) - Constructor for class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocator
Locates all classes that are in one of the given packages (inclusive sub-packages).
ClassLocator(ClassLoader, String...) - Constructor for class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocator
Locates all classes that are in one of the given packages (inclusive sub-packages).
ClassManager - Class in com.silvermindsoftware.hitch.reflect
 
ClassManager() - Constructor for class com.silvermindsoftware.hitch.reflect.ClassManager
 
ClassUtils - Class in ch.elca.el4j.util.codingsupport
This class helps transforming a class or class related structures into a string representation.
clazz - Variable in class ch.elca.el4j.util.dom.reflect.EntityType
the domain object class.
clear() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
clear() - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Clear the session.
clear() - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
clear() - Method in class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Clear the cache.
clear() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
clear() - Static method in class com.silvermindsoftware.hitch.ErrorContext
 
clearCurrentCorrelationId() - Method in interface ch.elca.el4j.core.correlationId.CorrelationIdManager
Clears the correlation id.
clearCurrentCorrelationId() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdManagerSlf4jImpl
Clears the correlation id.
clearOrderBy() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
drops all ordering constraints.
ClientContextInvocationHandler - Class in ch.elca.el4j.services.remoting
This class passes the context additionally with every method call.
ClientContextInvocationHandler(Object, Class, ImplicitContextPassingRegistry) - Constructor for class ch.elca.el4j.services.remoting.ClientContextInvocationHandler
Constructor.
ClientLoadBalancingInvocationHandler - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol
Manages the different protocols and connection to different servers.
ClientLoadBalancingInvocationHandler(AbstractPolicy, RemotingProxyFactoryBean, Class) - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.ClientLoadBalancingInvocationHandler
 
clone(DetachedCriteria) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.DetachedCriteriaUtils
 
clone() - Method in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
close() - Method in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
Close the dialog.
close() - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
Close this frame.
close() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
Close this frame.
close() - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
Close this frame.
close() - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
Close this frame.
close() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
Close this frame.
close() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Closes the selected frame if it is closable.
close() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
close(MessageContext) - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
close() - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
Modified version of close().
close() - Method in class java.net.Socket
Closes this socket.
closeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Closes all frames that are closable.
closeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
closeSession(Session) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
Close the given Session.
COBERTURA_RUNTIME_DATA_DIRECTORY - Static variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Property key for the cobertura data directory.
COBERTURA_RUNTIME_DATA_FILENAME - Static variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Property key for the cobertura data filename.
COBERTURA_RUNTIME_KEEP_REPORTS - Static variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Property key for the cobertura keep reports flag.
COBERTURA_RUNTIME_SRC_COL_DIR_NAME - Static variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Property key for the cobertura data directory.
CoberturaRuntimeController - Interface in ch.elca.el4j.coberturaruntime
Cobertura runtime controller interface.
CoberturaRuntimeControllerImpl - Class in ch.elca.el4j.coberturaruntime
Bean to control the cobertura runtime behavior.
CoberturaRuntimeControllerImpl() - Constructor for class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Constructor to init the cobertura data directory in online mode.
CoberturaRuntimeControllerImpl(boolean) - Constructor for class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Constructor to init the cobertura data directory.
Codelist - Interface in ch.elca.el4j.util.codelist
Interface to be implemented by java enums which represent codelists.
CodelistUtility - Class in ch.elca.el4j.util.codelist
This class implements the base functionality for enums which represent codelists and implement the Interface Codelist.
CodelistUtility(String) - Constructor for class ch.elca.el4j.util.codelist.CodelistUtility
Constructor.
collection(String, Class<?>) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Returns a new Collection object, based on the given name and class.
collection(Class<?>, Method) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Returns a new Collection object, based on the given class and method.
collection(String, ExtentEntity) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Returns a new Collection object, based on the given name and entity.
CollectionUtils - Class in ch.elca.el4j.util.codingsupport
This class supports methods to handle with collections.
CollectionUtils() - Constructor for class ch.elca.el4j.util.codingsupport.CollectionUtils
Hidden constructor.
ColumnBindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
The cookSwing creator for general purpose <columnbinding>s inside <tablebinding>s.
ColumnBindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
 
com.silvermindsoftware.hitch - package com.silvermindsoftware.hitch
 
com.silvermindsoftware.hitch.annotations - package com.silvermindsoftware.hitch.annotations
 
com.silvermindsoftware.hitch.binding - package com.silvermindsoftware.hitch.binding
 
com.silvermindsoftware.hitch.binding.components - package com.silvermindsoftware.hitch.binding.components
 
com.silvermindsoftware.hitch.config - package com.silvermindsoftware.hitch.config
 
com.silvermindsoftware.hitch.events - package com.silvermindsoftware.hitch.events
 
com.silvermindsoftware.hitch.meta - package com.silvermindsoftware.hitch.meta
 
com.silvermindsoftware.hitch.reflect - package com.silvermindsoftware.hitch.reflect
 
com.silvermindsoftware.hitch.validation - package com.silvermindsoftware.hitch.validation
 
com.silvermindsoftware.hitch.validation.response - package com.silvermindsoftware.hitch.validation.response
 
com.zanthan.sequence - package com.zanthan.sequence
 
ComboBoxBinding - Class in com.silvermindsoftware.hitch.binding.components
This class creates bindings for ComboBoxes.
ComboBoxBinding() - Constructor for class com.silvermindsoftware.hitch.binding.components.ComboBoxBinding
 
ComboBoxBindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
The cookSwing creator for general purpose <comboboxbinding>s.
ComboBoxBindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.ComboBoxBindingCreator
 
ComboBoxRenderer - Interface in com.silvermindsoftware.hitch.validation.response
Interface for renderer of comboboxes.
CommonsAttributesTransactionMetaDataSource - Class in ch.elca.el4j.core.transaction
Meta data source for transactional metadata of type Commons Attributes.
CommonsAttributesTransactionMetaDataSource() - Constructor for class ch.elca.el4j.core.transaction.CommonsAttributesTransactionMetaDataSource
 
CommonsLoggingLogger - Class in ch.elca.el4j.util.socketstatistics.genericlogger
The facade to the Apache Commons Logging logger.
CommonsLoggingLogger(Object) - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.CommonsLoggingLogger
Constructor.
COMPARABLE_COMAPRATOR - Static variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
compare(JInternalFrame, JInternalFrame) - Method in class ch.elca.el4j.services.gui.swing.mdi.JInternalFrameComparator
Compares internal frames based on their title.
compareTo(AbstractExtentPart) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
compareTo(AbstractComparableEnum) - Method in class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
compareTo(ConnectionStatistics) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Compare using destroyed / closed date of socket / ConnectionStatics.
ComparisonCriteria - Class in ch.elca.el4j.services.search.criterias
Criteria to compare fields to values.
ComparisonCriteria() - Constructor for class ch.elca.el4j.services.search.criterias.ComparisonCriteria
Default constructor for remoting protocols like hessian added.
ComparisonCriteria(String, Object, String, String) - Constructor for class ch.elca.el4j.services.search.criterias.ComparisonCriteria
Constructor to create new special comparison Criteria objects.
COMPLETE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
CompleteAction
CompleteAction - Class in ch.elca.el4j.services.xmlmerge.action
Copies the patch element only if it does not exist in the orginal document.
CompleteAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.CompleteAction
 
ComponentMeta - Class in com.silvermindsoftware.hitch.meta
 
ComponentMeta(String, String) - Constructor for class com.silvermindsoftware.hitch.meta.ComponentMeta
 
ComponentMeta(Class, String, String, Field, Field, Method, Method, Class, String[], boolean, ReadOnly, Class) - Constructor for class com.silvermindsoftware.hitch.meta.ComponentMeta
 
composeGetterName(String) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
composeSetterName(String) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
Computable<T> - Interface in ch.elca.el4j.util.observer.impl
A computable value.
computeMetaData(Method, Class) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
Same as method DefaultGenericMetaDataSource.getMetaData(Method, Class) but without caching of the result.
config - Variable in class ch.elca.el4j.services.gui.swing.GUIApplication
The configuration.
CONFIG_DEPENDENCIES - Static variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The name of the module dependencies attribute.
CONFIG_FILES - Static variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The name of the configuration files attribute.
CONFIG_MODULE - Static variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The name of the module name attribute.
CONFIG_SECTION - Static variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The name of the configuration section in the manifest file.
ConfigLocationProvider - Interface in ch.elca.el4j.core.io.support
A configuration location provider returns a list of configuration locations that is used to search for resources.
ConfigurableXmlMerge - Class in ch.elca.el4j.services.xmlmerge.config
XmlMerge wrapper applying a configurer on the wrapped instance.
ConfigurableXmlMerge(Configurer) - Constructor for class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Creates a default XmlMerge instance and configures it with the given configurer.
ConfigurableXmlMerge(XmlMerge, Configurer) - Constructor for class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Applies a configurer on a wrapped XmlMerge instance.
ConfigurationException - Exception in ch.elca.el4j.services.xmlmerge
Thrown when something wrong happens in the XmlMerge configuration.
ConfigurationException() - Constructor for exception ch.elca.el4j.services.xmlmerge.ConfigurationException
Default constructor.
ConfigurationException(String) - Constructor for exception ch.elca.el4j.services.xmlmerge.ConfigurationException
Constructor with message.
ConfigurationException(String, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.ConfigurationException
Constructor with message and cause.
ConfigurationException(Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.ConfigurationException
Constructor with cause.
configure(XmlMerge) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Configures the specified XmlMerge instance.
configure(XmlMerge) - Method in class ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
Configures the specified XmlMerge instance.
configure(XmlMerge) - Method in interface ch.elca.el4j.services.xmlmerge.Configurer
Configures the specified XmlMerge instance.
Configurer - Interface in ch.elca.el4j.services.xmlmerge
Applies a configuration to an XmlMerge instance.
connect(String, int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
connect(InetAddress, int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
connect(SocketAddress, int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
ConnectionStatistics - Class in ch.elca.el4j.util.socketstatistics
Keeps statistics of one (open / closed) socket connection.
ConnectionStatistics(long) - Constructor for class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Constructor.
ContainedClass - Annotation Type in ch.elca.el4j.core.metadata
Annotation to describe the contained class of a property.
contains(Object) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
contains(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Contains an entry.
contains(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
contains(Object) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
containsAll(Collection<?>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
containsAll(Collection<?>) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
containsOnlyObjectsOfType(Collection<?>, Class<?>[]) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Method to check if a collection contains only objects which are equals, a subclass or implements one of the given classes.
containsOnlyObjectsOfType(Collection<?>, Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Method to check if a collection contains only objects which are equals, a subclass or implements the given class.
ContentApplicationFrame - Class in ch.elca.el4j.services.gui.swing.frames
This class represents a frame in a docking environment.
ContentApplicationFrame(ContentConfiguration) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
 
ContentConfiguration - Class in ch.elca.el4j.services.gui.swing.frames
A descriptor of a Content or ToolWindowTab.
ContentConfiguration(String, String, Icon, JComponent) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
ContentConfiguration(String, String, Icon, JComponent, String, Object...) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
ContentWrapperFactory - Class in ch.elca.el4j.services.gui.swing.wrapper
This factory wraps components into ContentApplicationFrames.
ContentWrapperFactory() - Constructor for class ch.elca.el4j.services.gui.swing.wrapper.ContentWrapperFactory
 
CONTEXT_ELEMENT_NAME - Static variable in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Name of the element in the header containing the context.
CONTEXT_NAME_ID - Static variable in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
DetailedStatisticsSharedContextHolder key for saving the measure MeasureID object.
CONTEXT_NAME_SEQ - Static variable in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
DetailedStatisticsSharedContextHolder key for saving the measure sequence.
CONTEXT_NAMESPACE - Static variable in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Name of the namespace of the element containing the context.
ContextEnrichmentDecorator - Class in ch.elca.el4j.services.remoting
This interface decorator adds a map with assembled implicit context to each method of the given interface.
ContextEnrichmentDecorator() - Constructor for class ch.elca.el4j.services.remoting.ContextEnrichmentDecorator
 
ContextExceptionHandlerFactoryBean - Class in ch.elca.el4j.services.exceptionhandler
Convenience factory that simplifies the creation of context exception handlers.
ContextExceptionHandlerFactoryBean() - Constructor for class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerFactoryBean
Default Constructor.
ContextExceptionHandlerInterceptor - Class in ch.elca.el4j.services.exceptionhandler
This class allows to handle exceptions centrally.
ContextExceptionHandlerInterceptor() - Constructor for class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerInterceptor
Default constructor.
ConvenienceGenericDao<T,ID extends Serializable> - Interface in ch.elca.el4j.services.persistence.generic.dao
Extends the GenericDao with a few convenience methods.
ConvenienceGenericHibernateDao<T,ID extends Serializable> - Interface in ch.elca.el4j.services.persistence.hibernate.dao
This interface extends ConvenienceGenericDao with query methods using DetachedCriterias.
ConvenienceGenericJpaDao<T,ID extends Serializable> - Interface in ch.elca.el4j.services.persistence.jpa.dao
This interface extends ConvenienceGenericDao with query methods using CriteriaQuerys.
ConvenienceHibernateDaoSupport - Class in ch.elca.el4j.services.persistence.hibernate.dao
Convenience Hibernate dao support class to be able to return the convenience Hibernate template without casting it.
ConvenienceHibernateDaoSupport() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateDaoSupport
 
ConvenienceHibernateTemplate - Class in ch.elca.el4j.services.persistence.hibernate.dao
This is a convenience class for the Hibernate template.
ConvenienceHibernateTemplate(SessionFactory) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Constructor.
ConvenienceIdentityFixedDao<T,ID extends Serializable> - Interface in ch.elca.el4j.services.persistence.generic.dao
A convenience DAO guaranteeing uniqueness of representatives.
ConvenienceJpaDaoSupport - Class in ch.elca.el4j.services.persistence.jpa.dao
Convenience JPA dao support class to be able to return the convenience JPA template without casting it.
ConvenienceJpaDaoSupport() - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaDaoSupport
 
ConvenienceJpaTemplate - Class in ch.elca.el4j.services.persistence.jpa.dao
This is a convenience class for the Jpa template.
ConvenienceJpaTemplate(EntityManagerFactory) - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Constructor.
convertCause(Throwable) - Method in class ch.elca.el4j.core.aop.ExceptionChainConversionInterceptor
Converts the Throwable passed in (can be any subclass of Throwable) into a Throwable (not a subclass of it).
convertPropertyValue(String) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Decrypts values read from the env-*.properties files.
convertPropertyValue(String) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
Decrypts values read from the env-*.properties files.
CookXmlExceptionHandler - Class in ch.elca.el4j.services.gui.swing.exceptions
A cookXml exception handler that redirects all exceptions to the exception handler of module Swing.
CoreNotificationHelper - Class in ch.elca.el4j.services.monitoring.notification
This class is used to notify on events which are core based.
CorrelationIdImplicitContextPasser - Class in ch.elca.el4j.core.correlationId
Context Passer for CorrelationId variable.
CorrelationIdImplicitContextPasser() - Constructor for class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
 
CorrelationIdManager - Interface in ch.elca.el4j.core.correlationId
Provides the functionality to set and get the current correlation id.
CorrelationIdManagerSlf4jImpl - Class in ch.elca.el4j.core.correlationId
Provides an implementation of the CorrelationIdManager which stores the current correlation Id as the variable 'correlationId' in SLF4J's MDC.
CorrelationIdManagerSlf4jImpl() - Constructor for class ch.elca.el4j.core.correlationId.CorrelationIdManagerSlf4jImpl
 
countFrames() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Counts all frames, even those that are closed with DefaultCloseOperation = HIDE_ON_CLOSE NOTEUse this method in order to understand how many "ghost" frames remain within the desktop.
CountQuery - Interface in ch.elca.el4j.services.persistence.jpa.criteria
Specifies the retrieval operations applicable to a SELECT COUNT(*) query.
countVisibleFrames() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Counts only visible frames.
create(Object...) - Static method in class ch.elca.el4j.services.gui.swing.ActionsContext
Create an ActionsContext.
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.BindingCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.ComboBoxBindingCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.ListBindingCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.TableBindingCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.DesignGridLayoutCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.EmptyRowCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.RowCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.FlatToolBarCreator
create(String, String, Element, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.WindowMenuCreator
create() - Method in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
Override this in implementations to instantiate an object.
create() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
Override this in implementations to instantiate an object.
create() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
Override this in implementations to instantiate an object.
create() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
Override this in implementations to instantiate an object.
create() - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
Override this in implementations to instantiate an object.
create(boolean) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
create(String) - Static method in class com.silvermindsoftware.hitch.binding.PropertyUtil
Create a Property.
CREATE_METHOD - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
The XML attribute name for the create method.
createApplicationFrame(String, String, JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
 
createApplicationFrame(String, String, JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.ContentWrapperFactory
createApplicationFrame(String, String, JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.JFrameWrapperFactory
createApplicationFrame(String, String, JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.JInteralFrameWrapperFactory
createApplicationFrame(String, String, JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.ToolWindowWrapperFactory
createBeanFactory() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
Override method createBeanFactory() in class AbstractRefreshableApplicationContext.
createBeanFactory() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
Override method createBeanFactory() in class AbstractRefreshableApplicationContext.
createBinding(Object, T) - Method in interface com.silvermindsoftware.hitch.binding.BindingCreator
Create the concrete binding.
createBinding(AutoBinding.UpdateStrategy, Object, String, JComponent) - Method in class com.silvermindsoftware.hitch.binding.BindingFactory
 
createBinding(Object, JComboBox) - Method in class com.silvermindsoftware.hitch.binding.components.ComboBoxBinding
Create the concrete binding.
createBinding(Object, JList) - Method in class com.silvermindsoftware.hitch.binding.components.ListBinding
Create the concrete binding.
createBinding(Object, JTable) - Method in class com.silvermindsoftware.hitch.binding.components.TableBinding
Create the concrete binding.
CreateComponentAdder - Class in ch.elca.el4j.services.gui.swing.cookswing
This cookXML adder handles <create-component>: Child elements are not added to parent.
CreateComponentAdder() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentAdder
 
CreateComponentCreator - Class in ch.elca.el4j.services.gui.swing.cookswing
The cookSwing creator for general purpose <create-component>s.
CreateComponentCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
 
createContextLoader() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderListener
Create the ModuleContextLoader to use.
createContextLoader() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
Create the ContextLoader to use.
createCSVFile(String, String) - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
Creates a CSV file with the measurment results.
createCSVFile(String, String) - Method in interface ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporterMBean
Creates a CSV file with the measurment results.
createCVSFile(String, String) - Method in class ch.elca.el4j.services.statistics.detailed.processing.StatisticsOutputter
Write CSV file with measures to filename given.
createDefaultDesktopPane() - Method in class ch.elca.el4j.services.gui.swing.MDIApplication
Creates a default desktop pane with a default Menu This method could be overridden in case you would like another desktop pane.
createDiagFile(String, String, int, int) - Method in class ch.elca.el4j.services.statistics.detailed.processing.StatisticsOutputter
Compute SVGGraph and write it to filename given.
createDiagramFile(String, String) - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
Creates a png file with the measurment results.
createDiagramFile(String, String, int, int) - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
Creates a png file with the measurment results.
createDiagramFile(String, String) - Method in interface ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporterMBean
Creates a png file with the measurment results.
createDiagramFile(String, String, int, int) - Method in interface ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporterMBean
Creates a png file with the measurment results.
createDto(Class<?>) - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated. This method creates a new dto of the given class and fills it with a modification key generator.
createExceptionHandlerInterceptor() - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
 
createExceptionHandlerInterceptor() - Method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerFactoryBean
createExceptionHandlerInterceptor() - Method in class ch.elca.el4j.services.exceptionhandler.SafetyFacadeFactoryBean
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.HttpInvoker
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Do not use exporter from JaxwsSpring, but Jaxws, because it requires JDK 6 and does not support implicit context passing.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
Method to create the exporter bean.
createExporterBean(RemotingServiceExporter, Class, Object) - Method in class ch.elca.el4j.services.remoting.protocol.Rmi
Method to create the exporter bean.
createFieldAccessor(Class, Field, boolean) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessorFactory
 
createFor(Class<T>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
 
createHibernateSearchIndex(Collection<?>) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Trigger Hibernate Search index process explicitly.
createHibernateTemplate(SessionFactory) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateDaoSupport
createID() - Static method in class ch.elca.el4j.services.statistics.detailed.MeasureId
Creates a new MeasureID object for the localhost machine and with the current time.
createJAXBContext(SEIModel, List<Class>, List<TypeReference>) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.JAXBContextFactoryImpl
 
createJpaTemplate(EntityManagerFactory) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaDaoSupport
createMenu(ActionsContext, String, Collection<String>) - Static method in class ch.elca.el4j.services.gui.swing.util.MenuUtils
Creates a JMenu out of a String array containing action names.
createModuleFromManifest(URL) - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
Creates a new module instance, getting the needed information from a manifest file.
createModules() - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
 
createModules() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
 
createNewCorrelationId() - Method in interface ch.elca.el4j.core.correlationId.CorrelationIdManager
generates a new correlation Id value and sets it as the new current value.
createNewCorrelationId() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdManagerSlf4jImpl
generates a new correlation Id value and sets it as the new current value.
createPopup(ActionsContext, Collection<String>) - Static method in class ch.elca.el4j.services.gui.swing.util.MenuUtils
Creates a JPopupMenu out of a String array containing action names.
createProperties(NamingEnumeration<NameClassPair>) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
Iterates over all entries of the given JNDI context and extracts valid configuration override properties.
createPropertyAccessor(Class, Method, Method) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessorFactory
 
createProxy(Class, String, Object[], TargetSource) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
Will not create a new proxy for a given bean if this bean is already a proxy bean.
createProxy(Class, String, Object[], TargetSource) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
Will not create a new proxy for a given bean if this bean is already a proxy bean.
createProxy(Class, String, Object[], TargetSource) - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
Will not create a new proxy for a given bean if this bean is already a proxy bean.
createProxy(Class, String, Object[], TargetSource) - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated. Will not create a new proxy for a given bean if this bean is already a proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.HttpInvoker
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
Method to create the proxy bean.
createProxyBean(RemotingProxyFactoryBean, Class) - Method in class ch.elca.el4j.services.remoting.protocol.Rmi
Method to create the proxy bean.
createRewriter(Locale) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
Creates a new MessageRewriter for the given locale.
createSequenceDiagram(String, String) - Method in class com.zanthan.sequence.Fasade
Create a Sequence Diagram of the given graph.
createSequenceDiagram(String, String, int, int) - Method in class com.zanthan.sequence.Fasade
Create a Sequence Diagram of the given graph.
createServerSocket(int) - Method in class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactory
createShadowInterface(Class<?>, EnrichmentDecorator) - Method in class ch.elca.el4j.util.interfaceenrichment.InterfaceEnricher
Creates a shadow interface and returns it as a byte array.
createShadowInterfaceAndLoadItDirectly(Class<?>, EnrichmentDecorator, ClassLoader) - Method in class ch.elca.el4j.util.interfaceenrichment.InterfaceEnricher
Creates a shadow interface, loads it in the given class loader and returns the loaded class as a class.
createSmartLogPath(String) - Static method in class ch.elca.el4j.util.logging.appenders.SmartFileLibrary
This method tries to create a valid logfile path from the given input.
createSocket(String, int) - Method in class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactory
createSocketImpl() - Method in class ch.elca.el4j.util.socketstatistics.LoggerSocketFactory
Modified version which also registers the corresponding MXbean (SocketStatisticsMXBean) on the MBeanServer.
createTargetSource(Object) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
Creates a TargetSource for the given object or just casts it, if it's already a TargetSoucre.
createValidationListener(JComponent) - Method in class com.silvermindsoftware.hitch.binding.BindingFactory
 
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
createWebApplicationContext(WebApplicationContext) - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
Criteria - Interface in ch.elca.el4j.services.search.criterias
A Criteria represents some restrictions for a Query (e.g. used to get values from a database).
CriteriaHelper - Class in ch.elca.el4j.services.search.criterias
Convenience support for using Criterias (from EL4J, not Hibernate Criterias).
CriteriaHelper() - Constructor for class ch.elca.el4j.services.search.criterias.CriteriaHelper
 
CriteriaTransformer - Class in ch.elca.el4j.services.persistence.hibernate.criteria
This class transforms the EL4J Criteria of a given QueryObject into the corresponding Hibernate DetachedCriteria.
CriteriaTransformer() - Constructor for class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
Hide default constructor.
CrossCheckingMessageSource - Class in ch.elca.el4j.services.i18n
Test class loading the same properties files in two or more message sources and comparing their behavior.
CrossCheckingMessageSource() - Constructor for class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
 
CssHtmlParser - Class in ch.elca.el4j.services.monitoring.jmx
This MBean adds css information to a given html page.
CssHtmlParser(String) - Constructor for class ch.elca.el4j.services.monitoring.jmx.CssHtmlParser
Constructor.
CssHtmlParserMBean - Interface in ch.elca.el4j.services.monitoring.jmx
This MBean marker interface is used for class CssHtmlParser.
current() - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
 
customPolicy(IdentityFixerMergePolicy.UpdatePolicy, List<Object>, boolean, IdentityHashMap<Object, Object>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
cut() - Method in class ch.elca.el4j.services.tcpforwarder.Link
Immediately aborts this.

D

DaoChangeListener - Interface in ch.elca.el4j.services.persistence.generic.dao
This object receives change notifications from DAO change notifiers.
DaoChangeNotifier - Interface in ch.elca.el4j.services.persistence.generic.dao
Notifies registered observers of DAO changes.
DaoChangeNotifier.Change - Class in ch.elca.el4j.services.persistence.generic.dao
Sent if something in this DAO view may have changed.
DaoChangeNotifier.Change() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.Change
 
DaoChangeNotifier.EntityChange - Class in ch.elca.el4j.services.persistence.generic.dao
Something about DaoChangeNotifier.EntityChange.m_changee may have changed.
DaoChangeNotifier.EntityChange() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityChange
 
DaoChangeNotifier.EntityDeleted - Class in ch.elca.el4j.services.persistence.generic.dao
The DaoChangeNotifier.EntityChange.m_changee has been deleted.
DaoChangeNotifier.EntityDeleted() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityDeleted
 
DaoChangeNotifier.EntityInserted - Class in ch.elca.el4j.services.persistence.generic.dao
The DaoChangeNotifier.EntityChange.m_changee has been inserted.
DaoChangeNotifier.EntityInserted() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityInserted
 
DaoChangeNotifier.EntityStateChanged - Class in ch.elca.el4j.services.persistence.generic.dao
The DaoChangeNotifier.EntityChange.m_changee's state has changed.
DaoChangeNotifier.EntityStateChanged() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityStateChanged
 
DaoChangeNotifier.NewEntityState - Class in ch.elca.el4j.services.persistence.generic.dao
The DaoChangeNotifier.EntityChange.m_changee has new state.
DaoChangeNotifier.NewEntityState() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.NewEntityState
 
DaoRegistry - Interface in ch.elca.el4j.services.persistence.generic.dao
A registry for DAOs.
DataExtent - Class in ch.elca.el4j.services.persistence.hibernate.dao.extent
A DataExtent represents the extent of the graphs of objects to be loaded in a hibernate query.
DataExtent(Class<?>) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Default Creator.
DataRepository - Class in ch.elca.el4j.services.statistics.detailed.processing
This class can collect data from (possibly) two MeasureCollectorServices and can display them in a webbrowser in svg-format.
DataRepository(MeasureCollectorService, MeasureCollectorService) - Constructor for class ch.elca.el4j.services.statistics.detailed.processing.DataRepository
Constructor.
DbLogger - Class in ch.elca.el4j.services.monitoring
A simple DB-Logger that counts the number of DB roundtrips (single-threaded, i.e. roundtrips are not associated with executing thread).
deactivate() - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
Deactivate encryption features.
debugArray(String, Object[]) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Debugs the given array.
declaringType - Variable in class ch.elca.el4j.util.dom.reflect.Member
the entity type declaring this member.
decorate(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer.GenericInterceptor
Convenience method returning a proxy to the supplied object that implements this "advice".
decrypt(String) - Method in class ch.elca.el4j.services.security.encryption.AESCipher
 
decrypt(String) - Method in class ch.elca.el4j.services.security.encryption.RSACipher
Decripts a given message, by using the private key of this cipher.
decrypt(String) - Method in interface ch.elca.el4j.util.encryption.AbstractPropertyEncryptor
 
decrypt(String) - Method in class ch.elca.el4j.util.encryption.PBEncryptor
Decrypts a string with the currently set password.
decrypt(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
Decrypts a String.
decryptStringToByteArray(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
Decrypts a String into a byte array.
deepCopy(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
deepCopy(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
DEFAULT_ACTION_KEY - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Default action pathname.
DEFAULT_DATE_WITH_COLON - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
dd:MM:YYYY
DEFAULT_DATE_WITH_PERIOD - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
dd.MM.YYYY
DEFAULT_DATE_WITH_WHITESPACE - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
dd MM YYYY
DEFAULT_DATETIME - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
dd.MM.YY HH:mm:ss
DEFAULT_KEY_PREFIX - Static variable in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
The default key prefix that signals an override property.
DEFAULT_LOADING_DEPTH - Static variable in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Defines the default loading depth.
DEFAULT_MAPPER_KEY - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Default mapper pathname.
DEFAULT_MATCHER_KEY - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Default matcher pathname.
DEFAULT_SPLASH_SCREEN - Static variable in class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Default EL4J splash screen png.
DefaultAuthenticationService - Class in ch.elca.el4j.services.security.authentication
Default implementation of AuthenticationService used for logging in and out.
DefaultAuthenticationService() - Constructor for class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
 
DefaultConfig - Class in ch.elca.el4j.services.gui.swing.config
This configuration class sets the default config.
DefaultConfig() - Constructor for class ch.elca.el4j.services.gui.swing.config.DefaultConfig
The default constructor setting the default config.
DefaultDaoChangeNotifier - Class in ch.elca.el4j.services.persistence.generic.dao.impl
A default implementation with no notable features.
DefaultDaoChangeNotifier() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoChangeNotifier
 
DefaultDaoRegistry - Class in ch.elca.el4j.services.persistence.generic.dao.impl
A DaoRegistry where DAOs can be registered either explicitly (via its map configuration) or implicitly (by collecting all beans that have the GenericDao interface).
DefaultDaoRegistry() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
 
DefaultFilteredList<T> - Class in ch.elca.el4j.util.collections.impl
Default Implementation for FilteredList.
DefaultFilteredList(List<? extends T>, Filter<? super T>) - Constructor for class ch.elca.el4j.util.collections.impl.DefaultFilteredList
Constructor.
DefaultFilteredList.Iter - Class in ch.elca.el4j.util.collections.impl
Iterator class.
DefaultGenericMetaDataSource - Class in ch.elca.el4j.util.metadata
The default implementation of the GenericAttributeSource interface.
DefaultGenericMetaDataSource() - Constructor for class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
DefaultImplicitContextPassingRegistry - Class in ch.elca.el4j.core.contextpassing
Default implementation of ImplicitContextPassingRegistry.
DefaultImplicitContextPassingRegistry() - Constructor for class ch.elca.el4j.core.contextpassing.DefaultImplicitContextPassingRegistry
 
DefaultModuleSorter - Class in ch.elca.el4j.core.io.support
This class sorts a list of unordered modules using their dependency information.
DefaultModuleSorter() - Constructor for class ch.elca.el4j.core.io.support.DefaultModuleSorter
 
DefaultProperties - Class in com.silvermindsoftware.hitch.binding
This class holds a mapping of objects or classes to their default property.
DefaultProperties() - Constructor for class com.silvermindsoftware.hitch.binding.DefaultProperties
Constructor with support for common GUI elements.
DefaultTransformedList<I,O> - Class in ch.elca.el4j.util.collections.impl
Default implementation of TransformedList.
DefaultTransformedList(List<? extends I>, Function<? super I, O>) - Constructor for class ch.elca.el4j.util.collections.impl.DefaultTransformedList
Constructor.
DefaultValidatingCellRenderer - Class in com.silvermindsoftware.hitch.validation.response
A validating cell renderer for lists.
DefaultValidatingCellRenderer() - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingCellRenderer
The default contructor reading the invalidColor from Spring config.
DefaultValidatingCellRenderer(Color) - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingCellRenderer
 
DefaultValidatingComboBoxRenderer - Class in com.silvermindsoftware.hitch.validation.response
A validating cell renderer for comboboxes.
DefaultValidatingComboBoxRenderer() - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
The default contructor reading the invalidColor from Spring config.
DefaultValidatingComboBoxRenderer(String, boolean) - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
 
DefaultValidatingComboBoxRenderer(Color, String, boolean) - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
 
DefaultValidatingTableCellRenderer - Class in com.silvermindsoftware.hitch.validation.response
A validating cell renderer for tables.
DefaultValidatingTableCellRenderer() - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer
The default contructor reading the invalidColor from Spring config.
DefaultValidatingTableCellRenderer(Color, Color) - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer
 
DefaultValidationResponder - Class in com.silvermindsoftware.hitch.validation.response
A default ValidationResponder that makes the background of the corresponding GUI element red.
DefaultValidationResponder() - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
The default constructor reading the invalidColor from Spring config.
DefaultValidationResponder(Color) - Constructor for class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
 
DefaultXmlMerge - Class in ch.elca.el4j.services.xmlmerge.merge
Default implementation of XmlMerge.
DefaultXmlMerge() - Constructor for class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Creates a new DefaultXmlMerge instance.
delegateResourceLookup(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Resolves the given location into one resource, using delegation.
delegateResourcesLookup(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Resolves the given location into Resource objects, using delegation.
delegateTo(String, Class<?>...) - Method in class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator
Method for explicit delegation of method call.
DelegationException - Exception in ch.elca.el4j.util.socketstatistics
Exception handling for class RefelctiveDelegator.
DelegationException(String) - Constructor for exception ch.elca.el4j.util.socketstatistics.DelegationException
Constructor.
DelegationException(String, Throwable) - Constructor for exception ch.elca.el4j.util.socketstatistics.DelegationException
Constructor.
DelegationException(Throwable) - Constructor for exception ch.elca.el4j.util.socketstatistics.DelegationException
Constructor.
delete(ID) - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Deprecated. Renamed to deleteById as of el4j 1.6
delete(T) - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Deletes the given domain object.
delete(Collection<T>) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Deletes the given domain objects.
delete(T) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes the given domain object.
delete(ID) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deprecated. 
delete(Collection<T>) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes the given domain objects.
delete(Collection<T>) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Deletes the given domain objects.
delete(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Deletes the given domain object.
delete(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deletes the given domain object.
delete(ID) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deprecated. 
delete(Collection<T>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deletes the given domain objects.
delete(int) - Method in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
Deletes all measures.
delete(int) - Method in class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
Deletes all measures.
DELETE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
DeleteAction
DeleteAction - Class in ch.elca.el4j.services.xmlmerge.action
Keeps the original element only if it does not appear in the patch document.
DeleteAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.DeleteAction
 
deleteAll() - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Deletes all available T.
deleteAll() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes all available T.
deleteAll() - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Deletes all available T.
deleteAll() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deletes all available T.
deleteAllNoCascade() - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Deletes all available T using a HQL query.
deleteAllNoCascade() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes all available T using a HQL query.
deleteById(ID) - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Deletes the domain object with the given id, disregarding any concurrent modifications that may have occurred.
deleteById(ID) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes the domain object with the given id, disregarding any concurrent modifications that may have occurred.
deleteById(ID) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Deletes the domain object with the given id, disregarding any concurrent modifications that may have occurred.
deleteById(ID) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deletes the domain object with the given id, disregarding any concurrent modifications that may have occurred.
deleteNoCascade(Collection<T>) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Deletes the given domain objects using a HQL query.
deleteNoCascade(Collection<T>) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Deletes the given domain objects using a HQL query.
deleteStatistics() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Delete all gathered statistics.
deleteStatistics() - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Delete all gathered statistics.
deleteStrong(Class<?>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Deletes the persistent instance given by its identifier in a strong way: first, the persistent instance is retrieved with the help of the identifier.
DELIMITER - Static variable in class ch.elca.el4j.core.io.support.Module
The delimiter used to separate configuration files and dependencies.
DemoController - Class in ch.elca.el4j.services.xmlmerge.web
Spring controller for the XmlMerge web application.
DemoController() - Constructor for class ch.elca.el4j.services.xmlmerge.web.DemoController
 
deproxyBeanClass(Class, String, BeanFactory) - Static method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
Finds out if the given class is a generated one of a proxy.
deriveKey(String) - Method in interface ch.elca.el4j.util.encryption.AbstractPropertyEncryptor
 
deriveKey(String) - Method in class ch.elca.el4j.util.encryption.PBEncryptor
Hashes the password and converts it to a suitable format for the cipher.
desc(String) - Static method in class ch.elca.el4j.services.search.criterias.Order
Descending order
DESCENDING - Static variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
DesignGridLayoutCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
A cookSwing creator for <designgridlayout>s.
DesignGridLayoutCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.DesignGridLayoutCreator
 
desktopPane - Variable in class ch.elca.el4j.services.gui.swing.MDIApplication
The desktop pane of this MDIApplication.
destroy() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
destroy() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Destroys the child app contexts if they are disposable.
destroy() - Method in class ch.elca.el4j.services.security.filters.IPAddressFilter
destroy() - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
destroy() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
destroy() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
Close the root web application context.
destroy() - Method in class ch.elca.el4j.web.filter.XmlFilter
detach(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Remove the given entity from the persistence context, causing a managed entity to become detached.
detach(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
detach() - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Detach all returned elements.
DetachedCriteriaUtils - Class in ch.elca.el4j.services.persistence.hibernate.criteria
A utility class that allows to perform some modifications on DetachedCriterias.
DetailedStatisticsContext - Class in ch.elca.el4j.services.statistics.detailed.contextpassing
This class contains all fields, which are part of the passed context for the detailed statistics.
DetailedStatisticsContext() - Constructor for class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
DetailedStatisticsImplicitContextPasser - Class in ch.elca.el4j.services.statistics.detailed.contextpassing
This ImplicitContextPasser passes the DetailedStatisticsSharedContextHolder as implicit context.
DetailedStatisticsImplicitContextPasser() - Constructor for class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsImplicitContextPasser
 
DetailedStatisticsReporter - Class in ch.elca.el4j.services.statistics.detailed.jmx
This class publishes the detailed statistics through JMX.
DetailedStatisticsReporter() - Constructor for class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
 
DetailedStatisticsReporterMBean - Interface in ch.elca.el4j.services.statistics.detailed.jmx
This class publishes the detailed statistics through JMX (MBean Interface).
DetailedStatisticsSharedContextHolder - Class in ch.elca.el4j.services.statistics.detailed.contextpassing
This class is specific implementation of the generic shared context of Leaf 2 for the detailed statistics service.
DetailedStatisticsSharedContextHolder() - Constructor for class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsSharedContextHolder
Hide default constructor as this is a Utility class.
determineContextClass(ServletContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
DiffOperationFactory - Class in ch.elca.el4j.services.xmlmerge.factory
An operation factory delegating to other operation factories according to the existence of the original and patch element.
DiffOperationFactory() - Constructor for class ch.elca.el4j.services.xmlmerge.factory.DiffOperationFactory
 
disable() - Static method in class ch.elca.el4j.services.monitoring.DbLogger
Stop monitoring.
disableMonitor() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Disables the monitor preventing gathering measurements.
disableMonitor() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Disables the monitor preventing gathering measurements.
disassemble(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
disassemble(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
displayConfiguration(DisplayManager) - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Displays the properties this bean was loaded with.
DisplayManager - Interface in ch.elca.el4j.services.monitoring.jmx.display
Interface for displaying bean information.
displayMethods(DisplayManager) - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
HTML listing of all methods in this class.
displayProperties(DisplayManager) - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Display a bean's properties.
dispose() - Method in class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Stop this splash screen in the EDT.
DockingApplication - Class in ch.elca.el4j.services.gui.swing
Parent class for Docking applications.
DockingApplication() - Constructor for class ch.elca.el4j.services.gui.swing.DockingApplication
 
DocumentException - Exception in ch.elca.el4j.services.xmlmerge
Thrown when something is wrong with a source or output document.
DocumentException(Document, String) - Constructor for exception ch.elca.el4j.services.xmlmerge.DocumentException
Constructor with message.
DocumentException(Document, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.DocumentException
Constructor with cause.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ch.elca.el4j.services.security.filters.IPAddressFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ch.elca.el4j.web.filter.XmlFilter
Apply the xml filter.
doFindPathMatchingFileResources(Resource, String) - Method in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
doFindPathMatchingJarResources(Resource, String) - Method in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
doGet(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
doHandleException(Throwable, MethodInvocation, ExceptionConfiguration[]) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Handles the given exception that was thrown given method invocation using the provided exception configurations.
doInTransaction(Runnable) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
 
doInTransaction(Runnable) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
doInvoke(MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Performs the actual invocation of the MethodInvocation.prceed() method.
done() - Method in class ch.elca.el4j.services.tcpforwarder.Link
Called by workers to tell this that they are done.
doPost(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
doPut(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
DTD - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
DtdInsertAction
DtdInsertAction - Class in ch.elca.el4j.services.xmlmerge.action
Copy the patch element in the output parent with the correct position according to the DTD declared in doctype.
DtdInsertAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.DtdInsertAction
 
DtoFactory - Class in ch.elca.el4j.services.persistence.generic.dto
Deprecated. This class in no more used if using AbstractIntOptimisticLockingDto.
DtoFactory() - Constructor for class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated.  
DuplicateClassFinder - Class in ch.elca.el4j.util.classpath
A tool for looking up duplicate class definitions in the classpath.
DuplicateClassFinder() - Constructor for class ch.elca.el4j.util.classpath.DuplicateClassFinder
Default constructor - initialize the members.
DuplicatedFieldException - Exception in ch.elca.el4j.core.exceptions
Deprecated. Spring data access exception will be used.
DuplicatedFieldException(String, String) - Constructor for exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Constructor.
DuplicatedFieldException(String, String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Constructor.
DuplicatedValueException - Exception in ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
Deprecated. Spring data access exception will be used.
DuplicatedValueException(String, SQLException) - Constructor for exception ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator.DuplicatedValueException
Deprecated. Default constructor.
duplicatesFound() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
 

E

EDITABLE - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
 
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.DesignGridLayoutCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.EmptyRowCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.RowCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.FlatToolBarCreator
editFinished(String, String, Element, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.WindowMenuCreator
EDITOR - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.TableBindingCreator
 
EL4J_DEBUGGING_LOGGER - Static variable in class ch.elca.el4j.core.context.ModuleApplicationContext
The common debugging logger for EL4J.
el4jCriteria2HibernateCriterion(Criteria) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
Converts EL4J Criteria to Hibernate Criterion.
El4jTransactionAttributeSourcePointcut - Class in org.springframework.transaction.interceptor
Class to represent the transaction attribute source as a pointcut.
El4jTransactionAttributeSourcePointcut(TransactionInterceptor) - Constructor for class org.springframework.transaction.interceptor.El4jTransactionAttributeSourcePointcut
Constructor, where the transaction interceptor is passed to support old transaction def style.
ElementException - Exception in ch.elca.el4j.services.xmlmerge
Thrown when there is something wrong with an element.
ElementException(Element) - Constructor for exception ch.elca.el4j.services.xmlmerge.ElementException
Constructor.
ElementException(Element, String) - Constructor for exception ch.elca.el4j.services.xmlmerge.ElementException
Constructor with message.
ElementException(Element, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.ElementException
Constructor with cause.
EmptyRowCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
A cookSwing creator for <emptyrow>s, rows inside a designgridlayout.
EmptyRowCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.EmptyRowCreator
 
enable() - Static method in class ch.elca.el4j.services.monitoring.DbLogger
Start monitoring.
enableMonitor() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Enables the monitor to gather measurements.
enableMonitor() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Enables the monitor to gather measurements.
encrypt(String) - Method in class ch.elca.el4j.services.security.encryption.AESCipher
 
encrypt(String) - Method in class ch.elca.el4j.services.security.encryption.RSACipher
Encrypts a given text, by using the public key of the cipher.
encrypt(String) - Method in interface ch.elca.el4j.util.encryption.AbstractPropertyEncryptor
 
encrypt(String) - Method in class ch.elca.el4j.util.encryption.PBEncryptor
Encrypts a string with the currently set password.
encrypt(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
Encrypts a String.
encryptByteArrayToString(byte[]) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
Encrypts a byte array into a String.
EncryptionException - Exception in ch.elca.el4j.util.encryption
Exception that is thrown when an encryption or decryption exception occured.
EncryptionException(String, Object[], Throwable) - Constructor for exception ch.elca.el4j.util.encryption.EncryptionException
 
EncryptionException(Throwable) - Constructor for exception ch.elca.el4j.util.encryption.EncryptionException
Constructor with wrapped exception.
EncryptionException(String) - Constructor for exception ch.elca.el4j.util.encryption.EncryptionException
Constructor with message.
end() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
marks the end of an ANDed or ORed list of predicates.
endBuilder() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Mark this query as completed.
endElement(String, String, String) - Method in class ch.elca.el4j.env.xml.EnvSaxHandler
EnrichmentDecorator - Interface in ch.elca.el4j.util.interfaceenrichment
This interface is used to describe how an interface should be decorated.
enrichProxy(Class<?>, String, Object[], TargetSource, String[], BeanFactory, AdvisorAdapterRegistry, boolean) - Static method in class ch.elca.el4j.core.aop.ProxyEnricher
If the target of the given target source is already an advised object, then this proxy will be enriched with the known advisors.
enrichProxyInternal(Class, String, Object[], TargetSource, String[], BeanFactory, AdvisorAdapterRegistry, boolean, Advised) - Static method in class ch.elca.el4j.core.aop.ProxyEnricher
Enriches the given proxy instead of creating a new proxy.
entity(Class<?>) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Returns a new Entity object, based on the given class.
entity(String, Class<?>) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Returns a new Entity object, based on the given name and class.
entity(Class<?>, Method) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Returns a new Entity object, based on the given class and method.
ENTITY_MANAGER_FACTORY_BEAN_DEFAULT_NAME - Static variable in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
The default name for the property of the session factory.
ENTITY_RESOLVER_KEY - Static variable in class ch.elca.el4j.services.xmlmerge.XmlMergeContext
 
EntityDetectorAnnotationSessionFactoryBean - Class in ch.elca.el4j.services.persistence.hibernate.entityfinder
Extends AnnotationSessionFactoryBean.
EntityDetectorAnnotationSessionFactoryBean() - Constructor for class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
 
EntityType - Class in ch.elca.el4j.util.dom.reflect
Represents an entity type.
EntityType(Class<?>) - Constructor for class ch.elca.el4j.util.dom.reflect.EntityType
reflects about the domain model class c and creates its EntityType.
ENUM_LIST - Static variable in class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
The list of all comparable enums ever created.
ENV_BEAN_PROPERTY_PROPERTIES_LOCATION - Static variable in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
The env bean property location.
ENV_CONTEXT - Static variable in class ch.elca.el4j.core.config.JndiConfigurationHelper
The default JNDI context java:comp/env.
ENV_GROUP_BEAN_OVERRIDES - Static variable in class ch.elca.el4j.env.xml.EnvXml
The group type name for env bean override properties.
ENV_GROUP_PLACEHOLDERS - Static variable in class ch.elca.el4j.env.xml.EnvXml
The group type name for env placeholders.
ENV_PLACEHOLDER_PROPERTIES_LOCATION - Static variable in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
The correct env location.
ENV_XML_LOCATION - Static variable in class ch.elca.el4j.env.xml.EnvXml
The env.xml location pattern.
EnvGroupHandler - Interface in ch.elca.el4j.env.xml.handlers
The interface that a handler has to implement to parse a group of the env.xml file.
EnvPropertiesUtils - Class in ch.elca.el4j.util.env
This class provides access to the currently used environment properties.
EnvPropertiesUtils() - Constructor for class ch.elca.el4j.util.env.EnvPropertiesUtils
Hide default constructor.
EnvPropertyOverrideConfigurer - Class in ch.elca.el4j.env.beans
Specific property override configurer for the EL4J environment.
EnvPropertyOverrideConfigurer() - Constructor for class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
 
EnvPropertyPlaceholderConfigurer - Class in ch.elca.el4j.env.beans
Specific property placeholder configurer for the EL4J environment.
EnvPropertyPlaceholderConfigurer() - Constructor for class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
 
EnvSaxHandler - Class in ch.elca.el4j.env.xml
The main SAX handler to parse the env.xml file.
EnvSaxHandler(Map<String, EnvGroupHandler>) - Constructor for class ch.elca.el4j.env.xml.EnvSaxHandler
 
EnvXml - Class in ch.elca.el4j.env.xml
The central class get env properties configured via env.xml files.
EnvXml() - Constructor for class ch.elca.el4j.env.xml.EnvXml
The env.xml configuration reader.
EnvXml(ResourcePatternResolver, boolean) - Constructor for class ch.elca.el4j.env.xml.EnvXml
The env.xml configuration reader.
eq(String, String) - Static method in class ch.elca.el4j.services.search.criterias.CriteriaHelper
Convenience method for string comparison.
equal(T, T) - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
defines when two references are considered equal.
equals(Object) - Method in class ch.elca.el4j.core.io.ExplicitClassPathResource
equals(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerCollectionField
equals(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
equals(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
Deprecated. 
equals(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
equals(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
equals(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
equals(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
equals(Object, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
equals(Object, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
equals(String, boolean) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, int) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, long) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, short) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, byte) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, double) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, Enum<?>) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, float) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(String, String) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
equals(Object) - Method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Return true if and only if that object is equivalent to the object this operation is invoked upon.
equals(Object) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
 
equals(Object) - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
equals(Object) - Method in class com.silvermindsoftware.hitch.reflect.FieldInfo
 
equals(Object) - Method in class com.silvermindsoftware.hitch.reflect.MethodInfo
 
equalsObject(String, Object) - Static method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
ErrorContext - Class in com.silvermindsoftware.hitch
 
ErrorContext() - Constructor for class com.silvermindsoftware.hitch.ErrorContext
 
eval(String) - Method in interface ch.elca.el4j.services.debug.ShellExecutor
Invoke a method on the shell
eval(String) - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
EXCEPTION_MESSAGE_FIELDDUPLICATED - Static variable in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Message, which has to be formated.
EXCEPTION_MESSAGE_OBJECTDOESNOTEXIST - Static variable in exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated. Message, which has to be formated.
EXCEPTION_MESSAGE_OBJECTINSERTION - Static variable in exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated. Message, which has to be formated.
EXCEPTION_MESSAGE_OBJECTMODIFICATION - Static variable in exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated. Message, which has to be formated.
ExceptionChainConversionInterceptor - Class in ch.elca.el4j.core.aop
Interceptor that converts the cause of an Exception thrown by the intercepted method into a Throwable instance.
ExceptionChainConversionInterceptor() - Constructor for class ch.elca.el4j.core.aop.ExceptionChainConversionInterceptor
Default constructor.
ExceptionConfiguration - Interface in ch.elca.el4j.services.exceptionhandler
The exception configuration is used to determine, whether a exception handler is able to handle a given exception that was thrown in a given method invocation.
ExceptionDialog - Class in ch.elca.el4j.services.gui.swing.exceptions
The default dialog that appears when an exception occurred.
ExceptionDialog(String) - Constructor for class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
 
ExceptionHandler - Interface in ch.elca.el4j.services.exceptionhandler.handler
An exception handler is a expert for handling some kind of exceptions.
Exceptions - Class in ch.elca.el4j.services.gui.swing.exceptions
This Exception Handler Manager allows to register Exception Handlers.
Exceptions() - Constructor for class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
 
ExceptionThrowingEventService - Class in ch.elca.el4j.services.gui.swing.eventbus
A SwingEventService that really throws occurring exceptions (in addition to logging them).
ExceptionThrowingEventService() - Constructor for class ch.elca.el4j.services.gui.swing.eventbus.ExceptionThrowingEventService
 
EXCLUSIVE_LOCATIONS_PARAM - Static variable in class ch.elca.el4j.web.context.ModuleContextLoader
Name of servlet context parameter that can specify the exclusive configuration locations for the application context.
ExclusiveBeanNameAutoProxyCreator - Class in ch.elca.el4j.core.aop
Auto proxy creator that identifies beans to proxy via a list of names.
ExclusiveBeanNameAutoProxyCreator() - Constructor for class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
execute() - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Execute the query.
execute() - Method in class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
executeAndExtract(PreparedStatement) - Method in class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator.Delegate
executeHQL(String, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Execute a HQL query.
executeHQLUnique(String, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Execute HQL and epxect a single item.
executeUnique() - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Execute the query, expecting a unique element.
exist(QueryBuilder) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
adds an EXISTS ( subquery ) to this condition.
existIf(QueryBuilder, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
same as QueryBuilder.ConditionList.exist(QueryBuilder) iff cond evaluates to true.
existIfNotNull(QueryBuilder, Object) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
 
ExplicitClassPathResource - Class in ch.elca.el4j.core.io
This is an explicit class path resource.
ExplicitClassPathResource(URL, String, ClassLoader) - Constructor for class ch.elca.el4j.core.io.ExplicitClassPathResource
Constructor with an explicit url for the given class path resource.
exportStatisticsCSV(String) - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Generate a csv of all gathered statistics and save it on the passed path/filename.
exportStatisticsCSV(String) - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Generate a csv of all gathered statistics and save it on the passed path/filename.
Expression - Interface in ch.elca.el4j.services.persistence.jpa.criteria
The interface for the query builder.
extend(ActionsContext, Object...) - Static method in class ch.elca.el4j.services.gui.swing.ActionsContext
Extend an ActionsContext.
extendDefault(Object...) - Static method in class ch.elca.el4j.services.gui.swing.ActionsContext
Extend the ActionsContext of GUIApplication.
ExtendedArrayList<T> - Class in ch.elca.el4j.util.collections.impl
A default implementation of the ExtendedWritableList interface.
ExtendedArrayList() - Constructor for class ch.elca.el4j.util.collections.impl.ExtendedArrayList
creates an empty list.
ExtendedArrayList(T...) - Constructor for class ch.elca.el4j.util.collections.impl.ExtendedArrayList
creates a list containing the arguments.
ExtendedArrayList(Iterable<T>) - Constructor for class ch.elca.el4j.util.collections.impl.ExtendedArrayList
Creates a list by shallow-copying iter.
ExtendedList<T> - Interface in ch.elca.el4j.util.collections
A slightly extended Iterable.
ExtendedReorderableList<T> - Interface in ch.elca.el4j.util.collections
An extended interface, random access list permitting element reordering, but not neccessarily inserting/removing elements.
ExtendedWritableList<T> - Interface in ch.elca.el4j.util.collections
An enriched version of List.
extendOnlyPolicy() - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
extendOnlyPolicy(IdentityHashMap<Object, Object>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
extent(String...) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add a data extent (a property to be eagerly fetched).
EXTENT_FETCHER_BEAN_DEFAULT_NAME - Static variable in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
The default name for the property of the session factory.
ExtentCollection - Class in ch.elca.el4j.services.persistence.hibernate.dao.extent
An ExtentCollection represents a collection of an entity.
ExtentCollection(String) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Default Creator.
ExtentCollection(String, Class<?>) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Default Creator.
ExtentCollection(Class<?>, Method) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Default Creator, hidden.
ExtentEntity - Class in ch.elca.el4j.services.persistence.hibernate.dao.extent
A ExtentEntity represents a complex Data Type in an Extent.
ExtentEntity(Class<?>) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Default Creator, hidden.
ExtentEntity(String, Class<?>) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Default Creator, hidden.
ExtentEntity(Class<?>, Method) - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Default Creator, hidden.
ExtentFetcher - Interface in ch.elca.el4j.services.persistence.jpa.dao.extentstrategies
Strategy interface for fetching extents.
extentFetcher - Variable in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
Caches the 'extentFetcher' bean from the application context.
ExternalApplicationFrame - Class in ch.elca.el4j.services.gui.swing.frames
This class represents a frame in a SDI environment.
ExternalApplicationFrame(JFrame) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
 

F

failOnNull() - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Fail if no elements are returned.
FallbackDaoRegistry - Class in ch.elca.el4j.services.persistence.generic.dao.impl
This class extends the DefaultDaoRegistry with a fallback function: If no DAO can be found for an entityType, a generic DAO is created.
FallbackDaoRegistry() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
 
Fasade - Class in com.zanthan.sequence
This class is a fasade for the Sequence library.
Fasade() - Constructor for class com.zanthan.sequence.Fasade
 
fetchExtent(List<T>, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Prototype of Extent-based fetching, steps through all the retrieved objects and calls the methods of the extent to ensure loading from db.
fetchExtent(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Prototype of Extent-based fetching, steps through all the retrieved objects and calls the methods of the extent to ensure loading from db.
fetchExtent(List<T>, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Prototype of Extent-based fetching, steps through all the retrieved objects and calls the methods of the extent to ensure loading from db.
fetchExtent(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Prototype of Extent-based fetching, steps through all the retrieved objects and calls the methods of the extent to ensure loading from db.
fetchExtentObject(Object, ExtentEntity, ReferenceMap) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.extentstrategies.ExtentFetcher
Sub-method of the extent-based fetching, steps through the entities and calls the required methods.
fetchExtentObject(Object, ExtentEntity, ReferenceMap) - Method in class ch.elca.el4j.services.persistence.jpa.dao.extentstrategies.HibernateExtentFetcher
Sub-method of the extent-based fetching, steps through the entities and calls the required methods.
FieldInfo - Class in com.silvermindsoftware.hitch.reflect
 
FieldInfo(Field) - Constructor for class com.silvermindsoftware.hitch.reflect.FieldInfo
 
Filter<T> - Interface in ch.elca.el4j.util.collections.helpers
A filter for objects of type T.
filter(Collection, Class) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Filters the given collection.
filterData(Properties) - Method in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
filterData(Properties) - Method in interface ch.elca.el4j.env.xml.handlers.EnvGroupHandler
 
filtered(List<? extends T>, Filter<? super T>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
returns a filtered view on list.
filtered(Filter<? super T>) - Method in interface ch.elca.el4j.util.collections.ExtendedList
Convenience method returning a filtered view on this collection.
filtered(Filter<? super T>) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
Convenience method returning a filtered view on this collection.
filtered(Filter<? super O>) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
Convenience method returning a filtered view on this collection.
filtered(Filter<? super T>) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
Convenience method returning a filtered view on this collection.
FilteredList<T> - Interface in ch.elca.el4j.util.collections
A view on a backing List showing only the elements accepted by a filter.
filterMetaData(Collection) - Method in class ch.elca.el4j.core.transaction.AnnotationTransactionMetaDataSource
filterMetaData(Collection) - Method in class ch.elca.el4j.core.transaction.CommonsAttributesTransactionMetaDataSource
Searches for one transaction attribute and adds found found rollback rules for rule based transaction attributes.
filterMetaData(Collection) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
finalizeExporterDependentBeans(RemotingServiceExporter) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
This method will be used to finalize the preinstantiated beans, which depends on the exporter bean.
finalizeExporterDependentBeans(RemotingServiceExporter) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
This method will be used to finalize the preinstantiated beans, which depends on the exporter bean.
finalizeRollbackBehavior(RuleBasedTransactionAttribute) - Method in class ch.elca.el4j.core.transaction.TransactionMetaDataSource
Checks the given rule based rollback attribute and corrects the rollback rule if necessary.
find(List<T>, T, int) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Finds the first element with index at least startAt that equals o.
find(String) - Method in class ch.elca.el4j.util.dom.reflect.EntityType
Returns the property named name or throws a NoSuchElementException if no such propery exists.
find(Object, String, JComponent) - Method in interface com.silvermindsoftware.hitch.Binder
Find a specific binding.
find(Object, String, JComponent) - Method in class com.silvermindsoftware.hitch.BinderImpl
Find a specific binding.
findAllAttributes(Method) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
findAllAttributes(Class) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
findAllClassPathResources(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Finds all resources that do not contain any wildcards except the classpath*.
findAllMatchingResources(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Finds all resources that match the given location pattern that is interpreted by the path matcher which this class is configured for.
FindBugsSuppressWarnings - Annotation Type in ch.elca.el4j.util.codingsupport.annotations
This is a substitute for the annotation SuppressWarnings that FindBugs normally would use.
findByCriteria(DetachedCriteria) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves all the domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves all the domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, int, int) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves a range of domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, int, int, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves a range of domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves all the domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves all the domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, int, int) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a range of domain objects matching the Hibernate criteria.
findByCriteria(DetachedCriteria, int, int, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a range of domain objects matching the Hibernate criteria.
findByCriteria(CriteriaQuery<T>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Finds entities matching the given criteria query.
findByCriteria(CriteriaQuery<T>, int, int) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Finds entities matching the given criteria query, with paging support.
findById(ID) - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Retrieves a domain object by identifier.
findById(ID, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves a domain object by identifier.
findById(ID, boolean, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves a domain object by identifier, optionally obtaining a database lock for this operation.
findById(ID, boolean) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a domain object by identifier, optionally obtaining a database lock for this operation.
findById(ID, boolean, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a domain object by identifier, optionally obtaining a database lock for this operation.
findById(ID) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a domain object by identifier.
findById(ID, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a domain object by identifier.
findById(ID) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves a domain object by identifier.
findById(ID, DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves a domain object by identifier.
findById(ID) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves a domain object by identifier.
findById(ID, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves a domain object by identifier.
findByIdLazy(ID) - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Retrieves a domain object by identifier lazily.
findByIdLazy(ID) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves a domain object by identifier lazily.
findByIdLazy(ID) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
findByIdStrong(Class<T>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Retrieves the persistent instance given by its identifier in a strong way: does the same as the find(Class, java.io.Serializable) method, but throws a DataRetrievalException instead of null if the persistent instance could not be found.
findByIdStrongLazy(Class<T>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Retrieves the persistent instance given by its identifier in a strong way: does the same as the getReference(Class, java.io.Serializable) method, but throws a DataRetrievalException instead of null if the persistent instance could not be found.
findByKey(Class<T>, Integer) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Finds an entity by its primary key.
findByKey(Class<T>, Integer) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
findByNamedParamStrong(String, String, Object, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Retrieves a persistent instance with the help of a parameterized query: does the same as the findByNamedParam(String, String, Object) method, but returns a persistent instance instead of a list of persistent objects and throws a DataRetrievalException if the returned list does not contain exactly one element.
findByQuery(QueryObject) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Executes a query based on a given query object.
findByQuery(QueryObject, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Executes a query based on a given query object.
findByQuery(QueryObject) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Executes a query based on a given query object.
findByQuery(QueryObject, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Executes a query based on a given query object.
findByQuery(QueryBuilder) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves all the domain objects matching the JPA criteria.
findByQuery(QueryBuilder, DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves all the domain objects matching the JPA criteria.
findByQuery(QueryBuilder, int, int) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves a range of domain objects matching the JPA criteria.
findByQuery(QueryBuilder, int, int, DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves a range of domain objects matching the JPA criteria.
findByQuery(QueryBuilder) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves all the domain objects matching the JPA criteria.
findByQuery(QueryBuilder, int, int) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves a range of domain objects matching the JPA criteria.
findByQuery(QueryBuilder, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves all the domain objects matching the JPA criteria.
findByQuery(QueryBuilder, int, int, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves a range of domain objects matching the JPA criteria.
findCountByCriteria(DetachedCriteria) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves the number of domain objects matching the Hibernate criteria.
findCountByCriteria(DetachedCriteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Counts the number of results of a search.
findCountByCriteria(DetachedCriteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves the number of domain objects matching the Hibernate criteria.
findCountByQuery(QueryObject) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Count number of results of a search.
findCountByQuery(QueryObject) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Count number of results of a search.
findCountByQuery(QueryBuilder) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves the number of domain objects matching the JPA criteria.
findCountByQuery(QueryBuilder) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves the number of domain objects matching the JPA criteria.
findDuplicateClasses() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Searches for duplicated classes on the classpath.
findDuplicateClasses() - Method in interface ch.elca.el4j.services.monitoring.jmx.JvmMBMBean
Searches for duplicated classes on the classpath.
findFirstClassPathResource(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
findLastClassPathResource(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
findSingleClassPathResource(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
FINISH_METHOD - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
The XML attribute name for the finish method.
finishRefresh() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
Notify all ModuleApplicationListeners that context has been refreshed.
finishRefresh(ModuleApplicationContext) - Method in interface ch.elca.el4j.core.context.ModuleApplicationContextCreationListener
Will be invoked as last step after refresh of the module application context.
finishRefresh() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
Notify all ModuleApplicationListeners that context has been refreshed.
firePropertyChange(String, Object, Object) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
firstCharLower(String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Helper function to set first Character lower case.
firstCharUpper(String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Helper function to set first Character upper case.
FlatToolBarCreator - Class in ch.elca.el4j.services.gui.swing.cookswing
A cookSwing creator for <flattoolbar>s, a convenience JToolBar having flat style.
FlatToolBarCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.FlatToolBarCreator
 
flush() - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Sometimes, the way Hibernate handles all the actions in a session is very unbelievable.
flush() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Sometimes, the way Hibernate handles all the actions in a session is very unbelievable.
flush() - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Sometimes, the way Hibernate handles all the actions in a session is very unbelievable.
flush() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Sometimes, the way Hibernate handles all the actions in a session is very unbelievable.
flush() - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Flush the session.
flush() - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
flushRecords() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
Flushes the made records to the given data file.
flushRecords() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Flushes the made records to the given data file.
Form - Annotation Type in com.silvermindsoftware.hitch.annotations
 
FormConfig - Class in com.silvermindsoftware.hitch.config
 
FormConfig() - Constructor for class com.silvermindsoftware.hitch.config.FormConfig
 
FormConfig(boolean) - Constructor for class com.silvermindsoftware.hitch.config.FormConfig
 
FormMeta - Class in com.silvermindsoftware.hitch.meta
This class holds all of the meta data gathered from the different configuration mediums (annotations, BinderConfig).
FormMeta(Class) - Constructor for class com.silvermindsoftware.hitch.meta.FormMeta
 
FormMeta(Class, Map, List) - Constructor for class com.silvermindsoftware.hitch.meta.FormMeta
 
freeze() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Freeze the extent, meaning that no further changes to it are possible.
freeze() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Freeze the ExtentCollection, meaning that no further changes to it are possible.
freeze() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Freeze the ExtentEntity, meaning that no further changes to it are possible.
from(Class<?>...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Specifies on which classes the query is based.
from(String...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Specifies on which tables the query is based.
fromIf(String, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
same as QueryBuilder.from(String...) except that from clause is added iff condition evaluates to true.
Function<D,R> - Interface in ch.elca.el4j.util.collections.helpers
A function.
FUZZY_CHANGE - Static variable in interface ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier
A fuzzy change object so callers do not have to construct their own.

G

generateReport() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
Generates the cobertura report of the current state.
generateReport() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Generates the cobertura report of the current state.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
Method to generate the url to be able to access the service.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
Method to generate the url to be able to access the service.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.HttpInvoker
Method to generate the url to be able to access the service.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method to generate the url to be able to access the service.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Method to generate the url to be able to access the service.
generateUrl(AbstractRemotingBase) - Method in class ch.elca.el4j.services.remoting.protocol.Rmi
Method to generate the url to be able to access the service.
GenericConfig - Class in ch.elca.el4j.util.config
The base class for generic configurations.
GenericConfig() - Constructor for class ch.elca.el4j.util.config.GenericConfig
The default constructor, which creates an empty configuration.
GenericDao<T> - Interface in ch.elca.el4j.services.persistence.generic.dao
Interface for generic DAOs.
GenericEnumSetUserType - Class in ch.elca.el4j.services.persistence.hibernate.usertypes
Generic user type for set of enumerations implementing SerializableEnum.
GenericEnumSetUserType() - Constructor for class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
 
GenericEnumUserType - Class in ch.elca.el4j.services.persistence.hibernate.usertypes
Generic user type for enumerations.
GenericEnumUserType() - Constructor for class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
 
GenericHibernateDao<T,ID extends Serializable> - Class in ch.elca.el4j.services.persistence.hibernate.dao
This class is a Hibernate-specific implementation of the ConvenienceGenericDao interface.
GenericHibernateDao() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Set up the Generic Dao.
GenericJpaDao<T,ID extends Serializable> - Class in ch.elca.el4j.services.persistence.jpa.dao
This class is a JPA-specific implementation of the ConvenienceGenericDao interface.
GenericJpaDao() - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Set up the Generic Dao.
GenericLogFactory - Class in ch.elca.el4j.util.socketstatistics.genericlogger
LogFactory that returns a GenericLogger.
GenericLogFactory() - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogFactory
 
GenericLogger - Class in ch.elca.el4j.util.socketstatistics.genericlogger
Base class for different facades to the actual logger interface.
GenericLogger(Object) - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
Constructor.
GenericMetaDataAdvisor - Class in ch.elca.el4j.util.metadata
This class simplifies the metadata programming.
GenericMetaDataAdvisor() - Constructor for class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
Default constructor.
GenericMetaDataAdvisor(Advice) - Constructor for class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
Constructor which sets the advice being received as parameter.
GenericMetaDataSource - Interface in ch.elca.el4j.util.metadata
Interface for the metadata source.
GenericProxiedFactoryBean - Class in ch.elca.el4j.core.aop
A generic FactoryBean that wraps another factory and proxies the beans generated by that factory.
GenericProxiedFactoryBean(FactoryBean, ProxyFactory) - Constructor for class ch.elca.el4j.core.aop.GenericProxiedFactoryBean
 
get(int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
get(B) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessor
 
get(K) - Method in class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Get element out of cache.
get(Class<?>, String) - Static method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Return the named enum (names are case sensitive!).
get(int) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
Returns an element of this list.
get(String) - Method in class ch.elca.el4j.util.config.GenericConfig
 
get(String) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
get(Class<?>) - Static method in class ch.elca.el4j.util.dom.reflect.EntityType
 
get() - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
get() - Method in class ch.elca.el4j.util.observer.impl.LiveValue
.
get() - Method in interface ch.elca.el4j.util.observer.ObservableValue
 
get() - Static method in class com.silvermindsoftware.hitch.ErrorContext
 
getAction(String) - Method in class ch.elca.el4j.services.gui.swing.ActionsContext
Returns the first action object found for an action name.
getAction(Object, String) - Method in class ch.elca.el4j.services.gui.swing.ActionsContext
Returns the action object for a specific object and action name.
getAction(Object, String) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Returns the action object for a specific object and action name.
getActionsContext() - Method in interface ch.elca.el4j.services.gui.swing.cookswing.action.ActionsContextAware
 
getActionsContext() - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class ch.elca.el4j.core.aop.BeanTypeAutoProxyCreator
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
Here we additionally de-proxy beans (to avoid that certain applications of interceptors fail).
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
Here we additionally de-proxy beans (to avoid that certain applications of interceptors fail).
getAdvisorAdapterRegistry() - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
getAdvisorAdapterRegistry() - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
getAdvisorAdapterRegistry() - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
 
getAdvisorAdapterRegistry() - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated.  
getAll() - Method in interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
Retrieves all the domain objects of type T.
getAll(DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Retrieves all the domain objects of type T.
getAll() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves all the domain objects of type T.
getAll(DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Retrieves all the domain objects of type T.
getAll() - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves all the domain objects of type T.
getAll(DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Retrieves all the domain objects of type T.
getAll() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves all the domain objects of type T.
getAll(DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Retrieves all the domain objects of type T.
getAll() - Method in class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Get all elements of cache.
getAllClasses() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
 
getAllClassLocations() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocator
Returns all located classes where the found classes' package starts with one of the given package names.
getAllDuplicates() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
 
getAllLinked() - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
Convenience method that returns all linked objects regardless of their location.
getAllLinked() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.Linked
Convenience method that returns all linked objects regardless of their location.
getAllMeasureItems() - Method in class ch.elca.el4j.services.statistics.detailed.processing.DataRepository
Returns the joined Measures of both MeasureCollectorServices.
getAllMeasureItems() - Method in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
Returns a List of all the measures.
getAllMeasureItems() - Method in class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
Returns a List of all the measures.
getAnchor() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabConfiguration
 
getAndCriterias() - Method in class ch.elca.el4j.services.search.QueryObject
 
getAnnotatedClasses() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
Just to have them available for tests
getAppenders() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jJmxLoader
Getter Method for appenders List.
getApplicationContext() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Getter method for the Application Context.
getApplicationContext() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
 
getApplicationContextMB() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns the object name of the Application Context proxy.
getApplicationContextMB() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns the object name of the Application Context proxy.
getApplicationContexts() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Returns all the Application Context proxies in this JVM.
getApplicationContexts() - Method in interface ch.elca.el4j.services.monitoring.jmx.JvmMBMBean
Returns all the Application Context proxies in this JVM.
getAssembledImplicitContext() - Method in class ch.elca.el4j.core.contextpassing.DefaultImplicitContextPassingRegistry
This method is used by remoting infrastructures on the client side to collect what needs to be added to the context.
getAssembledImplicitContext() - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPassingRegistry
This method is used by remoting infrastructures on the client side to collect what needs to be added to the context.
getAsString() - Static method in class com.silvermindsoftware.hitch.ErrorContext
 
getAttribute(String) - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
getAttributes(String[]) - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
getAttributes(Class) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
Get the RolesAllowed attributes for a given target class.
getAttributes(Class, Class) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
 
getAttributes(Method) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
Get the RolesAllowed attributes for a given target method.
getAttributes(Method, Class) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
 
getAttributes(Field) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
 
getAttributes(Field, Class) - Method in class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
 
getAttributes(Class) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the class attributes of the target class.
getAttributes(Method) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the method attributes of the target method.
getAttributes(Field) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the field attributes of the target field.
getAttributes(Class, Class) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the class attributes of the target class of a given type.
getAttributes(Method, Class) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the method attributes of the target method of a given type.
getAttributes(Field, Class) - Method in class ch.elca.el4j.util.metadata.annotations.Annotations
Return the field attributes of the target method of a given type.
getAttributes(Class) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the class attributes of the target class.
getAttributes(Class, Class) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the class attributes of the target class of a given type.
getAttributes(Method) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the method attributes of the target method.
getAttributes(Method, Class) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the method attributes of the target method of a given type.
getAttributes(Field) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the field attributes of the target field.
getAttributes(Field, Class) - Method in interface ch.elca.el4j.util.metadata.Attributes
Return the field attributes of the target method of a given type.
getAttributes(Class) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Return the class attributes of the target class.
getAttributes(Class, Class) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Return the class attributes of the target class of a given type.
getAttributes(Method) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Return the method attributes of the target method.
getAttributes(Method, Class) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Return the method attributes of the target method of a given type.
getAttributes(Field) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Directly calls the metadata delegator.
getAttributes(Field, Class) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
Directly calls the metadata delegator.
getAuthenticationData() - Method in interface ch.elca.el4j.services.security.authentication.AuthenticationService
After a login method has been called, or the user is authenticated in any other way, the authentication data object as constructed during the authentication process can be accessed using this method.
getAuthenticationData() - Method in class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
Return the authentication data that is stored for this thread.
getAutoDetectEntityPackage() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
 
getAutoPositionPolicy() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Gets the auto position frames policy.
getAvailableAppendersList() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
For all loaded appenders, a String representaion of the appenderName and appenderObject is returned.
getAvailableAppendersList() - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
For all loaded appenders, a String representaion of the appenderName and appenderObject is returned.
getAvailableLocales(String) - Static method in class ch.elca.el4j.util.codelist.CodelistUtility
Returns a list of all java locales for which a .properties file corresponding to the ResourceBundle base name is available.
getBacking() - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
returns the backing list.
getBacking() - Method in interface ch.elca.el4j.util.collections.TransformedList
returns the backing list.
getBeanClass() - Method in class ch.elca.el4j.services.search.QueryObject
 
getBeanName() - Method in class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated.  
getBeanName() - Method in class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated.  
getBeanName() - Method in class ch.elca.el4j.core.context.OrderedBeanNameHolder
 
getBeanName() - Method in class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
 
getBeanName() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
 
getBeanName() - Method in class ch.elca.el4j.util.logging.Log4jXmlLoader
 
getBeans() - Method in class ch.elca.el4j.core.beans.BeanLocator
Returns all beans that match the specified search criteria.
getBinder() - Method in interface ch.elca.el4j.services.gui.swing.cookswing.binding.Bindable
 
getBinder(Component) - Static method in class com.silvermindsoftware.hitch.BinderManager
Get a binder for a specific window component.
getBodyParameters() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Get all attached parameters.
getBooleanValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getByIdStrong(Class<?>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Retrieves the persistent instance given by its identifier in a strong way: does the same as the getById(Class, java.io.Serializable) method, but throws a DataRetrievalException instead of null if the persistent instance could not be found.
getByIdStrongLazy(Class<?>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Retrieves a persistent instance lazily.
getBytesReceived() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for number of received bytes.
getBytesSent() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for number of sent bytes.
getByteValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getCacheKey(Method, Class) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
Calculates the cache key of a certain method in a certain class.
getCanonicalClassName(Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.ClassUtils
Composes the canonical name of the given class.
getCellEditorValue() - Method in class com.silvermindsoftware.hitch.validation.response.ValidatingCellEditor
getChangee() - Method in class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityChange
 
getChangeNotifier() - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns the notifier used to announce changes.
getChannel() - Method in class java.net.Socket
Returns the unique SocketChannel object associated with this socket, if any.
getChildEntities() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Child entities.
getChildren() - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
 
getChlidApplicationContexts() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
getClassInfo(Class) - Static method in class com.silvermindsoftware.hitch.reflect.ClassManager
 
getClassLoader() - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
getClassLoader() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
getClassLoaderHierarchy() - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderInvestigator
 
getClassName() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns the class name of the referenced bean.
getClassName() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns the class name of the referenced bean.
getClassName() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
getClassNameOfCglibProxyClass(Class) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Return the class name (String) of a CGLIB-generated class.
getClassOfCglibProxyClass(Class) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Return the class (Class) of a CGLIB-generated class.
getClassPath() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Get the classpath of this jvm.
getClassPath() - Method in interface ch.elca.el4j.services.monitoring.jmx.JvmMBMBean
Get the classpath of this jvm.
getClassPath(Class<?>) - Static method in class ch.elca.el4j.util.classpath.ClassloaderTools
 
getClassPathForInspectedClass() - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderInvestigator
 
getClassPathForInspectedClassUsingItsLoader() - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderInvestigator
 
getClassValidator() - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
getClassValidator() - Method in interface com.silvermindsoftware.hitch.validation.HibernateValidationCapability
 
getClient() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the client of the measure.
getClientContextInvocationHandler(Object, Class) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Creates a invocation handler used on the client proxy.
getClosedSocketsCount() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Get number of already closed sockets.
getClosedSocketsCount() - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Get number of already closed sockets.
getClosePolicy() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Gets the close policy.
getCollectionEntryMapping() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
getCollectionLinkByName(String) - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
Get a collection of links by name.
getCollectionLinkByName(String) - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.Linked
Get a collection of links by name.
getCollectionLinkNames() - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
getCollectionLinkNames() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.Linked
 
getCollections() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Collections.
getColumnClass(int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getColumnCount() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getColumnName(int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getComparator(int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getComponent() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getComponentClass() - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
getComponentField() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getComponentFieldName() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getComponentHandler() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getComponentMetaIterator() - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
getConfig() - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
 
getConfigFileAsResource(String) - Method in class ch.elca.el4j.core.io.support.Module
Converts the given config file in a resource that takes place in the current module.
getConfigFileResourcesAsList() - Method in class ch.elca.el4j.core.io.support.Module
 
getConfigFiles() - Method in class ch.elca.el4j.core.io.support.Module
 
getConfigFilesAsList() - Method in class ch.elca.el4j.core.io.support.Module
 
getConfigLocation() - Method in class ch.elca.el4j.util.logging.Log4jXmlLoader
 
getConfigLocationResources() - Method in interface ch.elca.el4j.core.io.support.ConfigLocationProvider
 
getConfigLocationResources() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
getConfigLocations() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
getConfigLocations() - Method in interface ch.elca.el4j.core.io.support.ConfigLocationProvider
 
getConfigLocations() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
getConfiguration() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
 
getConfiguration() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
 
getConfiguration() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns the configuration parameter as they have been set in the configuration files loaded by the Application Context.
getConfiguration() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns the configuration parameter as they have been set in the configuration files loaded by the Application Context.
getConnectionStatistics() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Get a Set of all present ConnectionStatics for open and already closed sockets.
getConnectionStatistics() - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Get a Set of all present ConnectionStatics for open and already closed sockets.
getConstraints() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getContainedEntity() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Contained entity of the collection.
getContent() - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
getContent() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
getContent() - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
getContent() - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
getContent() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
getContent() - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
 
getContext() - Method in class ch.elca.el4j.core.config.JndiConfigurationHelper
 
getContext() - Static method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsSharedContextHolder
Get the passed object.
getContextConfigLocation() - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
getContextLoader() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
Return the ContextLoader used by this servlet.
getContextPassingContext() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSoapHeaderContextPassing
Get the JAXBContext used to serialize the implicit context.
getContextPassingContext() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringSoapHeaderContextPassing
Get the JAXBContext used to serialize the implicit context.
getContextPath() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
 
getConvenienceHibernateTemplate() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateDaoSupport
 
getConvenienceJpaTemplate() - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaDaoSupport
 
getCorrelationIdManager() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
 
getCount() - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.CountQuery
 
getCount() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
getCreatedDate() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
External getter for sockets creation date.
getCreatedDateInt() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Internal getter for sockets creation date.
getCriteria(QueryObject) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
 
getCriteria() - Method in class ch.elca.el4j.services.search.criterias.NotCriteria
 
getCriteriaList() - Method in class ch.elca.el4j.services.search.QueryObject
 
getCriterias() - Method in class ch.elca.el4j.services.search.criterias.AndCriteria
 
getCriterias() - Method in class ch.elca.el4j.services.search.criterias.OrCriteria
 
getCriterias() - Method in class ch.elca.el4j.services.search.QueryObject
 
getCriterionEntries(DetachedCriteria) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.DetachedCriteriaUtils
 
getCryptor() - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
Called to get the cryptor object managed by this class.
getCsvString(String) - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns a CSV (comma-separated value) representation of the measure.
getCurrentCorrelationId() - Method in interface ch.elca.el4j.core.correlationId.CorrelationIdManager
 
getCurrentCorrelationId() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdManagerSlf4jImpl
getCurrentModificationKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated. This method will be called to get the current modification key, which will be used to save the current modification key as the last modification key on database.
getDao(Class<T>) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoRegistry
Returns the DAO of a given type.
getDao(Class<T>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Returns the DAO of a given type.
getDaoPrototypeBeanName() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
 
getDaos() - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoRegistry
 
getDaos() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
getData() - Method in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
getData() - Method in interface ch.elca.el4j.env.xml.handlers.EnvGroupHandler
 
getData() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Retrieves the performance measurements and returns a string representation.
getData() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Retrieves the performance measurements and returns a string representation.
getDataFilePath() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
 
getDataFilePath() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
getDataRepository() - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
 
getDateTimeString(DateTime, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a string containing the date and/or time from the DateTime.
getDefaultMaxResults() - Static method in class ch.elca.el4j.services.search.QueryObject
 
getDefaultOrder() - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
 
getDefaultOrder() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
getDefaultProperties() - Static method in class com.silvermindsoftware.hitch.binding.BindingFactory
 
getDefaultProperty(Object) - Method in class com.silvermindsoftware.hitch.binding.DefaultProperties
Returns the default property for a widget or widget class.
getDeiconifiablePolicy() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Gets the de-iconifiable policy.
getDependencies() - Method in class ch.elca.el4j.core.io.support.Module
 
getDependenciesAsList() - Method in class ch.elca.el4j.core.io.support.Module
 
getDepth() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
getDescription() - Method in class ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
getDesktopPane() - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication
 
getDesktopPane() - Method in class ch.elca.el4j.services.gui.swing.MDIApplication
getDestroyedDate() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
External getter for sockets destroyed / close date.
getDestroyedDateInt() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Internal getter for sockets destroyed / close date.
getDocument() - Method in exception ch.elca.el4j.services.xmlmerge.DocumentException
 
getDoubleValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getDTD(Element) - Method in class ch.elca.el4j.services.xmlmerge.action.DtdInsertAction
Gets the DTD declared in the doctype of the element's owning document.
getDuration() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the duration of the measure.
getEjbName() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the EJB name of the measure.
getElement() - Method in exception ch.elca.el4j.services.xmlmerge.ElementException
 
getElement() - Method in exception ch.elca.el4j.services.xmlmerge.MatchException
 
getEntityClass() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Class of the entity.
getEntityManager() - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
Getter for entity manager.
getEntityManagerFactory() - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
Gets the session factory (from spring context if needed).
getEntityResolver() - Static method in class ch.elca.el4j.services.xmlmerge.XmlMergeContext
 
getEnumValues() - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
 
getEnvBeanPropertyProperties() - Static method in class ch.elca.el4j.util.env.EnvPropertiesUtils
Retrieves the currently used bean property environment properties.
getEnvBeanPropertyProperties(ResourcePatternResolver, boolean) - Static method in class ch.elca.el4j.util.env.EnvPropertiesUtils
Retrieves the currently used bean property environment properties.
getEnvPlaceholderProperties() - Static method in class ch.elca.el4j.util.env.EnvPropertiesUtils
Retrieves the currently used placeholder environment properties.
getEnvPlaceholderProperties(ResourcePatternResolver, boolean) - Static method in class ch.elca.el4j.util.env.EnvPropertiesUtils
Retrieves the currently used placeholder environment properties.
getEnvProperties() - Static method in class ch.elca.el4j.util.env.EnvPropertiesUtils
Deprecated. Use method EnvPropertiesUtils.getEnvPlaceholderProperties() instead.
getExceptionHandler() - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
getExceptionHandler() - Method in interface ch.elca.el4j.services.exceptionhandler.ExceptionConfiguration
 
getExceptionTypes() - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
 
getExclusiveConfigLocations() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
getExclusiveConfigLocations() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
getExclusiveConfigLocations() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the exclusive config locations of this ApplicationContext.
getExclusiveConfigLocations() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the exclusive config locations of this ApplicationContext.
getExclusiveConfigLocations(ServletContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
Returns the exclusive configuration locations.
getExclusiveConfigLocations() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
getExclusiveLocations() - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
 
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.HttpInvoker
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
Method to get the class type of the exporter object.
getExporterObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Rmi
Method to get the class type of the exporter object.
getExtentFetcher() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
 
getExtentFetcher() - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
Gets the session factory (from spring context if needed).
getExtentId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
The id of the data extent.
getField() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerCollectionField
 
getField() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getField(String) - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Retrieves a single field (public, private, protected or package) from the provided class or one of its superclasses.
getField() - Method in class com.silvermindsoftware.hitch.reflect.FieldInfo
 
getFieldName() - Method in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated.  
getFields() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Field-methods of the entity.
getFields() - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Array of all fields (public, private, protected or package) for the provided class and all of its superclasses.
getFileEncoding() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
getFilter() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
 
getFirstMeasureItems() - Method in class ch.elca.el4j.services.statistics.detailed.processing.DataRepository
Returns the MeasureIds of the locally collected MeasureItems.
getFirstMeasureItems() - Method in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
 
getFirstMeasureItems() - Method in class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
getFirstResult() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Gets the id of the first result to return.
getFirstResult() - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Gets the id of the first result to return.
getFirstResult() - Method in class ch.elca.el4j.services.search.QueryObject
 
getFloatValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getFlushMode() - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
getFor(Class<T>) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoRegistry
Returns the generic DAO for entities of type entityType.
getFor(Class<T>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Returns the generic DAO for entities of type entityType.
getFor(Class<T>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
Returns the generic DAO for entities of type entityType.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.BaseException
Gets parameters defined for the message.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.BaseRTException
Gets parameters defined for the message.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Gets parameters defined for the message.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated. Gets parameters defined for the message.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated. Gets parameters defined for the message.
getFormatParameters() - Method in exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated. Gets parameters defined for the message.
getFormatString() - Method in exception ch.elca.el4j.core.exceptions.BaseException
Returns the message pattern for MessageFormat or the message of the exception.
getFormatString() - Method in exception ch.elca.el4j.core.exceptions.BaseRTException
Returns the message pattern for MessageFormat or the message of the exception.
getFormatString() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
getFormatString() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
 
getFormattedString() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureId
Returns a human-readable representation of the measure ID.
getFormattedString() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns a human-readable representation of the measure.
getFormMeta(Class) - Method in class com.silvermindsoftware.hitch.BinderManager
 
getFormMetaData(Class<?>) - Static method in class com.silvermindsoftware.hitch.BinderManager
 
getFrame() - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
getFrame() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
getFrame() - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
getFrame() - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
getFrame() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
getFrame(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
 
getFreshExporterBean() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
Creates a fresh exporter bean wraps a potentially enriched service interface.
getFreshServiceProxy() - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
 
getGetter(Method) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
 
getGetterMethod(String) - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Retrieves a single setter method (public, private, protected or package) from the provided class or one of its superclasses.
getGetters() - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Array of all getter methods (public, private, protected or package) for the provided class and all of its superclasses.
getGroupConfiguration(String) - Method in class ch.elca.el4j.env.xml.EnvXml
Get the configuration of a specif env group.
getHandlerClass() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getHandlerParameters() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getHandlers() - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
 
getHandlerValues() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getHeaderRendererIcon(int, int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getHeaders() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
getHierarchy() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
getHierarchy() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
The Hierarchy.
getHost() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureId
Returns the host name of the measure ID.
getHtmlAdaptorServer() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The getter method for the HtmlAdaptorServer.
getHtmlParserName() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
getHtmlTable(String[][]) - Static method in class ch.elca.el4j.services.monitoring.jmx.JmxHtmlFormatter
This method creates an Html from a two dimentional String array (first dimention=row, second dimention=colomn).
getIcon() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getId() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
 
getId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
getId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
getID() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the MeasureID id of the measure.
getID() - Method in interface ch.elca.el4j.util.codelist.Codelist
Getter for the globally unique ID of the code.
getIgnoreFields() - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
getImplicitContextPassingRegistry() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
getImplicitlyPassedContext() - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPasser
This method is called by the stub (e.g.
getImplicitlyPassedContext() - Method in class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
This method is called by the stub (e.g.
getImplicitlyPassedContext() - Method in class ch.elca.el4j.services.security.authentication.AuthenticationServiceContextPasser
This method is called by the client that makes a remote invocation to collect the implicitly passed context and add it to the request.
getImplicitlyPassedContext() - Method in class ch.elca.el4j.services.security.authentication.SecureUsernamePasswordAuthenticationServiceContextPasser
This method is called by the client that makes a remote invocation to collect the implicitly passed context and add it to the request.
getImplicitlyPassedContext() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsImplicitContextPasser
This method is called by the stub (e.g.
getInclusiveConfigLocations() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
getInclusiveConfigLocations() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
getInclusiveConfigLocations() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the inclusive config locations of this ApplicationContext.
getInclusiveConfigLocations() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the inclusive config locations of this ApplicationContext.
getInclusiveConfigLocations(ServletContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
Returns the inclusive configuration locations.
getInclusiveConfigLocations() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
getInclusiveLocations() - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
 
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInitialConfigurationPath() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Get the path of the log4j configuration file, which was loaded initially (at application start).
getInitialConfigurationPath() - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Get the path of the log4j configuration file, which was loaded initially (at application start).
getInnerRemoteObject() - Method in class ch.elca.el4j.services.remoting.ClientContextInvocationHandler
 
getInputStream() - Method in class ch.elca.el4j.core.io.ExplicitClassPathResource
 
getInputStream() - Method in class ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
Returns an InputStream containing the data of this merged resource.
getInputStream() - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
Modified version of getInputStream().
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator
getInstance() - Static method in class ch.elca.el4j.services.gui.swing.exceptions.CookXmlExceptionHandler
 
getInstance() - Static method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
 
getInstance() - Static method in class ch.elca.el4j.services.gui.swing.GUIApplication
 
getInstance() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerCollectionField
 
getInstance() - Static method in class com.silvermindsoftware.hitch.binding.BindingFactory
 
getInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The getter method for the instanceCounter member.
getInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The getter method for the instanceCounter member.
getInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
The getter method for the instanceCounter member.
getInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The getter method for the instanceCounter member.
getIntCode() - Method in interface ch.elca.el4j.util.codelist.Codelist
Getter for the intCode of the code.
getIntegerValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getInterceptingMetaData() - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
getInterceptingMetaData() - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
 
getInterceptingMetaData() - Method in interface ch.elca.el4j.util.metadata.GenericMetaDataSource
 
getInterceptorNames() - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
getInterceptorNames() - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
getInterceptorNames() - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
 
getInterceptorNames() - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated.  
getInterceptors() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns the interceptor class names of the referenced bean.
getInterceptors() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns the interceptor class names of the referenced bean.
getInterpreter() - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
getInvocationDescription(MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler
Pretty-prints the invocation.
getInvocationTime() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureId
Returns the invocation time of the measure ID.
getIsProxied() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns whether the referenced bean is proxied or not.
getIsProxied() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns whether the referenced bean is proxied or not.
getIsSingleton() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns whether the referenced bean is a Singleton or a Prototype.
getIsSingleton() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns whether the referenced bean is a Singleton or a Prototype.
getJaxbContext() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Get a JaxbContext.
getJndiPropertyConfigurationgHelper() - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
 
getJndiPropertyConfigurationHelper() - Method in class ch.elca.el4j.core.config.JndiPropertyPlaceholderConfigurer
 
getJndiTemplate() - Method in class ch.elca.el4j.core.config.JndiConfigurationHelper
 
getJvmMB() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the JvmMB of this ApplicationContext.
getJvmMB() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the JvmMB of this ApplicationContext.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKeepStats() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Getter for the keepStats property which defines how many seconds stats of closed sockets are kept.
getKeepStats() - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Getter for the keepStats property which defines how many seconds stats of closed sockets are kept.
getKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
 
getKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
Deprecated.  
getKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
 
getKey() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
getKey() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
getKey() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
getKey() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
 
getKeyAsObject() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
getKeyAsObject() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
getKeyAsObject() - Method in interface ch.elca.el4j.services.persistence.generic.dto.PrimaryKeyObject
 
getKeyClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
getKeyClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
getKeyClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
getKeyClass() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
 
getKeyPrefix() - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
 
getKeys() - Method in class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Get all keys of bag.
getLastModificationKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated.  
getLevel() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the level of the measure.
getlinkByName(String) - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
Get a linked object by name.
getlinkByName(String) - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.Linked
Get a linked object by name.
getLinkNames() - Method in class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
getLinkNames() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.Linked
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalDateString(LocalDate, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a string containing the date in a LocalDate.
getLocales() - Method in class ch.elca.el4j.util.codelist.CodelistUtility
Returns a list of all java locales for which a translation of the textual description is available.
getLocalPort() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for sockets local port.
getLocalPort() - Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalSocketAddress(int) - Static method in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
 
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
getLocalTimeString(LocalTime, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a string containing the time in a LocalTime.
getLocations() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
getLocations(String) - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Returns all locations a class is defined at.
getLogger() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Get the logger for this class.
getLogger() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
Get the logger for this class.
getLogger(Class) - Static method in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogFactory
Return a GenericLogger named corresponding to the class passed as parameter.
getLogger(String) - Static method in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogFactory
Return a GenericLogger named corresponding to the name parameter.
getLongText(Locale) - Method in interface ch.elca.el4j.util.codelist.Codelist
Getter for the long textual description of the code in a given language.
getLongValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getManifestFiles() - Method in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
 
getMap() - Method in class ch.elca.el4j.util.config.GenericConfig
 
getMap() - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
getMarshaller() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Convenience method to get a marshaller.
getMaxResults() - Method in class ch.elca.el4j.services.search.QueryObject
 
getMBeanInfo() - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
getMBeanServer() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Getter method for the mBeanServer member variable.
getMeasureId() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
getMessage() - Method in exception ch.elca.el4j.core.exceptions.BaseException
Get the normal message for the exception.
getMessage() - Method in exception ch.elca.el4j.core.exceptions.BaseRTException
Get the normal message for the exception.
getMessage(MessageSourceResolvable, Locale) - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
getMessage(String, Object[], Locale) - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
getMessage(String, Object[], String, Locale) - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
getMessage(MessageSourceResolvable, Locale) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
getMessage(String, Object[], Locale) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
getMessage(String, Object[], String, Locale) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
getMetaData(Method, Class) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
getMetaData(Method, Class) - Method in interface ch.elca.el4j.util.metadata.GenericMetaDataSource
 
getMetaDataDelegator() - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
getMetaDataDelegator() - Method in interface ch.elca.el4j.util.metadata.GenericMetaDataSource
Getter method to get the metadata implementation.
getMetaDataDelegator() - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
 
getMetaDataSource() - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
 
getMethod() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Method to get the extent-part, null if root entity, otherwise set latest when added as child.
getMethod(String, Class[]) - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Retrieves a single method that is not a setter or getter (public, private, protected or package) from the provided class or one of its superclasses.
getMethod() - Method in class com.silvermindsoftware.hitch.reflect.MethodInfo
 
getMethodInterceptor() - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
A convenience getter method for the method interceptor.
getMethodName() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the method name of the measure.
getMethodName() - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
getMethods() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
getMethods() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
 
getMethods() - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Array of all methods that are not setters or getters (public, private, protected or package) for the provided class and all of its superclasses.
getMethodSignature(Method) - Static method in class ch.elca.el4j.util.codingsupport.ClassUtils
Transforms the given method into a string representation.
getModelField() - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
getModelField() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelField() - Method in class com.silvermindsoftware.hitch.meta.ModelMeta
 
getModelGetter() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelId() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelMeta(String) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
getModelPropertyName() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getModelPropertyName() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelPropertyType() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelSetter() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModelType() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getModificationKeyGenerator() - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated.  
getModuleApplicationContextCreationListener() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
getModuleLocation() - Method in class ch.elca.el4j.core.io.support.Module
 
getName() - Method in class ch.elca.el4j.core.io.support.Module
 
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the display name of the ApplicationContext.
getName() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the display name of the ApplicationContext.
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.display.Section
 
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The getter method for the name of the ObjectName.
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Getter method for the name member variable.
getName() - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Getter method for the name member variable.
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Getter method for the name member variable.
getName() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Getter method for the name member variable.
getName() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
getName() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Name of the extent-part.
getNameSpace() - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
getNamespaceUri() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
getNativeIdentifierGeneratorClass() - Method in class ch.elca.el4j.services.persistence.hibernate.dialect.PatchedDerbyDialect
getNewTarget(Object, Throwable, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractSwappableTargetExceptionHandler
Determines a new target to be used by the proxy.
getNewTarget(Object, Throwable, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.RoundRobinSwappableTargetExceptionHandler
Determines a new target to be used by the proxy.
getNextProtocol() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
Note that protocol comparison must be done using "=="!
getNextProtocol() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RandomPolicy
Note that protocol comparison must be done using "=="!
getNextProtocol() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RedirectUponFailurePolicy
Note that protocol comparison must be done using "=="!
getNextProtocol() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RoundRobinPolicy
Note that protocol comparison must be done using "=="!
getObject() - Method in class ch.elca.el4j.core.aop.GenericProxiedFactoryBean
getObject() - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
getObject() - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.NoAddValueHolder
 
getObject() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
getObject() - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
getObject() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
getObjectName() - Method in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated.  
getObjectName() - Method in exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated.  
getObjectName() - Method in exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated.  
getObjectName() - Method in exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated.  
getObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the object name of the ApplicationContext.
getObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
The getter method for the object name of this JVM proxy.
getObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Getter method for the objectName member variable.
getObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Getter method for the objectName member variable.
getObjectNames(MBeanServer, String, String, String) - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Returns all object names of the beans in the domain "domain" and where "keyProperty"="name" which are registered on the MBeanServer server.
getObjectsToUpdate() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
getObjectType() - Method in class ch.elca.el4j.core.aop.GenericProxiedFactoryBean
getObjectType() - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
getObjectType() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
getObjectType() - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
getObjectType() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
getOOBInline() - Method in class java.net.Socket
Tests if OOBINLINE is enabled.
getOpenSocketsCount() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Get number of open sockets.
getOpenSocketsCount() - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Get number of open sockets.
getOperation(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.factory.AttributeOperationFactory
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
getOperation(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.factory.DiffOperationFactory
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
getOperation(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.factory.StaticOperationFactory
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
getOperation(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.factory.XPathOperationFactory
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
getOperation(Element, Element) - Method in interface ch.elca.el4j.services.xmlmerge.OperationFactory
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
getOperator() - Method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
 
getOptimisticLockingVersion() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
 
getOption(int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
getOrder() - Method in class ch.elca.el4j.core.context.OrderedBeanNameHolder
getOrder() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
getOrder() - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
getOrder() - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
getOrderConstraints() - Method in class ch.elca.el4j.services.search.QueryObject
Get the list of all defined ordering constraints.
getOrderedBeanNameHolder(ConfigurableListableBeanFactory, String) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Returns a ordered bean name holder for the given bean.
getOrderedCriteria() - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Create a DetachedCriteria what contains default ordering and distinct constraints.
getOrderedCriteria() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Create a DetachedCriteria what contains default ordering and distinct constraints.
getOrderedCriteria() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
getOrderedDtdElements(DTDContainer) - Method in class ch.elca.el4j.services.xmlmerge.action.DtdInsertAction
Retieves a list containing the DTD elements of a given DTD container.
getOutlineDragMode() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Gets frames' drawing strategy.
getOutputStream() - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
Modified version of getOutputStream().
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOverrideValues() - Method in class ch.elca.el4j.env.xml.EnvXml
 
getPackageName(Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.ClassUtils
Determines the class' package name.
getPage() - Method in interface ch.elca.el4j.services.monitoring.jmx.display.DisplayManager
 
getPage() - Method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
getParameterNames() - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
This may not be the real names (e.g. when we use reflection)
getParameterTypes() - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
getParent() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
getParent() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Return the parent entity of the current extent part, null if root or contained in a collection.
getPassword() - Method in interface ch.elca.el4j.util.encryption.PasswordSource
 
getPathMatcher() - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
getPatternResolver() - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
getPersistentClass() - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Needed because the Java generics throw away this type information.
getPersistentClass() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
 
getPersistentClass() - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Needed because the Java generics throw away this type information.
getPersistentClass() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
 
getPersistentClassName() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Returns the simple name of the persistent class this DAO is responsible for.
getPersistentClassName() - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Returns the simple name of the persistent class this DAO is responsible for.
getPolicy() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
 
getPort() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The getter method for the port member.
getPort() - Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPortName() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
getPrefix() - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
 
getPrimaryKey() - Method in interface ch.elca.el4j.services.persistence.generic.primarykey.PrimaryKeyGenerator
Method to get a generated primary key.
getPrimaryKey() - Method in class ch.elca.el4j.services.persistence.generic.primarykey.UuidPrimaryKeyGenerator
Method to get a generated primary key.
getPriority() - Method in interface ch.elca.el4j.services.gui.swing.exceptions.Handler
 
getProperties() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
getProperties() - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderInvestigator
 
getProperties() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
getProperties() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
 
getPropertiesPersister() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
getProperty(Object, String) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Generically get a property.
getPropertyName(String) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
Computes the configuration property's name.
getPropertyName() - Method in class ch.elca.el4j.services.search.criterias.Order
 
getPropertySimplified(Object, String) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Generically get a property, casting arrays to collections.
getProtocolCount() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
 
getProtocols() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
 
getProtocolSpecificConfiguration() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
getProtocolSpecificConfiguration() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
getProtocolSpecificContextPassing() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Does this protocol handle context passing on its own?
getProtocolSpecificContextPassing() - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Does this protocol handle context passing on its own?
getProtocolSpecificContextPassing() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Does this protocol handle context passing on its own?
getProxyInterface(Class) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Defines the interface implemented by the Proxy that wraps the enriched service interface.
getProxyMap() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
Returns the mapping between proxied class names and their substitutes.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.HttpInvoker
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
Method to get the class type of the proxy object.
getProxyObjectType() - Method in class ch.elca.el4j.services.remoting.protocol.Rmi
Method to get the class type of the proxy object.
getPublicKey() - Method in class ch.elca.el4j.services.security.encryption.RSACipher
Returns the public key of this cipher.
getQueryObject() - Method in class ch.elca.el4j.services.search.events.QueryObjectEvent
 
getQueryObject(Class<?>) - Method in class ch.elca.el4j.services.search.events.QueryObjectEvent
 
getQueryObjects() - Method in class ch.elca.el4j.services.search.events.QueryObjectEvent
 
getRawResultList() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
getReadMethod() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
getReadMethod(Class<?>, String) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Get the read method of a property.
getReadOnly() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getReadOnly() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRegisteredMBean() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Returns the corresponding MBeans which are registered at the MBean Server via MBeanExporter.
getRegisteredMBean() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Returns the corresponding MBeans which are registered at the MBean Server via MBeanExporter.
getRemoteAdress() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for sockets remote address.
getRemotePort() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for sockets remote port.
getRemoteProtocol() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRepresentatives() - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
 
getRes(String) - Method in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
 
getResolvedConfigLocations() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the resolved config locations of this ApplicationContext, i.e.
getResolvedConfigLocations() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the resolved config locations of this ApplicationContext, i.e.
getResolvedFileNames(String[]) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Changes the syntax of the pathnames, i.e. filepaths beginning with "file:$Drive" and not with "file:/$Drive" are changed and "\" characters are changed to "/".
getResource(String) - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
getResource(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
getResource(String) - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
getResourceDescription() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
getResourceDescription() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
 
getResourcePatternResolver() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
getResourcePatternResolver() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
getResources(String) - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
getResources(String) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
getResources(String) - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
getResultList(Class<T>, int, int) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
gets at most maxNumOfRows results, first one being firstRow.
getResultList(int, int) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
getResultList(Class<T>) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
returns all entities matching the query.
getResultList(int, int) - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.SelectQuery
returns the results in the given range.
getResultList(Class<T>) - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.SelectQuery
returns all results.
getResultList(Class<T>, int, int) - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.SelectQuery
type-safe variant of SelectQuery.getResultList(int, int).
getRetries() - Static method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
 
getRetries() - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler
 
getRetries() - Method in exception ch.elca.el4j.services.exceptionhandler.RetryException
 
getReturnType() - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
getReturnValue() - Method in class ch.elca.el4j.services.debug.ResultHolder
 
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRootEntity() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Root entity of the extent.
getRootLoggerLevel() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Gives back the level of the root logger.
getRootLoggerLevel() - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Gives back the level of the root logger.
getRoundtripCount() - Static method in class ch.elca.el4j.services.monitoring.DbLogger
 
getRowCount() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getRW() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
getSelectParameters() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
get SelectParameters.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSequence() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the sequence of the measure.
getSequenceNumber() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
getServer() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The getter method for the MBean Server.
getServer() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Returns the MBean Server of this ApplicationContext.
getServer() - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
 
getServer() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
 
getService() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
 
getServiceHost() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
getServiceImplementation() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsProtocolConfiguration
 
getServiceInterface() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
getServiceInterfaceWithContext(Class) - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
Lazily enriches the service's interface, adding the implicit context passing stuff.
getServiceName() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
getServiceName() - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
getServiceName() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
 
getServicePort() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
getServiceProperties() - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
 
getServiceProtocol() - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
getServletInfo() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
getSession(SessionFactory) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
Get a Session for the SessionFactory that this filter uses.
getSessionFactory() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
Gets the session factory (from spring context if needed).
getSessionFactory() - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
getSetter(Method) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
 
getSetterMethod(String, Class[]) - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Retrieves a single getter method (public, private, protected or package) from the provided class or one of its superclasses.
getSetters() - Method in class com.silvermindsoftware.hitch.reflect.ClassInfo
Array of all setter methods (public, private, protected or package) for the provided class and all of its superclasses.
getShellExecutor() - Method in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
getShortLevel() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
The level String representation.
getShortText(Locale) - Method in interface ch.elca.el4j.util.codelist.Codelist
Getter for the short textual description of the code in a given language.
getShortValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getSingleResult(Class<T>) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
getSingleResult(Class<T>) - Method in interface ch.elca.el4j.services.persistence.jpa.criteria.SelectQuery
 
getSocketID() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Getter for sockets id.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER. -1 returns implies that the option is disabled.
getSortedModules() - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
 
getSortingStatus(int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT. 0 returns implies that the option is disabled (i.e., timeout of infinity).
getSource(DecodeEngine, Element) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
getSpringBeanMB() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Getter for the springBeanMB member.
getSpringBeansMB() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Returns the SpringBeans created by this ApplicationContext.
getSpringBeansMB() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
Returns the SpringBeans created by this ApplicationContext.
getSpringContext() - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
 
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.AndCriteria
The full Criteria as SQL representation.
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
The full Criteria as SQL representation.
getSqlWhereCondition() - Method in interface ch.elca.el4j.services.search.criterias.Criteria
The full Criteria as SQL representation.
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.IncludeCriteria
Deprecated.  
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.LikeCriteria
The full Criteria as SQL representation.
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.NotCriteria
The full Criteria as SQL representation.
getSqlWhereCondition() - Method in class ch.elca.el4j.services.search.criterias.OrCriteria
The full Criteria as SQL representation.
getStartTime() - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
getStartTime() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns the start time of the measure (as long value).
getStatistics() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Return stats of socket as string.
getStatisticsCSV() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Return stats of socket as string in csv format.
getStderr() - Method in class ch.elca.el4j.services.debug.ResultHolder
 
getStdout() - Method in class ch.elca.el4j.services.debug.ResultHolder
 
getString(String) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Returns the string for a specific resource id.
getStringValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getStylesheetPath() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
getSubConfig(String) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
 
getSwapper() - Method in exception ch.elca.el4j.services.exceptionhandler.RetryException
 
getSystemProperties() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Returns the system properties of this JVM in a String array.
getSystemProperties() - Method in interface ch.elca.el4j.services.monitoring.jmx.JvmMBMBean
Returns the system properties of this JVM in a String array.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.silvermindsoftware.hitch.validation.response.ValidatingCellEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer
getTableHeader() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getTableModel() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getTagLibrary() - Static method in class ch.elca.el4j.services.gui.swing.cookswing.TagLibraryFactory
 
getTargetClass(Object) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Determine the target class of the given bean instance, which might be an AOP proxy.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getThrownExceptions() - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
getTimeout() - Method in class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactoryInitializingBean
 
getTitle() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getToolTip() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
getToolWindowManager() - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
 
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket As the underlying network implementation may ignore the traffic class or type-of-service set using Socket.setTrafficClass(int) this method may return a different value than was previously set using the Socket.setTrafficClass(int) method on this Socket.
getTransactionAttribute(Method, Class) - Method in class ch.elca.el4j.core.transaction.TransactionMetaDataSource
getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.El4jTransactionAttributeSourcePointcut
getType() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
getType() - Method in class ch.elca.el4j.services.search.criterias.AndCriteria
getType() - Method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
getType() - Method in interface ch.elca.el4j.services.search.criterias.Criteria
Deprecated. No longer use this method as it was used in an older implementation only.
getType() - Method in class ch.elca.el4j.services.search.criterias.IncludeCriteria
Deprecated. 
getType() - Method in class ch.elca.el4j.services.search.criterias.LikeCriteria
getType() - Method in class ch.elca.el4j.services.search.criterias.NotCriteria
getType() - Method in class ch.elca.el4j.services.search.criterias.OrCriteria
 
getType() - Method in class com.silvermindsoftware.hitch.config.BoundComponentConfig
 
getUnmarshaller() - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
Convenience method to get an unmarshaller.
getUpdatePolicy() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
getUpdateStrategy(Element) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
getUpdateStrategy() - Method in class com.silvermindsoftware.hitch.binding.AbstractBindingCreator
 
getURL() - Method in class ch.elca.el4j.core.io.ExplicitClassPathResource
 
getUrl() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
getURLClassPath() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
If loaded via maven, the application's classpath will only contain classworlds, but the modules loaded will be abailable as URLs from maven's URLClassLoader that loads the application.
getURLClassPath() - Method in interface ch.elca.el4j.services.monitoring.jmx.ApplicationContextMBMBean
If loaded via maven, the application's classpath will only contain classworlds, but the modules loaded will be abailable as URLs from maven's URLClassLoader that loads the application.
getURLs(Class<?>) - Static method in class ch.elca.el4j.util.classpath.ClassloaderTools
 
getUserName() - Method in interface ch.elca.el4j.services.security.authentication.AuthenticationService
After the user has logged in, the user's name can be accessed using this method.
getUserName() - Method in class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
After the user has logged in, the user's name can be accessed using this method.
getValidate(Element) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
getValue() - Method in interface ch.elca.el4j.services.persistence.hibernate.usertypes.SerializableEnum
Deprecated. As of release 1.7. The interface has been moved to package ch.elca.el4j.util.codingsupport in module-core.
getValue() - Method in class ch.elca.el4j.services.search.criterias.AbstractCriteria
 
getValue() - Method in interface ch.elca.el4j.util.codingsupport.SerializableEnum
 
getValueAt(int, int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
getVersion() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
getVersion() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
getVersion() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
getVersion() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
 
getVersionClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
getVersionClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
getVersionClass() - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
getVersionClass() - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
 
getWindowManager() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
getWrappables() - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Get the wrappables.
getWriteMethod() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
getWriteMethod(Class<?>, String) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Get the write method of a property.
getWriter() - Method in class ch.elca.el4j.web.filter.XmlFilter.CharResponseWrapper
 
getXmlLog4jConfigString(String, String) - Static method in class ch.elca.el4j.services.monitoring.jmx.JmxHtmlFormatter
This method creates an XML representation of a Logger level change (suitable for log4j.xml).
getXMLLog4jRootTag(String) - Static method in class ch.elca.el4j.services.monitoring.jmx.JmxHtmlFormatter
Create an XML tag for a log4j root element (root Logger) form the level.
GridConstraintsUtil - Class in ch.elca.el4j.services.gui.swing.util
Utility to make GridBagConstraints code nicer.
GridConstraintsUtil() - Constructor for class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Constructor.
GridConstraintsUtil(int) - Constructor for class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Constructor that allows an initial row to be specified.
GuardedBy - Annotation Type in ch.elca.el4j.util.concurrency
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.
GUIApplication - Class in ch.elca.el4j.services.gui.swing
Parent class for GUI applications.
GUIApplication() - Constructor for class ch.elca.el4j.services.gui.swing.GUIApplication
 

H

halt() - Method in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Immediately stops the forwarder thread.
handle(Exception) - Method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
Execute all Handlers that recognize the given Exception (in the order of their priority) until a handler signals to stop.
handle(Throwable) - Method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
Handler for AWT exceptions.
handle(Exception) - Method in interface ch.elca.el4j.services.gui.swing.exceptions.Handler
React to the given Exception in any way seen fit.
handleException(Throwable, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Handles the given exception that was thrown in the given method invocation's execution.
handleException(Throwable, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerInterceptor
Handles the given exception that was thrown in the given method invocation's execution.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler
Handles the given exception that occurred in the invocation of the given MethodInvocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler
Handles the given throwable thrown by the method invocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionTransformerExceptionHandler
Handles the given throwable thrown by the method invocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler
Handles the given throwable thrown by the method invocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation) - Method in interface ch.elca.el4j.services.exceptionhandler.handler.ExceptionHandler
Handles the given exception that occurred in the invocation of the given MethodInvocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.handler.RethrowExceptionHandler
Handles the given exception that occurred in the invocation of the given MethodInvocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.SequenceExceptionHandler
Handles the given throwable thrown by the method invocation.
handleException(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.SimpleLogExceptionHandler
Handles the given throwable thrown by the method invocation.
handleException(Throwable, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.SafetyFacadeInterceptor
Handles the given exception that was thrown in the given method invocation's execution.
handleException(Object, Throwable, StackTraceElement[], EventSubscriber) - Method in class ch.elca.el4j.services.gui.swing.eventbus.ExceptionThrowingEventService
handleException(String, Object, String, Object, Throwable, StackTraceElement[], String) - Method in class ch.elca.el4j.services.gui.swing.eventbus.ExceptionThrowingEventService
handleException(String, Exception) - Method in class ch.elca.el4j.services.gui.swing.exceptions.CookXmlExceptionHandler
handleFault(SOAPMessageContext) - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
handleIncomingMessage(SOAPMessage) - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
Handles an incoming SOAP message.
handleInterfaceExceptions(MethodInvocation, Throwable) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Handles exceptions that are listed in a method's signature.
handleMessage(SOAPMessageContext) - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
handleOutgoingMessage(SOAPMessage) - Method in class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
Handles an outgoing SOAP message.
Handler - Interface in ch.elca.el4j.services.gui.swing.exceptions
The interface Exception handlers must implement.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.services.xmlmerge.web.DemoController
handlesExceptions(Throwable, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
Requests whether this exception configuration is able to handle the given exception that was thrown in the given method invocation.
handlesExceptions(Throwable, MethodInvocation) - Method in interface ch.elca.el4j.services.exceptionhandler.ExceptionConfiguration
Requests whether this exception configuration is able to handle the given exception that was thrown in the given method invocation.
handlesExceptions(Throwable, MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.MethodNameExceptionConfiguration
Requests whether this exception configuration is able to handle the given exception that was thrown in the given method invocation.
hasClass(String) - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Looks up whether a class name exists.
hashCode() - Method in class ch.elca.el4j.core.io.ExplicitClassPathResource
 
hashCode() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerCollectionField
hashCode() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
hashCode() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
Deprecated. 
hashCode() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
hashCode() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
hashCode() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
hashCode() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
hashCode(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
hashCode(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
hashCode() - Method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Retruns the hash code of this instance.
hashCode() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
 
hashCode() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
hashCode() - Method in class com.silvermindsoftware.hitch.reflect.FieldInfo
 
hashCode() - Method in class com.silvermindsoftware.hitch.reflect.MethodInfo
 
hasNext() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
hasPrevious() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
hasValidConfigurations() - Method in class ch.elca.el4j.env.xml.EnvXml
 
height(int) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set a new height for the next object.
Hessian - Class in ch.elca.el4j.services.remoting.protocol
This class implements all needed things for the hessian protocol.
Hessian() - Constructor for class ch.elca.el4j.services.remoting.protocol.Hessian
 
HibernateExtentFetcher - Class in ch.elca.el4j.services.persistence.jpa.dao.extentstrategies
Extent Fetcher for JPA with underlying Hibernate implementation.
HibernateExtentFetcher() - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.extentstrategies.HibernateExtentFetcher
 
HibernateJAXBAccessor<B,V> - Class in ch.elca.el4j.services.remoting.jaxb.hibernate
A JAXB Accessor that replaces uninitialized values by null to avoid LazyInitializationException.
HibernateJAXBAccessor(Accessor<B, V>, Method) - Constructor for class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessor
 
HibernateJAXBAccessorFactory - Class in ch.elca.el4j.services.remoting.jaxb.hibernate
A JAXB Accessor factory that uses HibernateJAXBAccessor if possible.
HibernateJAXBAccessorFactory() - Constructor for class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessorFactory
Create a new AccessorFactory that never throws LazyInitializationException during (un)marshaling.
HibernateJAXBAccessorFactory(AccessorFactory) - Constructor for class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessorFactory
 
HibernatePersistentCollectionRefresher - Class in ch.elca.el4j.services.persistence.hibernate
This Hibernate event listener refreshes all persisted sets and maps.
HibernatePersistentCollectionRefresher() - Constructor for class ch.elca.el4j.services.persistence.hibernate.HibernatePersistentCollectionRefresher
 
HibernatePrimaryKeyObjectIdentityFixer - Class in ch.elca.el4j.services.persistence.hibernate
An identity fixer for objects loaded by hibernate and implementing the PrimaryKeyObject interface.
HibernatePrimaryKeyObjectIdentityFixer() - Constructor for class ch.elca.el4j.services.persistence.hibernate.HibernatePrimaryKeyObjectIdentityFixer
 
HibernateProxyAwareIdentityFixer - Class in ch.elca.el4j.services.persistence.hibernate
An identity fixer for objects loaded by hibernate.
HibernateProxyAwareIdentityFixer() - Constructor for class ch.elca.el4j.services.persistence.hibernate.HibernateProxyAwareIdentityFixer
 
HibernateSessionFactoryInjectorBeanPostProcessor - Class in ch.elca.el4j.services.persistence.hibernate.dao
Inject the session factory in GenericDaos (or other daos) if needed.
HibernateSessionFactoryInjectorBeanPostProcessor() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
 
HibernateValidationCapability - Interface in com.silvermindsoftware.hitch.validation
The interface to make a model validateable by hibernate.
hide() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Hides a frame.
hide() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
hideAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Hides all frames.
hideAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
hideLazy(V) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessor
 
HierarchicalGenericConfig - Class in ch.elca.el4j.util.config
The base class for generic configurations.
HierarchicalGenericConfig() - Constructor for class ch.elca.el4j.util.config.HierarchicalGenericConfig
 
HtmlAdapterFactoryBean - Class in ch.elca.el4j.services.monitoring.jmx
This class creates a HtmlAdapter for an MBeanServer.
HtmlAdapterFactoryBean() - Constructor for class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
HtmlDisplayManager - Class in ch.elca.el4j.services.monitoring.jmx.display
Utility for displaying HTML information and creating strings out of it.
HtmlDisplayManager() - Constructor for class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
Default constructor.
HtmlTabulator - Class in ch.elca.el4j.services.monitoring.jmx.display
Creates HTML tables for displaying data.
HtmlTabulator(String...) - Constructor for class ch.elca.el4j.services.monitoring.jmx.display.HtmlTabulator
 
HttpInvoker - Class in ch.elca.el4j.services.remoting.protocol
This class implements all needed things for the httpinvoker protocol.
HttpInvoker() - Constructor for class ch.elca.el4j.services.remoting.protocol.HttpInvoker
 

I

id(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns the globally unique, logical id for the provided object, or null, if it has no id (yet), or AbstractIdentityFixer.ANONYMOUS is this object is of value type.
id(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernatePrimaryKeyObjectIdentityFixer
Returns the globally unique, logical id for the provided object, or null, if it has no id (yet), or AbstractIdentityFixer.ANONYMOUS is this object is of value type.
id(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernateProxyAwareIdentityFixer
Returns the globally unique, logical id for the provided object, or null, if it has no id (yet), or AbstractIdentityFixer.ANONYMOUS is this object is of value type.
ID - Static variable in class ch.elca.el4j.services.xmlmerge.matcher.StandardMatchers
IdMatcher
IDENTITY - Static variable in class ch.elca.el4j.services.xmlmerge.mapper.StandardMappers
IdentityMapper
IdentityFixedDao<T> - Interface in ch.elca.el4j.services.persistence.generic.dao
A DAO guaranteeing uniqueness of representatives.
IdentityFixerCollectionField - Class in ch.elca.el4j.services.persistence.generic.dao
This class is container for a collection containing object, holding both the instance and the field giving access to the collection.
IdentityFixerCollectionField(Object, Field) - Constructor for class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerCollectionField
Constructs a new collection field.
IdentityFixerMergePolicy - Class in ch.elca.el4j.services.persistence.generic.dao
This class represents a policy on how to merge object graphs in the identity fixer.
IdentityFixerMergePolicy() - Constructor for class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
Default constructor.
IdentityFixerMergePolicy(IdentityFixerMergePolicy.UpdatePolicy, List<Object>, boolean, IdentityHashMap<Object, Object>) - Constructor for class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
Constructor to customize the policy.
IdentityFixerMergePolicy.UpdatePolicy - Enum in ch.elca.el4j.services.persistence.generic.dao
This enumeration describes how the identity fixer should handle object updates.
IdentityHashSet<E> - Class in ch.elca.el4j.util.collections
A HashSet that uses == to determine of two entries are equal.
IdentityHashSet() - Constructor for class ch.elca.el4j.util.collections.IdentityHashSet
 
IdentityMapper - Class in ch.elca.el4j.services.xmlmerge.mapper
Does not transform the element.
IdentityMapper() - Constructor for class ch.elca.el4j.services.xmlmerge.mapper.IdentityMapper
 
IdMatcher - Class in ch.elca.el4j.services.xmlmerge.matcher
Elements match if their name and 'id' attribute are the same.
IdMatcher() - Constructor for class ch.elca.el4j.services.xmlmerge.matcher.IdMatcher
 
ifCond(String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
adds condition to this condition list.
ifCond(String, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
adds queryPredicate iff cond evaluates to true.
ifCondition(boolean) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a condition is false.
ifCondition(boolean, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a condition is false.
ifCondition(boolean, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a condition is false.
ifEmpty(String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a string is not empty.
ifEmpty(String, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a string is not empty.
ifEmpty(String, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a string is not empty.
ifEmpty(Collection<?>) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a collection is not empty.
ifEmpty(Collection<?>, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a collection is not empty.
ifEmpty(Collection<?>, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that a collection is not empty.
ifEmpty(Object[]) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object array is not empty.
ifEmpty(Object[], String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object array is not empty.
ifEmpty(Object[], Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object array is not empty.
ifFalse(boolean) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Deprecated. Use Reject.ifCondition(boolean) instead
ifFalse(boolean, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Deprecated. Use Reject.ifCondition(boolean,String) instead
ifFalse(boolean, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Deprecated. Use Reject.ifCondition(boolean, Class, Object...) instead
ifNotAssignableTo(Object, Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Ensures that the given object is assignable to the given class.
ifNotAssignableTo(Object, Class<?>, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Ensures that the given object is assignable to the given class.
ifNotAssignableTo(Object, Class<?>, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Ensures that the given object is assignable to the given class.
ifNotNull(String, Object) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
 
ifNotNull(String, Object, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
same as QueryBuilder.ConditionList.ifNotNull(String, Object) iff cond evaluates to true.
ifNull(Object) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object is not null.
ifNull(Object, String) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object is not null.
ifNull(Object, Class<? extends RuntimeException>, Object...) - Static method in class ch.elca.el4j.util.codingsupport.Reject
Method to ensure that an object is not null.
ignorableWhitespace(char[], int, int) - Method in class ch.elca.el4j.env.xml.EnvSaxHandler
ImageSplashScreen - Class in ch.elca.el4j.services.gui.swing.splash
Shows an image as GUI splash screen.
ImageSplashScreen() - Constructor for class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Display splash screen with default this image.
ImageSplashScreen(String) - Constructor for class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Display splash screen with this image.
ImageSplashScreen(Image) - Constructor for class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Display splash screen with this image.
Immutable - Annotation Type in ch.elca.el4j.util.concurrency
The class to which this annotation is applied is immutable.
immutableValue(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns whether the given reference represents an immutable value, either because it really is a value (null) or because the referenced object's identity is not accessed and its state is not modified.
immutableValue(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernateProxyAwareIdentityFixer
Returns whether the given reference represents an immutable value, either because it really is a value (null) or because the referenced object's identity is not accessed and its state is not modified.
ImplementationAssumption - Annotation Type in ch.elca.el4j.util.codingsupport.annotations
States an assumption made by the annotated element's implementation.
ImplicitContextPasser - Interface in ch.elca.el4j.core.contextpassing
Implicit context passer interface.
ImplicitContextPassingRegistry - Interface in ch.elca.el4j.core.contextpassing
Registry for implicit context passers.
InappropriateHandlerException - Exception in ch.elca.el4j.services.exceptionhandler
This Exception signals that the called exception handler is not responsible for the given situation.
InappropriateHandlerException() - Constructor for exception ch.elca.el4j.services.exceptionhandler.InappropriateHandlerException
 
IncludeCriteria - Class in ch.elca.el4j.services.search.criterias
Deprecated. no longer needed.
IncludeCriteria() - Constructor for class ch.elca.el4j.services.search.criterias.IncludeCriteria
Deprecated. Default constructor for remoting protocols like hessian added.
IncludeCriteria(String, Object) - Constructor for class ch.elca.el4j.services.search.criterias.IncludeCriteria
Deprecated. Constructor.
INCLUSIVE_LOCATIONS_PARAM - Static variable in class ch.elca.el4j.web.context.ModuleContextLoader
Name of servlet context parameter that can specify the inclusive configuration locations for the application context.
increaseOptimisticLockingVersion() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
Method to increase the int optimistic locking version number.
increaseOptimisticLockingVersion() - Method in interface ch.elca.el4j.services.persistence.generic.dto.OptimisticLockingObject
Method to increase the optimistic locking version.
indexOf(Object) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
init() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Init method.
init() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Creates the "Real World" image of the given Application Context by setting up the corresponding JMX objects.
init() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
init() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Init method.
init(ServletConfig) - Method in class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
init(FilterConfig) - Method in class ch.elca.el4j.services.security.filters.IPAddressFilter
init() - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
Initializes the encryptor.
init(ApplicationContext) - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
Set up encryption.
init(ApplicationContext, String) - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
 
init() - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
Initialize the root web application context.
init(FilterConfig) - Method in class ch.elca.el4j.web.filter.XmlFilter
Initialize xsl templates.
initDao(GenericDao<?>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
This method can be overridden by child classes to initialize all DAOs even further.
initDao(GenericDao<?>) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
Try to init the sessionFactory of the bean.
initDao(ConvenienceGenericJpaDao<?, ?>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
Try to init the sessionFactory of the bean.
initDao(GenericJpaDao<?, ?>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
Try to inject the extentFetcher into the given dao.
initDaosFromSpringBeans() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Load all GenericDaos from this spring bean's bean factory.
initializeDto(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated. This method sets the modification key generator of a dto.
initializeDtos(List<Object>) - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated. This metod sets the modification key generator of given AbstractDtos.
innerJoin(String, String, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Only used for native sql.
innerJoin(String, String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Only used for native sql.
InputStreamLogger - Class in ch.elca.el4j.util.socketstatistics
Implementation of InputStream with modification for logging.
InputStreamLogger(InputStream, ConnectionStatistics) - Constructor for class ch.elca.el4j.util.socketstatistics.InputStreamLogger
Constructor.
InquisitiveValueObserver<T> - Interface in ch.elca.el4j.util.observer
An InquisitiveValueObserver is a ValueObserver that inquires about the state of other ObservableValue objects.
INSERT - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
InsertAction
InsertAction - Class in ch.elca.el4j.services.xmlmerge.action
Copies the patch element into the output by inserting it after already existing elements of the same name.
InsertAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.InsertAction
 
InsertionFailureException - Exception in ch.elca.el4j.services.persistence.generic.exceptions
This data access exception will be thrown in business methods, if data could not be inserted.
InsertionFailureException(String) - Constructor for exception ch.elca.el4j.services.persistence.generic.exceptions.InsertionFailureException
Constructor.
InsertionFailureException(String, Throwable) - Constructor for exception ch.elca.el4j.services.persistence.generic.exceptions.InsertionFailureException
Constructor.
insets(int, int, int, int) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set insets for the next element.
instanceAccessibleObjects(Class<?>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns a list of all non-static AccessibleObjects (fields and methods, no constructors) of class c.
InstanceClass - Annotation Type in ch.elca.el4j.core.metadata
Annotation describing the property class to instantiate if the current value of a property is null but we want to create one.
instanceFields(Class<?>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns a list of all non-static fields of class c.
IntelligentAdvisorAutoProxyCreator - Class in ch.elca.el4j.core.aop
Intelligent autoproxy creator for advisors.
IntelligentAdvisorAutoProxyCreator() - Constructor for class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
IntelligentBeanTypeAutoProxyCreator - Class in ch.elca.el4j.core.aop
Intelligent bean type autoproxy creator.
IntelligentBeanTypeAutoProxyCreator() - Constructor for class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
 
IntelligentExclusiveBeanNameAutoProxyCreator - Class in ch.elca.el4j.core.aop
Deprecated. The term "intelligent" is misleading, because proxying errors can be produced. Use the parent class ExclusiveBeanNameAutoProxyCreator instead.
IntelligentExclusiveBeanNameAutoProxyCreator() - Constructor for class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated.  
InterfaceEnricher - Class in ch.elca.el4j.util.interfaceenrichment
This class generates an enriched shadow interface for an existing interface.
InterfaceEnricher() - Constructor for class ch.elca.el4j.util.interfaceenrichment.InterfaceEnricher
 
InternalApplicationFrame - Class in ch.elca.el4j.services.gui.swing.frames
This class represents a frame in a MDI environment.
InternalApplicationFrame(JInternalFrame) - Constructor for class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
 
internalFrameActivated(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameClosed(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameClosing(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameDeactivated(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameDeiconified(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameIconified(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
internalFrameOpened(InternalFrameEvent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication.ListenerToEvent
introspect() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
 
introspect() - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
 
InvalidEnvXmlContentException - Exception in ch.elca.el4j.env
An exception stating that the content of an env.xml file is not valid.
InvalidEnvXmlContentException(String) - Constructor for exception ch.elca.el4j.env.InvalidEnvXmlContentException
 
invoke(MethodInvocation) - Method in class ch.elca.el4j.core.aop.ExceptionChainConversionInterceptor
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
invoke(String, Object[], String[]) - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer.GenericInterceptor
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
invoke(Object, Method, Object[]) - Method in class ch.elca.el4j.services.remoting.ClientContextInvocationHandler
invoke(Object, Method, Object[]) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.ClientLoadBalancingInvocationHandler
invoke(Object, Method, Object[]) - Method in class ch.elca.el4j.services.remoting.ServerContextInvocationHandler
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
invoke(MethodInvocation) - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsMonitorInterceptor
invoke(Object...) - Method in class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator.DelegatorMethodFinder
Method for invocation on delegated class.
invoke(Object...) - Method in class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator
Method for invocation on delegated class.
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
Not just method BeanFactoryPostProcessor.postProcessBeanFactory( ConfigurableListableBeanFactory) is invoked ordered but also the creation of the factory post processor beans!
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory, List<OrderedBeanNameHolder>) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Invoke the given BeanFactoryPostProcessor beans.
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
Not just method BeanFactoryPostProcessor.postProcessBeanFactory( ConfigurableListableBeanFactory) is invoked ordered but also the creation of the factory post processor beans!
invokeBeanFactoryPostProcessorsStrictlyOrdered(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
All bean factory post processors of the given bean factory will be created and invoked in strict order.
invokeMethod(Object, String, Object...) - Method in class ch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
Invoke a potentially private method.
IPAddressFilter - Class in ch.elca.el4j.services.security.filters
Blocks requests from unauthorized IP addresses.
IPAddressFilter() - Constructor for class ch.elca.el4j.services.security.filters.IPAddressFilter
 
is() - Method in interface ch.elca.el4j.util.observer.impl.Computable
 
is() - Method in class ch.elca.el4j.util.observer.impl.LiveValue
The computation represented by this live value.
isActive() - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
 
isAllowBeanDefinitionOverriding() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
isAllowBeanDefinitionOverriding() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
isAllowBeanDefinitionOverriding() - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
 
isAllowBeanDefinitionOverriding() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
isAnnotationMetaCollected() - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
isAopProxy(Object) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
isApplyCommonInterceptorsFirst() - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
isApplyCommonInterceptorsFirst() - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
isApplyCommonInterceptorsFirst() - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
 
isApplyCommonInterceptorsFirst() - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated.  
isAscending() - Method in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
 
isAscending() - Method in class ch.elca.el4j.services.search.criterias.Order
 
isAutoBind() - Method in class com.silvermindsoftware.hitch.config.FormConfig
 
isAutoBind() - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
isAutoBound() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
isBeanDefinitionOverridingAllowed(ServletContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
Returns whether bean definition overriding is allowed.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isCaseSensitive() - Method in class ch.elca.el4j.services.search.criterias.LikeCriteria
 
isCellEditable(int, int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
isCglibProxy(Object) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Check whether the specified class is a CGLIB-generated class.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isCollectDaos() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
See setCollectDaos.
isConfigProperty(String) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
Checks whether the given name represents a configuration property.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isDefault() - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
isDone() - Method in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
 
isDoNotForcePreInstantiationOfExporterObject() - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
isEmpty() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
isEmpty(Collection<?>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Null save check if a collection is empty.
isEmpty() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
isForceUseOfAdvisorNamePrefix() - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
isFullyQualified() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
isFullyQualified() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
 
isIgnoreBeanNameNotFound() - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
 
isIgnoreInstanceAlreadyExistsException() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
isIgnoreResourceNotFound() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
isInitAfterPropertiesSet() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
 
isInited() - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
 
isInputShutdown() - Method in class java.net.Socket
Returns whether the read-half of the socket connection is closed.
isInsertNewItemsAfter() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Marks if new items should be pre- or appended to the old values.
isInsertNewItemsBefore() - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Marks if new items should be pre- or appended to the old values.
isJdk15OrNewer() - Static method in class ch.elca.el4j.util.codingsupport.Version
 
isJdk16OrNewer() - Static method in class ch.elca.el4j.util.codingsupport.Version
 
isJdkDynamicProxy(Object) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Check whether the given object is a JDK dynamic proxy.
isJpaFullSupportEnabled() - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
 
isKeyNew() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
 
isKeyNew() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
isKeyNew() - Method in interface ch.elca.el4j.services.persistence.generic.dto.PrimaryKeyObject
 
isLogEnabled(String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
Is the underlying logger instance enabled for the parameter level?
isMatch(String, String) - Method in class ch.elca.el4j.core.beans.BeanLocator
Returns whether the given bean name matches the mapped name.
isMergeWithOuterResources() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
isMergeWithOuterResources() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
isMergeWithOuterResources() - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
isMergeWithOuterResources() - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
 
isMergeWithOuterResources() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
isMergingWithOuterResourcesAllowed(ServletContext) - Method in class ch.elca.el4j.web.context.ModuleContextLoader
Returns whether the resources retrieved by the configuration files section of the manifest files should be merged ith resources found by searching in the file system.
isModelGetter() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
isModelSetter() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
isMostSpecificBeanDefinitionCounts() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
isMostSpecificBeanDefinitionCounts() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
isMostSpecificBeanDefinitionCounts() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
isMostSpecificResourceLast() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
 
isMostSpecificResourceLast() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
isMostSpecificResourceLast() - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
isMostSpecificResourceLast() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
 
isMutable() - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
isMutable() - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
isNumberInsideBoundaries(int, int, int) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to test if a given value is inside the given boundaries.
isNumberInsideBoundaries(long, long, long) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to test if a given value is inside the given boundaries.
isNumberInsideBoundaries(double, double, double) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to test if a given value is inside the given boundaries.
isOutputShutdown() - Method in class java.net.Socket
Returns whether the write-half of the socket connection is closed.
isProxied(Object) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Does the given object have Spring AOP support (i.e.
isProxiedBy(Object, Class<? extends Advice>) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Is the given object advised by an instance of the given advice class?
isProxyEnrichable(Class<?>, String, Object[], TargetSource, BeanFactory) - Static method in class ch.elca.el4j.core.aop.ProxyEnricher
Tests if the given bean is a proxy and if it is possible to enrich it.
isProxyFactoryBeanOutput() - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
isReadable() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
isRecording() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
 
isRecording() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
isRefreshed() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
isRefreshed() - Method in interface ch.elca.el4j.core.context.RefreshableModuleApplicationContext
 
isRefreshed() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
isRepresentative(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
 
isReverseConfigLocationResourceArray() - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
 
isRoot() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
 
isSelfInstantiated() - Method in class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated.  
isSelfInstantiated() - Method in class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated.  
isSingleSession() - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
isSingleton() - Method in class ch.elca.el4j.core.aop.GenericProxiedFactoryBean
isSingleton() - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
isSingleton() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
isSingleton() - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
isSingleton() - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
isSorting() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
isSuppressChangeEvents() - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
isURLLoaded(Class<?>) - Static method in class ch.elca.el4j.util.classpath.ClassloaderTools
Checks whether a class is loaded via an URLClassLoader, in which case a call to getClassPath will work.
isValid() - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
isValid(String) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
isWritable() - Method in class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
 
iterator() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
iterator(Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
 
iterator() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
iterator() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
Returns an iterator over the accepted elements.

J

JamonDatasourcePropertyOverrideConfigurer - Class in ch.elca.el4j.services.monitoring
A property override configurer that makes the data source bean use the JAMon JDBC interceptor.
JamonDatasourcePropertyOverrideConfigurer() - Constructor for class ch.elca.el4j.services.monitoring.JamonDatasourcePropertyOverrideConfigurer
 
java.net - package java.net
 
JAXBContextFactoryImpl - Class in ch.elca.el4j.services.remoting.jaxb.hibernate
A customized JAXBContext that enables the JAXBRIContext.XMLACCESSORFACTORY_SUPPORT in order to getting rid of the LazyInitializationException when using JAXB together with Hibernate.
JAXBContextFactoryImpl() - Constructor for class ch.elca.el4j.services.remoting.jaxb.hibernate.JAXBContextFactoryImpl
 
Jaxws - Class in ch.elca.el4j.services.remoting.protocol
This class implements all needed things for the soap protocol using JAX-WS.
Jaxws() - Constructor for class ch.elca.el4j.services.remoting.protocol.Jaxws
 
JaxwsContextHandler - Class in ch.elca.el4j.services.remoting.protocol.jaxws
This class is a JAX-WS Handler that injects the implicit context while sending a SOAP message and extract it while retrieving one.
JaxwsContextHandler(ImplicitContextPassingRegistry, JAXBContext) - Constructor for class ch.elca.el4j.services.remoting.protocol.jaxws.JaxwsContextHandler
Create a new JAX-WS Handler to modify a soap message.
JaxwsProtocolConfiguration - Class in ch.elca.el4j.services.remoting.protocol
The JAX-WS protocol configuration class.
JaxwsProtocolConfiguration() - Constructor for class ch.elca.el4j.services.remoting.protocol.JaxwsProtocolConfiguration
 
JaxwsSoapHeaderContextPassing - Class in ch.elca.el4j.services.remoting.protocol
This class is an extension to the default JAX-WS SOAP class and provides the ability to transfer the implicit context inside the SOAP header using Jaxb to serialize the parameters and context.
JaxwsSoapHeaderContextPassing() - Constructor for class ch.elca.el4j.services.remoting.protocol.JaxwsSoapHeaderContextPassing
 
JaxwsSpring - Class in ch.elca.el4j.services.remoting.protocol
This class implements all needed things for the JAX-WS protocol using Spring remoting.
JaxwsSpring() - Constructor for class ch.elca.el4j.services.remoting.protocol.JaxwsSpring
 
JaxwsSpringProtocolConfiguration - Class in ch.elca.el4j.services.remoting.protocol
The JAX-WS protocol (Spring) configuration class.
JaxwsSpringProtocolConfiguration() - Constructor for class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
JaxwsSpringSoapHeaderContextPassing - Class in ch.elca.el4j.services.remoting.protocol
This class is an extension to the default JAX-WS SOAP class (using Spring) and provides the ability to transfer the implicit context inside the SOAP header using Jaxb to serialize the parameters and context.
JaxwsSpringSoapHeaderContextPassing() - Constructor for class ch.elca.el4j.services.remoting.protocol.JaxwsSpringSoapHeaderContextPassing
 
JDKLogger - Class in ch.elca.el4j.util.socketstatistics.genericlogger
The facade to the JDK logger.
JDKLogger(String) - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.JDKLogger
Constructor.
JFrameWrapperFactory - Class in ch.elca.el4j.services.gui.swing.wrapper
This class wraps components into JFrames.
JFrameWrapperFactory() - Constructor for class ch.elca.el4j.services.gui.swing.wrapper.JFrameWrapperFactory
 
JInteralFrameWrapperFactory - Class in ch.elca.el4j.services.gui.swing.wrapper
This factory wraps components into JInternalFrames.
JInteralFrameWrapperFactory() - Constructor for class ch.elca.el4j.services.gui.swing.wrapper.JInteralFrameWrapperFactory
 
JInternalFrameComparator - Class in ch.elca.el4j.services.gui.swing.mdi
A simple comparator for JInternalFrames, based on their title.
JInternalFrameComparator() - Constructor for class ch.elca.el4j.services.gui.swing.mdi.JInternalFrameComparator
 
JmxHtmlFormatter - Class in ch.elca.el4j.services.monitoring.jmx
This class creates a HtmlAdapter for an MBeanServer.
JmxHtmlFormatter() - Constructor for class ch.elca.el4j.services.monitoring.jmx.JmxHtmlFormatter
Hide default constructor.
JndiConfigurationHelper - Class in ch.elca.el4j.core.config
This class simplifies the setup of JNDI.
JndiConfigurationHelper() - Constructor for class ch.elca.el4j.core.config.JndiConfigurationHelper
 
JndiPropertyOverrideConfigurer - Class in ch.elca.el4j.core.config
This class allows overriding of Spring configurations using JNDI to retrieve values to override.
JndiPropertyOverrideConfigurer() - Constructor for class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
 
JndiPropertyPlaceholderConfigurer - Class in ch.elca.el4j.core.config
This subclass of PropertyPlaceholderConfigurer acts a bit like ServletContextPropertyPlaceholderConfigurer but searches for JNDI entries instead.
JndiPropertyPlaceholderConfigurer() - Constructor for class ch.elca.el4j.core.config.JndiPropertyPlaceholderConfigurer
 
JndiTemplate - Class in ch.elca.el4j.core.config
This JNDI template completes Spring's JndiTemplate.
JndiTemplate() - Constructor for class ch.elca.el4j.core.config.JndiTemplate
 
JodaTimeUtils - Class in ch.elca.el4j.util.codingsupport
This class is a class providing static mehtods for conversion between JodaTime formats and strings.
JodaTimeUtils() - Constructor for class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Hide default constructor.
join(String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Dont need 'on', used for JPQL.
joinIf(String, String, boolean, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
like QueryBuilder.joinIf(String, String, boolean, Object...) but join is performed iff cond evaluates to true.
joinIf(String, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Dont need 'on', used for JPQL.
JpaEntityManagerFactoryInjectorBeanPostProcessor - Class in ch.elca.el4j.services.persistence.jpa.dao
Inject the entity manager factory in GenericDaos (or other daos) if needed.
JpaEntityManagerFactoryInjectorBeanPostProcessor() - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
 
JpaExtentFetcherInjectorBeanPostProcessor - Class in ch.elca.el4j.services.persistence.jpa.dao
Inject the ExtentFetcher in GenericDaos.
JpaExtentFetcherInjectorBeanPostProcessor() - Constructor for class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
 
JpaHelper - Interface in ch.elca.el4j.services.persistence.jpa.helper
Utility class and methods to make database access easier.
JpaHelperImpl - Class in ch.elca.el4j.services.persistence.jpa.helper
Implementation of DataService.
JpaHelperImpl() - Constructor for class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
JpaQuery<T> - Class in ch.elca.el4j.services.persistence.jpa.util
Query object returned by DataService.
JpaQuery(Class<T>, JpaHelperImpl) - Constructor for class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Create the query object.
JpaQuery.Order - Enum in ch.elca.el4j.services.persistence.jpa.util
Order of a sort.
JpaQuery.Relation - Enum in ch.elca.el4j.services.persistence.jpa.util
The possible relations (eq, neq ...).
JVM_DOMAIN - Static variable in class ch.elca.el4j.services.monitoring.jmx.JvmMB
The domain of the JVM proxy as it will be registered at the MBean Server.
JVM_DOMAIN - Static variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The domain of the Logger bean proxy as it will be registered at the MBean Server.
JvmMB - Class in ch.elca.el4j.services.monitoring.jmx
The proxy class for the JVM.
JvmMB() - Constructor for class ch.elca.el4j.services.monitoring.jmx.JvmMB
Constructor which calls the setObjectName() method.
JvmMBMBean - Interface in ch.elca.el4j.services.monitoring.jmx
The interface of the proxy class for the JVM.

K

KeyClass - Annotation Type in ch.elca.el4j.core.metadata
Annotation required on map properties to mark the key class.
KeyedVersioned - Interface in ch.elca.el4j.util.objectwrapper.interfaces
Aspect of having a key and version.
KeyedVersionedEl4jImpl - Class in ch.elca.el4j.util.objectwrapper.impl
Implementation of KeyedVersioned that uses the provided methods of the EL4J base class.
KeyedVersionedEl4jImpl() - Constructor for class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
 
KeyedVersionedHibernateImpl - Class in ch.elca.el4j.util.objectwrapper.impl
Implementation of keyed/versioned.
KeyedVersionedHibernateImpl(SessionFactory) - Constructor for class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
Create a prototype instance.
KeyedVersionedReflectionImpl - Class in ch.elca.el4j.util.objectwrapper.impl
Implementation of KeyedVersioned that uses reflection on properties "key" and "version".
KeyedVersionedReflectionImpl() - Constructor for class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
Empty constructor which uses "key" and "version" as properties.
KeyedVersionedReflectionImpl(String, String) - Constructor for class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
Create the wrapper class providing property names for key and version.

L

LABEL - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
 
lastIndexOf(Object) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
launch(Class<T>, String[], ModuleApplicationContextConfiguration) - Static method in class ch.elca.el4j.services.gui.swing.GUIApplication
Launch the application and do some adaptations for Spring.
LazyInit - Annotation Type in ch.elca.el4j.core.context.annotations
Deprecated. As of EL4J version 2.0 (and the update to Spring 3) this annotation should be no longer used. Use the newly added annotation Lazy of Spring 3 instead.
LazyInitAwareScopeMetadataResolver - Class in ch.elca.el4j.core.context.annotations
Deprecated. As of EL4J version 2.0 (and the update to Spring 3) this AnnitationScopeMetadataResolver should be no longer used because the corresponding annotation LazyInit has deprecated. Use the newly added annotation Lazy of Spring 3 instead of the deprecated LazyInit annotation.
LazyInitAwareScopeMetadataResolver() - Constructor for class ch.elca.el4j.core.context.annotations.LazyInitAwareScopeMetadataResolver
Deprecated.  
leftJoin(String, String, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Only used for native sql.
leftJoin(String, String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
LEXICAL_COMPARATOR - Static variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
LightStatisticsMonitorInterceptor - Class in ch.elca.el4j.services.statistics.light
Performance monitor interceptor that uses the JAMon library.
LightStatisticsMonitorInterceptor() - Constructor for class ch.elca.el4j.services.statistics.light.LightStatisticsMonitorInterceptor
 
LightStatisticsReporter - Class in ch.elca.el4j.services.statistics.light
This class is a JMX proxy for JAMon performance measurements.
LightStatisticsReporter() - Constructor for class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
 
LightStatisticsReporterMBean - Interface in ch.elca.el4j.services.statistics.light
This interface defines the functionality accessible through JMX.
like(String, String) - Static method in class ch.elca.el4j.services.search.criterias.CriteriaHelper
Convenience method for like criteria (is case insensitive).
LikeCriteria - Class in ch.elca.el4j.services.search.criterias
Criteria for the like pattern.
LikeCriteria() - Constructor for class ch.elca.el4j.services.search.criterias.LikeCriteria
Default constructor for remoting protocols like hessian added.
LikeCriteria(String, String, boolean) - Constructor for class ch.elca.el4j.services.search.criterias.LikeCriteria
Hidden constructor.
Link - Class in ch.elca.el4j.services.tcpforwarder
This class represents an established, forwarding connection.
Link(TcpForwarder, Socket, Socket) - Constructor for class ch.elca.el4j.services.tcpforwarder.Link
Establishes a forwarding link between listenSocket and targetSocket.
Linked - Interface in ch.elca.el4j.util.objectwrapper.interfaces
Apsect of having links to other objects.
LinkedHibernateImpl - Class in ch.elca.el4j.util.objectwrapper.impl
Hibernate annotation implementation of Linked.
LinkedHibernateImpl(SessionFactory) - Constructor for class ch.elca.el4j.util.objectwrapper.impl.LinkedHibernateImpl
Create the implementation.
list(String) - Method in class ch.elca.el4j.core.config.JndiTemplate
Enumerates the names bound in the named context, along with the class names of objects bound to them.
ListBinding - Class in com.silvermindsoftware.hitch.binding.components
This class creates bindings for lists.
ListBinding(String) - Constructor for class com.silvermindsoftware.hitch.binding.components.ListBinding
 
ListBinding(Property<?, ?>) - Constructor for class com.silvermindsoftware.hitch.binding.components.ListBinding
 
ListBindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
The cookSwing creator for general purpose <listbinding>s.
ListBindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.ListBindingCreator
 
listBindings(String) - Method in class ch.elca.el4j.core.config.JndiTemplate
Enumerates the names bound in the named context, along with the objects bound to them.
listElementPropertyChanged(ObservableList, int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listElementReplaced(ObservableList, int, Object) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listElementsAdded(ObservableList, int, int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listElementsRemoved(ObservableList, int, List) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listen(int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
listIterator() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listIterator(int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
listIterator(ListIterator<? extends T>) - Method in interface ch.elca.el4j.util.collections.FilteredList
Returns a BiDiIterator for this collection pointing at the place corresponding to location.
listIterator() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
listIterator(int) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
listIterator(ListIterator<? extends T>) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
Returns a BiDiIterator for this collection pointing at the place corresponding to location.
ListPropertyMergeConfigurer - Class in ch.elca.el4j.core.config
Adds an entry to a list property of a Spring bean.
ListPropertyMergeConfigurer() - Constructor for class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
 
ListResourcePatternResolverDecorator - Class in ch.elca.el4j.core.io.support
This class resolves resources using a list of resource names to preserve a specific order.
ListResourcePatternResolverDecorator(ConfigLocationProvider) - Constructor for class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Creates a new instance using a PathMatchingResourcePatternResolver to delegate unresolved requests to and an AntPathMatcher to interprete wildcard notations.
ListResourcePatternResolverDecorator(ConfigLocationProvider, ResourcePatternResolver) - Constructor for class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Creates a new instance using a AntPathMatcher to interprete wildcard notations.
ListResourcePatternResolverDecorator(ConfigLocationProvider, ResourcePatternResolver, PathMatcher) - Constructor for class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Creates a new instance, that is fully configured through constructor arguments.
LiveValue<T> - Class in ch.elca.el4j.util.observer.impl
A LiveValue is a derived value that stays up to date by itself.
LiveValue() - Constructor for class ch.elca.el4j.util.observer.impl.LiveValue
creates this live value.
LiveValue(Computable<T>) - Constructor for class ch.elca.el4j.util.observer.impl.LiveValue
creates the live value defined by the supplied Computable.
LiveValue.Currency - Enum in ch.elca.el4j.util.observer.impl
a cached value's degree of currency.
LiveValueFactory - Class in ch.elca.el4j.util.observer.impl
Convenience class providing a few standard LiveValues.
LoadBalancingProtocol - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol
This class implements a load balancer on the protocol level.
LoadBalancingProtocol() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocol
 
LoadBalancingProtocolConfiguration - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol
Defines the configuration parameters for LoadBalancingProtocol.
LoadBalancingProtocolConfiguration() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
 
Loader - Class in ch.elca.el4j.services.monitoring.jmx
Entry point for the JMX package.
Loader() - Constructor for class ch.elca.el4j.services.monitoring.jmx.Loader
 
loadLongText(String, Locale) - Method in class ch.elca.el4j.util.codelist.CodelistUtility
Getter for the long textual description of the code in a given language.
loadProperties(Properties, Resource) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Loads the properties from the given location.
loadProperties(String) - Method in class ch.elca.el4j.util.codingsupport.PropertiesHelper
Resolves the given file name to an absolute file name and then loads the properties from this file to a Properties Object.
loadPropertiesFromResources(Resource[]) - Static method in class ch.elca.el4j.util.codingsupport.PropertiesHelper
Loads properties from given resources.
loadShortText(String, Locale) - Method in class ch.elca.el4j.util.codelist.CodelistUtility
Getter for the short textual description of the code in a given language.
log(String, String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.CommonsLoggingLogger
Log a message under the specified log level.
log(String, String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
Log a message under the specified log level.
log(String, String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.JDKLogger
Log a message under the specified log level.
log(String, String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.Log4JLogger
Log a message under the specified log level.
log(String, String) - Method in class ch.elca.el4j.util.socketstatistics.genericlogger.SLF4JLogger
Log a message under the specified log level.
LOG4J_JMX_LOADER - Static variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The name of the 'log4jJmxLoader' bean.
Log4jConfig - Class in ch.elca.el4j.services.monitoring.jmx
The logging proxy class, for setting logging properties via JMX.
Log4jConfig(String, ApplicationContextMB, ApplicationContext, BeanFactory, MBeanServer) - Constructor for class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Constructor.
Log4jConfigMBean - Interface in ch.elca.el4j.services.monitoring.jmx
The interface of the logging proxy class, for setting logging properties via JMX.
Log4jJmxLoader - Class in ch.elca.el4j.services.monitoring.jmx
This class is ...
Log4jJmxLoader() - Constructor for class ch.elca.el4j.services.monitoring.jmx.Log4jJmxLoader
 
Log4JLogger - Class in ch.elca.el4j.util.socketstatistics.genericlogger
The facade to the Log4J logger.
Log4JLogger(Object) - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.Log4JLogger
Constructor.
Log4jXmlLoader - Class in ch.elca.el4j.util.logging
This class is used to load a freely choosable log4j xml configuration file.
Log4jXmlLoader() - Constructor for class ch.elca.el4j.util.logging.Log4jXmlLoader
 
LoggerSocketFactory - Class in ch.elca.el4j.util.socketstatistics
Implementation of SocketImplFactory for the creation of SocketImplLogger.
LoggerSocketFactory() - Constructor for class ch.elca.el4j.util.socketstatistics.LoggerSocketFactory
 
LRUCache<K,E> - Class in ch.elca.el4j.services.statistics.detailed.cache
This class is a simple, generic FIFO Cache restricted to a certain size.
LRUCache(int) - Constructor for class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Creates a new LRU cache.

M

m_abstractProperties - Variable in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
The abstract property names and the resource they are declared.
m_ac - Variable in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
m_ac - Variable in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
m_acMB - Variable in class ch.elca.el4j.services.monitoring.jmx.Loader
The Application Context proxy for the Application Context containing this loader.
m_actionFactory - Variable in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Action factory.
m_activeLinks - Variable in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
The set of active links.
m_additionalRules - Variable in class ch.elca.el4j.services.i18n.RewritingMessageSource
A list of additional rules to be used by every locale.
m_anchor - Variable in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabConfiguration
 
m_applicationContext - Variable in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Is the used application context.
m_applicationContext - Variable in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
Is the used application context.
m_applicationContext - Variable in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The reference to the real Application Context.
m_applicationContext - Variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The Application Context where this Spring Bean is registered at.
m_applicationContext - Variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The Application Context where this Spring Bean is registered at.
m_applicationContext - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
The application context.
m_applicationContextIsReady - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Is Spring context completely initialized?
m_applicationContextMB - Variable in class ch.elca.el4j.services.monitoring.jmx.JvmMB
A list of Application Context proxies which are running in this JVM proxy.
m_applicationContextMB - Variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The Application Context proxy for the real Application Context.
m_applicationContextMB - Variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The Application Context proxy for the real Application Context.
m_ascending - Variable in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
Is order ascending?
m_backup - Variable in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
The stored properties (a map containing the setter-method and its value).
m_basenames - Variable in class ch.elca.el4j.services.i18n.RewritingMessageSource
The base names.
m_beanClassDaos - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
The map containing the registered DAOs with the bean class as key.
m_beanFactory - Variable in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The Bean Factory belonging to this Application Context.
m_beanFactory - Variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The Bean Factory belonging to the referenced Application Context.
m_beanFactory - Variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The Bean Factory belonging to the referenced Application Context.
m_beanName - Variable in class ch.elca.el4j.core.context.OrderedBeanNameHolder
Is the name of the bean.
m_bindings - Variable in class com.silvermindsoftware.hitch.BinderImpl
The managed bindings.
m_cache - Variable in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
Cache of Attributes, keyed by Method and target class.
m_changeSupport - Variable in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
The support for property change notification.
m_class - Variable in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
The class name of this class.
m_class - Variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The class name of this class.
m_classLoader - Variable in class ch.elca.el4j.core.io.support.Module
Is the used class loader.
m_classValidator - Variable in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Hibernate class validator.
m_coberturaCollectedSourcesDirectory - Variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Is the directory where the collected sources are.
m_coberturaDataDirectory - Variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Is the cobertura data directory where all info will be saved.
m_coberturaDataFilename - Variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Is the cobertura data filename.
m_code - Variable in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
The integer code for this enum element.
m_collectDaos - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Whether to collect DAOs automatically.
m_columnClasses - Variable in class com.silvermindsoftware.hitch.binding.components.TableBinding
The value classes for each column.
m_columnEditable - Variable in class com.silvermindsoftware.hitch.binding.components.TableBinding
Is column editable?
m_columnLabels - Variable in class com.silvermindsoftware.hitch.binding.components.TableBinding
The column labels.
m_component - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_configLocationResources - Variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The sorted list of resolved config locations.
m_configLocations - Variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
The sorted list of configuration locations.
m_configuration - Variable in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
A descriptor of the content which allows to use the frame (in a limited way) before it's visible.
m_constraints - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_content - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
The representation of a frame in a docking environment.
m_contentConfiguration - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
A descriptor of the content which allows to use the frame (in a limited way) before it's visible.
m_context - Static variable in class ch.elca.el4j.services.xmlmerge.XmlMergeContext
 
m_creatorThreadId - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
The thread ID of the thread that set the application context (in general the thread that created this object).
m_criteria - Variable in class ch.elca.el4j.services.search.criterias.NotCriteria
 
m_criterias - Variable in class ch.elca.el4j.services.search.criterias.AndCriteria
 
m_criterias - Variable in class ch.elca.el4j.services.search.criterias.OrCriteria
 
m_currentResource - Variable in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
The resource currently being propcessed.
m_daoClassDaos - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
The map containing the registered DAOs with the dao class as key.
m_daoNamePattern - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
The dao matching pattern.
m_daoPrototypeBeanName - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
The bean name of the fallback DAO prototype.
m_defaultConfigFile - Variable in class ch.elca.el4j.util.env.PropertyEncryptionUtil
The default cryptor configuration file.
m_details - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The details of the exception (in general this is the stacktrace).
m_detailsButton - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The button to show/hide the details.
m_detailsScrollPane - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The scroll pane that makes the details text area scrollable.
m_done - Variable in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Flag to mark if the forwarding is done.
m_entityManagerFactory - Variable in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
 
m_enumClass - Variable in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
Is the enum class.
m_errorImage - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The error image.
m_fieldName - Variable in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Name of the field, which would be duplicated.
m_finalProperties - Variable in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
The final property names and the resource they are declared.
m_firstResult - Variable in class ch.elca.el4j.services.search.QueryObject
 
m_formMap - Variable in class com.silvermindsoftware.hitch.BinderManager
 
m_functions - Variable in class ch.elca.el4j.services.i18n.RewritingUtilities
the functions provided by this instance, keyed by function.m_name.
m_icon - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_id - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_ignoreBeanNameNotFound - Variable in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Should invalid bean names be ignored?
m_initialized - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Was initDaosFromSpringBeans already called?
m_inputSocket - Variable in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Is the input source.
m_invalidColor - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingCellRenderer
Color to mark value as invalid.
m_invalidColor - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
Color to mark value as invalid.
m_invalidColor - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer
Color to mark value as invalid.
m_invalidColor - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
Color to mark value as invalid.
m_isOfflineMode - Variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
If false the controller is running in online mode.
m_jvmmb - Variable in class ch.elca.el4j.services.monitoring.jmx.Loader
The JVM proxy containing this Application Context.
m_keepReports - Variable in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
If true every report will have its own directory.
m_link - Variable in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Is the link this belongs to.
m_listeners - Variable in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoChangeNotifier
The presently subscribed listeners.
m_listenPort - Variable in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
The listen port.
m_listenSocket - Variable in class ch.elca.el4j.services.tcpforwarder.Link
The listen/input socket.
m_logLevels - Variable in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
List of allowed log levels.
m_map - Variable in class ch.elca.el4j.util.config.GenericConfig
The configuration entries that are added or override configurations declared in m_parentConfig.
m_mapperFactory - Variable in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Mapper factory.
m_matcherFactory - Variable in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Matcher factory.
m_maxResults - Variable in class ch.elca.el4j.services.search.QueryObject
Default value is s_defaultMaxResults
m_mBeanServer - Variable in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The MBean Server to which this Application Context is registered.
m_message - Variable in exception ch.elca.el4j.core.exceptions.BaseException
Contains either the message of the exception or when message format is used, the messageFormat.
m_message - Variable in exception ch.elca.el4j.core.exceptions.BaseRTException
Contains either the message of the exception or when message format is used, the messageFormat.
m_message - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The generic error message.
m_messageFormatParameters - Variable in exception ch.elca.el4j.core.exceptions.BaseException
The parameters to substitute.
m_messageFormatParameters - Variable in exception ch.elca.el4j.core.exceptions.BaseRTException
The parameters to substitute.
m_methodCache - Variable in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Getter-to-setter/setter-to-getter method cache.
m_methodName - Variable in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
Name of the method.
m_name - Variable in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
The name of the extent-part.
m_name - Variable in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
The name of this enum element.
m_objectName - Variable in exception ch.elca.el4j.core.exceptions.DuplicatedFieldException
Deprecated. Name of the object, where the exception occured.
m_objectName - Variable in exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated. Name of the object, where the exception occured.
m_objectName - Variable in exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated. Name of the object, where the exception occured.
m_objectName - Variable in exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated. Name of the object, where the exception occured.
m_order - Variable in class ch.elca.el4j.core.context.OrderedBeanNameHolder
Is the order of the bean.
m_ordinal - Variable in class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
The ordinal assigned to this comparable enum.
m_orgLogger - Variable in class ch.elca.el4j.util.socketstatistics.genericlogger.GenericLogger
Reference to the actually used logger for reflective calls.
m_outputSocket - Variable in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Is the output drain.
m_parameterNames - Variable in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
Parameter names.
m_parameterTypes - Variable in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
Parameter types.
m_parent - Variable in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
The parent of the entity, null if root.
m_parentApplicationContext - Variable in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
With this ApplicationContext the current bean has been created.
m_policy - Variable in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
 
m_prefix - Variable in class ch.elca.el4j.util.config.HierarchicalGenericConfig
The prefix for this config (used in subconfigs).
m_properties - Variable in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
The ordinary properties.
m_property - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
The property to render.
m_propertyNames - Variable in class com.silvermindsoftware.hitch.binding.components.TableBinding
Which property to show in the table.
m_protocols - Variable in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
Array of protocols, each represented by an array of Strings, using a [protocolTag, arg1, arg2, ...] representation.
m_protocols - Variable in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
 
m_requestForwarderThread - Variable in class ch.elca.el4j.services.tcpforwarder.Link
Is the request forwarder thread (listenSocket -> targetSocket).
m_requiredPrefix - Variable in class ch.elca.el4j.services.i18n.RewritingUtilities
The package-like prefix to function names.
m_resourceComparator - Variable in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
The resource comparator.
m_resourceMap - Variable in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
The resource map.
m_responseForwarderThread - Variable in class ch.elca.el4j.services.tcpforwarder.Link
Is the response forwarder thread (targetSocket -> listenSocket).
m_returnType - Variable in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
The return type of this method.
m_rewriters - Variable in class ch.elca.el4j.services.i18n.RewritingMessageSource
The already loaded rewriters.
m_selectedColor - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingTableCellRenderer
Color to mark row as selected.
m_serviceProperties - Variable in class ch.elca.el4j.services.remoting.protocol.Hessian
Additional properties to set.
m_sessionFactory - Variable in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
 
m_sqlTypes - Variable in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
Are sql types who they are represented in Hibernate.
m_target - Variable in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
The target object.
m_targetAddress - Variable in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
The internet socket address to forward traffic to.
m_targetSocket - Variable in class ch.elca.el4j.services.tcpforwarder.Link
The target/output socket.
m_tcpForwarder - Variable in class ch.elca.el4j.services.tcpforwarder.Link
The control interface keeping track of this.
m_thrownExceptions - Variable in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
Exceptions which this method can throw.
m_title - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_toolTip - Variable in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
m_toolWindowTab - Variable in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
The representation of a frame in a docking environment.
m_type - Variable in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
Is the nullable type.
m_updateStrategy - Variable in class com.silvermindsoftware.hitch.binding.AbstractBindingCreator
The update strategy (r/r once, rw).
m_util - Variable in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Property encryption handler.
m_util - Variable in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
This handles encryption.
m_validate - Variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
Should invalid property values marked with different color?
m_valueMapping - Variable in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
The precomputed mapping of persisted value and enum.
m_windowManager - Variable in class ch.elca.el4j.services.gui.swing.MDIApplication
Helps to manage the mdi menu and pane.
m_wrapper - Variable in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
The ObjectWrapper object.
m_writeBack - Variable in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Should bean property be overwritten by proxied property to speed up following accesses?
main(String[]) - Static method in class ch.elca.el4j.services.security.encryption.AESCipher
 
main(String[]) - Static method in class ch.elca.el4j.services.tcpforwarder.TcpForwarderRunner
Runs a tcp forwarder on a given port and forwards the tcp messages to the given target address.
main(String[]) - Static method in class ch.elca.el4j.services.xmlmerge.tool.XmlMergeTool
Starts the XmlMerge Command-line tool.
makeDistinct(DetachedCriteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
 
makeDistinct(CriteriaQuery<T>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
 
MANIFEST_FILE - Static variable in class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
A manifest file's path.
ManifestOrderedConfigLocationProvider - Class in ch.elca.el4j.core.io.support
This configuration location provider extracts module dependency information from manifest files.
ManifestOrderedConfigLocationProvider() - Constructor for class ch.elca.el4j.core.io.support.ManifestOrderedConfigLocationProvider
 
map(Element) - Method in class ch.elca.el4j.services.xmlmerge.mapper.IdentityMapper
Transforms the given element to another element by changing some nested content or attributes.
map(Element) - Method in interface ch.elca.el4j.services.xmlmerge.Mapper
Transforms the given element to another element by changing some nested content or attributes.
map(Element) - Method in class ch.elca.el4j.services.xmlmerge.mapper.NamespaceFilterMapper
Transforms the given element to another element by changing some nested content or attributes.
mapped(List<T>, Function<? super T, O>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Convenience method returning a TransformedList view to the supplied list.
mapped(Function<? super T, O>) - Method in interface ch.elca.el4j.util.collections.ExtendedList
Convenience method returning a TransformedList view to this list.
mapped(Function<? super T, O>) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
Convenience method returning a TransformedList view to this list.
mapped(Function<? super O, T>) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
Convenience method returning a TransformedList view to this list.
mapped(Function<? super T, O>) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
Convenience method returning a TransformedList view to this list.
Mapper - Interface in ch.elca.el4j.services.xmlmerge
Transforms an element to another element by changing some nested content or attributes.
MAPPER_PREFIX - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Mapper pathname prefix.
Matcher - Interface in ch.elca.el4j.services.xmlmerge
Compares two elements to know if they correspond for merging.
MATCHER_ATTRIBUTE - Static variable in class ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
Matcher attribute.
MATCHER_PREFIX - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Matcher pathname prefix.
matches(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.matcher.IdMatcher
Compares two elements to know if they correspond for merging.
matches(Element, Element) - Method in interface ch.elca.el4j.services.xmlmerge.Matcher
Compares two elements to know if they correspond for merging.
matches(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.matcher.SkipMatcher
Compares two elements to know if they correspond for merging.
matches(Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.matcher.TagMatcher
Compares two elements to know if they correspond for merging.
matches(Method, Class) - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
Perform static checking.
MatchException - Exception in ch.elca.el4j.services.xmlmerge
Thrown when something is wrong in the matching process.
MatchException(Element, String) - Constructor for exception ch.elca.el4j.services.xmlmerge.MatchException
Constructor with message.
MatchException(Element, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.MatchException
Constructor with cause.
maximize() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Maximizes the selected frame if it is not already maximized.
maximize() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
maximizeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Maximizes all frames that are not already maximized.
maximizeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
MBEAN_DOMAIN - Static variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The name of the domain of the ObjectName.
MBEAN_KEY - Static variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The name of the key of the ObjectName.
MDIApplication - Class in ch.elca.el4j.services.gui.swing
Parent class for MDI applications not using an XML GUI description.
MDIApplication() - Constructor for class ch.elca.el4j.services.gui.swing.MDIApplication
 
MeasureCollectorService - Interface in ch.elca.el4j.services.statistics.detailed.processing
Local service (both in container and in clients) allowing to collect measures in the system.
MeasureId - Class in ch.elca.el4j.services.statistics.detailed
A MeasureID uniquely identifies a global measure.
MeasureId() - Constructor for class ch.elca.el4j.services.statistics.detailed.MeasureId
Creates a MeasureID object for the localhost machine and with the current time.
MeasureId(String, long) - Constructor for class ch.elca.el4j.services.statistics.detailed.MeasureId
Creates a MeasureID object for a given host and a given invocation time.
MeasureInterceptor - Class in ch.elca.el4j.services.statistics.detailed.contextpassing
Invoker for measuring the time of calls to a EL4J service.
MeasureInterceptor(MeasureCollectorService, boolean) - Constructor for class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
Deprecated. use the constructor with (MeasureCollectorService,String) instead
MeasureInterceptor(MeasureCollectorService, String) - Constructor for class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
The constructor.
MeasureItem - Class in ch.elca.el4j.services.statistics.detailed
Represents a performance measure collected by the detailed measurement service.
MeasureItem(MeasureId, int, String, String, String, String, long, long, String) - Constructor for class ch.elca.el4j.services.statistics.detailed.MeasureItem
Creates a new MeasureItem object.
Member - Class in ch.elca.el4j.util.dom.reflect
represents a type's member.
MemberOrder - Annotation Type in ch.elca.el4j.util.dom.annotations
lists all members of this entity type, in order.
MenuUtils - Class in ch.elca.el4j.services.gui.swing.util
This utility class helps to create menus using Sun's appFramework.
merge(T, T, boolean, IdentityHashMap<Object, Object>, List<Object>, IdentityHashMap<Object, Object>) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Deprecated. 
merge(T, T, IdentityFixerMergePolicy, boolean, IdentityHashMap<Object, Object>, HashMap<Object, Object>) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Actually performs the merge.
merge(T, T) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Updates the unique representative by duplicating the state in updated.
merge(T, T, IdentityFixerMergePolicy) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Updates the set of unique representatives according to the IdentityFixerMergePolicy.
merge(DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Merge two DataExtents.
merge(ExtentCollection) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Merge two ExtentCollections.
merge(ExtentEntity) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Merge two ExtentEntities.
merge(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
merge the given entity.
merge(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
merge the given entity.
merge(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Merge the state of the given entity into the current persistence context.
merge(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
MERGE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
OrderedMergeAction.
merge(InputStream[]) - Method in class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Merges the given InputStream sources.
merge(Document[]) - Method in class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Merges the given Document sources.
merge(String[]) - Method in class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Merges the given String sources.
merge(String[]) - Method in class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Merges the given String sources.
merge(Document[]) - Method in class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Merges the given Document sources.
merge(InputStream[]) - Method in class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Merges the given InputStream sources.
merge(InputStream[]) - Method in interface ch.elca.el4j.services.xmlmerge.XmlMerge
Merges the given InputStream sources.
merge(Document[]) - Method in interface ch.elca.el4j.services.xmlmerge.XmlMerge
Merges the given Document sources.
merge(String[]) - Method in interface ch.elca.el4j.services.xmlmerge.XmlMerge
Merges the given String sources.
MERGE_RESOURCES_PARAM - Static variable in class ch.elca.el4j.web.context.ModuleContextLoader
Name of servlet context parameter indicating whether the resources retrieved by the configuration files section of the manifest files should be merged with resources found by searching in the file system.
MergeAction - Interface in ch.elca.el4j.services.xmlmerge
An action merging the contents of the specified elements.
mergeConfigLocationResources(Module[]) - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
Merges the configuration location resources of the provided list of modules, preserving the module's order.
mergeConfigLocations(Module[]) - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
Merges the configuration locations of the provided list of modules, preserving the module's order.
mergeLocalDateAndLocalTime(LocalDate, LocalTime) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Creates a DateTime out of a LocalDate and a LocalTime.
mergeResources(Resource[], Resource[]) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Merges the two given list of resources with the former having higher precedence, i.e. they are added to the resulting list's head.
mergeStrong(Object, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Merges the given persistent instance in a strong way: does the same as the saveOrUpdate(Object) method, but throws a more specific OptimisticLockingFailureException in the case of an optimistic locking failure.
MessageRewriter - Class in ch.elca.el4j.services.i18n
A rewriting ressource bundle provides localized strings, which are defined using rewrite rules.
MessageRewriter(List<Reader>) - Constructor for class ch.elca.el4j.services.i18n.MessageRewriter
Constructor.
MessageRewriter.NoDefinitionException - Exception in ch.elca.el4j.services.i18n
thrown to indicate that there is no matching rule for the requested key.
MessageRewriter.NoDefinitionException(String) - Constructor for exception ch.elca.el4j.services.i18n.MessageRewriter.NoDefinitionException
 
MessageRewriter.Rule - Interface in ch.elca.el4j.services.i18n
Represents a rewriting rule.
MetaDataCollector - Class in ch.elca.el4j.util.metadata
Depending to the used kind of metadata, it can be defined on a field, on a method, on a class, and on a package.
MetaDataCollector() - Constructor for class ch.elca.el4j.util.metadata.MetaDataCollector
 
MetaDataSourceAware - Interface in ch.elca.el4j.util.metadata
Interface to be implemented by an interceptor object that wishes to be notified of the MetaDataSource.
MethodDescriptor - Class in ch.elca.el4j.util.interfaceenrichment
Class to describe a method.
MethodDescriptor() - Constructor for class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
MethodInfo - Class in com.silvermindsoftware.hitch.reflect
 
MethodInfo(Method) - Constructor for class com.silvermindsoftware.hitch.reflect.MethodInfo
 
MethodNameExceptionConfiguration - Class in ch.elca.el4j.services.exceptionhandler
This exception configuration uses the exception class as well as the invoked method's name to specify the exception handler.
MethodNameExceptionConfiguration() - Constructor for class ch.elca.el4j.services.exceptionhandler.MethodNameExceptionConfiguration
 
minimize() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Minimizes the selected frame if it is iconifiable.
minimize() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
minimizeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Minimizes all frames that are iconifiable.
minimizeAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
MisconfigurationRTException - Exception in ch.elca.el4j.core.exceptions
General exception used if a misconfiguration occurred.
MisconfigurationRTException(String) - Constructor for exception ch.elca.el4j.core.exceptions.MisconfigurationRTException
Constructor.
MisconfigurationRTException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.MisconfigurationRTException
Constructor.
MissingContextException - Exception in ch.elca.el4j.services.exceptionhandler
This exception is thrown if the context of a context exception handler has not been set appropriately.
MissingContextException(String, Throwable) - Constructor for exception ch.elca.el4j.services.exceptionhandler.MissingContextException
Creates a new instance.
modelIndex(int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
ModelMeta - Class in com.silvermindsoftware.hitch.meta
 
ModelMeta(Field) - Constructor for class com.silvermindsoftware.hitch.meta.ModelMeta
 
ModelObject - Annotation Type in com.silvermindsoftware.hitch.annotations
 
ModelObjectConfig - Class in com.silvermindsoftware.hitch.config
 
ModelObjectConfig(String) - Constructor for class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
ModelObjectConfig(String, boolean) - Constructor for class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
ModelObjectConfig(String, boolean, boolean) - Constructor for class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
ModelObjectConfig(String, boolean, boolean, String[]) - Constructor for class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
Module - Class in ch.elca.el4j.core.io.support
This class represents a simplified view of a module (EL4Ant build system unit).
Module(String) - Constructor for class ch.elca.el4j.core.io.support.Module
Creates a new module with the given name.
Module(String, String) - Constructor for class ch.elca.el4j.core.io.support.Module
Creates a new module with the given name and the module's location.
Module(String, String, ClassLoader) - Constructor for class ch.elca.el4j.core.io.support.Module
Creates a new module with the given name, the module's location and resolves resources by using the given class loader.
ModuleApplicationContext - Class in ch.elca.el4j.core.context
Class that loads the ApplicationContext given an array of config files and an array of exclusion config files.
ModuleApplicationContext(String, boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
 
ModuleApplicationContext(String[], boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
 
ModuleApplicationContext(String, String, boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
 
ModuleApplicationContext(String[], String, boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
 
ModuleApplicationContext(String, String[], boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
 
ModuleApplicationContext(String[], String[], boolean, ApplicationContext) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
Merge with outer resources is set to true.
ModuleApplicationContext(String[], String[], boolean, ApplicationContext, boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
Most specific resource last is set to false.
ModuleApplicationContext(String[], String[], boolean, ApplicationContext, boolean, boolean, boolean) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
With this constructor we use no app context creation listener.
ModuleApplicationContext(String[], String[], boolean, ApplicationContext, boolean, boolean, boolean, ModuleApplicationContextCreationListener) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
Create a new ModuleApplicationContext with the given parent, loading the definitions from the given XML files in "inclusiveConfigLocations" excluded the XML files defined in "exclusiveConfigLocations".
ModuleApplicationContext(ModuleApplicationContextConfiguration) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContext
Constructor to create a module application context by using the given configurations.
ModuleApplicationContextConfiguration - Class in ch.elca.el4j.core.context
This class describes the configuration of a ModuleApplicationContext.
ModuleApplicationContextConfiguration() - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
 
ModuleApplicationContextCreationListener - Interface in ch.elca.el4j.core.context
Listener used to intercept the creation of the module application context.
ModuleApplicationContextUtils - Class in ch.elca.el4j.core.context
This class allows excluding some items out of a file list.
ModuleApplicationContextUtils(ApplicationContext) - Constructor for class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Creates a new instance that is connected to the given application contet.
ModuleApplicationListener - Interface in ch.elca.el4j.core.context
An interface that a class can implement to get notified as soon as the ModuleApplicationContext is completely refreshed.
ModuleContextLoader - Class in ch.elca.el4j.web.context
This class extends Spring's ContextLoader.
ModuleContextLoader() - Constructor for class ch.elca.el4j.web.context.ModuleContextLoader
 
ModuleContextLoaderListener - Class in ch.elca.el4j.web.context
Bootstrap listener to start up the root ModuleWebApplicationContext.
ModuleContextLoaderListener() - Constructor for class ch.elca.el4j.web.context.ModuleContextLoaderListener
 
ModuleContextLoaderServlet - Class in ch.elca.el4j.web.context
Bootstrap servlet to start up the WebApplicationContext.
ModuleContextLoaderServlet() - Constructor for class ch.elca.el4j.web.context.ModuleContextLoaderServlet
 
ModuleDispatcherServlet - Class in ch.elca.el4j.web.context
This class extends Springs DispatcherServlet.
ModuleDispatcherServlet() - Constructor for class ch.elca.el4j.web.context.ModuleDispatcherServlet
 
ModuleSorter - Interface in ch.elca.el4j.core.io.support
This interface is used to transform the order of modules given as dependencies into a list of modules that respects the partial order.
ModuleWebApplicationContext - Class in ch.elca.el4j.web.context
This web application context behaves exactly the same way as Spring's XmlWebApplicationContext but uses a ResourcePatternResolver that preserves the order defined by the EL4J's module hierarchy.
ModuleWebApplicationContext(String[], String[], boolean, ServletContext, boolean) - Constructor for class ch.elca.el4j.web.context.ModuleWebApplicationContext
There is no parent app context.
ModuleWebApplicationContext(String[], String[], boolean, ServletContext, boolean, ApplicationContext) - Constructor for class ch.elca.el4j.web.context.ModuleWebApplicationContext
Most specific resource last is set to false.
ModuleWebApplicationContext(String[], String[], boolean, ServletContext, boolean, boolean, boolean) - Constructor for class ch.elca.el4j.web.context.ModuleWebApplicationContext
There is no parent app context.
ModuleWebApplicationContext(String[], String[], boolean, ServletContext, boolean, boolean, boolean, ApplicationContext) - Constructor for class ch.elca.el4j.web.context.ModuleWebApplicationContext
Create a new ModuleApplicationContext with the given parent, loading the definitions from the given XML files in "inclusiveConfigLocations" excluded the XML files defined in "exclusiveConfigLocations".

N

NAME - Static variable in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
The address that points to this class.
NAME - Static variable in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
The address that points to this class.
name - Variable in class ch.elca.el4j.util.dom.reflect.EntityType
this type's name.
name - Variable in class ch.elca.el4j.util.dom.reflect.Member
this member's name.
NamespaceFilterMapper - Class in ch.elca.el4j.services.xmlmerge.mapper
Filters out elements and attributes with a specified namespace.
NamespaceFilterMapper(String) - Constructor for class ch.elca.el4j.services.xmlmerge.mapper.NamespaceFilterMapper
Creates a new NamespaceFilterMapper.
nativeToString() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
 
needsAdditionalProcessing(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
 
needsAdditionalProcessing(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernateProxyAwareIdentityFixer
needsPreparation() - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
newLine() - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
 
newSessionFactory(Configuration) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
next() - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
 
next() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
nextIndex() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
NL - Static variable in class ch.elca.el4j.services.xmlmerge.web.DemoController
New line.
NO_CONSTRAINT - Static variable in class ch.elca.el4j.services.search.QueryObject
Constant (=-1) to use for property firstResult.
NoAddValueHolder<T> - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
This class holds some object and prevents it from being added to the parent.
NoAddValueHolder(T) - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.NoAddValueHolder
 
NoAddVarSetter - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
This setter enhances the VarSetter so that it can set variables of type NoAddValueHolder.
NoAddVarSetter() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.NoAddVarSetter
 
NonPersistentMeasureCollectorService - Class in ch.elca.el4j.services.statistics.detailed.processing
This class implements a non-persistant MeasureCollectionSerice.
NonPersistentMeasureCollectorService(int) - Constructor for class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
Construtor.
NoProtocolAvailableRTException - Exception in ch.elca.el4j.services.remoting.protocol.loadbalancing
Exception used to notify the user that no more protocols are available.
NoProtocolAvailableRTException(String) - Constructor for exception ch.elca.el4j.services.remoting.protocol.loadbalancing.NoProtocolAvailableRTException
 
not(Criteria) - Static method in class ch.elca.el4j.services.search.criterias.CriteriaHelper
Convenience method for NotCriteria.
NOT_MODULE_APPLICATION_CONTEXT - Static variable in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
The message to be printed in case the used Application Context is not the ModuleApplicationContext.
NOT_SORTED - Static variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
NotCriteria - Class in ch.elca.el4j.services.search.criterias
A Criteria that negates the Criteria it wraps.
NotCriteria(Criteria) - Constructor for class ch.elca.el4j.services.search.criterias.NotCriteria
 
notified() - Method in class ch.elca.el4j.util.observer.impl.LiveValue
not intended for public use.
notified() - Method in interface ch.elca.el4j.util.observer.InquisitiveValueObserver
invoked once all observers have received their change notifications.
notifyDataIntegrityViolationFailure(String, String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Notify violation of data integrity of an object.
notifyDataIntegrityViolationFailure(String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Same behaviour as call of method notifyDataIntegrityViolationFailure(null, String).
notifyDataRetrievalFailure(String, String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that an object does not exist.
notifyDataRetrievalFailure(String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Same behaviour as call of method notifyDataRetrievalFailure(null, String).
notifyFailure(AbstractRemotingProtocol) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
This method is called if the use of one of the protocols has failed.
notifyFailure(AbstractRemotingProtocol) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RandomPolicy
This method is called if the use of one of the protocols has failed.
notifyFailure(AbstractRemotingProtocol) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RedirectUponFailurePolicy
This method is called if the use of one of the protocols has failed.
notifyIfEssentialPropertyIsEmpty(Object, String, Object) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Method to check if an essential property is not null.
notifyIfEssentialPropertyIsEmpty(String, String, Object) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Method to check if an essential property string is has text.
notifyInsertionFailure(String, String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that an object made problems while insertion.
notifyInsertionFailure(String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Same behaviour as call of method notifyInsertionFailure(null, String).
notifyJdbcUpdateAffectedIncorrectNumberOfRows(String, String, String, int, int) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that the object could not be updated correctly.
notifyJdbcUpdateAffectedIncorrectNumberOfRows(String, String, int, int) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Same behaviour as call of method notifyOptimisticLockingFailure(null, String, String, int, int) .
notifyLackingEssentialProperty(String, Object) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Method to notify that an essential property of a bean is lacking.
notifyMisconfiguration(String) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Method to log that a misconfiguration has occurred.
notifyMisconfiguration(String, Throwable) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Logs the message and the Exception cause and translates it to a MisconfigurationRTException.
notifyMisconfiguration(String, Object...) - Static method in class ch.elca.el4j.services.monitoring.notification.CoreNotificationHelper
Replaces place holders in the message with the values provided as parameters.
notifyObjectRetrievalFailure(Class<?>, Object, String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that an object could not be retrieved.
notifyObjectRetrievalFailure(Class<?>, Object, String, String, Throwable) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that an object could not be retrieved.
notifyOptimisticLockingFailure(String, String, OptimisticLockingFailureException) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Method to log that the object has already been modified.
notifyOptimisticLockingFailure(String) - Static method in class ch.elca.el4j.services.monitoring.notification.PersistenceNotificationHelper
Same behaviour as call of method notifyOptimisticLockingFailure(null, String).
NotThreadSafe - Annotation Type in ch.elca.el4j.util.concurrency
The class to which this annotation is applied is not thread-safe.
NULL_METADATA - Static variable in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
Canonical value held in cache to indicate that no metadata was found for a method.
nullSafeGet(ResultSet, String[], Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
nullSafeGet(ResultSet, String[], Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
nullSafeSet(PreparedStatement, Object, int) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
nullSafeSet(PreparedStatement, Object, int) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
nullSaveAddAll(Collection, Collection) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
 
nullSaveEquals(String, String) - Static method in class ch.elca.el4j.util.codingsupport.ObjectUtils
This method is used to compare two strings.
NumberUtils - Class in ch.elca.el4j.util.codingsupport
This class supports methods to handle with numbers.

O

ObjectDoesNotExistException - Exception in ch.elca.el4j.core.exceptions
Deprecated. Spring data access exception will be used.
ObjectDoesNotExistException(String) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated. Constructor.
ObjectDoesNotExistException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
Deprecated. Constructor.
ObjectInsertionException - Exception in ch.elca.el4j.core.exceptions
Deprecated. Spring data access exception will be used.
ObjectInsertionException(String) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated. Constructor.
ObjectInsertionException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectInsertionException
Deprecated. Constructor.
ObjectModificationException - Exception in ch.elca.el4j.core.exceptions
Deprecated. Spring data access exception will be used.
ObjectModificationException(String) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated. Constructor.
ObjectModificationException(String, Throwable) - Constructor for exception ch.elca.el4j.core.exceptions.ObjectModificationException
Deprecated. Constructor.
ObjectUtils - Class in ch.elca.el4j.util.codingsupport
This class supports methods to handle with objects.
ObjectWrapper - Class in ch.elca.el4j.util.objectwrapper
Main class of the object wrapper package.
ObjectWrapper() - Constructor for class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Set up the apsects object.
ObjectWrapperRTException - Exception in ch.elca.el4j.util.objectwrapper
Base class for all exceptions thrown if an wrapped operation fails because the underlying object does not have the required capabilities.
ObjectWrapperRTException() - Constructor for exception ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
Empty constructor.
ObjectWrapperRTException(String) - Constructor for exception ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
Constructor taking message.
ObjectWrapperRTException(Throwable) - Constructor for exception ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
Constructor with cause.
ObjectWrapperRTException(String, Throwable) - Constructor for exception ch.elca.el4j.util.objectwrapper.ObjectWrapperRTException
 
ObservableFilteredList<E> - Class in ch.elca.el4j.services.gui.model.mixin
An observable filtered list.
ObservableFilteredList(ObservableList<E>, Filter<E>) - Constructor for class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
 
ObservableValue<T> - Interface in ch.elca.el4j.util.observer
Instances of ObservableValue encapsulate an observable reference of type T.
OLD_ENV_PROPERTIES_LOCATION - Static variable in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
The deprecated env location.
onApplicationEvent(ApplicationEvent) - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
onContextRefreshed() - Method in interface ch.elca.el4j.core.context.ModuleApplicationListener
Executed when ModuleApplicationContext is completely refreshed.
onContextRefreshed() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Executed when ModuleApplicationContext is completely refreshed.
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernatePersistentCollectionRefresher
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernatePersistentCollectionRefresher
OpenSessionInServiceInterceptor - Class in ch.elca.el4j.services.persistence.hibernate
This interceptor is similar to OpenSessionInViewInterceptor, but can also be used e.g. for batch job processing where no HTTP requests are used.
OpenSessionInServiceInterceptor() - Constructor for class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
Operation - Interface in ch.elca.el4j.services.xmlmerge
Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
Operation - Class in ch.elca.el4j.util.dom.reflect
represents an operation.
OperationFactory - Interface in ch.elca.el4j.services.xmlmerge
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
OperationResolver - Class in ch.elca.el4j.services.xmlmerge.factory
Creates an operation instance given a short name (alias) or a class name.
OperationResolver(Class) - Constructor for class ch.elca.el4j.services.xmlmerge.factory.OperationResolver
Creates an OperationResolver given the class representing an operation.
ops - Variable in class ch.elca.el4j.util.dom.reflect.EntityType
the type's operations.
OptimisticLockingObject - Interface in ch.elca.el4j.services.persistence.generic.dto
Interface to provide optimistic locking version support (mainly required for iBatis, not needed for JPA/ Hibernate).
optimize(JAXBContextImpl) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessor
 
or(Criteria...) - Static method in class ch.elca.el4j.services.search.criterias.CriteriaHelper
Convenience method for OrCriteria.
OrCriteria - Class in ch.elca.el4j.services.search.criterias
Criteria that combines n Criteria with OR (i.e. one of the Criterias must be true).
OrCriteria(Criteria, Criteria) - Constructor for class ch.elca.el4j.services.search.criterias.OrCriteria
 
OrCriteria(Criteria...) - Constructor for class ch.elca.el4j.services.search.criterias.OrCriteria
 
order(String, JpaQuery.Order) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add an order.
Order - Class in ch.elca.el4j.services.search.criterias
Represents an order imposed upon a QueryObject result set.
Order(String, boolean) - Constructor for class ch.elca.el4j.services.search.criterias.Order
Constructor for Order.
orderBy(SortOrder, String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
appends the given column to the ordering restrictions iff not already ordered by the given column.
orderByIf(SortOrder, String, boolean) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Appends given column to the ordering restrictions iff cond evaluates to true.
OrderedBeanNameHolder - Class in ch.elca.el4j.core.context
Holder for ordered beans.
OrderedBeanNameHolder(int, String) - Constructor for class ch.elca.el4j.core.context.OrderedBeanNameHolder
Initializes the bean holder with the given name and order.
OrderedMergeAction - Class in ch.elca.el4j.services.xmlmerge.action
Merge implementation traversing parallelly both element contents.
OrderedMergeAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.OrderedMergeAction
 
OrderedPathMatchingResourcePatternResolver - Class in ch.elca.el4j.core.io.support
This class extends PathMatchingResourcePatternResolver in the way that it sorts the files in a folder alphabetically.
OrderedPathMatchingResourcePatternResolver() - Constructor for class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
Create a PathMatchingResourcePatternResolver using a DefaultResourceLoader that sorts the files in a folder alphabetically.
OrderedPathMatchingResourcePatternResolver(ClassLoader) - Constructor for class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader that sorts the files in a folder alphabetically.
OrderedPathMatchingResourcePatternResolver(ResourceLoader) - Constructor for class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver that sorts the files in a folder alphabetically.
orderLike(ExtendedReorderableList<T>, List<? extends T>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
See ExtendedReorderableList.orderLike(List).
orderLike(List<? extends T>) - Method in interface ch.elca.el4j.util.collections.ExtendedReorderableList
Reorders this list's elements by example.
orderLike(List<? extends O>) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
Reorders this list's elements by example.
orderLike(List<? extends T>) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
Reorders this list's elements by example.
org.springframework.transaction.interceptor - package org.springframework.transaction.interceptor
 
OutputStreamLogger - Class in ch.elca.el4j.util.socketstatistics
Implementation of OutputStream with modification for logging.
OutputStreamLogger(OutputStream, ConnectionStatistics) - Constructor for class ch.elca.el4j.util.socketstatistics.OutputStreamLogger
Constructor.
OVERRIDE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
OverrideAction
OverrideAction - Class in ch.elca.el4j.services.xmlmerge.action
Copies the patch element if it exist in the original, keep the original if no corresponding patch element exists.
OverrideAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.OverrideAction
 

P

packageNames - Variable in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocator
Are the package names the found classes' package must start with.
parent - Variable in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
the QueryBuilder or ConditionList which started this condition list.
parseDateTime(String, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a DateTime containing the date/time in the string.
parseDateTime(String, String, Locale) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a localized DateTime containing the time in the string.
ParseException - Exception in ch.elca.el4j.services.xmlmerge
Thrown when XML parsing fails.
ParseException(String) - Constructor for exception ch.elca.el4j.services.xmlmerge.ParseException
Constructor with message.
ParseException(String, Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.ParseException
Constructor with message and cause.
ParseException(Throwable) - Constructor for exception ch.elca.el4j.services.xmlmerge.ParseException
Constructor with cause.
parseLocalDate(String, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a LocalDate containing the date in the string.
parseLocalTime(String, String) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Returns a LocalTime containing the time in the string.
parsePage(String) - Method in class ch.elca.el4j.services.monitoring.jmx.CssHtmlParser
Adds css content directly before the head end tag in html page.
parseRequest(String) - Method in class ch.elca.el4j.services.monitoring.jmx.CssHtmlParser
Asks which action should be done for the given request uri string.
parseToDouble(String) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to parse a string to a double.
parseToInteger(String) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to parse a string to an integer.
parseToLong(String) - Static method in class ch.elca.el4j.util.codingsupport.NumberUtils
Method to parse a string to a long.
PasswordSource - Interface in ch.elca.el4j.util.encryption
For providing your own password, you can pass one of these as constructor argument.
PatchedDerbyDialect - Class in ch.elca.el4j.services.persistence.hibernate.dialect
Temporary fix to re-enable flexible native key generation.
PatchedDerbyDialect() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dialect.PatchedDerbyDialect
 
PatchedOracle10gDialect - Class in ch.elca.el4j.services.persistence.hibernate.dialect
Fix hibernate column type validation on double precision values.
PatchedOracle10gDialect() - Constructor for class ch.elca.el4j.services.persistence.hibernate.dialect.PatchedOracle10gDialect
Default constructor.
PATH_PREFIX - Static variable in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
XPath pathname prefix.
PBEncryptor - Class in ch.elca.el4j.util.encryption
En- / decrypts strings with a key derived from a user-supplied password with java's PBEStringEncryption (DES, MD5 password hash).
PBEncryptor() - Constructor for class ch.elca.el4j.util.encryption.PBEncryptor
Constructor.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.CompleteAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.DeleteAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.DtdInsertAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.InsertAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.OrderedMergeAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.OverrideAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in interface ch.elca.el4j.services.xmlmerge.Action
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.PreserveAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
perform(Element, Element, Element) - Method in class ch.elca.el4j.services.xmlmerge.action.ReplaceAction
Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.
persist(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
persist the given entity.
persist(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
persist the given entity.
persist(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Makes an entity managed and persistent.
persist(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
PersistenceNotificationHelper - Class in ch.elca.el4j.services.monitoring.notification
This class is used to notify on events which are persistence based.
PlaceholdersHandler - Class in ch.elca.el4j.env.xml.handlers
The env.xml handler for <placeholders> tags.
PlaceholdersHandler() - Constructor for class ch.elca.el4j.env.xml.handlers.PlaceholdersHandler
 
plug() - Method in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
Starts forwarding tcp messages.
postProcessAfterInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
postProcessAfterInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
postProcessAfterInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated.  Creates a fresh instance of this class and invokes this method of the new instance.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated.  Creates a fresh instance of this class and invokes this method of the new instance.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in interface ch.elca.el4j.core.context.ModuleApplicationContextCreationListener
Will be invoked right after the creation of the bean factory of the module application context.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Sets the location of the env bean property properties file.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
Sets the location of the env placeholder properties file.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class ch.elca.el4j.services.monitoring.JamonDatasourcePropertyOverrideConfigurer
postProcessBeforeInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
Initiates the real work.
postProcessBeforeInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
Initiates the real work.
postProcessBeforeInitialization(Object, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
Initiates the real work.
PreconditionRTException - Exception in ch.elca.el4j.util.codingsupport
This exception will be thrown when a precondition is not fulfilled.
PreconditionRTException() - Constructor for exception ch.elca.el4j.util.codingsupport.PreconditionRTException
Default constructor.
PreconditionRTException(String) - Constructor for exception ch.elca.el4j.util.codingsupport.PreconditionRTException
Constructor to explain the not fulfilled condition.
Preliminary - Annotation Type in ch.elca.el4j.util.codingsupport.annotations
The annotated API element is preliminary and subject to major change.
prepare(String, SessionImplementor) - Method in class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator.Delegate
prepareCriteria(Criteria) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
prepareData(String[][]) - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Converts class names, removes blank characters and computes the number of chars in the widest line.
prepareExporterDependentBeans(RemotingServiceExporter) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
This method will be called to preinstantiate beans, which depends on the exporter bean.
prepareExporterDependentBeans(RemotingServiceExporter) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
This method will be called to preinstantiate beans, which depends on the exporter bean.
prepareIdentifierGeneratingInsert() - Method in class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator.Delegate
Removes the comments for insertion.
prepareObject(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Returns the prepared Object, is called before checked for immutability to give the id fixer the chance to convert immutable values to usable ones.
prepareObject(Object) - Method in class ch.elca.el4j.services.persistence.hibernate.HibernateProxyAwareIdentityFixer
Returns the prepared Object, is called before checked for immutability to give the id fixer the chance to convert immutable values to usable ones.
prepareQuery(Query) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Overload parent class to support also a constraint of the id of the first result to load.
prepareRefresh() - Method in class ch.elca.el4j.core.context.ModuleApplicationContext
prepareRefresh() - Method in class ch.elca.el4j.web.context.ModuleWebApplicationContext
PRESERVE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
PreserveAction
PreserveAction - Class in ch.elca.el4j.services.xmlmerge.action
Copies the original regardless of the existence of patch element.
PreserveAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.PreserveAction
 
previous() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
previousIndex() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
PrimaryKeyGenerator - Interface in ch.elca.el4j.services.persistence.generic.primarykey
An object PrimaryKeyGenerator is an object able to generate unique keys that can be used as primary keys for database storage.
PrimaryKeyObject - Interface in ch.elca.el4j.services.persistence.generic.dto
Interface to provide primary key support.
PrimaryKeyOptimisticLockingObject - Interface in ch.elca.el4j.services.persistence.generic.dto
Interface to provide primary key and optimistic locking support.
printUsage() - Static method in class ch.elca.el4j.services.tcpforwarder.TcpForwarderRunner
Prints the usage of this main class.
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
processString(String) - Method in interface ch.elca.el4j.util.encryption.AbstractPropertyEncryptor
 
Properties - Class in ch.elca.el4j.util.codingsupport
Deprecated. use <util:properties> instead.
Properties() - Constructor for class ch.elca.el4j.util.codingsupport.Properties
Deprecated. Crates a new Properties instance.
Properties(Properties) - Constructor for class ch.elca.el4j.util.codingsupport.Properties
Deprecated. Creates a new Properties instance and sets the default properties.
PropertiesHelper - Class in ch.elca.el4j.util.codingsupport
A helper class which handles the loading and storing of Properties to/from files including Spring path resolving.
PropertiesHelper() - Constructor for class ch.elca.el4j.util.codingsupport.PropertiesHelper
 
PROPERTY - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
Property - Class in ch.elca.el4j.util.dom.reflect
represents a property.
PROPERTY_PARAM_NAME - Static variable in class ch.elca.el4j.services.security.filters.IPAddressFilter
 
PropertyChangeListenerCapability - Interface in com.silvermindsoftware.hitch.events
Interface for property change listener support
PropertyChangeListenerMixin - Class in ch.elca.el4j.services.gui.model.mixin
Mixin to enable javaBeans event support and validation in ordinary POJOs.
PropertyChangeListenerMixin() - Constructor for class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
The constructor.
PropertyEncryptionUtil - Class in ch.elca.el4j.util.env
Utility to load a custom key from file (cryptor.properties).
PropertyEncryptionUtil() - Constructor for class ch.elca.el4j.util.env.PropertyEncryptionUtil
Constructor.
PropertyReflector - Class in ch.elca.el4j.services.monitoring.jmx.util
Inspects a PropertyDescriptor.
PropertyReflector(PropertyDescriptor) - Constructor for class ch.elca.el4j.services.monitoring.jmx.util.PropertyReflector
Create a PropertyReflector from a PropertyDescriptor.
PropertyUtil - Class in com.silvermindsoftware.hitch.binding
This utility class unifies creating Properties.
PropertyXPathConfigurer - Class in ch.elca.el4j.services.xmlmerge.config
Reads the XPathOperationFactory configuration from a property file or a map.
PropertyXPathConfigurer(String) - Constructor for class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Creates a PropertyXPathConfigurer which reads the configuration from a properties file.
PropertyXPathConfigurer(Map) - Constructor for class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Creates a PropertyXPathConfigurer which reads the configuration from a map.
PropertyXPathConfigurer(Properties) - Constructor for class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Creates a PropertyXPathConfigurer which reads the configuration from a Properties object.
props - Variable in class ch.elca.el4j.util.dom.reflect.EntityType
the type's properties.
ProtocolSpecificConfiguration - Interface in ch.elca.el4j.services.remoting
Interface to describe additional protocol specific configuration.
ProxyEnricher - Class in ch.elca.el4j.core.aop
Used to enrich an existing proxy.
ProxyEnricher() - Constructor for class ch.elca.el4j.core.aop.ProxyEnricher
Hide default constructor.
pushAssembledImplicitContext(Map<String, Object>) - Method in class ch.elca.el4j.core.contextpassing.DefaultImplicitContextPassingRegistry
This method is used by remoting infrastructures on the server side to push the context to the beans.
pushAssembledImplicitContext(Map<String, Object>) - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPassingRegistry
This method is used by remoting infrastructures on the server side to push the context to the beans.
pushImplicitlyPassedContext(Object) - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPasser
This method is called by the skeleton (e.g.
pushImplicitlyPassedContext(Object) - Method in class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
This method is called by the skeleton (e.g.
pushImplicitlyPassedContext(Object) - Method in class ch.elca.el4j.services.security.authentication.AuthenticationServiceContextPasser
This method is called by the server that receives a remote invocation to push the context to the service.
pushImplicitlyPassedContext(Object) - Method in class ch.elca.el4j.services.security.authentication.SecureUsernamePasswordAuthenticationServiceContextPasser
This method is called by the server that receives a remote invocation to push the context to the service.
pushImplicitlyPassedContext(Object) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsImplicitContextPasser
This method is called by the skeleton (e.g.
put(K, E) - Method in class ch.elca.el4j.services.statistics.detailed.cache.LRUCache
Put element to cache.
put(String) - Static method in class com.silvermindsoftware.hitch.ErrorContext
 
putModelMeta(String, String) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
putModelMeta(String, Field) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 

Q

qualifiers(String) - Static method in class ch.elca.el4j.services.i18n.MessageRewriter
returns the qualifiers in s, i.e. the list of maximal substrings not containing '.'.
QueryBuilder - Class in ch.elca.el4j.services.persistence.jpa.criteria
SQL Query Builder.
QueryBuilder.ConditionList<T extends Expression> - Class in ch.elca.el4j.services.persistence.jpa.criteria
Condition of QueryBuilder.
QueryBuilder.ConditionList(T, String) - Constructor for class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
Sole constructor.
QueryException - Exception in ch.elca.el4j.services.persistence.jpa.util
Exception thrown from jpa query.
QueryException(String) - Constructor for exception ch.elca.el4j.services.persistence.jpa.util.QueryException
Constructor taking a message.
QueryObject - Class in ch.elca.el4j.services.search
Object to holds criterias to execute queries.
QueryObject() - Constructor for class ch.elca.el4j.services.search.QueryObject
Specifies a general query object.
QueryObject(Class<?>) - Constructor for class ch.elca.el4j.services.search.QueryObject
Specifies the query object for a specific class.
QueryObjectEvent - Class in ch.elca.el4j.services.search.events
Event for query objects.
QueryObjectEvent(Object, QueryObject) - Constructor for class ch.elca.el4j.services.search.events.QueryObjectEvent
Constructor for one query object.
QueryObjectEvent(Object, Collection<QueryObject>) - Constructor for class ch.elca.el4j.services.search.events.QueryObjectEvent
Constructor for multiple query objects.

R

RandomPolicy - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.policy
Chooses the protocol according to a random policy.
RandomPolicy() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RandomPolicy
 
read() - Method in class ch.elca.el4j.util.socketstatistics.InputStreamLogger
Modified version of read which also logs traffic to assigned ConnectionStatistics.
read(byte[], int, int) - Method in class ch.elca.el4j.util.socketstatistics.InputStreamLogger
Modified version of read which also logs traffic to assigned ConnectionStatistics.
readConfiguration() - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Reads the configuration used to configure an XmlMerge.
readConfiguration() - Method in class ch.elca.el4j.services.xmlmerge.config.PropertyXPathConfigurer
Reads the configuration used to configure an XmlMerge.
readonly - Variable in class ch.elca.el4j.util.dom.reflect.Property
can this property not be written?
ReadOnly - Enum in com.silvermindsoftware.hitch
 
readProperty(String) - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Try and read a property from this bean.
readProperty(String) - Method in interface ch.elca.el4j.services.monitoring.jmx.SpringBeanMBMBean
Try and read a property from this bean.
readResolve() - Method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Performs an unique return of this instance after deserialzation.
recognize(Exception) - Method in interface ch.elca.el4j.services.gui.swing.exceptions.Handler
 
reconfigure(Throwable, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractReconfigureExceptionHandler
Subclasses have to reconfigure the advised target.
RedirectUponFailurePolicy - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.policy
This class defines the following load-balancing property: The protocols are returned in a round-robin way, but the currently used protocol only changes if a failure has been notified about it.
RedirectUponFailurePolicy() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RedirectUponFailurePolicy
 
ReflectiveDelegator - Class in ch.elca.el4j.util.socketstatistics
Delegator for the use of SocketImpl using reflection.
ReflectiveDelegator(Object, Class, Object) - Constructor for class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator
Constructor.
ReflectiveDelegator(Object, Class, String) - Constructor for class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator
Constructor.
ReflectiveDelegator.DelegatorMethodFinder - Class in ch.elca.el4j.util.socketstatistics
Internal class for explicitly defined method calls using delegateTo.
ReflectiveDelegator.DelegatorMethodFinder(String, Class<?>...) - Constructor for class ch.elca.el4j.util.socketstatistics.ReflectiveDelegator.DelegatorMethodFinder
Constructor.
refresh() - Method in interface ch.elca.el4j.core.context.RefreshableModuleApplicationContext
Refresh the Spring context.
refresh(T) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Re-reads the state of the given domain object from the underlying store.
refresh(T, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Re-reads the state of the given domain object from the underlying store.
refresh(T) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Re-reads the state of the given domain object from the underlying store.
refresh(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Re-reads the state of the given domain object from the underlying store.
refresh(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Re-reads the state of the given domain object from the underlying store.
refresh(T, DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Re-reads the state of the given domain object from the underlying store.
refresh(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Re-reads the state of the given domain object from the underlying store.
refresh(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Re-reads the state of the given domain object from the underlying store.
refresh(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
RefreshableModuleApplicationContext - Interface in ch.elca.el4j.core.context
An additional interface for Spring application contexts that provide a method to ask if context is fully refreshed.
RefreshPropertyOverrideConfigurer - Class in ch.elca.el4j.core.config
Deprecated. This former hack is no longer required. It is solved in ModuleApplicationContext and ModuleWebApplicationContext.
RefreshPropertyOverrideConfigurer() - Constructor for class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated.  
RefreshPropertyPlaceholderConfigurer - Class in ch.elca.el4j.core.config
Deprecated. This former hack is no longer required. It is solved in ModuleApplicationContext and ModuleWebApplicationContext.
RefreshPropertyPlaceholderConfigurer() - Constructor for class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated.  
register(JComponent, BindingCreator) - Method in class com.silvermindsoftware.hitch.binding.BindingFactory
Registers a custom binding strategy.
register(Object, String) - Method in class com.silvermindsoftware.hitch.binding.DefaultProperties
Registers a new default property for a widget or widget class.
register(Object, Property) - Method in class com.silvermindsoftware.hitch.binding.DefaultProperties
Registers a new default property for a widget or widget class.
registerApplicationContext() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Register this ApplicationContext at the MBean Server.
registerAtJvmMB() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Register this ApplicationContext at the JVM MBean.
registerChildApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Registers the given app context as child.
registerHandler(String, EnvGroupHandler) - Method in class ch.elca.el4j.env.xml.EnvXml
Register an env group handler.
registerImplicitContextPasser(ImplicitContextPasser) - Method in class ch.elca.el4j.core.contextpassing.DefaultImplicitContextPassingRegistry
Register a new implicit context passer to the registry.
registerImplicitContextPasser(ImplicitContextPasser) - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPassingRegistry
Register a new implicit context passer to the registry.
registerJdk15Mbean(MBeanServer) - Static method in class ch.elca.el4j.services.monitoring.jmx.Loader
Registers JDK 1.5 MBeans.
registerSpringBean() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Register this SpringBean at the MBean Server.
registerSpringBean() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Register this SpringBean at the MBean Server.
registerValidationResponder(JComponent, ValidationResponder) - Method in class com.silvermindsoftware.hitch.binding.BindingFactory
Registers a custom validation responder.
Reject - Class in ch.elca.el4j.util.codingsupport
This class provides support for assertions and for design by contract.
reload(T) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T, DataExtent) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T, DataExtent) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reload(T, DataExtent) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Re-reads the state of the given domain object from the undermost store (eg. the database).
reloadAllPolicy() - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
reloadAllPolicy(IdentityHashMap<Object, Object>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
reloadObjectsPolicy(List<Object>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
reloadObjectsPolicy(List<Object>, IdentityHashMap<Object, Object>) - Static method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
 
RemotingDisabled - Class in ch.elca.el4j.services.remoting.protocol
Empty protocol to simulate protocols.
RemotingDisabled() - Constructor for class ch.elca.el4j.services.remoting.protocol.RemotingDisabled
 
RemotingProxyFactoryBean - Class in ch.elca.el4j.services.remoting
This class is the global remote proxy bean.
RemotingProxyFactoryBean() - Constructor for class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
 
RemotingServiceExporter - Class in ch.elca.el4j.services.remoting
This class is the global remote service exporter bean.
RemotingServiceExporter() - Constructor for class ch.elca.el4j.services.remoting.RemotingServiceExporter
 
remove(Object) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
remove(int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
remove(String) - Method in class ch.elca.el4j.services.i18n.RewritingUtilities
removes a function.
remove(T) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Delete a MANAGED entity.
remove(T) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
remove(T...) - Method in interface ch.elca.el4j.util.collections.ExtendedWritableList
equivalent to calling remove for each argument, in order.
remove(Object) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
remove() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
 
remove(T...) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
equivalent to calling remove for each argument, in order.
remove(BindingGroup) - Method in interface com.silvermindsoftware.hitch.Binder
Remove a binding group.
remove(AutoBinding) - Method in interface com.silvermindsoftware.hitch.Binder
Remove a binding.
remove(BindingGroup) - Method in class com.silvermindsoftware.hitch.BinderImpl
Remove a binding group.
remove(AutoBinding) - Method in class com.silvermindsoftware.hitch.BinderImpl
Remove a binding.
removeAll(Collection<?>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
removeAll(Collection<?>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
removes all entities in the given collection.
removeAll(Collection<?>) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
removeAll() - Method in interface com.silvermindsoftware.hitch.Binder
Remove all bindings.
removeAll() - Method in class com.silvermindsoftware.hitch.BinderImpl
Remove all bindings.
removeAllAdvice(T) - Static method in class ch.elca.el4j.util.codingsupport.AopHelper
Remove all advice (and the proxy) that were added via Spring AOP.
removeAppender(String, String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Remove appender from the specified logger category.
removeAppender(String, String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Remove appender from the specified logger category.
removeCellEditorListener(CellEditorListener) - Method in class com.silvermindsoftware.hitch.validation.response.ValidatingCellEditor
removeCriterionEntries(DetachedCriteria) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.DetachedCriteriaUtils
 
removeHandler(Handler) - Method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
Remove an exception handler.
removeLast() - Static method in class com.silvermindsoftware.hitch.ErrorContext
 
removeObservableListListener(ObservableListListener) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
removeOrders(DetachedCriteria, Order...) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.DetachedCriteriaUtils
 
removeProjection(DetachedCriteria) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.DetachedCriteriaUtils
 
removeProperty(Attributes) - Method in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
Remove a property given by an xml tag having the attribute 'name' (required).
removePropertyChangeListener(PropertyChangeListener) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
removePropertyChangeListener(String, PropertyChangeListener) - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.silvermindsoftware.hitch.events.PropertyChangeListenerCapability
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface com.silvermindsoftware.hitch.events.PropertyChangeListenerCapability
 
removeProtocol(AbstractRemotingProtocol) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
Removes protocol 'pi' from AbstractPolicy.m_protocols.
removeRepresentative(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Remove an object from the representatives.
removeStrong(Class<?>, Serializable, String) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Removes the persistent instance given by its identifier in a strong way: first, the persistent instance is retrieved with the help of the identifier.
removeWrapper(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
Remove the wrapper from a component.
RENDERER - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.ComboBoxBindingCreator
 
RENDERER - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.ListBindingCreator
 
RENDERER - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.TableBindingCreator
 
replace(Object, Object, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
replace(Object, Object, Object) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
REPLACE - Static variable in class ch.elca.el4j.services.xmlmerge.action.StandardActions
ReplaceAction
ReplaceAction - Class in ch.elca.el4j.services.xmlmerge.action
Copies the patch element if it exists.
ReplaceAction() - Constructor for class ch.elca.el4j.services.xmlmerge.action.ReplaceAction
 
report() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Shows a Html report of the current data.
report() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Shows a Html report of the current data.
report() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Display the search results.
reset() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Resets the frame to it's original preferred size of its components.
reset() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
reset() - Static method in class ch.elca.el4j.services.monitoring.DbLogger
Reset monitoring.
resetAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Resets all frames to their original preferred size of their components.
resetAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
resetMonitor() - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Clears all the measured data.
resetMonitor() - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Clears all the measured data.
resetNew() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
Reset the key state to "new".
resolve(String, Properties) - Static method in class ch.elca.el4j.env.xml.ResolverUtils
Resolve a String containing maven-styled expressions.
resolve(String, Object[]) - Method in class ch.elca.el4j.services.i18n.MessageRewriter
returns the value associated with the given key, using the supplied arguments, or throws a NoDefinitionException, if the key could not be resolved.
resolve(String) - Method in class ch.elca.el4j.services.i18n.MessageRewriter
Like MessageRewriter.resolve(String, Object[]) with empty argument list.
resolve(String) - Method in class ch.elca.el4j.services.xmlmerge.factory.OperationResolver
Resolves an alias or an operation class name to an operation.
resolveAndAppend(String, Object[], StringBuffer) - Method in class ch.elca.el4j.services.i18n.MessageRewriter
resolves the value of the provided key with the provided user arguments and appends the result to target, or throws a MessageRewriter.NoDefinitionException if no rule applies to the key.
resolveAttribute(String) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Resolves a path (i.e. file- or classpath) by applying Ant-style path matching.
resolveInterceptorNames(String[], BeanFactory, AdvisorAdapterRegistry) - Static method in class ch.elca.el4j.core.aop.ProxyEnricher
 
resolvePlaceholder(String, Properties) - Method in class ch.elca.el4j.core.config.JndiPropertyPlaceholderConfigurer
ResolverUtils - Class in ch.elca.el4j.env.xml
A utility class to evaluate maven-styled expressions.
resolveScopeMetadata(BeanDefinition) - Method in class ch.elca.el4j.core.context.annotations.LazyInitAwareScopeMetadataResolver
Deprecated. 
restore() - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Restore all the writable java bean properties.
restore() - Method in interface ch.elca.el4j.services.gui.model.mixin.SaveRestoreCapability
Restore all the writable java bean properties.
restore() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Restores the selected frame from it's maximized state.
restore() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
restoreAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Restores all frames from their maximized state.
restoreAll() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
ResultHolder - Class in ch.elca.el4j.services.debug
This class holds the result of a method execution.
ResultHolder(Object, String, String) - Constructor for class ch.elca.el4j.services.debug.ResultHolder
 
retainAll(Collection<?>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
retainAll(Collection<?>) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
RethrowExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This exception handler simply forwards all exceptions.
RethrowExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.RethrowExceptionHandler
 
retry(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractReconfigureExceptionHandler
Creates a new retry exception.
retry(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler
Creates a new retry exception.
retry(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractSwappableTargetExceptionHandler
Creates a new retry exception.
retry(Throwable, AbstractExceptionHandlerInterceptor, MethodInvocation, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.RetryExceptionHandler
Creates a new retry exception.
RetryException - Exception in ch.elca.el4j.services.exceptionhandler
This exception signals a retry.
RetryException(int) - Constructor for exception ch.elca.el4j.services.exceptionhandler.RetryException
Creates a new retry exception.
RetryException(int, HotSwappableTargetSource) - Constructor for exception ch.elca.el4j.services.exceptionhandler.RetryException
Creates a new retry exception with the given number of retires and the target source, which target has to be used in the next invocation.
RetryExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class implements an exception handler that tries to call the target several times after waiting a configurable delay.
RetryExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.RetryExceptionHandler
 
returnedClass() - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
ReturnsUnchangedParameter - Annotation Type in ch.elca.el4j.services.persistence.generic.dao.annotations
The annotated method returns a parameter without changing it.
reverseMerge(Object, IdentityHashMap<Object, Object>, boolean) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Prepare an object to be passed to an identity-mangling source.
reverseMerge(Object, boolean) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Prepare an object to be passed to an identity-mangling source.
reverseMerge(List<Object>) - Method in class ch.elca.el4j.services.persistence.generic.dao.AbstractIdentityFixer
Prepare a list of objects to be passed to an identity-mangling source.
revise() - Method in class ch.elca.el4j.util.observer.impl.LiveValue
revise the result cached by this live value, i.e. ensure it is still correct.Invoke this method if non-observable input values may have changed.
rewrite(String, Object[], StringBuffer) - Method in interface ch.elca.el4j.services.i18n.MessageRewriter.Rule
Attempts to rewrite the key with this rule and the provided user arguments.
rewrite(String, Object[], StringBuffer) - Method in class ch.elca.el4j.services.i18n.RewritingUtilities
Attempts to rewrite the key with this rule and the provided user arguments.
RewritingMessageSource - Class in ch.elca.el4j.services.i18n
A MessageSource based on MessageRewriters.
RewritingMessageSource() - Constructor for class ch.elca.el4j.services.i18n.RewritingMessageSource
 
RewritingUtilities - Class in ch.elca.el4j.services.i18n
A rewriting rule providing a set of utility functions.
RewritingUtilities() - Constructor for class ch.elca.el4j.services.i18n.RewritingUtilities
Creates a utility function package called Utils and adds default utility functions.
RewritingUtilities(String) - Constructor for class ch.elca.el4j.services.i18n.RewritingUtilities
Constructor.
RewritingUtilities.Function - Class in ch.elca.el4j.services.i18n
A utility function.
RewritingUtilities.Function(String) - Constructor for class ch.elca.el4j.services.i18n.RewritingUtilities.Function
Constructor.
rightJoin(String, String, Object...) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Only used for native sql.
rightJoin(String, String) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
Rmi - Class in ch.elca.el4j.services.remoting.protocol
This class implements all needed things for the rmi protocol.
Rmi() - Constructor for class ch.elca.el4j.services.remoting.protocol.Rmi
 
RmiEnrichmentDecorator - Class in ch.elca.el4j.services.remoting
This interface decorator adds to a given interface rmi needs.
RmiEnrichmentDecorator() - Constructor for class ch.elca.el4j.services.remoting.RmiEnrichmentDecorator
 
RMITimeoutSocketFactory - Class in ch.elca.el4j.services.remoting.socketfactory
This class is a custom RMISocketFactory allowing to define a SocketTimeout for the RMI connection.
RMITimeoutSocketFactory(int) - Constructor for class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactory
The constructor with the desired timeout as parameter.
RMITimeoutSocketFactoryInitializingBean - Class in ch.elca.el4j.services.remoting.socketfactory
This bean is used initialize the new RMISocketFactory, more precisely the RMITimeoutSocketFactoryInitializingBean.
RMITimeoutSocketFactoryInitializingBean() - Constructor for class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactoryInitializingBean
The constructor for the Bean.
RolesAllowedAnnotationAttributes - Class in ch.elca.el4j.services.security.authorization
This class is a Java 5 Annotation Attributes metadata implementation used for secure method interception.
RolesAllowedAnnotationAttributes() - Constructor for class ch.elca.el4j.services.security.authorization.RolesAllowedAnnotationAttributes
 
rootEntity(Class<?>) - Static method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Returns a new Entity object, based on the given class.
RoundRobinPolicy - Class in ch.elca.el4j.services.remoting.protocol.loadbalancing.policy
Chooses protocols according to a round robin policy.
RoundRobinPolicy() - Constructor for class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.RoundRobinPolicy
 
RoundRobinSwappableTargetExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class implements a round robin strategy to swap a proxy's target.
RoundRobinSwappableTargetExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.RoundRobinSwappableTargetExceptionHandler
 
RowAdder - Class in ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
This cookXML adder handles <row> elements: They get added to the parent designgridlayout.
RowAdder() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.RowAdder
 
RowCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
A cookSwing creator for <row>s, rows inside a designgridlayout.
RowCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.RowCreator
 
RSACipher - Class in ch.elca.el4j.services.security.encryption
Lightweight support for basic asymmetric encryption (RSA algorithm).
RSACipher(int) - Constructor for class ch.elca.el4j.services.security.encryption.RSACipher
Creates a new cipher for encryption and decryption.
RSACipher(String) - Constructor for class ch.elca.el4j.services.security.encryption.RSACipher
Creates a new cipher for encryption and decryption.
run() - Method in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
This method is not intended to be invoked from the outside.
run() - Method in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Forwards data from input to output.

S

s_componentToWrapper - Static variable in class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
A mapping between wrapped component and wrapper.
s_el4jLogger - Static variable in class ch.elca.el4j.core.context.ModuleApplicationContext
This logger is used to print out some global debugging info.
s_hostName - Static variable in class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
The host name.
s_jvmMBs - Static variable in class ch.elca.el4j.services.monitoring.jmx.Loader
A map containing the MBean Server as key and the JvmMB as value.
s_logger - Static variable in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
This logger is used to print out some global debugging info.
s_logger - Static variable in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
This logger is used to print out some global debugging info.
s_logger - Static variable in class ch.elca.el4j.services.i18n.RewritingMessageSource
The logger.
s_logger - Static variable in class ch.elca.el4j.services.remoting.protocol.Jaxws
Private logger.
s_loggerEl4j - Static variable in class ch.elca.el4j.web.context.ModuleWebApplicationContext
This logger is used to print out some global debugging info.
s_manager - Static variable in class com.silvermindsoftware.hitch.BinderManager
 
s_retries - Static variable in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Holds the number of retries.
s_singletons - Static variable in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
A hastable containing all instances of this class.
SafetyFacadeFactoryBean - Class in ch.elca.el4j.services.exceptionhandler
Convenience proxy factory for creating safety facades.
SafetyFacadeFactoryBean() - Constructor for class ch.elca.el4j.services.exceptionhandler.SafetyFacadeFactoryBean
Default constructor.
SafetyFacadeInterceptor - Class in ch.elca.el4j.services.exceptionhandler
This interceptor implements a safety facade.
SafetyFacadeInterceptor() - Constructor for class ch.elca.el4j.services.exceptionhandler.SafetyFacadeInterceptor
Default constructor.
save() - Method in class ch.elca.el4j.services.gui.model.mixin.PropertyChangeListenerMixin
Save all the writable java bean properties.
save() - Method in interface ch.elca.el4j.services.gui.model.mixin.SaveRestoreCapability
Save all the writable java bean properties.
saveOrUpdate(T) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
Saves or updates the given domain object.
saveOrUpdate(T) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Saves or updates the given domain object.
saveOrUpdate(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Saves or updates the given domain object.
saveOrUpdate(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deprecated. 
saveOrUpdateAndFlush(T) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Convenience method: Executes saveOrUpdate() and flush() on that entity.
saveOrUpdateAndFlush(T) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Convenience method: Executes saveOrUpdate() and flush() on that entity.
saveOrUpdateAndFlush(T) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
Deprecated. 
saveOrUpdateAndFlush(T) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
Deprecated. 
saveOrUpdateStrong(Object, String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Saves or updates the given persistent instance in a strong way: does the same as the saveOrUpdate(Object) method, but throws a more specific OptimisticLockingFailureException in the case of an optimistic locking failure.
SaveRestoreCapability - Interface in ch.elca.el4j.services.gui.model.mixin
The interface to save and restore the state of java bean.
search(Class<T>, String[], String) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Search for objects having fields that match the search string.
search() - Method in class ch.elca.el4j.util.classpath.DuplicateClassFinder
Search the added urls for classes.
Section - Class in ch.elca.el4j.services.monitoring.jmx.display
Section of a page.
Section(String) - Constructor for class ch.elca.el4j.services.monitoring.jmx.display.Section
 
SecureUsernamePasswordAuthenticationServiceContextPasser - Class in ch.elca.el4j.services.security.authentication
This ContextPasser en/decrypts credentials using an AES-128 cipher such that no plain text passwords are sent over the network.
SecureUsernamePasswordAuthenticationServiceContextPasser() - Constructor for class ch.elca.el4j.services.security.authentication.SecureUsernamePasswordAuthenticationServiceContextPasser
 
select(String...) - Static method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Creates a new Query with the given SELECT clause.
selectFrom(Class<T>) - Method in interface ch.elca.el4j.services.persistence.jpa.helper.JpaHelper
Initiate a select query.
selectFrom(Class<T>) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
 
selectNext() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Selects the next internal frame.
selectNext() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
selectPrevious() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Selects the previous internal frame.
selectPrevious() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
SelectQuery - Interface in ch.elca.el4j.services.persistence.jpa.criteria
Specifies the retrieval methods applicable to a standard SELECT query.
sendUrgentData(int) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
sendUrgentData(int) - Method in class java.net.Socket
Send one byte of urgent data on the socket.
SequenceExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class allows to specify a number of exception handlers that are called in sequence until the first succeeds, i.e. it doesn't throw an exception.
SequenceExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.SequenceExceptionHandler
 
SerializableEnum<T> - Interface in ch.elca.el4j.services.persistence.hibernate.usertypes
Deprecated. As of release 1.7. Has been moved to package ch.elca.el4j.util.codingsupport in module-core. This interface is required to persist an enum type using GenericEnumUserType.
SerializableEnum<T> - Interface in ch.elca.el4j.util.codingsupport
This interface is required to persist an enum type using GenericEnumUserType.
ServerContextInvocationHandler - Class in ch.elca.el4j.services.remoting
This class passes the context additionally with every method call.
ServerContextInvocationHandler(Object, Class, ImplicitContextPassingRegistry) - Constructor for class ch.elca.el4j.services.remoting.ServerContextInvocationHandler
Constructor.
service(HttpServletRequest, HttpServletResponse) - Method in class ch.elca.el4j.web.context.ModuleContextLoaderServlet
This should never even be called since no mapping to this servlet should ever be created in web.xml.
SERVICE_NAME_SUFFIX - Static variable in class ch.elca.el4j.services.remoting.AbstractRemotingBase
Suffix of service name if it is generated.
SESSION_FACTORY_BEAN_DEFAULT_NAME - Static variable in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
The default name for the property of the session factory.
set(int, E) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
set(B, V) - Method in class ch.elca.el4j.services.remoting.jaxb.hibernate.HibernateJAXBAccessor
 
set(T) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
 
set(T) - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
updates this observer's current value and announces the change.
set(T) - Method in class ch.elca.el4j.util.observer.impl.SettableObservableValue
sets the reference held to newRef.
setActionFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Sets the action's action factory.
setActionFactory(OperationFactory) - Method in interface ch.elca.el4j.services.xmlmerge.MergeAction
Sets the action's action factory.
setActionResolver(OperationResolver) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's action resolver.
setAdditionalRules(MessageRewriter.Rule...) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
Sets RewritingMessageSource.m_additionalRules.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
COPYIED FROM SUPERCLASS!
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
COPYIED FROM SUPERCLASS!
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
COPYIED FROM SUPERCLASS!
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated. Added to have access to the interceptor names.
setAllowBeanDefinitionOverriding(boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Indicates if bean definition overriding is enabled.
setAllowBeanDefinitionOverriding(boolean) - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
Sets whether it's allowed to override bean definitions, as it may happen by using the same bean name in different configuration files, which are loaded sequentially.
setAnchor(ToolWindowAnchor) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabConfiguration
 
setAnnotatedClasses(Class[]) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
Explicitly specify annotated entity classes.
setAnnotationMetaCollected(boolean) - Method in class com.silvermindsoftware.hitch.meta.FormMeta
 
setAppenders(HashMap) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jJmxLoader
Setter Method for appenders List.
setAppendersPool(HashMap) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
 
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.core.beans.BeanLocator
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
The ApplicationContext is set via ApplicationContextAware.
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.ClientLoadBalancingInvocationHandler
setApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
setApplicationFrame(ApplicationFrame) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrameAware
 
setApplyCommonInterceptorsFirst(boolean) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
COPYIED FROM SUPERCLASS!
setApplyCommonInterceptorsFirst(boolean) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
COPYIED FROM SUPERCLASS!
setApplyCommonInterceptorsFirst(boolean) - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
COPYIED FROM SUPERCLASS!
setApplyCommonInterceptorsFirst(boolean) - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated. COPYIED FROM SUPERCLASS!
setAscending(boolean) - Method in class ch.elca.el4j.core.io.support.OrderedPathMatchingResourcePatternResolver
 
setAttribute(String, String, String, String, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.action.ButtonActionSetter
setAttribute(String, String, String, String, Object, Object, DecodeEngine) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.NoAddVarSetter
setAttribute(Attribute) - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
setAttributes(AttributeList) - Method in class ch.elca.el4j.services.monitoring.jmx.ClassLoaderMBean
setAuthenticationManager(AuthenticationManager) - Method in class ch.elca.el4j.services.security.authentication.DefaultAuthenticationService
Sets the authenticationManager to be used for the authentication.
setAutoBind(boolean) - Method in class com.silvermindsoftware.hitch.config.FormConfig
 
setAutoBind(boolean) - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
setAutoDetectAnnotatedPackages(String[]) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
Specify the names of annotated packages, for which (including all sub packages) package-level JDK 1.5+ annotation metadata will be read.
setAutoDetectEntityPackage(String...) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
Sets the 1 or n packages in which the entities are defined Sample package: "org.hibernate.tests.entities"
setAutoPositionPolicy(boolean) - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Sets the auto position frames policy.
setBasenames(String[]) - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
Like ResourceBundleMessageSource.setBasenames(String[]).
setBasenames(String...) - Method in class ch.elca.el4j.services.i18n.RewritingMessageSource
Like ResourceBundleMessageSource.setBasenames(String[]).
setBeanName(String) - Method in class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated. 
setBeanName(String) - Method in class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated. 
setBeanName(String) - Method in class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
setBeanName(String) - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
setBeanName(String) - Method in class ch.elca.el4j.util.logging.Log4jXmlLoader
setBeanNames(String[]) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
setChangee(Object) - Method in class ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier.EntityChange
 
setClasses(String) - Method in class ch.elca.el4j.core.beans.BeanLocator
 
setClassLoader(ClassLoader) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
setClassName(String) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
setClosable(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setClosable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setClosable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setClosable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setClosable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setClosePolicy(boolean) - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Sets the close policy.
setCollectDaos(boolean) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
By default we automatically collect here all generic DAOs from the spring application context (all DAOs that implement the GenericDao interface).
setColumnComparator(Class, Comparator) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
setComponent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setConf(String) - Method in class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
Sets the configuration file name.
setConfig(GenericConfig) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
 
setConfigLocation(String) - Method in class ch.elca.el4j.util.logging.Log4jXmlLoader
 
setConfiguration(ContentConfiguration) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
 
setConfiguration(ToolWindowTabConfiguration) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
 
setConnectionDestroyed(ConnectionStatistics) - Static method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Set a connection as destroyed / closed.
setConstraints(Object[]) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setContainedEntity(ExtentEntity) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Set the entity contained in this collection.
setContent(JComponent) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setContent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setContent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setContent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setContent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setContext(String) - Method in class ch.elca.el4j.core.config.JndiConfigurationHelper
Sets the JNDI context.
setContext(Object) - Static method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerInterceptor
Sets the current thread's context.
setContext(DetailedStatisticsContext) - Static method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsSharedContextHolder
Set the passed object.
setContextPassingContext(JAXBContext) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSoapHeaderContextPassing
Set the JAXBContext used to serialize the implicit context.
setContextPassingContext(JAXBContext) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringSoapHeaderContextPassing
Set the JAXBContext used to serialize the implicit context.
setContextPath(String) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressWebProtocol
 
setConvenienceHibernateTemplate(ConvenienceHibernateTemplate) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateDaoSupport
 
setConvenienceJpaTemplate(ConvenienceJpaTemplate) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaDaoSupport
 
setCorrelationIdManager(CorrelationIdManager) - Method in class ch.elca.el4j.core.correlationId.CorrelationIdImplicitContextPasser
 
setCryptorFile(String) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
 
setCryptorFile(String) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
 
setCurrentCorrelationId(String) - Method in interface ch.elca.el4j.core.correlationId.CorrelationIdManager
sets the current correlation id to the specified value.
setCurrentCorrelationId(String) - Method in class ch.elca.el4j.core.correlationId.CorrelationIdManagerSlf4jImpl
sets the current correlation id to the specified value.
setDaoPrototypeBeanName(String) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.FallbackDaoRegistry
 
setDaos(Map<Class<?>, GenericDao<?>>) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
 
setDataEncodingFormat(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
 
setDataRepository(DataRepository) - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
Sets the DataAssembler.
setDateOfDateTime(DateTime, LocalDate) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Sets the Date (but not the time) of a DateTime to the value in date.
setDefault(boolean) - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
setDefaultAction(String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's default action.
setDefaultBehaviourConsume(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
 
setDefaultBehaviourConsume(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Sets the interceptor's exception handling default policy.
setDefaultMapper(String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's default mapper.
setDefaultMatcher(String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's default matcher.
setDefaultMaxResults(int) - Static method in class ch.elca.el4j.services.search.QueryObject
How many results shall we return by default?
setDefaultOperation(Operation) - Method in class ch.elca.el4j.services.xmlmerge.factory.XPathOperationFactory
Sets the default operation returned by this factory.
setDefaultOrder(Order...) - Method in interface ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceGenericHibernateDao
Set default order of results returned by getAll and findByQuery (not findByCriteria!).
setDefaultOrder(Order...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
Set default order of results returned by getAll and findByQuery (not findByCriteria!).
setDeiconifiablePolicy(boolean) - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Sets de-iconifiable policy.
setDepth(int) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
setDest(String) - Method in class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
Sets the destination file name.
setDestroyed() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Mark monitored socket as closed / destroyed.
setDestroyedDateInt() - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Sets socket as destroyed / closed with date = now.
setDocument(Document) - Method in exception ch.elca.el4j.services.xmlmerge.DocumentException
 
setDoNotForcePreInstantiationOfExporterObject(boolean) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
If it is set to true, the exporter object (if singleton), will not be pre-instantiated.
setElement(Element) - Method in exception ch.elca.el4j.services.xmlmerge.ElementException
 
setElement(Element) - Method in exception ch.elca.el4j.services.xmlmerge.MatchException
 
setEncryptionKey(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
 
setEncryptionScheme(String) - Method in class ch.elca.el4j.util.encryption.SymmetricEncryption
 
setEntityManager(EntityManager) - Method in class ch.elca.el4j.services.persistence.jpa.helper.JpaHelperImpl
Set the entity manager.
setEntityManagerFactory(EntityManagerFactory) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
You can either set the session factory explicitly or have the factory load the session factory implicitly (by name).
setEntityResolver(EntityResolver) - Static method in class ch.elca.el4j.services.xmlmerge.XmlMergeContext
 
setExceptionConfigurations(ExceptionConfiguration[]) - Method in class ch.elca.el4j.services.exceptionhandler.SafetyFacadeFactoryBean
 
setExceptionConfigurations(ExceptionConfiguration[]) - Method in class ch.elca.el4j.services.exceptionhandler.SafetyFacadeInterceptor
Sets the exception configurations.
setExceptionHandler(ExceptionHandler) - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
Sets the exception handler.
setExceptionHandlers(ExceptionHandler[]) - Method in class ch.elca.el4j.services.exceptionhandler.handler.SequenceExceptionHandler
Sets the exception handlers.
setExceptionTypes(Class[]) - Method in class ch.elca.el4j.services.exceptionhandler.ClassExceptionConfiguration
Sets the exception types which the hander is responsible for.
setExcludeBeanNames(String) - Method in class ch.elca.el4j.core.beans.BeanLocator
 
setExclusiveBeanNames(String[]) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
Set the names of the beans that must not automatically get wrapped with proxies.
setExclusiveConfigLocations(String[]) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Exclusive config locations.
setExclusiveLocations(String) - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
Sets the list of configuration files that have to be excluded from the application context's configuration.
setExtentFetcher(ExtentFetcher) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
 
setExtentFetcher(ExtentFetcher) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
If you do not set the extent fetcher explicitly, it will be obtained from the application's context.
setFile(String, boolean, boolean, int) - Method in class ch.elca.el4j.util.logging.appenders.SmartDailyRollingFileAppender
setFile(String, boolean, boolean, int) - Method in class ch.elca.el4j.util.logging.appenders.SmartExternallyRolledFileAppender
setFile(String, boolean, boolean, int) - Method in class ch.elca.el4j.util.logging.appenders.SmartFileAppender
setFile(String, boolean, boolean, int) - Method in class ch.elca.el4j.util.logging.appenders.SmartRollingFileAppender
setFileEncoding(String) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setFilter(Filter<E>) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
 
setFilteredNamespace(Namespace) - Method in class ch.elca.el4j.services.xmlmerge.mapper.NamespaceFilterMapper
Sets the namespace defining the elements and attributes to be filtered out.
setFirstResult(int) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.ConvenienceHibernateTemplate
Sets the id of the first result to return.
setFirstResult(int) - Method in class ch.elca.el4j.services.persistence.jpa.dao.ConvenienceJpaTemplate
Sets the id of the first result to return.
setFirstResult(int) - Method in class ch.elca.el4j.services.search.QueryObject
What is the id of the first result we want to get back?
setFlushMode(FlushMode) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
setForceUseOfAdvisorNamePrefix(boolean) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
 
setFormatString(String) - Method in exception ch.elca.el4j.core.exceptions.BaseException
Sets a new format String.
setFormatString(String) - Method in exception ch.elca.el4j.core.exceptions.BaseRTException
Sets a new format String.
setFormatString(String) - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Sets the format string used to layout measurements.
setFormatString(String) - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Sets the format string used to layout measurements.
setForwardSignatureExceptions(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
 
setForwardSignatureExceptions(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Sets whether all exceptions have to be handled by this safety facade, even those which are listed in the signature.
setFrame(Object) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setFrame(Object) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setFrame(Object) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setFrame(Object) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setFrame(Object) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setFullyQualified(boolean) - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Sets whether the class names should be shown in fully qualified representation.
setFullyQualified(boolean) - Method in interface ch.elca.el4j.services.statistics.light.LightStatisticsReporterMBean
Sets whether the class names should be shown in fully qualified representation.
setGlobalCoverageDataAndDataFile(ProjectData, File) - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Sets the global coverage data and the data file via reflection, due this point is really poorly made in cobertura.
setHandlers(List<Handler>) - Method in class ch.elca.el4j.services.remoting.protocol.Jaxws
 
setHandleRTSignatureExceptions(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
 
setHandleRTSignatureExceptions(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Sets whether runtime exceptions, that are listed in a method's signature, have to be handled.
setHierarchy(int[]) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
setHtmlParserName(String) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
setIcon(Icon) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setId(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setIgnoreBeanNameNotFound(boolean) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
 
setIgnoreFields(String[]) - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
setIgnoreInstanceAlreadyExistsException(boolean) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
setIgnoreResourceNotFound(boolean) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setImplicitContextPassingRegistry(ImplicitContextPassingRegistry) - Method in class ch.elca.el4j.core.contextpassing.AbstractImplicitContextPasser
Sets the implicit context passing registry and registers this context passer.
setImplicitContextPassingRegistry(ImplicitContextPassingRegistry) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
setImplicitContextPassingRegistry(ImplicitContextPassingRegistry) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsImplicitContextPasser
Sets the implicit context passing registry and registers this context passer.
setInBothOperationFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.factory.DiffOperationFactory
Sets the operation factory this factory delegates to if the original and patch elements exist.
setIncludeBeanNames(String) - Method in class ch.elca.el4j.core.beans.BeanLocator
 
setIncludeFactoryBeans(boolean) - Method in class ch.elca.el4j.core.beans.BeanLocator
 
setIncludePrototypes(boolean) - Method in class ch.elca.el4j.core.beans.BeanLocator
 
setInclusiveConfigLocations(String[]) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Inclusive config locations.
setInclusiveLocations(String) - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
Sets the list of configuration files that have to be included when the application context is initialized.
setInitAfterPropertiesSet(boolean) - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
 
setInsertNewItemsAfter(boolean) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Marks if new items should be pre- or appended to the old values.
setInsertNewItemsBefore(boolean) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
Marks if new items should be pre- or appended to the old values.
setInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Save the class variable s_counter to an instance member and increment the class variable by 1.
setInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
Save the class variable s_counter to an instance member and increment the class variable by 1.
setInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Save the class variable s_counter to an instance member and increment the class variable by 1.
setInstanceCounter() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Save the class variable s_counter to an instance member and increment the class variable by 1.
setInterceptingMetaData(List<Class>) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
Setter method for the list of metadata types where to apply the interceptor.
setInterceptingMetaData(List<Class>) - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
 
setInterceptingMetaData(List<Class>) - Method in interface ch.elca.el4j.util.metadata.GenericMetaDataSource
Setter method for the list of metadata types where to apply the interceptor.
setInterceptorNames(String[]) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
COPYIED FROM SUPERCLASS!
setInterceptorNames(String[]) - Method in class ch.elca.el4j.core.aop.IntelligentAdvisorAutoProxyCreator
COPYIED FROM SUPERCLASS!
setInterceptorNames(String[]) - Method in class ch.elca.el4j.core.aop.IntelligentBeanTypeAutoProxyCreator
COPYIED FROM SUPERCLASS!
setInterceptorNames(String[]) - Method in class ch.elca.el4j.core.aop.IntelligentExclusiveBeanNameAutoProxyCreator
Deprecated. Added to have access to the interceptor names.
setInterfaceNames(Class<?>[]) - Method in class ch.elca.el4j.core.aop.BeanTypeAutoProxyCreator
Sets the classes to be proxied.
setInterpreter(Interpreter) - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
setInvalid(Object, JComponent, String) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
The value in the component is invalid.
setInvalid(Object, JComponent, String) - Method in interface com.silvermindsoftware.hitch.validation.response.ValidationResponder
The value in the component is invalid.
setJndiPropertyConfigurationgHelper(JndiConfigurationHelper) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
Sets the JNDI configuration helper.
setJndiPropertyConfigurationHelper(JndiConfigurationHelper) - Method in class ch.elca.el4j.core.config.JndiPropertyPlaceholderConfigurer
Sets the JNDI configuration helper.
setJndiTemplate(JndiTemplate) - Method in class ch.elca.el4j.core.config.JndiConfigurationHelper
Sets the JNDI template.
setJpaFullSupportEnabled(boolean) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.EntityDetectorAnnotationSessionFactoryBean
Set the enabled flag for the full JPA support.
setJvmMB() - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Takes the JvmMB Bean from the MBean Server or creates a new JvmMB if no such bean is registered at the MBean Server.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeepStats(int) - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Setter for the keepStats property which defines how many seconds stats of closed sockets are kept.
setKeepStats(int) - Method in interface ch.elca.el4j.util.socketstatistics.SocketStatisticsMXBean
Setter for the keepStats property which defines how many seconds stats of closed sockets are kept.
setKey(int) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
 
setKey(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
Convenience method to set the key.
setKey(String) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
Deprecated.  
setKey(String) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
 
setKey(Object) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyIntOptimisticLockingDto
setKey(Object) - Method in interface ch.elca.el4j.services.persistence.generic.dto.PrimaryKeyObject
 
setKey(String) - Method in class ch.elca.el4j.services.security.authentication.SecureUsernamePasswordAuthenticationServiceContextPasser
 
setKey(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
Set the object's key.
setKey(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
Set the object's key.
setKey(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
Set the object's key.
setKey(Serializable) - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
Set the object's key.
setKeyPrefix(String) - Method in class ch.elca.el4j.core.config.JndiPropertyOverrideConfigurer
Sets the prefix of JNDI resources we're interested in.
setLastModificationKey(String) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated.  
setLocalPort(int) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Setter for sockets local port.
setLocation(Resource) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setLocation(Resource) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
NOT ALLOWED TO USE!
setLocation(Resource) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
NOT ALLOWED TO USE!
setLocations(Resource[]) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setLocations(Resource[]) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
NOT ALLOWED TO USE!
setLocations(Resource[]) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
NOT ALLOWED TO USE!
setMap(Map<String, Object>) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setMap(Properties) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setMap(Map<String, Object>) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
setMapperFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Sets the action's mapper factory.
setMapperFactory(OperationFactory) - Method in interface ch.elca.el4j.services.xmlmerge.MergeAction
Sets the action's mapper factory.
setMapperResolver(OperationResolver) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's mapper resolver.
setMatcherFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.action.AbstractMergeAction
Sets the action's matcher factory.
setMatcherFactory(OperationFactory) - Method in interface ch.elca.el4j.services.xmlmerge.MergeAction
Sets the action's matcher factory.
setMatcherResolver(OperationResolver) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's matcher resolver.
setMaximizable(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setMaximizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setMaximizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setMaximizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setMaximizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setMaximized(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setMaximized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setMaximized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setMaximized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setMaximized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setMaxResults(int) - Method in class ch.elca.el4j.services.search.QueryObject
How many results do we want to get back at most?
setMeasureId(MeasureId) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
setMergeWithOuterResources(boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Indicates if unordered/unknown resources should be used.
setMergeWithOuterResources(boolean) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Sets whether resources that are hold in this classe's resource list have to be merged with resources looked up in the file system.
setMergeWithOuterResources(boolean) - Method in class ch.elca.el4j.web.context.ModuleDispatcherServlet
Sets whether configuration locations retrieved by the pattern resolver have to be merged with resources looked up in the file system.
setMetaDataDelegator(Attributes) - Method in class ch.elca.el4j.util.metadata.DefaultGenericMetaDataSource
 
setMetaDataDelegator(Attributes) - Method in interface ch.elca.el4j.util.metadata.GenericMetaDataSource
Setter method to set the metadata implementation.
setMetaDataDelegator(Attributes) - Method in class ch.elca.el4j.util.metadata.MetaDataCollector
 
setMetaDataSource(GenericMetaDataSource) - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
 
setMetaDataSource(GenericMetaDataSource) - Method in interface ch.elca.el4j.util.metadata.MetaDataSourceAware
Set the MetaDataSource that this interceptor takes the attributes from.
setMethodInterceptor(MethodInterceptor) - Method in class ch.elca.el4j.util.metadata.GenericMetaDataAdvisor
A convenience setter method for the method Interceptor.
setMethodName(String) - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
setMethodNames(String[]) - Method in class ch.elca.el4j.services.exceptionhandler.MethodNameExceptionConfiguration
Sets the method names which this exception configuration is responsible for.
setMinimizable(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setMinimizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setMinimizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setMinimizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setMinimizable(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setMinimized(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setMinimized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setMinimized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setMinimized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setMinimized(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setModelField(String) - Method in class com.silvermindsoftware.hitch.config.ModelObjectConfig
 
setModelField(Field) - Method in class com.silvermindsoftware.hitch.meta.ModelMeta
 
setModificationKeyGenerator(PrimaryKeyGenerator) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated.  
setModificationKeyGenerator(PrimaryKeyGenerator) - Method in class ch.elca.el4j.services.persistence.generic.dto.DtoFactory
Deprecated.  
setModuleApplicationContextCreationListener(ModuleApplicationContextCreationListener) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Is used to hock into the creation process of the module application context.
setModuleSorter(ModuleSorter) - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
Sets the module sorter used to compute the list of modules while preserving their hierarchical constraints.
setMostSpecificBeanDefinitionCounts(boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Indicates if the most specific bean definition counts.
setMostSpecificResourceLast(boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
Indicates if the most specific resource should be the last resource in the fetched resource array.
setMostSpecificResourceLast(boolean) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
setName(String) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setName(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setName(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setName(String) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setName(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setName(String) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The setter method for the name of the ObjectName.
setNamePattern(String) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Set a new DAO name pattern.
setNameSpace(NameSpace) - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
setNamespaceUri(String) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
setNoEncryption() - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
This is meant to be used as a bean property to turn off encryption in an internal setting.
setNoEncryption() - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
This is meant to be used as a bean property to turn off encryption in an internal setting.
setObject(T) - Method in class ch.elca.el4j.services.gui.swing.cookswing.binding.NoAddValueHolder
 
setObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Set the objectName of this ApplicationContext.
setObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
Sets the object name of this JVM proxy.
setObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Sets the objectName to of this object.
setObjectName() - Method in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Sets the objectName to of this object.
setObjectsToUpdate(List<Object>) - Method in class ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy
Set the objects to update explicitly.
setOnlyInOriginalOperationFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.factory.DiffOperationFactory
Sets the operation factory this factory delegates to if only the original element exists.
setOnlyInPatchOperationFactory(OperationFactory) - Method in class ch.elca.el4j.services.xmlmerge.factory.DiffOperationFactory
Sets the operation factory this factory delegates to if only the patch element exists.
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOperationMap(Map) - Method in class ch.elca.el4j.services.xmlmerge.factory.XPathOperationFactory
Sets the factory's map containing configuration properties.
setOptimisticLockingVersion(int) - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
 
setOption(int, Object) - Method in class ch.elca.el4j.util.socketstatistics.SocketImplLogger
setOrder(int) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
 
setOrder(int) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaEntityManagerFactoryInjectorBeanPostProcessor
 
setOrder(int) - Method in class ch.elca.el4j.services.persistence.jpa.dao.JpaExtentFetcherInjectorBeanPostProcessor
setOutlineDragMode(boolean) - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Selects frames' drawing strategy.
setOverrideMap(Map<String, Object>) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setOverrideMap(Properties) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setOverrideMap(Map<String, Object>) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
setOverrideMap(Properties) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
setOverrideValues(Properties) - Method in class ch.elca.el4j.env.xml.EnvXml
 
setParameterNames(String[]) - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
This may not be the real names (e.g. when we use reflection)
setParameters(List<Object>) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
Set parameters of the query.
setParameterTypes(Class<?>[]) - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
setParameterValues(Properties) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
setParameterValues(Properties) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumSetUserType
setParameterValues(Properties) - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.GenericEnumUserType
setParent(ApplicationContext) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextConfiguration
The parent application context.
setParent(AbstractExtentPart) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Sets the parent of the extent-part.
setParent(GenericConfig) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setParents(List<GenericConfig>) - Method in class ch.elca.el4j.util.config.GenericConfig
 
setPasswordSource(PasswordSource) - Method in class ch.elca.el4j.env.beans.EnvPropertyOverrideConfigurer
Set a true custom password.
setPasswordSource(PasswordSource) - Method in class ch.elca.el4j.env.beans.EnvPropertyPlaceholderConfigurer
Set a true custom password.
setPathMatcher(PathMatcher) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
Sets a specific path matcher that is used to interprete a specific wildcard notation.
setPatternResolver(ResourcePatternResolver) - Method in class ch.elca.el4j.core.io.support.ListResourcePatternResolverDecorator
 
setPerformancePreferences(int, int, int) - Method in class java.net.Socket
Sets performance preferences for this socket.
setPeristentFill(int) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Persistently set the fill parameter.
setPersistentClass(Class<T>) - Method in interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
New: this callback is in general no longer required (the constructor should figure the type out itself).
setPersistentClass(Class<T>) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.GenericHibernateDao
New: this callback is in general no longer required (the constructor figures the type out itself).
setPersistentClass(Class<T>) - Method in interface ch.elca.el4j.services.persistence.jpa.dao.ConvenienceGenericJpaDao
New: this callback is in general no longer required (the constructor should figure the type out itself).
setPersistentClass(Class<T>) - Method in class ch.elca.el4j.services.persistence.jpa.dao.GenericJpaDao
New: this callback is in general no longer required (the constructor figures the type out itself).
setPersistentInsets(Insets) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Persistently set insets.
setPolicies(Map) - Method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerFactoryBean
 
setPolicies(Map) - Method in class ch.elca.el4j.services.exceptionhandler.ContextExceptionHandlerInterceptor
Sets the policies.
setPolicy(AbstractPolicy) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
Installs the policy used to select the protocols.
setPort(int) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The setter method for the port member.
setPortName(String) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
setPrefix(String) - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
 
setProperties(Properties) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setProperties(Map) - Method in class ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
Sets the configuration properties.
setProperties(Properties) - Method in class ch.elca.el4j.util.codingsupport.Properties
Deprecated. Copies all properties of the provided Properties object into this instance.
setPropertiesPersister(PropertiesPersister) - Method in class ch.elca.el4j.core.config.ListPropertyMergeConfigurer
setProperty(Object, String, Object) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Generically set a property.
setProperty(String) - Method in interface com.silvermindsoftware.hitch.validation.response.ComboBoxRenderer
 
setProperty(String) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
setPropertySimplified(Object, String, Object) - Static method in class ch.elca.el4j.util.codingsupport.BeanPropertyUtils
Generically set a property.
setProtocols(AbstractRemotingProtocol[]) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.policy.AbstractPolicy
This method is called before any other method is called.
setProtocols(AbstractRemotingProtocol[]) - Method in class ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol.LoadBalancingProtocolConfiguration
Setter method.
setProtocolSpecificConfiguration(ProtocolSpecificConfiguration) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
setProtocolSpecificConfiguration(ProtocolSpecificConfiguration) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
 
setProtocolSpecificContextPassing(boolean) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Set if this protocol should handle the context passing on its own.
setProxyFactoryBeanOutput(boolean) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
 
setProxyMap(Map<String, String>) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.MeasureInterceptor
Sets the mapping between proxied class names and their subsitutes.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRemoteAdress(InetAddress) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Setter for sockets remote address.
setRemotePort(int) - Method in class ch.elca.el4j.util.socketstatistics.ConnectionStatistics
Setter for sockets remote port.
setRemoteProtocol(AbstractRemotingProtocol) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
setResources(List) - Method in class ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
Sets the list of resources to merge.
setRetries(int) - Static method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerInterceptor
Sets the number of retries.
setRetries(int) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler
Sets the number of retires.
setReturnType(Class<?>) - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
setReturnValue(Object) - Method in class ch.elca.el4j.services.debug.ResultHolder
 
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setReverseConfigLocationResourceArray(boolean) - Method in class ch.elca.el4j.core.context.ModuleApplicationContextUtils
Flag to indicate if the resource array of a config location should be reversed.
setRootLoggerLevel(String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Sets the level of the root logger.
setRootLoggerLevel(String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Sets the level of the root logger.
setRootMapper(Mapper) - Method in class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Sets the Mapper which will be applied to the root element.
setRootMapper(Mapper) - Method in class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Sets the Mapper which will be applied to the root element.
setRootMapper(Mapper) - Method in interface ch.elca.el4j.services.xmlmerge.XmlMerge
Sets the Mapper which will be applied to the root element.
setRootMergeAction(String) - Method in class ch.elca.el4j.services.xmlmerge.config.AbstractXPathConfigurer
Sets the configurer's root merge action.
setRootMergeAction(MergeAction) - Method in class ch.elca.el4j.services.xmlmerge.config.ConfigurableXmlMerge
Sets the MergeAction which will be applied to the root element.
setRootMergeAction(MergeAction) - Method in class ch.elca.el4j.services.xmlmerge.merge.DefaultXmlMerge
Sets the MergeAction which will be applied to the root element.
setRootMergeAction(MergeAction) - Method in interface ch.elca.el4j.services.xmlmerge.XmlMerge
Sets the MergeAction which will be applied to the root element.
setSelected(boolean) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setSelected(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setSelected(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setSelected(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setSelected(boolean) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setSelfInstantiated(boolean) - Method in class ch.elca.el4j.core.config.RefreshPropertyOverrideConfigurer
Deprecated.  
setSelfInstantiated(boolean) - Method in class ch.elca.el4j.core.config.RefreshPropertyPlaceholderConfigurer
Deprecated.  
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setSequenceNumber(int) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
setServer(MBeanServer) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
The setter method for the MBean Server.
setServer(MBeanServer) - Method in class ch.elca.el4j.services.monitoring.jmx.Loader
Sets the MBean Server of this ApplicationContext.
setServer(MBeanServer) - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
Sets the MBean server where this instance has to register.
setServer(MBeanServer) - Method in class ch.elca.el4j.services.statistics.light.LightStatisticsReporter
Sets the MBean server where this instance has to register.
setService(String) - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
Sets the service's bean name.
setServiceHost(String) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
setServiceImplementation(Class<? extends Service>) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsProtocolConfiguration
 
setServiceInterface(Class) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
setServiceName(String) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingBase
 
setServiceName(String) - Method in class ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
 
setServiceName(String) - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Sets the serviceName explicitly.
setServicePort(int) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
setServiceProperties(Map<String, Object>) - Method in class ch.elca.el4j.services.remoting.protocol.Hessian
 
setServiceProtocol(String) - Method in class ch.elca.el4j.services.remoting.protocol.AbstractInetSocketAddressProtocol
 
setSessionFactory(SessionFactory) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.HibernateSessionFactoryInjectorBeanPostProcessor
You can either set the session factory explicitly or have the factory load the session factory implicitly (by name).
setSessionFactory(SessionFactory) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
setSingleSession(boolean) - Method in class ch.elca.el4j.services.persistence.hibernate.OpenSessionInServiceInterceptor
 
setSingleton(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
Sets whether the factory returns a singleton proxy.
setSingleton(boolean) - Method in class ch.elca.el4j.services.remoting.RemotingProxyFactoryBean
Defines whether the factory creates singleton bean instances or prototypes.
setSingleton(boolean) - Method in class ch.elca.el4j.services.remoting.RemotingServiceExporter
Sets whether the objects returned by the factory are singltons or prototypes.
setSleepMillis(int) - Method in class ch.elca.el4j.services.exceptionhandler.handler.RetryExceptionHandler
Sets the amount of time in milli seconds between two successive invocations.
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSortingStatus(int, int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSource(PasswordSource) - Method in class ch.elca.el4j.util.env.PropertyEncryptionUtil
 
setSpringBeanMB(SpringBeanMB[]) - Method in class ch.elca.el4j.services.monitoring.jmx.ApplicationContextMB
Setter for the springBeanMB member.
setSpringContext(ApplicationContext) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Sets the Spring context.
setStartTime(long) - Method in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsContext
 
setStderr(String) - Method in class ch.elca.el4j.services.debug.ResultHolder
 
setStdout(String) - Method in class ch.elca.el4j.services.debug.ResultHolder
 
setStylesheetPath(String) - Method in class ch.elca.el4j.services.monitoring.jmx.HtmlAdapterFactoryBean
 
setSuppressChangeEvents(boolean) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
setSwapper(HotSwappableTargetSource) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractSwappableTargetExceptionHandler
Sets the TargetSource that is used in the proxy, where the target has to be swapped.
setTableHeader(JTableHeader) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
setTableModel(TableModel) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
SettableObservableValue<T> - Class in ch.elca.el4j.util.observer.impl
An ObservableValue whose value can be SettableObservableValue.set(Object).
SettableObservableValue(T) - Constructor for class ch.elca.el4j.util.observer.impl.SettableObservableValue
creates a new SettableObservableValue.
setTarget(Object) - Method in class ch.elca.el4j.services.exceptionhandler.AbstractExceptionHandlerFactoryBean
Sets the proxy's target, which is either the target bean or an instance of TargetSource.
setTarget(Object) - Method in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
Set the target object.
setTargets(List) - Method in class ch.elca.el4j.services.exceptionhandler.handler.RoundRobinSwappableTargetExceptionHandler
Sets the list of targets that are used one after the other if the current target doesn't work anymore.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setThrownExceptions(Class<?>[]) - Method in class ch.elca.el4j.util.interfaceenrichment.MethodDescriptor
 
setTimeOfDateTime(DateTime, LocalTime) - Static method in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
Changes the time (but not the date) of a DateTime to the time in a LocalTime.
setTimeout(int) - Method in class ch.elca.el4j.services.remoting.socketfactory.RMITimeoutSocketFactoryInitializingBean
 
setTitle(String) - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
 
setTitle(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
setTitle(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setTitle(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
setTitle(String) - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
setTitle(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
setTitle(String) - Method in interface ch.elca.el4j.services.monitoring.jmx.display.DisplayManager
Sets the tile of the page to display.
setTitle(String) - Method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
Sets the tile of the page to display.
setToolTip(String) - Method in class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
 
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setTransformedExceptionClass(Class) - Method in class ch.elca.el4j.services.exceptionhandler.handler.SimpleExceptionTransformerExceptionHandler
Sets the class into which an exception has to be transformed.
setTypes(String[]) - Method in class ch.elca.el4j.services.i18n.CrossCheckingMessageSource
Sets the types of the message sources to be compared.
setUpdateStrategy(AutoBinding.UpdateStrategy) - Method in class com.silvermindsoftware.hitch.binding.AbstractBindingCreator
 
setUrl(URL) - Method in class ch.elca.el4j.services.persistence.hibernate.entityfinder.ClassLocation
 
setUseDynamicLogger(boolean) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionHandler
Sets whether the dynamic logger which is the one of the target class.
setValid(Object, JComponent, boolean) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
The value in the component is valid.
setValid(Object, JComponent) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
The value in the component is valid.
setValid(Object, JComponent) - Method in interface com.silvermindsoftware.hitch.validation.response.ValidationResponder
The value in the component is valid.
setValid(Object, JComponent, boolean) - Method in interface com.silvermindsoftware.hitch.validation.response.ValidationResponder
The value in the component is valid.
setValidate(boolean) - Method in class com.silvermindsoftware.hitch.validation.response.DefaultValidatingComboBoxRenderer
 
setValueAt(Object, int, int) - Method in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
setVersion(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedEl4jImpl
Set the version.
setVersion(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedHibernateImpl
Set the version.
setVersion(Serializable) - Method in class ch.elca.el4j.util.objectwrapper.impl.KeyedVersionedReflectionImpl
Set the version.
setVersion(Serializable) - Method in interface ch.elca.el4j.util.objectwrapper.interfaces.KeyedVersioned
Set the version.
setWindowManager(WindowManager) - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
Set the window manager.
setWrappables(Map<Class<? extends Wrappable>, AbstractWrapper>) - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Setter for wrappabless.
setWrapper(ObjectWrapper) - Method in class ch.elca.el4j.util.objectwrapper.impl.AbstractWrapper
Setter for ObjectWrapper.
shadow(ObservableValue<? extends T>, ObservableValue<? extends T>) - Static method in class ch.elca.el4j.util.observer.impl.LiveValueFactory
Returns a LiveValue that yields the value of upper if it is not null, or the value of lower otherwise.
SHARED_CONTEXT_ID - Static variable in class ch.elca.el4j.services.statistics.detailed.contextpassing.DetailedStatisticsImplicitContextPasser
The key to the shared context.
shell - Variable in class ch.elca.el4j.services.debug.BshCommandLineLauncher
 
ShellExecutor - Interface in ch.elca.el4j.services.debug
The ShellExecutor interface.
ShellExecutorImpl - Class in ch.elca.el4j.services.debug
The evaluator can evaluate script expressions.
ShellExecutorImpl() - Constructor for class ch.elca.el4j.services.debug.ShellExecutorImpl
 
ShellExecutorImpl(ApplicationContext) - Constructor for class ch.elca.el4j.services.debug.ShellExecutorImpl
 
show(JComponent) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication
 
show(ApplicationFrame) - Method in class ch.elca.el4j.services.gui.swing.AbstractMDIApplication
Show a frame.
show(JComponent) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
Show a nested component.
show(ApplicationFrame) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
Show a frame.
show(String, String, ToolWindowAnchor) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
 
show(JComponent, String, ToolWindowAnchor) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
 
show() - Method in interface ch.elca.el4j.services.gui.swing.frames.ApplicationFrame
Show this frame (if supported).
show() - Method in class ch.elca.el4j.services.gui.swing.frames.ContentApplicationFrame
Show this frame (if supported).
show() - Method in class ch.elca.el4j.services.gui.swing.frames.ExternalApplicationFrame
Show this frame (if supported).
show() - Method in class ch.elca.el4j.services.gui.swing.frames.InternalApplicationFrame
Show this frame (if supported).
show() - Method in class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
Show this frame (if supported).
show(String) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show a component which should be created by Spring.
show(JComponent) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show a nested component.
show(ApplicationFrame) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show a frame.
showAppenders(String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Return the appenders of the specified Logger category.
showAppenders(String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Return the appenders of the specified Logger category.
showContent(ContentApplicationFrame) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
Show a frame as content.
showLogLevel(String) - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Return the log level of the Logger category.
showLogLevel(String) - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Return the log level of the Logger category.
showLogLevelCache() - Method in class ch.elca.el4j.services.monitoring.jmx.Log4jConfig
Shows the XML representation of all changes made to any logger level through the JMX interface.
showLogLevelCache() - Method in interface ch.elca.el4j.services.monitoring.jmx.Log4jConfigMBean
Shows the XML representation of all changes made to any logger level through the JMX interface.
showMain(JFrame) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show the main frame.
showMain(JComponent) - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show the main frame.
showMain() - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
Show the main frame.
showMeasureIDTable() - Method in class ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporter
showMeasureIDTable() - Method in interface ch.elca.el4j.services.statistics.detailed.jmx.DetailedStatisticsReporterMBean
 
showSocketsStats() - Method in class ch.elca.el4j.util.socketstatistics.SocketStatistics
Print statistics of all listed sockets to stdout.
showThreadTable() - Method in class ch.elca.el4j.services.monitoring.jmx.JvmMB
An HTML table is created, which lists all Threads and their property values.
showThreadTable() - Method in interface ch.elca.el4j.services.monitoring.jmx.JvmMBMBean
An HTML table is created, which lists all Threads and their property values.
showToolWindow(ToolWindowTabApplicationFrame) - Method in class ch.elca.el4j.services.gui.swing.DockingApplication
Show a frame as toolbox.
shutdown() - Method in class ch.elca.el4j.services.gui.swing.GUIApplication
shutdownInput() - Method in class java.net.Socket
Places the input stream for this socket at "end of stream".
shutdownOutput() - Method in class java.net.Socket
Disables the output stream for this socket.
SimpleExceptionTransformerExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This class transforms exceptions into other exceptions.
SimpleExceptionTransformerExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.SimpleExceptionTransformerExceptionHandler
 
SimpleLogExceptionHandler - Class in ch.elca.el4j.services.exceptionhandler.handler
This exception handler logs all exceptions and returns null.
SimpleLogExceptionHandler() - Constructor for class ch.elca.el4j.services.exceptionhandler.handler.SimpleLogExceptionHandler
 
size() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
size(Class<?>) - Static method in class ch.elca.el4j.util.codingsupport.AbstractComparableEnum
 
size() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
size() - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
size() - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
SKIP - Static variable in class ch.elca.el4j.services.xmlmerge.matcher.StandardMatchers
SkipMatcher
SkipMatcher - Class in ch.elca.el4j.services.xmlmerge.matcher
Elements compared with this matcher never match.
SkipMatcher() - Constructor for class ch.elca.el4j.services.xmlmerge.matcher.SkipMatcher
 
skipModel(String, String[]) - Method in class com.silvermindsoftware.hitch.BinderImpl
Check if update should occur for particular model objects.
SLF4JLogger - Class in ch.elca.el4j.util.socketstatistics.genericlogger
The facade to the SLF4J logger.
SLF4JLogger(Object) - Constructor for class ch.elca.el4j.util.socketstatistics.genericlogger.SLF4JLogger
Constructor.
SmartDailyRollingFileAppender - Class in ch.elca.el4j.util.logging.appenders
This class applies more checks on the validityo of logfile path, than the base class.
SmartDailyRollingFileAppender() - Constructor for class ch.elca.el4j.util.logging.appenders.SmartDailyRollingFileAppender
 
SmartExternallyRolledFileAppender - Class in ch.elca.el4j.util.logging.appenders
This class applies more checks on the validityo of logfile path, than the base class.
SmartExternallyRolledFileAppender() - Constructor for class ch.elca.el4j.util.logging.appenders.SmartExternallyRolledFileAppender
 
SmartFileAppender - Class in ch.elca.el4j.util.logging.appenders
This class applies more checks on the validityo of logfile path, than the base class.
SmartFileAppender() - Constructor for class ch.elca.el4j.util.logging.appenders.SmartFileAppender
 
SmartFileLibrary - Class in ch.elca.el4j.util.logging.appenders
This provides methods to check and construct a valid logfile path.
SmartFileLibrary() - Constructor for class ch.elca.el4j.util.logging.appenders.SmartFileLibrary
Hide the default constructor as this is a utility class.
SmartRollingFileAppender - Class in ch.elca.el4j.util.logging.appenders
This class applies more checks on the validityo of logfile path, than the base class.
SmartRollingFileAppender() - Constructor for class ch.elca.el4j.util.logging.appenders.SmartRollingFileAppender
 
smoothHalt() - Method in class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Smmothly stops the forwarder thread.
Socket - Class in java.net
This is a modified version of the original java class.
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(Proxy) - Constructor for class java.net.Socket
Creates an unconnected socket, specifying the type of proxy, if any, that should be used regardless of any other settings.
Socket(SocketImpl) - Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use DatagramSocket instead for UDP transport.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use DatagramSocket instead for UDP transport.
SocketImplLogger - Class in ch.elca.el4j.util.socketstatistics
SocketImpl for use with SocketStatistics.
SocketImplLogger() - Constructor for class ch.elca.el4j.util.socketstatistics.SocketImplLogger
Constructor. creates a ReflectiveDelegator for delegation of method calls to java.net.SocksSocketImpl and a new ConnectionStatistics inside SocketStatistics
SocketStatistics - Class in ch.elca.el4j.util.socketstatistics
Keeps statistics for all sockets / from all socket connections.
SocketStatistics() - Constructor for class ch.elca.el4j.util.socketstatistics.SocketStatistics
 
SocketStatisticsMXBean - Interface in ch.elca.el4j.util.socketstatistics
MBean Interface to SocketStatistics.
sortModules(Module[]) - Method in class ch.elca.el4j.core.io.support.AbstractOrderedConfigLocationProvider
Sorts an unordered list of modules using the hierarchical constraints defined across the modules.
sortModules(Module[]) - Method in class ch.elca.el4j.core.io.support.DefaultModuleSorter
Sorts a list of unordered modules using their dependency information into a list that respects the partial order.
sortModules(Module[]) - Method in interface ch.elca.el4j.core.io.support.ModuleSorter
Sorts a list of unordered modules using their dependency information into a list that respects the partial order.
SortOrder - Enum in ch.elca.el4j.services.persistence.jpa.criteria
Sorting ASCENDING or DESCENDING.
sourceChanged(Binding, PropertyStateEvent) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
splash() - Method in class ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
Show the splash screen.
SPRING_BEAN_DOMAIN - Static variable in class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
The domain of the Spring Bean proxy as it will be registered at the MBean Server.
SpringBeanMB - Class in ch.elca.el4j.services.monitoring.jmx
The proxy class for a bean loaded in the ApplicationContext.
SpringBeanMB(String, ApplicationContextMB, ApplicationContext, BeanFactory, MBeanServer) - Constructor for class ch.elca.el4j.services.monitoring.jmx.SpringBeanMB
Constructor.
SpringBeanMBMBean - Interface in ch.elca.el4j.services.monitoring.jmx
The interface of the proxy class for all the beans loaded in the ApplicationContext.
springContext - Variable in class ch.elca.el4j.services.gui.swing.GUIApplication
The Spring context.
sqlTypes() - Method in class ch.elca.el4j.services.persistence.hibernate.usertypes.AbstractGenericEnumUserType
StandardActions - Class in ch.elca.el4j.services.xmlmerge.action
Constants for built-in actions.
StandardActions() - Constructor for class ch.elca.el4j.services.xmlmerge.action.StandardActions
 
StandardMappers - Class in ch.elca.el4j.services.xmlmerge.mapper
Constant for built-in mappers.
StandardMappers() - Constructor for class ch.elca.el4j.services.xmlmerge.mapper.StandardMappers
 
StandardMatchers - Class in ch.elca.el4j.services.xmlmerge.matcher
Constants for built-in matchers.
StandardMatchers() - Constructor for class ch.elca.el4j.services.xmlmerge.matcher.StandardMatchers
 
startAnd() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
Marks the beginning of a new ANDed ConditionList.
startAnd() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
marks the beginning of a list of predicates to be ANDed.
startElement(String, String, String, Attributes) - Method in class ch.elca.el4j.env.xml.EnvSaxHandler
startElement(String, String, String, Attributes) - Method in class ch.elca.el4j.env.xml.handlers.BeanOverridesHandler
startElement(String, String, String, Attributes) - Method in class ch.elca.el4j.env.xml.handlers.PlaceholdersHandler
startOr() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder.ConditionList
Marks the beginning of a new ORed ConditionList.
startOr() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
marks the beginning of a list of predicates to be ORed.
startRecording() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
Starts recording of cobertura.
startRecording() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Starts recording of cobertura.
startResource(Resource) - Method in class ch.elca.el4j.env.xml.EnvSaxHandler
Notify which resource will be parsed next.
startResource(Resource) - Method in class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
Notify which resource will be parsed next.
startResource(Resource) - Method in interface ch.elca.el4j.env.xml.handlers.EnvGroupHandler
Notify which resource will be parsed next.
startup() - Method in class ch.elca.el4j.services.debug.ShellExecutorImpl
 
StaticOperationFactory - Class in ch.elca.el4j.services.xmlmerge.factory
An operation factory returning always the same operation whatever the specified elements.
StaticOperationFactory(Operation) - Constructor for class ch.elca.el4j.services.xmlmerge.factory.StaticOperationFactory
Creates a StaticOperationFactory returning the given operation.
StatisticsOutputter - Class in ch.elca.el4j.services.statistics.detailed.processing
This class provides methods for visualizing measurement data.
StatisticsOutputter(List<MeasureItem>) - Constructor for class ch.elca.el4j.services.statistics.detailed.processing.StatisticsOutputter
The constructor.
stopRecording() - Method in interface ch.elca.el4j.coberturaruntime.CoberturaRuntimeController
Stops recording of cobertura.
stopRecording() - Method in class ch.elca.el4j.coberturaruntime.CoberturaRuntimeControllerImpl
Stops recording of cobertura.
storeProperties(Properties, String) - Method in class ch.elca.el4j.util.codingsupport.PropertiesHelper
Resolves the given file name to an absolute file name and then stores the properties from the Properties Object to this file.
subList(int, int) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
subscribe(DaoChangeListener) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier
Causes cl to receive future change notifications.
subscribe(DaoChangeListener) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoChangeNotifier
Causes cl to receive future change notifications.
subscribe(ValueObserver<? super T>) - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
subscribe to this observable's change notifications.
subscribe(ValueObserver<? super T>) - Method in interface ch.elca.el4j.util.observer.ObservableValue
subscribe to this observable's change notifications.
subscribeSilently(ValueObserver<? super T>) - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
subscribe to this observable's change notifications without getting an initial change notification.
subscribeSilently(ValueObserver<? super T>) - Method in interface ch.elca.el4j.util.observer.ObservableValue
subscribe to this observable's change notifications without getting an initial change notification.
supportsElementPropertyChanged() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
swap(List<T>, int, int) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
swaps the elements at locations i and j.
swap(int, int) - Method in interface ch.elca.el4j.util.collections.ExtendedReorderableList
exchanges the elements located at indices i and j.
swap(int, int) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
exchanges the elements located at indices i and j.
swap(int, int) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
exchanges the elements located at indices i and j.
SymmetricEncryption - Class in ch.elca.el4j.util.encryption
Class to en- and decrypt data symetrically.
SymmetricEncryption() - Constructor for class ch.elca.el4j.util.encryption.SymmetricEncryption
 
synced(Binding) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
syncFailed(Binding, Binding.SyncFailure) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener

T

TableBinding - Class in com.silvermindsoftware.hitch.binding.components
This class creates bindings for tables.
TableBinding(String[], String[]) - Constructor for class com.silvermindsoftware.hitch.binding.components.TableBinding
 
TableBinding(String[], String[], Class<?>[]) - Constructor for class com.silvermindsoftware.hitch.binding.components.TableBinding
 
TableBinding(String[], String[], Class<?>[], boolean[]) - Constructor for class com.silvermindsoftware.hitch.binding.components.TableBinding
 
TableBindingCreator - Class in ch.elca.el4j.services.gui.swing.cookswing.binding
The cookSwing creator for general purpose <tablebinding>s.
TableBindingCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.binding.TableBindingCreator
 
tableModel - Variable in class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
TableSorter - Class in ch.elca.el4j.services.gui.model.tablemodel
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
TableSorter(TableModel) - Constructor for class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
TableSorter(TableModel, JTableHeader) - Constructor for class ch.elca.el4j.services.gui.model.tablemodel.TableSorter
 
tabulate() - Method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlTabulator
 
tag(String, String) - Static method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
Wrap some text in a tag.
TAG - Static variable in class ch.elca.el4j.services.xmlmerge.matcher.StandardMatchers
TagMatcher
TagLibraryFactory - Class in ch.elca.el4j.services.gui.swing.cookswing
This factory creates the enhanced tag library.
TagMatcher - Class in ch.elca.el4j.services.xmlmerge.matcher
Compares the qualified name of elements.
TagMatcher() - Constructor for class ch.elca.el4j.services.xmlmerge.matcher.TagMatcher
 
tagRecursive(String, String...) - Static method in class ch.elca.el4j.services.monitoring.jmx.display.HtmlDisplayManager
 
targetChanged(Binding, PropertyStateEvent) - Method in class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
TcpForwarder - Class in ch.elca.el4j.services.tcpforwarder
A TcpForwarder represents a service intended to forward TCP traffic directed to a specific port.
TcpForwarder(int, int) - Constructor for class ch.elca.el4j.services.tcpforwarder.TcpForwarder
Forwarder to listen and forward to local ports.
TcpForwarder(int, InetSocketAddress) - Constructor for class ch.elca.el4j.services.tcpforwarder.TcpForwarder
Forwarder to listen on local port and forward to given target address.
TcpForwarderRunner - Class in ch.elca.el4j.services.tcpforwarder
Used to start the tcp forwarder from command line.
TcpForwarderRunner() - Constructor for class ch.elca.el4j.services.tcpforwarder.TcpForwarderRunner
Hide default constructor.
theElementIn(OC) - Static method in class ch.elca.el4j.util.observer.impl.LiveValueFactory
Returns a LiveValue backed by a Collection that yields the collection's unique element or null if there is no such element.
ThreadSafe - Annotation Type in ch.elca.el4j.util.concurrency
The class to which this annotation is applied is thread-safe.
tile() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Tiles all windows equally.
tile() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
tileHorizontally() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Tiles all windows horizontally.
tileHorizontally() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
tileVertically() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Tiles all windows vertically.
tileVertically() - Method in class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
 
TIME_WITH_COLON - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
HH:mm:ss
TIME_WITH_PERIOD - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
HH.mm.ss
TIME_WITH_WHITESPACE - Static variable in class ch.elca.el4j.util.codingsupport.JodaTimeUtils
HH mm ss
toArray() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
toArray(T[]) - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
toArray(List<? extends T>, Class<T>) - Static method in class ch.elca.el4j.util.codingsupport.CollectionUtils
Copies the list's contents to an array.
toArray(Class<T>) - Method in interface ch.elca.el4j.util.collections.ExtendedList
 
toArray() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
toArray(T[]) - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
toArray(Class<T>) - Method in class ch.elca.el4j.util.collections.impl.DefaultFilteredList
toArray(Class<O>) - Method in class ch.elca.el4j.util.collections.impl.DefaultTransformedList
toArray(Class<T>) - Method in class ch.elca.el4j.util.collections.impl.ExtendedArrayList
toFieldName(Method) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Helper function to convert a string from Getter-Method-name to field name.
toggleDetails() - Method in class ch.elca.el4j.services.gui.swing.exceptions.ExceptionDialog
Show/hide the details.
toInt() - Method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
 
toolWindowManager - Variable in class ch.elca.el4j.services.gui.swing.DockingApplication
The tool window manager.
ToolWindowTabApplicationFrame - Class in ch.elca.el4j.services.gui.swing.frames
This class represents a tool window tab in a docking environment.
ToolWindowTabApplicationFrame(ToolWindowTabConfiguration) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabApplicationFrame
 
ToolWindowTabConfiguration - Class in ch.elca.el4j.services.gui.swing.frames
This class holds information about the tab configuration.
ToolWindowTabConfiguration(String, String, Icon, JComponent, ToolWindowAnchor) - Constructor for class ch.elca.el4j.services.gui.swing.frames.ToolWindowTabConfiguration
 
ToolWindowWrapperFactory - Class in ch.elca.el4j.services.gui.swing.wrapper
This factory wraps components into ToolWindowTabApplicationFrames.
ToolWindowWrapperFactory() - Constructor for class ch.elca.el4j.services.gui.swing.wrapper.ToolWindowWrapperFactory
 
toString() - Method in class ch.elca.el4j.core.io.support.Module
toString() - Method in class ch.elca.el4j.services.debug.ResultHolder
 
toString() - Method in class ch.elca.el4j.services.gui.model.mixin.ObservableFilteredList
toString() - Method in exception ch.elca.el4j.services.i18n.MessageRewriter.NoDefinitionException
toString() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
toString() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
toString() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
toString() - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
toString() - Method in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
toString() - Method in class ch.elca.el4j.services.search.criterias.Order
 
toString() - Method in class ch.elca.el4j.services.search.QueryObject
toString() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureId
Returns a human-readable representation of the object.
toString() - Method in class ch.elca.el4j.services.statistics.detailed.MeasureItem
Returns a human-readable representation of the measure.
toString() - Method in class ch.elca.el4j.services.tcpforwarder.Link
toString() - Method in class ch.elca.el4j.util.codingsupport.AbstractDefaultEnum
Return the enum's name.
toString() - Method in class ch.elca.el4j.util.collections.IdentityHashSet
 
toString() - Method in class ch.elca.el4j.util.config.HierarchicalGenericConfig
toString() - Method in class ch.elca.el4j.util.observer.impl.LiveValue
returns a textual description of this live value.
toString() - Method in class ch.elca.el4j.web.filter.XmlFilter.CharResponseWrapper
 
toString() - Method in class com.silvermindsoftware.hitch.meta.ComponentMeta
 
toString() - Method in class com.silvermindsoftware.hitch.reflect.FieldInfo
 
toString() - Method in class com.silvermindsoftware.hitch.reflect.MethodInfo
 
toString() - Method in class java.net.Socket
Converts this socket to a String.
TransactionMetaDataSource - Class in ch.elca.el4j.core.transaction
Base class for transactional metadata sources.
TransactionMetaDataSource() - Constructor for class ch.elca.el4j.core.transaction.TransactionMetaDataSource
 
transform(Throwable, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.AbstractExceptionTransformerExceptionHandler
Transforms the given throwable into an appropriate exception.
transform(Throwable, Logger) - Method in class ch.elca.el4j.services.exceptionhandler.handler.SimpleExceptionTransformerExceptionHandler
Transforms the given throwable into an appropriate exception.
transform(QueryObject, Class<?>) - Static method in class ch.elca.el4j.services.persistence.hibernate.criteria.CriteriaTransformer
Transforms EL4J Criteria of the given QueryObject into the corresponding Hibernate DetachedCriteria.
TransformedList<I,O> - Interface in ch.elca.el4j.util.collections
A view for a list where every element appears transformed.
TriggerAssignedIdentityGenerator - Class in ch.elca.el4j.services.persistence.hibernate
A generator with immediate retrieval through JDBC3 getGeneratedKeys.
TriggerAssignedIdentityGenerator() - Constructor for class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator
 
TriggerAssignedIdentityGenerator.Delegate - Class in ch.elca.el4j.services.persistence.hibernate
Delegate for the returned generated value.
TriggerAssignedIdentityGenerator.Delegate(PostInsertIdentityPersister, Dialect) - Constructor for class ch.elca.el4j.services.persistence.hibernate.TriggerAssignedIdentityGenerator.Delegate
 
type - Variable in class ch.elca.el4j.util.dom.reflect.Property
this property's type.
TYPE_PREFIX - Static variable in class ch.elca.el4j.services.search.criterias.ComparisonCriteria
Is the type prefix.

U

unbindAll() - Method in interface com.silvermindsoftware.hitch.Binder
Unbind all managed bindings.
unbindAll() - Method in class com.silvermindsoftware.hitch.BinderImpl
Unbind all managed bindings.
uncaughtException(Thread, Throwable) - Method in class ch.elca.el4j.services.gui.swing.exceptions.Exceptions
UnidirectionalForwarderThread - Class in ch.elca.el4j.services.tcpforwarder
Thread to forward got input to the output.
UnidirectionalForwarderThread(Link, Socket, Socket) - Constructor for class ch.elca.el4j.services.tcpforwarder.UnidirectionalForwarderThread
Constructor.
union(QueryBuilder) - Method in class ch.elca.el4j.services.persistence.jpa.criteria.QueryBuilder
 
unplug() - Method in class ch.elca.el4j.services.tcpforwarder.TcpForwarder
Stops forwarding tcp messages.
unregisterChildApplicationContext(ApplicationContext) - Method in class ch.elca.el4j.services.remoting.AbstractRemotingProtocol
Unregisters the given app context as child.
unregisterHandler(String) - Method in class ch.elca.el4j.env.xml.EnvXml
Unregister an env group handler.
unregisterImplicitContextPasser(ImplicitContextPasser) - Method in class ch.elca.el4j.core.contextpassing.DefaultImplicitContextPassingRegistry
Unregister a registered implicit context passer.
unregisterImplicitContextPasser(ImplicitContextPasser) - Method in interface ch.elca.el4j.core.contextpassing.ImplicitContextPassingRegistry
Unregister a registered implicit context passer.
unsubscribe(DaoChangeListener) - Method in interface ch.elca.el4j.services.persistence.generic.dao.DaoChangeNotifier
Causes cl to no longer receive future change notifications.
unsubscribe(DaoChangeListener) - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoChangeNotifier
Causes cl to no longer receive future change notifications.
unsubscribe(ValueObserver<? super T>) - Method in class ch.elca.el4j.util.observer.impl.AbstractObservableValue
unsubscribes from this observable's change notifications, i.e. no change notification will be sent anymore.
unsubscribe(ValueObserver<? super T>) - Method in interface ch.elca.el4j.util.observer.ObservableValue
unsubscribes from this observable's change notifications, i.e. no change notification will be sent anymore.
UPDATE_STRATEGY - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
updateId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.AbstractExtentPart
Updates the id of the extent part.
updateId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentCollection
Updates the id of the extent part.
updateId() - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Updates the id of the extent part.
usage() - Static method in class ch.elca.el4j.services.xmlmerge.tool.XmlMergeTool
Desribes the usage of this tool.
useGeneratedKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
This method will be called when the primary key object is requested to generate a key object for himself.
useGeneratedKey() - Method in interface ch.elca.el4j.services.persistence.generic.dto.PrimaryKeyObject
This method will be called when the primary key object is requested to generate a key object for himself.
useNextModificationKey() - Method in class ch.elca.el4j.services.persistence.generic.dto.AbstractDto
Deprecated. This method will be called by user if this dto was written to database and so the last modification key has been replaced by the current modification key.
UuidPrimaryKeyGenerator - Class in ch.elca.el4j.services.persistence.generic.primarykey
This key generator generates UUIDs as described in "EJB Design Patterns", F.
UuidPrimaryKeyGenerator() - Constructor for class ch.elca.el4j.services.persistence.generic.primarykey.UuidPrimaryKeyGenerator
Default constructor.

V

VALID_COLOR - Static variable in class com.silvermindsoftware.hitch.validation.response.DefaultValidationResponder
Identifier for valid color in component's client property.
validate() - Method in class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
Validates the configuration and destination files and the file sets.
ValidatingBindingListener - Class in com.silvermindsoftware.hitch.validation
This class listens to a binding and performs a validation on sync.
ValidatingBindingListener(ValidationResponder) - Constructor for class com.silvermindsoftware.hitch.validation.ValidatingBindingListener
Create a new validating binding listener.
ValidatingCellEditor - Class in com.silvermindsoftware.hitch.validation.response
A validating cell editor for tables.
ValidatingCellEditor() - Constructor for class com.silvermindsoftware.hitch.validation.response.ValidatingCellEditor
 
VALIDATION - Static variable in class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
 
ValidationResponder - Interface in com.silvermindsoftware.hitch.validation.response
Interface for handlers that determine how to react on valid/invalid values.
ValueObserver<T> - Interface in ch.elca.el4j.util.observer
An object observing (i.e. receiving change notifications about) a reference of type T.
valueOf(String) - Static method in enum ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy.UpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.elca.el4j.services.persistence.jpa.criteria.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.elca.el4j.services.persistence.jpa.util.JpaQuery.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.elca.el4j.services.persistence.jpa.util.JpaQuery.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.elca.el4j.util.observer.impl.LiveValue.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.silvermindsoftware.hitch.ReadOnly
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.elca.el4j.services.persistence.generic.dao.IdentityFixerMergePolicy.UpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.elca.el4j.services.persistence.jpa.criteria.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.elca.el4j.services.persistence.jpa.util.JpaQuery.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.elca.el4j.services.persistence.jpa.util.JpaQuery.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.elca.el4j.util.observer.impl.LiveValue.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.silvermindsoftware.hitch.ReadOnly
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTooLargeException - Exception in ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator
Deprecated. Spring data access exception will be used.
ValueTooLargeException(String, SQLException) - Constructor for exception ch.elca.el4j.services.persistence.generic.sqlexceptiontranslator.ValueTooLargeException
Deprecated. Default constructor.
Version - Class in ch.elca.el4j.util.codingsupport
JDK Version utilities
Version() - Constructor for class ch.elca.el4j.util.codingsupport.Version
 

W

waitUntilApplicationContextIsReady() - Method in class ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
Check if Spring context is completely initialized and wait if we are in multi-threaded environment.
weight(double) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set the column weight for the next object.
weightY(double) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set the row weight for the next object.
where(String, Object) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add a restriction.
where(Criterion) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add a hibernate criterion.
where(String, JpaQuery.Relation, Object) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add a restriction.
whereNotNull(String) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add an is--not-null restriction.
whereNull(String) - Method in class ch.elca.el4j.services.persistence.jpa.util.JpaQuery
Add an is-null restriction.
width(int) - Method in class ch.elca.el4j.services.gui.swing.util.GridConstraintsUtil
Set a new width for the next object.
WILDCARD - Static variable in class ch.elca.el4j.services.security.filters.IPAddressFilter
 
WindowManager - Class in ch.elca.el4j.services.gui.swing.mdi
A JDesktop window manager for MDI support.
WindowManager(JDesktopPane, JMenu) - Constructor for class ch.elca.el4j.services.gui.swing.mdi.WindowManager
Constructor.
WindowMenu - Class in ch.elca.el4j.services.gui.swing.mdi
JMenu handling the Windows Menu for an MDI application.
WindowMenu() - Constructor for class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
A minimal 'Window' menu containing only 'Close All'.
WindowMenu(String[]) - Constructor for class ch.elca.el4j.services.gui.swing.mdi.WindowMenu
A 'Window' menu containing the specified actions.
WindowMenuCreator - Class in ch.elca.el4j.services.gui.swing.cookswing
The cookSwing creator for <windowmenu>s, which list all opened forms inside the desktop pane and some operations on them.
WindowMenuCreator() - Constructor for class ch.elca.el4j.services.gui.swing.cookswing.WindowMenuCreator
 
with(String...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Extend the extent by the given fields.
with(String...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Extend the entity by the given fields.
without(String...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Exclude fields from the extent.
without(String...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Exclude fields from the entity.
withSubentities(AbstractExtentPart...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.DataExtent
Extend the extent by the given sub-entities.
withSubentities(AbstractExtentPart...) - Method in class ch.elca.el4j.services.persistence.hibernate.dao.extent.ExtentEntity
Extend the entity by the given sub-entities.
wrap(Object) - Method in class ch.elca.el4j.core.aop.GenericProxiedFactoryBean
 
wrap(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.ContentWrapperFactory
Wraps a GUI component into a JFrame.
wrap(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.JFrameWrapperFactory
Wraps a GUI component into a JFrame.
wrap(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.JInteralFrameWrapperFactory
Wraps a GUI component into a JInternalFrame.
wrap(JComponent) - Static method in class ch.elca.el4j.services.gui.swing.wrapper.ToolWindowWrapperFactory
Wraps a GUI component into a JFrame.
wrap(Class<T>, Object) - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Cast an object to a wrapper.
wrapComponent(JComponent) - Method in class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
Wraps a GUI component.
wrapIfNecessary(Object, String, Object) - Method in class ch.elca.el4j.core.aop.ExclusiveBeanNameAutoProxyCreator
Wrap a bean if necessary.
Wrappable - Interface in ch.elca.el4j.util.objectwrapper
Base interface of all wrappables.
wrappablePresent(Class<? extends Wrappable>) - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Check if a wrappable is registered.
wrappablePresent(Class<? extends Wrappable>, Class<?>) - Method in class ch.elca.el4j.util.objectwrapper.ObjectWrapper
Check if a call to wrap() has a chance of creating a wrapper on an object class.
write(int) - Method in class ch.elca.el4j.util.socketstatistics.OutputStreamLogger
Modified version of write which also logs traffic to assigned ConnectionStatistics.
write(byte[], int, int) - Method in class ch.elca.el4j.util.socketstatistics.OutputStreamLogger
Modified version of write which also logs traffic to assigned ConnectionStatistics.
writeMeasures() - Method in interface ch.elca.el4j.services.statistics.detailed.processing.MeasureCollectorService
Inserts the locally stored measures in permanent storage.
writeMeasures() - Method in class ch.elca.el4j.services.statistics.detailed.processing.NonPersistentMeasureCollectorService
Won't do anything, as this is a non-persistant MeasureCollectorService.
WSSpringServlet - Class in ch.elca.el4j.services.remoting.servlet
This class represents a customized JAX-WS HttpServlet.
WSSpringServlet() - Constructor for class ch.elca.el4j.services.remoting.servlet.WSSpringServlet
 

X

XmlFilter - Class in ch.elca.el4j.web.filter
Class for filtering xml files.
XmlFilter() - Constructor for class ch.elca.el4j.web.filter.XmlFilter
 
XmlFilter.CharResponseWrapper - Class in ch.elca.el4j.web.filter
 
XmlFilter.CharResponseWrapper(HttpServletResponse) - Constructor for class ch.elca.el4j.web.filter.XmlFilter.CharResponseWrapper
 
XmlMerge - Interface in ch.elca.el4j.services.xmlmerge
Entry point for merging XML documents.
XmlMergeContext - Class in ch.elca.el4j.services.xmlmerge
Holds thread local context information that would otherwise be difficult to pass into each part of the framework.
XmlMergeContext() - Constructor for class ch.elca.el4j.services.xmlmerge.XmlMergeContext
 
XmlMergeResource - Class in ch.elca.el4j.services.xmlmerge.springframework
A spring resource merging XML files read from other resources.
XmlMergeResource() - Constructor for class ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
 
XmlMergeTask - Class in ch.elca.el4j.services.xmlmerge.anttask
Task for merging XML files in Ant.
XmlMergeTask() - Constructor for class ch.elca.el4j.services.xmlmerge.anttask.XmlMergeTask
 
XmlMergeTool - Class in ch.elca.el4j.services.xmlmerge.tool
XmlMerge as a Command-line tool.
XmlMergeTool() - Constructor for class ch.elca.el4j.services.xmlmerge.tool.XmlMergeTool
Hide default constructor.
XPathOperationFactory - Class in ch.elca.el4j.services.xmlmerge.factory
An operation factory that resolves operations given a map { xpath (as String), Operation }.
XPathOperationFactory() - Constructor for class ch.elca.el4j.services.xmlmerge.factory.XPathOperationFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2005-2011 ELCA. All Rights Reserved.