A C D E F G H I K L M N O P Q R S T W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCacheableObjectKeyFactory(Class<?>, CacheableObjectKeyFactory) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- addListener(T) - Method in interface org.onebusaway.container.model.HasListeners
- addListener(T) - Method in class org.onebusaway.container.model.Listeners
- addValues(List<Object>) - Method in class org.onebusaway.container.spring.ListFactoryBean
- afterPropertiesSet() - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- afterPropertiesSet() - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- afterPropertiesSet() - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.onebusaway.container.spring.PropertyOverrideBeanFactoryPostProcessor
- applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.onebusaway.container.spring.PropertyOverrideConfigurer
- assemble(Serializable, Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
C
- Cacheable - Annotation Type in org.onebusaway.container.cache
-
A method annotation that indicates that the results method are cacheable, using the arguments to the method as the cache key.
- CacheableAnnotationInterceptor - Class in org.onebusaway.container.cache
-
Implements an
Aspectaware interceptor that intercepts calls to methods annotated withCacheableand returns a cached result when available or calls the underlying method when not. - CacheableAnnotationInterceptor() - Constructor for class org.onebusaway.container.cache.CacheableAnnotationInterceptor
- CacheableArgument - Annotation Type in org.onebusaway.container.cache
-
A method parameter annotation that is used to further control how method cache keys are generated by the
CacheableMethodManager#getKeyFactoryForParameterType(Class, boolean) - CacheableKey - Annotation Type in org.onebusaway.container.cache
-
Type annotation indicating how a particular object should be used to generate a cache key when used as an argument to a method annotated with
Cacheable. - CacheableMethodKeyFactory - Interface in org.onebusaway.container.cache
-
Factory for producing a
Serializablecache key from aProceedingJoinPointmethod invocation. - CacheableMethodKeyFactoryManager - Class in org.onebusaway.container.cache
-
Support class that determines the caching policy for a particular method by producing a
CacheableMethodKeyFactoryfor that method. - CacheableMethodKeyFactoryManager() - Constructor for class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- CacheableMethodManager - Class in org.onebusaway.container.cache
-
Support class providing functionality for caching the output of arbitrary method calls, using the arguments to the method to generate the cache key.
- CacheableMethodManager() - Constructor for class org.onebusaway.container.cache.CacheableMethodManager
- CacheableObjectKeyFactory - Interface in org.onebusaway.container.cache
-
Factory for producing a
Serializablecache key from a and arbitrary object. - CacheKeyInfo - Class in org.onebusaway.container.cache
-
Encapsulates cache key information, including the cache key for a particular method call and whether the cache should be refreshed for a particular method call.
- CacheKeyInfo(Serializable, boolean) - Constructor for class org.onebusaway.container.cache.CacheKeyInfo
- cacheRefreshIndicator() - Method in annotation type org.onebusaway.container.cache.CacheableArgument
- close() - Method in class org.onebusaway.container.rotation.RotationWriter
- ConfigurationParameter - Annotation Type in org.onebusaway.container
-
Annotation for OneBusAway configuration parameters that users might want to tweak to adjust the behavior of their OneBusAway installation.
- ContainerLibrary - Class in org.onebusaway.container
-
Convenient methods for instantiating a
ConfigurableApplicationContextSpring application container. - ContainerLibrary() - Constructor for class org.onebusaway.container.ContainerLibrary
- CONTENT_SECURITY_POLICY_OPTION - Static variable in class org.onebusaway.container.ObaSecurityHeaderFilter
- createCache(ProceedingJoinPoint, String) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- createCache(ProceedingJoinPoint, String) - Method in class org.onebusaway.container.cache.CacheableMethodManager
- createContext(Iterable<String>) - Static method in class org.onebusaway.container.ContainerLibrary
- createContext(Iterable<String>, Map<String, BeanDefinition>) - Static method in class org.onebusaway.container.ContainerLibrary
-
Construct and instantiate a Spring application container from the specified resources.
- createContext(String...) - Static method in class org.onebusaway.container.ContainerLibrary
- createInstance() - Method in class org.onebusaway.container.rotation.TimeRotationWriterFactoryBean
- createInstance() - Method in class org.onebusaway.container.spring.ListFactoryBean
- createInstance() - Method in class org.onebusaway.container.spring.MapFactoryBean
- createInstance() - Method in class org.onebusaway.container.spring.ProxyFactoryBean
- createInstance() - Method in class org.onebusaway.container.spring.SerializedFactoryBean
- createKey(Object) - Method in interface org.onebusaway.container.cache.CacheableObjectKeyFactory
- createKey(Object) - Method in class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory
- createKey(Object) - Method in class org.onebusaway.container.cache.PropertyPathExpressionCacheableObjectKeyFactory
- createKey(Object) - Method in class org.onebusaway.container.model.IdentityBeanCacheableObjectKeyFactory
- createKey(ProceedingJoinPoint) - Method in interface org.onebusaway.container.cache.CacheableMethodKeyFactory
- createKey(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.DefaultCacheableKeyFactory
- createObject() - Method in class org.onebusaway.container.spring.SerializedLazyCreationTargetSource
- CSP_FRAME_ANCESTORS_HOST_SUB_OPTION - Static variable in class org.onebusaway.container.ObaSecurityHeaderFilter
- CSP_NONE_SUB_OPTION - Static variable in class org.onebusaway.container.ObaSecurityHeaderFilter
- CSP_SELF_SUB_OPTION - Static variable in class org.onebusaway.container.ObaSecurityHeaderFilter
D
- decorateCache(Ehcache) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Decorate the given Cache, if necessary.
- deepCopy(Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- DefaultCacheableKeyFactory - Class in org.onebusaway.container.cache
-
Factory for producing a
CacheKeyInfocache key from aProceedingJoinPointmethod invocation. - DefaultCacheableKeyFactory(CacheableObjectKeyFactory[]) - Constructor for class org.onebusaway.container.cache.DefaultCacheableKeyFactory
- DefaultCacheableObjectKeyFactory - Class in org.onebusaway.container.cache
-
Factory for producing a
Serializablecache key from a and arbitrary object. - DefaultCacheableObjectKeyFactory() - Constructor for class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory
- DependencyConfigurer - Class in org.onebusaway.container.spring
-
A Spring
BeanFactoryPostProcessorthat can set bean dependencies to adjust bean creation order. - DependencyConfigurer() - Constructor for class org.onebusaway.container.spring.DependencyConfigurer
- dependsOn() - Method in annotation type org.onebusaway.container.refresh.Refreshable
- destroy() - Method in class org.onebusaway.container.ObaSecurityHeaderFilter
- destroy() - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- disassemble(Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- doBasicProfiling(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.CacheableAnnotationInterceptor
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.onebusaway.container.ObaSecurityHeaderFilter
E
- EhCacheConfigurationFactoryBean - Class in org.onebusaway.container.spring.ehcache
-
Spring
FactoryBeanfor creating an EhCacheConfigurationthat supports programmatic DiskStore and Terracotta configuration. - EhCacheConfigurationFactoryBean() - Constructor for class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- EhCacheFactoryBean - Class in org.onebusaway.container.spring.ehcache
-
A Spring
FactoryBeanfor programmatically creating an EhCacheCachewith standard configuration options, but also progrmattic Terracotta configuration. - EhCacheFactoryBean() - Constructor for class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- EhCacheManagerFactoryBean - Class in org.onebusaway.container.spring.ehcache
-
* A Spring
FactoryBeanfor programmatically creating an EhCacheCacheManager, specifically allowing us to pass in aConfigurationdirectly. - EhCacheManagerFactoryBean() - Constructor for class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- EhCacheRegionFactory - Class in org.onebusaway.container.spring.ehcache
-
A Hibernate EhCacheRegionFactory implementation that supports directly setting the
CacheManagerfrom an existing instance. - EhCacheRegionFactory() - Constructor for class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
- EnumUserType - Class in org.onebusaway.container.hibernate
-
A custom Hibernate
EnhancedUserTypefor mapping a Java enum to an SQL varchar in the database as opposed to the default behavior of an int. - EnumUserType() - Constructor for class org.onebusaway.container.hibernate.EnumUserType
- equals(Object) - Method in class org.onebusaway.container.model.IdentityBean
- equals(Object, Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- evaluate(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.CacheableMethodManager
F
- flush() - Method in class org.onebusaway.container.rotation.RotationWriter
- fromXMLString(String) - Method in class org.onebusaway.container.hibernate.EnumUserType
G
- getBeanOfType(ApplicationContext, Class<T>) - Static method in class org.onebusaway.container.ContainerLibrary
- getCacheableArgumentAnnotation(Annotation[]) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
-
Private Methods
- getCacheableMethodKeyFactoryForJoinPoint(ProceedingJoinPoint, Method) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getCacheableMethodKeyFactoryForMethod(Method) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getCacheName(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.CacheableMethodManager
- getFirstWriter() - Method in interface org.onebusaway.container.rotation.RotationStrategy
- getFirstWriter() - Method in class org.onebusaway.container.rotation.TimeRotationStrategy
- getId() - Method in class org.onebusaway.container.model.IdentityBean
- getKey() - Method in class org.onebusaway.container.cache.CacheKeyInfo
- getKeyFactory(ProceedingJoinPoint, Method) - Method in class org.onebusaway.container.cache.CacheableMethodManager
-
Protected Methods
- getKeyFactoryForCacheableArgumentAnnotation(Class<?>, CacheableArgument, boolean) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getKeyFactoryForParameterType(Class<?>, boolean) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getMatchingMethodForJoinPoint(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getMatchingMethodsForJoinPoint(ProceedingJoinPoint) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- getNextWriter(Writer, int) - Method in interface org.onebusaway.container.rotation.RotationStrategy
-
Called to get the next output writer when a call is made to
RotationWriter.flush(). - getNextWriter(Writer, int) - Method in class org.onebusaway.container.rotation.TimeRotationStrategy
- getNumberOfObjectKeyFactories() - Method in class org.onebusaway.container.cache.DefaultCacheableKeyFactory
- getObject() - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- getObject() - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- getObject() - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- getObjectKeyFactory(int) - Method in class org.onebusaway.container.cache.DefaultCacheableKeyFactory
- getObjectName(Object, String) - Method in class org.onebusaway.container.spring.jmx.ServletContextAwareMetadataNamingStrategy
- getObjectType() - Method in class org.onebusaway.container.rotation.TimeRotationWriterFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.ListFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.MapFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.ProxyFactoryBean
- getObjectType() - Method in class org.onebusaway.container.spring.SerializedFactoryBean
- getOrder() - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
- getOrder() - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
- getOrder() - Method in class org.onebusaway.container.spring.OverridePostProcessor
- getOrder() - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- getOrder() - Method in class org.onebusaway.container.spring.SystemPropertyOverrideConfigurer
H
- hashCode() - Method in class org.onebusaway.container.model.IdentityBean
- hashCode(Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- HasListeners<T> - Interface in org.onebusaway.container.model
-
Interface that defines that a specific object has listeners of type
Tthat can be added or removed.
I
- IdentityBean<T extends Serializable> - Class in org.onebusaway.container.model
-
Convenience base class for objects that have an id property and whose object equality is determined by that identi Defines abstract methods for getting and setting the objects id while also define
IdentityBean.equals(Object)andIdentityBean.hashCode()based on the id value. - IdentityBean() - Constructor for class org.onebusaway.container.model.IdentityBean
- IdentityBeanCacheableObjectKeyFactory - Class in org.onebusaway.container.model
-
Provides a
CacheableObjectKeyFactorycache key strategy for objects of typeIdentityBean, where the objects id is used as the cache key. - IdentityBeanCacheableObjectKeyFactory() - Constructor for class org.onebusaway.container.model.IdentityBeanCacheableObjectKeyFactory
- init(FilterConfig) - Method in class org.onebusaway.container.ObaSecurityHeaderFilter
- isCacheRefreshCheck() - Method in class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory
- isCacheRefreshIndicated() - Method in class org.onebusaway.container.cache.CacheKeyInfo
- isMutable() - Method in class org.onebusaway.container.hibernate.EnumUserType
- isSingleton() - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- isSingleton() - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- isSingleton() - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- isValueSerializable() - Method in annotation type org.onebusaway.container.cache.Cacheable
- iterator() - Method in class org.onebusaway.container.model.Listeners
K
- keyFactory() - Method in annotation type org.onebusaway.container.cache.Cacheable
- keyFactory() - Method in annotation type org.onebusaway.container.cache.CacheableKey
- keyProperty() - Method in annotation type org.onebusaway.container.cache.CacheableArgument
-
A bean property expression that is evaluated against the source method argument to produce a cache key for that argument
L
- ListBeanPostProcessor - Class in org.onebusaway.container.spring
-
A Spring
BeanPostProcessorto add additional values to already-createdListobject. - ListBeanPostProcessor() - Constructor for class org.onebusaway.container.spring.ListBeanPostProcessor
- ListenerConnector<T> - Class in org.onebusaway.container.spring
-
Spring convenience class for wiring up
HasListenerslistener containers with listener objects. - ListenerConnector() - Constructor for class org.onebusaway.container.spring.ListenerConnector
- Listeners<T> - Class in org.onebusaway.container.model
-
Convenience container for a collection of typed listener objects
- Listeners() - Constructor for class org.onebusaway.container.model.Listeners
- ListFactoryBean - Class in org.onebusaway.container.spring
-
A Spring
FactoryBeanfor creating aListobject. - ListFactoryBean() - Constructor for class org.onebusaway.container.spring.ListFactoryBean
- logger - Variable in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- logger - Variable in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- logger - Variable in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
M
- MapBeanPostProcessor - Class in org.onebusaway.container.spring
-
A Spring
BeanPostProcessorto add additional values to already-createdMapobject. - MapBeanPostProcessor() - Constructor for class org.onebusaway.container.spring.MapBeanPostProcessor
- MapFactoryBean - Class in org.onebusaway.container.spring
-
A Spring
FactoryBeanfor creating aListobject. - MapFactoryBean() - Constructor for class org.onebusaway.container.spring.MapFactoryBean
N
- nullSafeGet(ResultSet, String[], Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- nullSafeSet(PreparedStatement, Object, int) - Method in class org.onebusaway.container.hibernate.EnumUserType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.onebusaway.container.hibernate.EnumUserType
O
- ObaSecurityHeaderFilter - Class in org.onebusaway.container
-
A place to add security filters as requested by client security policies.
- ObaSecurityHeaderFilter() - Constructor for class org.onebusaway.container.ObaSecurityHeaderFilter
- objectToSQLString(Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- org.onebusaway.container - package org.onebusaway.container
- org.onebusaway.container.cache - package org.onebusaway.container.cache
- org.onebusaway.container.hibernate - package org.onebusaway.container.hibernate
- org.onebusaway.container.model - package org.onebusaway.container.model
- org.onebusaway.container.refresh - package org.onebusaway.container.refresh
- org.onebusaway.container.rotation - package org.onebusaway.container.rotation
- org.onebusaway.container.spring - package org.onebusaway.container.spring
- org.onebusaway.container.spring.ehcache - package org.onebusaway.container.spring.ehcache
- org.onebusaway.container.spring.jmx - package org.onebusaway.container.spring.jmx
- org.onebusaway.container.stop - package org.onebusaway.container.stop
- OverridePostProcessor - Class in org.onebusaway.container.spring
-
A link
BeanPostProcessorthat allows one to set and override bean properties in a flexible ways before the bean is initialized. - OverridePostProcessor() - Constructor for class org.onebusaway.container.spring.OverridePostProcessor
P
- postProcessAfterInitialization(Object, String) - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.onebusaway.container.spring.OverridePostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.onebusaway.container.spring.QualifierConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.onebusaway.container.spring.SystemPropertyOverrideConfigurer
- postProcessBeforeInitialization(Object, String) - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
-
BeanPostProcessorInterface - postProcessBeforeInitialization(Object, String) - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
-
BeanPostProcessorInterface - postProcessBeforeInitialization(Object, String) - Method in class org.onebusaway.container.spring.OverridePostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
-
BeanPostProcessorInterface - processKey(ConfigurableListableBeanFactory, String, String) - Method in class org.onebusaway.container.spring.DependencyConfigurer
- processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.onebusaway.container.spring.DependencyConfigurer
- PropertiesBeanPostProcessor - Class in org.onebusaway.container.spring
-
A Spring
BeanPostProcessorto add additional values to already-createdPropertiesobject. - PropertiesBeanPostProcessor() - Constructor for class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- PropertyOverrideBeanFactoryPostProcessor - Class in org.onebusaway.container.spring
- PropertyOverrideBeanFactoryPostProcessor() - Constructor for class org.onebusaway.container.spring.PropertyOverrideBeanFactoryPostProcessor
- PropertyOverrideConfigurer - Class in org.onebusaway.container.spring
-
Extension of Spring's
PropertyOverrideConfigurerthat supportsSystem.getProperty(String)expansion of - PropertyOverrideConfigurer() - Constructor for class org.onebusaway.container.spring.PropertyOverrideConfigurer
- PropertyPathExpressionCacheableObjectKeyFactory - Class in org.onebusaway.container.cache
-
Factory for producing a
Serializablecache key from an arbitrary object by first applying a linkPropertyPathExpressionto the object and then applying a secondaryCacheableObjectKeyFactoryto the result. - PropertyPathExpressionCacheableObjectKeyFactory(PropertyPathExpression, CacheableObjectKeyFactory) - Constructor for class org.onebusaway.container.cache.PropertyPathExpressionCacheableObjectKeyFactory
- ProxyFactoryBean - Class in org.onebusaway.container.spring
-
A Spring
FactoryBeanfor instantiating aProxyinstance with a specified target interface type and aInvocationHandler. - ProxyFactoryBean() - Constructor for class org.onebusaway.container.spring.ProxyFactoryBean
- putCacheRefreshIndicatorArgumentIndexForMethod(Method, int) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- putCacheRefreshIndicatorArgumentIndexForMethodSignature(String, int) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- putValues(Map<Object, Object>) - Method in class org.onebusaway.container.spring.MapFactoryBean
Q
- QualifierConfigurer - Class in org.onebusaway.container.spring
- QualifierConfigurer() - Constructor for class org.onebusaway.container.spring.QualifierConfigurer
R
- refresh(String) - Method in interface org.onebusaway.container.refresh.RefreshService
- Refreshable - Annotation Type in org.onebusaway.container.refresh
- RefreshService - Interface in org.onebusaway.container.refresh
- releaseFromUse() - Method in class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
- removeListener(T) - Method in interface org.onebusaway.container.model.HasListeners
- removeListener(T) - Method in class org.onebusaway.container.model.Listeners
- replace(Object, Object, Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
- resolveCacheManager(SessionFactoryOptions, Map) - Method in class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
- resolveValue(String) - Method in class org.onebusaway.container.spring.PropertyOverrideConfigurer
- returnedClass() - Method in class org.onebusaway.container.hibernate.EnumUserType
- RotationStrategy - Interface in org.onebusaway.container.rotation
-
Defines a
Writerrotation strategy that can be used in cooperation withRotationWriterto have one virtualWriterthat seamless rotates output to multiple output writers. - RotationWriter - Class in org.onebusaway.container.rotation
-
A
Writerextension that supports rotating between different outputWriterobjects based on aRotationStrategy. - RotationWriter(RotationStrategy) - Constructor for class org.onebusaway.container.rotation.RotationWriter
S
- SerializedFactoryBean - Class in org.onebusaway.container.spring
-
A Spring
FactoryBeanfor instantiating a serialized object from a File. - SerializedFactoryBean() - Constructor for class org.onebusaway.container.spring.SerializedFactoryBean
- SerializedLazyCreationTargetSource - Class in org.onebusaway.container.spring
-
A Spring
FactoryBeanfor lazily instantiating a serialized bean from a file as needed - SerializedLazyCreationTargetSource() - Constructor for class org.onebusaway.container.spring.SerializedLazyCreationTargetSource
- ServletContextAwareMetadataNamingStrategy - Class in org.onebusaway.container.spring.jmx
- ServletContextAwareMetadataNamingStrategy(JmxAttributeSource) - Constructor for class org.onebusaway.container.spring.jmx.ServletContextAwareMetadataNamingStrategy
- setBeanFactory(BeanFactory) - Method in class org.onebusaway.container.spring.OverridePostProcessor
- setBeanName(String) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- setBlocking(boolean) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set whether to use a blocking cache that lets read attempts block until the requested element is created.
- setCacheableMethodKeyFactoryManager(CacheableMethodKeyFactoryManager) - Method in class org.onebusaway.container.cache.CacheableMethodManager
- setCacheEntryFactory(CacheEntryFactory) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set an EHCache
CacheEntryFactoryto use for a self-populating cache. - setCacheKeyFactories(Map<Object, Object>) - Method in class org.onebusaway.container.cache.CacheableMethodKeyFactoryManager
- setCacheManager(CacheManager) - Method in class org.onebusaway.container.cache.CacheableMethodManager
- setCacheManager(CacheManager) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set a CacheManager from which to retrieve a named Cache instance.
- setCacheManager(CacheManager) - Method in class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
- setCacheManagerName(String) - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
-
Set the name of the EHCache CacheManager (if a specific name is desired).
- setCacheName(String) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set a name for which to retrieve or create a cache instance.
- setCacheNamePrefix(String) - Method in class org.onebusaway.container.cache.CacheableMethodManager
- setCacheRefreshCheck(boolean) - Method in class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory
-
Set to true if we should check the object value to indicate a cache refresh.
- setConfigLocation(Resource) - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- setConfigLocation(Resource) - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- setConfiguration(Configuration) - Method in class org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean
- setDiskExpiryThreadIntervalSeconds(int) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set the number of seconds between runs of the disk expiry thread.
- setDiskPersistent(boolean) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set whether the disk store persists between restarts of the Virtual Machine.
- setDiskStorePath(File) - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- setEternal(boolean) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set whether elements are considered as eternal.
- setId(T) - Method in class org.onebusaway.container.model.IdentityBean
- setIgnoreInvalidBeans(boolean) - Method in class org.onebusaway.container.spring.PropertyOverrideConfigurer
- setInitMethod(String) - Method in class org.onebusaway.container.spring.SerializedFactoryBean
- setInitMethod(String) - Method in class org.onebusaway.container.spring.SerializedLazyCreationTargetSource
- setInvocationHandler(InvocationHandler) - Method in class org.onebusaway.container.spring.ProxyFactoryBean
- setListener(T) - Method in class org.onebusaway.container.spring.ListenerConnector
- setMap(Map<String, String>) - Method in class org.onebusaway.container.spring.OverridePostProcessor
- setMaxElementsInMemory(int) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Specify the maximum number of cached objects in memory.
- setMaxElementsOnDisk(int) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Specify the maximum number of cached objects on disk.
- setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set the memory style eviction policy for this cache.
- setName(String) - Method in class org.onebusaway.container.stop.StopButtonService
- setObjectType(Class<?>) - Method in class org.onebusaway.container.spring.SerializedFactoryBean
- setOrder(int) - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
-
OrderedInterface - setOrder(int) - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
-
OrderedInterface - setOrder(int) - Method in class org.onebusaway.container.spring.OverridePostProcessor
- setOrder(int) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
-
OrderedInterface - setOrder(int) - Method in class org.onebusaway.container.spring.SystemPropertyOverrideConfigurer
- setOverflowToDisk(boolean) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set whether elements can overflow to disk when the in-memory cache has reached the maximum size limit.
- setParameterValues(Properties) - Method in class org.onebusaway.container.hibernate.EnumUserType
- setPath(File) - Method in class org.onebusaway.container.spring.SerializedFactoryBean
- setPath(File) - Method in class org.onebusaway.container.spring.SerializedLazyCreationTargetSource
- setPath(String) - Method in class org.onebusaway.container.rotation.TimeRotationWriterFactoryBean
- setProperties(Properties) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- setProxyInterface(Class<?>) - Method in class org.onebusaway.container.spring.ProxyFactoryBean
- setServletContext(ServletContext) - Method in class org.onebusaway.container.spring.jmx.ServletContextAwareMetadataNamingStrategy
- setSource(HasListeners<T>) - Method in class org.onebusaway.container.spring.ListenerConnector
- setSources(List<HasListeners<T>>) - Method in class org.onebusaway.container.spring.ListenerConnector
- setStaticCacheManagerInstance(CacheManager) - Static method in class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
- setTarget(String) - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
- setTarget(String) - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
- setTarget(String) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- setTarget(String) - Method in class org.onebusaway.container.spring.QualifierConfigurer
- setTargets(List<String>) - Method in class org.onebusaway.container.spring.PropertiesBeanPostProcessor
- setTerracottaClustered(boolean) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
- setTerracottaUrl(String) - Method in class org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean
- setTimeToIdle(int) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set the time in seconds to idle for an element before it expires, that is, the maximum amount of time between accesses before an element expires.
- setTimeToLive(int) - Method in class org.onebusaway.container.spring.ehcache.EhCacheFactoryBean
-
Set t he time in seconds to live for an element before it expires, i.e. the maximum time between creation time and when an element expires.
- setType(String) - Method in class org.onebusaway.container.spring.QualifierConfigurer
- setValue(String) - Method in class org.onebusaway.container.spring.QualifierConfigurer
- setValues(List<Object>) - Method in class org.onebusaway.container.spring.ListBeanPostProcessor
- setValues(List<Object>) - Method in class org.onebusaway.container.spring.ListFactoryBean
- setValues(Map<Object, Object>) - Method in class org.onebusaway.container.spring.MapBeanPostProcessor
- setValues(Map<Object, Object>) - Method in class org.onebusaway.container.spring.MapFactoryBean
- sqlTypes() - Method in class org.onebusaway.container.hibernate.EnumUserType
- start() - Method in class org.onebusaway.container.spring.ListenerConnector
- start() - Method in class org.onebusaway.container.stop.StopButtonService
- stop() - Method in class org.onebusaway.container.spring.ListenerConnector
- StopButtonService - Class in org.onebusaway.container.stop
-
Utility class that pops up a simple Swing dialog with a "Stop" button that will cause your program to gracefully exit when pressed.
- StopButtonService() - Constructor for class org.onebusaway.container.stop.StopButtonService
- SystemPropertyOverrideConfigurer - Class in org.onebusaway.container.spring
-
A Spring
BeanFactoryPostProcessorthat can be used to override System properties (seeSystem.getProperties()) from within a Spring application context. - SystemPropertyOverrideConfigurer() - Constructor for class org.onebusaway.container.spring.SystemPropertyOverrideConfigurer
T
- TimeRotationStrategy - Class in org.onebusaway.container.rotation
-
An implementation of
RotationStrategythat writes output to file whose named is specified using a format processed using the theSimpleDateFormatclass. - TimeRotationStrategy(String) - Constructor for class org.onebusaway.container.rotation.TimeRotationStrategy
- TimeRotationWriterFactoryBean - Class in org.onebusaway.container.rotation
- TimeRotationWriterFactoryBean() - Constructor for class org.onebusaway.container.rotation.TimeRotationWriterFactoryBean
- toXMLString(Object) - Method in class org.onebusaway.container.hibernate.EnumUserType
W
- write(char[], int, int) - Method in class org.onebusaway.container.rotation.RotationWriter
_
- _cacheableMethodKeyFactoryManager - Variable in class org.onebusaway.container.cache.CacheableMethodManager
All Classes All Packages