- Cache<K,V> - Interface in javax.cache
-
The persistent or distributed cache is usable like a normal map, but loads
and stores data across the cluster.
- Cache - Interface in javax.persistence
-
Cache for objects
- Cache.Entry<K,V> - Interface in javax.cache
-
- Cache.EntryProcessor<K,V> - Interface in javax.cache
-
- Cache.MutableEntry<K,V> - Interface in javax.cache
-
- CACHE_CHUNK_SIZE - Static variable in class com.caucho.amber.query.ResultSetCacheChunk
-
- CACHE_CHUNK_SIZE - Static variable in class com.caucho.amber.query.ResultSetImpl
-
- CACHE_DEPENDS - Static variable in interface com.caucho.xsl.CauchoStylesheet
-
- CACHE_DEPENDS - Static variable in class com.caucho.xsl.TransformerImpl
-
- Cacheable - Annotation Type in javax.persistence
-
The @Cacheable annotation.
- CacheableDocument - Class in com.caucho.xsl
-
A document wrapper allowing caching of XSL-generated content.
- CacheableEntityItem - Class in com.caucho.amber.entity
-
An entity item handles the living entities.
- CacheableEntityItem(AmberEntityHome, Entity) - Constructor for class com.caucho.amber.entity.CacheableEntityItem
-
- CacheablePredicate - Interface in com.caucho.rewrite
-
A predicate on a HttpServletRequest, returning true if the
request matches the predicate's requirements.
- CacheAnnotationConfigurationException - Exception in javax.cache.annotation
-
- CacheAnnotationConfigurationException() - Constructor for exception javax.cache.annotation.CacheAnnotationConfigurationException
-
- CacheAnnotationConfigurationException(String) - Constructor for exception javax.cache.annotation.CacheAnnotationConfigurationException
-
- CacheAnnotationConfigurationException(String, Throwable) - Constructor for exception javax.cache.annotation.CacheAnnotationConfigurationException
-
- CacheAnnotationConfigurationException(Throwable) - Constructor for exception javax.cache.annotation.CacheAnnotationConfigurationException
-
- CacheBacking<K,V> - Interface in com.caucho.server.distcache
-
Extended cache loader
- CacheBackupEngine - Interface in com.caucho.server.distcache
-
Backup for the distributed cache
- CacheBuilder<K,V> - Interface in javax.cache
-
Provides the capability of dynamically creating a cache.
- CacheBuilderImpl<K,V> - Class in com.caucho.distcache.jcache
-
Caching Provider for jcache
- CacheClusterBacking - Interface in com.caucho.env.distcache
-
The local cache repository.
- CacheConfig - Class in com.caucho.server.distcache
-
Manages the distributed cache
- CacheConfig() - Constructor for class com.caucho.server.distcache.CacheConfig
-
- CacheConfig(Configuration) - Constructor for class com.caucho.server.distcache.CacheConfig
-
- CacheConnection - Class in com.caucho.amber.manager
-
The entity manager from a entity manager proxy.
- cacheCopy() - Method in class com.caucho.server.hmux.HmuxPath
-
- cacheCopy() - Method in class com.caucho.vfs.HttpPath
-
- cacheCopy() - Method in class com.caucho.vfs.Path
-
Copy for caching.
- cacheCopy() - Method in class com.caucho.vfs.TcpPath
-
- CacheData - Class in com.caucho.server.distcache
-
Full data from the data map
- CacheData(HashKey, HashKey, long, long, long, long, long, long, long, long, long, long, long) - Constructor for class com.caucho.server.distcache.CacheData
-
- CacheDataBacking - Interface in com.caucho.env.distcache
-
The local cache repository.
- CacheDataBackingImpl - Class in com.caucho.server.distcache
-
Manages the distributed cache
- CacheDataBackingImpl(CacheStoreManager) - Constructor for class com.caucho.server.distcache.CacheDataBackingImpl
-
- CachedDependency - Class in com.caucho.make
-
A cached dependency only checks the dependency at an interval.
- CachedDependency() - Constructor for class com.caucho.make.CachedDependency
-
- CacheDefaults - Annotation Type in javax.cache.annotation
-
- CachedQuery - Class in com.caucho.amber.query
-
Represents the application's view of the query.
- CachedQueryKey - Class in com.caucho.amber.query
-
A key for cached query results.
- CachedQueryKey() - Constructor for class com.caucho.amber.query.CachedQueryKey
-
- CachedQueryKey(String, Object[], int) - Constructor for class com.caucho.amber.query.CachedQueryKey
-
- CacheEngine - Interface in com.caucho.server.distcache
-
Manages the distributed cache
- CacheEntryCreatedListener<K,V> - Interface in javax.cache.event
-
- CacheEntryEvent<K,V> - Class in javax.cache.event
-
- CacheEntryEvent(Cache) - Constructor for class javax.cache.event.CacheEntryEvent
-
- CacheEntryEventFilter<K,V> - Interface in javax.cache.event
-
- CacheEntryExpiredListener<K,V> - Interface in javax.cache.event
-
- CacheEntryFactory - Interface in com.caucho.server.distcache
-
Creates a new DistCacheEntry.
- CacheEntryListener<K,V> - Interface in javax.cache.event
-
- CacheEntryListenerException - Exception in javax.cache.event
-
- CacheEntryListenerException() - Constructor for exception javax.cache.event.CacheEntryListenerException
-
- CacheEntryListenerException(String) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
- CacheEntryListenerException(String, Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
- CacheEntryListenerException(Throwable) - Constructor for exception javax.cache.event.CacheEntryListenerException
-
- CacheEntryListenerRegistration<K,V> - Interface in javax.cache.event
-
- cacheEntryListenerRegistrations - Variable in class javax.cache.MutableConfiguration
-
- CacheEntryManager - Class in com.caucho.server.distcache
-
Manages the server entries for the distributed cache
- CacheEntryManager(CacheEntryFactory) - Constructor for class com.caucho.server.distcache.CacheEntryManager
-
- CacheEntryReadListener<K,V> - Interface in javax.cache.event
-
- CacheEntryRemovedListener<K,V> - Interface in javax.cache.event
-
- CacheEntryUpdatedListener<K,V> - Interface in javax.cache.event
-
- CacheException - Exception in javax.cache
-
- CacheException() - Constructor for exception javax.cache.CacheException
-
- CacheException(String) - Constructor for exception javax.cache.CacheException
-
- CacheException(String, Throwable) - Constructor for exception javax.cache.CacheException
-
- CacheException(Throwable) - Constructor for exception javax.cache.CacheException
-
- CacheFactory<X> - Class in com.caucho.config.gen
-
Aspect factory for generating @Asynchronous aspects.
- CacheFactory(AspectBeanFactory<X>, AspectFactory<X>) - Constructor for class com.caucho.config.gen.CacheFactory
-
- CacheGenerator<X> - Class in com.caucho.config.gen
-
Represents the caching interception
- CacheGenerator(CacheFactory<X>, AnnotatedMethod<? super X>, AspectGenerator<X>, CacheResult, CachePut, CacheRemoveEntry, CacheRemoveAll) - Constructor for class com.caucho.config.gen.CacheGenerator
-
- CacheHandle - Class in com.caucho.server.distcache
-
Implements the distributed cache
- CacheHandle(HashKey, CacheConfig) - Constructor for class com.caucho.server.distcache.CacheHandle
-
- CacheImpl<K,V> - Class in com.caucho.server.distcache
-
Implements the distributed cache
- CacheImpl(CacheManagerImpl, String, String, String, CacheConfig) - Constructor for class com.caucho.server.distcache.CacheImpl
-
- CacheInvocationContext<A extends java.lang.annotation.Annotation> - Interface in javax.cache.annotation
-
- CacheInvocationParameter - Interface in javax.cache.annotation
-
- CacheItem - Class in com.caucho.management.server
-
Cache entry
- CacheItem() - Constructor for class com.caucho.management.server.CacheItem
-
- CacheKey - Interface in javax.cache.annotation
-
- CacheKeyGenerator - Interface in javax.cache.annotation
-
- CacheKeyGeneratorImpl - Class in com.caucho.config.util
-
Key for a cacheable method.
- CacheKeyGeneratorImpl(CacheKeyGenerator, CacheResolverFactory, String, Class<?>, String, Class<?>...) - Constructor for class com.caucho.config.util.CacheKeyGeneratorImpl
-
- CacheKeyImpl - Class in com.caucho.config.util
-
Key for a cacheable method.
- CacheKeyImpl(Object...) - Constructor for class com.caucho.config.util.CacheKeyImpl
-
- CacheKeyInvocationContext<A extends java.lang.annotation.Annotation> - Interface in javax.cache.annotation
-
- CacheKeyManager - Class in com.caucho.server.distcache
-
Manages the distributed cache
- CacheKeyParam - Annotation Type in javax.cache.annotation
-
- CacheLifecycle - Interface in javax.cache
-
The lifecycle status of the Cache.
- CacheListener - Interface in com.caucho.util
-
Notifies the cache entry that it's been removed from the cache.
- cacheLoader(Object) - Method in class com.caucho.distcache.AbstractCache
-
Places an item in the cache from the loader unless the item is in cache already.
- cacheLoader(Object) - Method in class com.caucho.server.distcache.CacheImpl
-
Places an item in the cache from the loader unless the item is in cache already.
- CacheLoader<K,V> - Interface in javax.cache
-
- cacheLoader - Variable in class javax.cache.MutableConfiguration
-
- CacheLoaderAdapter<K,V> - Class in com.caucho.server.distcache
-
Extended cache loader
- CacheLoaderAdapter(CacheLoader<K, V>) - Constructor for class com.caucho.server.distcache.CacheLoaderAdapter
-
- CacheLoaderCallback - Interface in com.caucho.server.distcache
-
Callback for the extended cache loader
- CacheLoaderExt<K,V> - Interface in com.caucho.server.distcache
-
Extended cache loader
- CacheManager - Interface in javax.cache
-
- CacheManagerFacade - Class in com.caucho.distcache.jcache
-
Caching Provider for jcache
- CacheManagerFacade(String, ClassLoader, CacheManagerImpl) - Constructor for class com.caucho.distcache.jcache.CacheManagerFacade
-
- CacheManagerFactory - Interface in javax.cache
-
Provides the capability of dynamically creating a cache.
- CacheManagerFactoryImpl - Class in com.caucho.distcache.jcache
-
Caching Provider for jcache
- CacheManagerFactoryImpl() - Constructor for class com.caucho.distcache.jcache.CacheManagerFactoryImpl
-
- CacheManagerImpl - Class in com.caucho.server.distcache
-
Cache which stores consistent copies on the cluster segment.
- CacheManagerImpl(DistCacheSystem, String, String, ClassLoader) - Constructor for class com.caucho.server.distcache.CacheManagerImpl
-
- CacheMapping - Class in com.caucho.server.webapp
-
Configuration for a cache-mapping.
- CacheMapping() - Constructor for class com.caucho.server.webapp.CacheMapping
-
Creates the path mapping.
- CacheMethodDetails<A extends java.lang.annotation.Annotation> - Interface in javax.cache.annotation
-
- CacheMnodeListener - Interface in com.caucho.server.distcache
-
Callback for a cache put.
- CacheMXBean - Interface in javax.cache
-
- CacheProviderImpl - Class in com.caucho.distcache.jcache
-
Caching Provider for jcache
- CacheProviderImpl() - Constructor for class com.caucho.distcache.jcache.CacheProviderImpl
-
- CachePut - Annotation Type in javax.cache.annotation
-
- CacheRemoveAll - Annotation Type in javax.cache.annotation
-
- CacheRemoveEntry - Annotation Type in javax.cache.annotation
-
- CacheResolver - Interface in javax.cache.annotation
-
- CacheResolverFactory - Interface in javax.cache.annotation
-
- CacheResult - Annotation Type in javax.cache.annotation
-
- CacheRetrieveMode - Enum in javax.persistence
-
The @CacheRetrieveMode specifies caching behavior
- CacheSerializer - Interface in com.caucho.distcache
-
Custom serialization for the cache
- CacheStatistics - Interface in javax.cache
-
- CacheStatisticsImpl - Class in com.caucho.server.distcache
-
Implements the distributed cache
- CacheStatisticsImpl(CacheImpl<?, ?>) - Constructor for class com.caucho.server.distcache.CacheStatisticsImpl
-
- CacheStatisticsMXBean - Interface in javax.cache
-
- CacheStoreManager - Class in com.caucho.server.distcache
-
Manages the distributed cache
- CacheStoreManager(ResinSystem) - Constructor for class com.caucho.server.distcache.CacheStoreManager
-
- CacheStoreMode - Enum in javax.persistence
-
The @CacheStoreMode specifies caching behavior
- CacheStoreMXBean - Interface in com.caucho.management.server
-
Management interface for the persistent store.
- CacheStream - Class in com.caucho.server.http
-
User facade for http responses.
- CacheStream() - Constructor for class com.caucho.server.http.CacheStream
-
- CacheUpdate - Class in com.caucho.amber.query
-
Callback when an entity is created, destroyed or modified.
- CacheUpdate(CachedQuery) - Constructor for class com.caucho.amber.query.CacheUpdate
-
- CacheUpdateWithSource - Class in com.caucho.server.distcache
-
Updates data for a cache
- CacheUpdateWithSource() - Constructor for class com.caucho.server.distcache.CacheUpdateWithSource
-
Hessian zero-arg constructor
- CacheUpdateWithSource(MnodeUpdate, StreamSource) - Constructor for class com.caucho.server.distcache.CacheUpdateWithSource
-
Create a new CachePut message
- CacheUpdateWithSource(MnodeValue, StreamSource, int) - Constructor for class com.caucho.server.distcache.CacheUpdateWithSource
-
Create a new CachePut message
- CacheUpdateWithSource(long, long) - Constructor for class com.caucho.server.distcache.CacheUpdateWithSource
-
- CacheUtil - Class in com.caucho.config.util
-
Utilities to manage caching.
- CacheUtil() - Constructor for class com.caucho.config.util.CacheUtil
-
- CacheValue - Annotation Type in javax.cache.annotation
-
- CacheWriter<K,V> - Interface in javax.cache
-
- cacheWriter - Variable in class javax.cache.MutableConfiguration
-
- CacheWriterAdapter<K,V> - Class in com.caucho.server.distcache
-
Extended cache loader
- CacheWriterAdapter(CacheWriter<K, V>) - Constructor for class com.caucho.server.distcache.CacheWriterAdapter
-
- CacheWriterExt<K,V> - Interface in com.caucho.server.distcache
-
Extended cache writer
- Caching - Class in javax.cache
-
Provides the capability of dynamically creating a cache.
- CachingPrincipal - Class in com.caucho.server.security
-
Principal which caches the roles.
- CachingPrincipal() - Constructor for class com.caucho.server.security.CachingPrincipal
-
Zero-arg constructor for serialization.
- CachingPrincipal(String) - Constructor for class com.caucho.server.security.CachingPrincipal
-
Creates a new caching principal.
- CachingProvider - Interface in javax.cache.spi
-
Creates a new CacheManager.
- CachingShutdownException - Exception in javax.cache
-
- CachingShutdownException() - Constructor for exception javax.cache.CachingShutdownException
-
- CachingShutdownException(String) - Constructor for exception javax.cache.CachingShutdownException
-
- CachingShutdownException(String, Throwable) - Constructor for exception javax.cache.CachingShutdownException
-
- CachingShutdownException(Throwable) - Constructor for exception javax.cache.CachingShutdownException
-
- calculate() - Method in class com.caucho.env.meter.AbstractMeter
-
Calculate the current value based on the previous sample().
- calculate() - Method in class com.caucho.env.meter.ActiveMeter
-
- calculate() - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- calculate() - Method in class com.caucho.env.meter.AverageMeter
-
- calculate() - Method in class com.caucho.env.meter.AverageTimeMeter
-
- calculate() - Method in class com.caucho.env.meter.CountMeter
-
- calculate() - Method in class com.caucho.env.meter.JmxAttributeMeter
-
- calculate() - Method in class com.caucho.env.meter.JmxCalculationMeterImpl
-
- calculate() - Method in class com.caucho.env.meter.JmxDeltaMeter
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr.JmxAdd
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr.JmxDelta
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr.JmxRate
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr.JmxRatio
-
- calculate() - Method in class com.caucho.env.meter.JmxExpr.JmxValue
-
- calculate() - Method in interface com.caucho.env.meter.Meter
-
Returns the meter's calculated value.
- calculate() - Method in class com.caucho.env.meter.SampleCountMeter
-
- calculate() - Method in class com.caucho.env.meter.SemaphoreMeter
-
- calculate() - Method in class com.caucho.env.meter.TimeMeter
-
- calculate() - Method in class com.caucho.env.meter.TimeRangeMeter
-
- calculateBlobDigest(InputStream, long) - Static method in class com.caucho.env.git.GitCommitTree
-
- calculateCanonicalIPv6(String) - Static method in class com.caucho.server.host.Host
-
- calculateExpiration(long) - Method in class com.caucho.jms.connection.MessageProducerImpl
-
Calculates the expires time.
- calculateFileDigest(InputStream, long) - Method in class com.caucho.server.deploy.DeployClient
-
- calculateLastModified(ArrayList<PersistentDependency>, ArrayList<Depend>) - Static method in class com.caucho.jsp.Page
-
Calculate the last modified time for all the dependencies.
- calculatePassivationId() - Method in class com.caucho.config.inject.AbstractBean
-
- calculateQueryString() - Method in class com.caucho.server.http.AsyncRequest
-
- calculateQueryString() - Method in class com.caucho.server.webapp.AsyncRequest
-
- calculateQueryString() - Method in class com.caucho.server.webapp.ForwardRequest
-
- calculateQueryString() - Method in class com.caucho.server.webapp.LoginRequest
-
- calculateRootDirectory() - Method in class com.caucho.env.deploy.DeployConfig
-
Calculates the root directory for the config.
- calculateRootDirectory(Map<String, Object>) - Method in class com.caucho.env.deploy.DeployConfig
-
Calculates the root directory for the config.
- calculateRootDirectory() - Method in class com.caucho.server.e_app.EarDeployController
-
- calculateServletClassName() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- calculateType(Class<?>) - Static method in class com.caucho.util.ConcurrentArrayList
-
- calculateType(Class<?>, Class<?>) - Static method in class com.caucho.util.ConcurrentArrayList
-
- calculateValueHash(Object, CacheConfig) - Method in class com.caucho.server.distcache.CacheStoreManager
-
- calculateValueHash(Object, CacheConfig) - Method in class com.caucho.server.distcache.LocalDataManager
-
Used by QA
- CalendarType - Class in com.caucho.amber.type
-
The type of a property.
- CallableStatementWrapper - Class in com.caucho.tools.profiler
-
- CallableStatementWrapper(ProfilerPoint, CallableStatement) - Constructor for class com.caucho.tools.profiler.CallableStatementWrapper
-
- CALLBACK_CLASS - Static variable in class com.caucho.amber.type.ListenerType
-
- CallChain - Class in com.caucho.java.gen
-
Generates code for a method call.
- CallChain() - Constructor for class com.caucho.java.gen.CallChain
-
- callJmx(String, String, String, String, String) - Method in interface com.caucho.management.server.ManagementMXBean
-
- callJmx(long, String, String, JmxCallQuery) - Method in class com.caucho.server.admin.ManagerActor
-
- callJmx(String, String, int, String[]) - Method in class com.caucho.server.admin.ManagerClient
-
- callJmx(String, String, String, String, String) - Method in class com.caucho.server.resin.ManagementAdmin
-
- CallJmxAction - Class in com.caucho.admin.action
-
- CallJmxAction() - Constructor for class com.caucho.admin.action.CallJmxAction
-
- callListeners(int, Entity) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Applies persistence unit default and entity listeners
for @PreXxx, @PostXxx callbacks.
- CallPayload - Class in com.caucho.bam.proxy
-
Payload for an RPC-style call.
- CallPayload(String, Object...) - Constructor for class com.caucho.bam.proxy.CallPayload
-
- CALOAD - Static variable in class com.caucho.bytecode.CodeVisitor
-
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns true if the attribute can be a request time attribute (<%= ...
- cancel() - Method in class com.caucho.admin.action.ProfileAction
-
- cancel() - Method in class com.caucho.amber.jdbc.AmberStatementImpl
-
- cancel(boolean) - Method in class com.caucho.config.async.AsyncItem
-
- cancel() - Method in class com.caucho.config.timer.EjbTimer
-
Cause the timer and all its associated expiration notifications to be
Canceled.
- cancel() - Method in class com.caucho.config.timer.TimerTask
-
Cancels the scheduled task.
- cancel() - Method in class com.caucho.db.jdbc.StatementImpl
-
- cancel() - Method in class com.caucho.jca.ra.ResourceManagerImpl.TimerImpl
-
- cancel() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- cancel() - Method in class com.caucho.sql.spy.SpyStatement
-
- cancel() - Method in class com.caucho.sql.UserStatement
-
- cancel() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- cancel() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- cancel() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- cancel(boolean) - Method in class com.caucho.util.BasicFuture
-
- cancel(boolean) - Method in class javax.ejb.AsyncResult
-
- cancel() - Method in interface javax.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be
Canceled.
- cancelRowUpdates() - Method in class com.caucho.amber.query.ResultSetImpl
-
cancels the row updates.
- cancelRowUpdates() - Method in class com.caucho.db.jdbc.AbstractResultSet
-
- cancelRowUpdates() - Method in class com.caucho.quercus.mysql.AbstractResultSet
-
- cancelRowUpdates() - Method in class com.caucho.tools.profiler.ResultSetWrapper
-
- canConnect() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Returns true if can connect to the client.
- CandiAspectBeanFactory<X> - Class in com.caucho.config.gen
-
Manages aspect factories for a bean.
- CandiAspectBeanFactory(InjectManager, AnnotatedType<X>) - Constructor for class com.caucho.config.gen.CandiAspectBeanFactory
-
- CandiBeanGenerator<X> - Class in com.caucho.config.gen
-
Generates the skeleton for a session bean.
- CandiBeanGenerator(InjectManager, AnnotatedType<X>) - Constructor for class com.caucho.config.gen.CandiBeanGenerator
-
- CandiConfigResolver - Class in com.caucho.config.el
-
Context-dependent variable resolution for CDI variables
- CandiConfigResolver() - Constructor for class com.caucho.config.el.CandiConfigResolver
-
- CandiELContext - Class in com.caucho.config.inject
-
Creates a variable resolver based on the classloader.
- CandiELContext(InjectManager) - Constructor for class com.caucho.config.inject.CandiELContext
-
Creates the resolver
- CandiElResolver - Class in com.caucho.config.el
-
Variable resolution for CDI variables
- CandiElResolver(InjectManager) - Constructor for class com.caucho.config.el.CandiElResolver
-
- CandiElResolver() - Constructor for class com.caucho.config.el.CandiElResolver
-
- CandiEnhancedBean - Interface in com.caucho.config.gen
-
Interface for a Candi enhanced bean.
- CandiExpr - Class in com.caucho.config.el
-
Variable resolution for webbeans variables
- CandiExpr(Expr) - Constructor for class com.caucho.config.el.CandiExpr
-
- CandiExpressionFactory - Class in com.caucho.config.el
-
Variable resolution for webbeans variables
- CandiExpressionFactory(ExpressionFactory) - Constructor for class com.caucho.config.el.CandiExpressionFactory
-
- CandiInvocationContext - Class in com.caucho.config.gen
-
- CandiInvocationContext(InterceptionType, Object, Method, Method, Interceptor<?>[], Object[], int[], Object[]) - Constructor for class com.caucho.config.gen.CandiInvocationContext
-
- CandiLifecycleBean - Interface in com.caucho.config.gen
-
Interface for a Candi enhanced bean.
- CandiMethodHeadFactory<X> - Class in com.caucho.config.gen
-
Represents a stateful local business method
- CandiMethodHeadFactory(CandiAspectBeanFactory<X>, AspectFactory<X>) - Constructor for class com.caucho.config.gen.CandiMethodHeadFactory
-
- CandiMethodHeadGenerator<X> - Class in com.caucho.config.gen
-
Represents a CDI local business method
- CandiMethodHeadGenerator(MethodHeadFactory<X>, AnnotatedMethod<? super X>, AspectGenerator<X>) - Constructor for class com.caucho.config.gen.CandiMethodHeadGenerator
-
- CandiProducer<X> - Class in com.caucho.config.inject
-
SimpleBean represents a POJO Java bean registered as a WebBean.
- CandiProducer(Bean<X>, Class<X>, Constructor<X>, Arg[], ConfigProgram[], ConfigProgram[], ConfigProgram[], Set<InjectionPoint>) - Constructor for class com.caucho.config.inject.CandiProducer
-
- CandiUtil - Class in com.caucho.config.gen
-
Utilities
- CandiValueExpression - Class in com.caucho.config.el
-
Variable resolution for webbeans variables
- CandiValueExpression(ValueExpression) - Constructor for class com.caucho.config.el.CandiValueExpression
-
- canExecute() - Method in class com.caucho.vfs.Path
-
Tests if the file can be read.
- canOpen() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Returns true if the server can open a connection.
- canOpenWarm() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Returns true if the server can open a connection.
- canOpenWarm() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Returns true if the server can open a connection.
- canOpenWarmOrRecycle() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Returns true if the server can open a connection.
- canOpenWarmOrRecycle() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Returns true if the server can open a connection.
- canRead() - Method in class com.caucho.env.vfs.RepositoryPath
-
- canRead() - Method in class com.caucho.server.hmux.HmuxPath
-
Returns true if the file is readable.
- canRead() - Method in class com.caucho.server.http.ContentLengthStream
-
- canRead() - Method in class com.caucho.server.http.RawInputStream
-
- canRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.AbstractPath
-
Returns true if the file can be read.
- canRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.ApplicationPath
-
Returns true if the file can be read.
- canRead() - Method in class com.caucho.vfs.ClasspathPath
-
Returns true if the file is readable.
- canRead() - Method in class com.caucho.vfs.Crc64Stream
-
Returns true if the stream can read.
- canRead() - Method in class com.caucho.vfs.DatagramStream
-
Returns true since the socket stream can be read.
- canRead() - Method in class com.caucho.vfs.DatastoreReadStream
-
Returns true if there's an associated file.
- canRead() - Method in class com.caucho.vfs.FilePath
-
- canRead() - Method in class com.caucho.vfs.FileReadStream
-
Returns true if there's an associated file.
- canRead() - Method in class com.caucho.vfs.HttpPath
-
Returns true if the file is readable.
- canRead() - Method in class com.caucho.vfs.HttpStreamWrapper
-
The stream is readable.
- canRead() - Method in class com.caucho.vfs.InputStreamStream
-
Returns true if this is a read stream.
- canRead(String) - Method in class com.caucho.vfs.Jar
-
Readable if the jar is readable and the path refers to a file.
- canRead() - Method in class com.caucho.vfs.Jar.ZipStreamImpl
-
Returns true since this is a read stream.
- canRead() - Method in class com.caucho.vfs.JarPath
-
- canRead() - Method in class com.caucho.vfs.JniFileStream
-
- canRead() - Method in class com.caucho.vfs.JniStream
-
- canRead() - Method in class com.caucho.vfs.MemoryPath
-
- canRead() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
-
- canRead() - Method in class com.caucho.vfs.MergePath
-
Returns true if the best path can be read.
- canRead() - Method in class com.caucho.vfs.MultipartStream
-
- canRead() - Method in class com.caucho.vfs.Path
-
Tests if the file can be read.
- canRead() - Method in class com.caucho.vfs.PathWrapper
-
Tests if the file can be read.
- canRead() - Method in class com.caucho.vfs.PipeStream
-
PipeStreams can read
- canRead() - Method in class com.caucho.vfs.ReaderStream
-
- canRead() - Method in class com.caucho.vfs.ReaderWriterStream
-
- canRead() - Method in class com.caucho.vfs.ReadStream
-
Returns true if the stream allows reading.
- canRead() - Method in class com.caucho.vfs.SocketChannelStream
-
Returns true since the socket stream can be read.
- canRead() - Method in class com.caucho.vfs.SocketStream
-
Returns true since the socket stream can be read.
- canRead() - Method in class com.caucho.vfs.StreamFilter
-
- canRead() - Method in class com.caucho.vfs.StreamImpl
-
Returns true if this is a read stream.
- canRead() - Method in class com.caucho.vfs.StringPath
-
- canRead() - Method in class com.caucho.vfs.StringReader
-
The string reader can always read.
- canRead() - Method in class com.caucho.vfs.StringStream
-
- canRead() - Method in class com.caucho.vfs.TempReadStream
-
- canRead() - Method in class com.caucho.vfs.VfsStream
-
- canReloadNative() - Static method in class com.caucho.loader.ClassEntry
-
- canSetNormalizationFeature(String, boolean) - Method in class com.caucho.xml.QDocument
-
- canSetNormalizationFeature(String, boolean) - Method in class com.caucho.xml2.QDocument
-
- canWrite() - Method in class com.caucho.env.vfs.RepositoryPath
-
- canWrite() - Method in class com.caucho.log.EnvironmentStream
-
True if the stream can write
- canWrite() - Method in class com.caucho.log.RotateStream
-
True if the stream can write
- canWrite() - Method in class com.caucho.log.TimestampFilter
-
Returns true if the stream can write.
- canWrite() - Method in class com.caucho.server.http.ResponseStream
-
Response stream is a writable stream.
- canWrite() - Method in class com.caucho.vfs.Crc64Stream
-
Returns true if the stream can write.
- canWrite() - Method in class com.caucho.vfs.DatagramStream
-
- canWrite() - Method in class com.caucho.vfs.FilePath
-
- canWrite() - Method in class com.caucho.vfs.GzipStream
-
The stream is always writable (?)
- canWrite() - Method in class com.caucho.vfs.HttpStreamWrapper
-
The stream is always writable (?)
- canWrite(String) - Method in class com.caucho.vfs.Jar
-
Can't write to jars.
- canWrite() - Method in class com.caucho.vfs.JarPath
-
- canWrite() - Method in class com.caucho.vfs.JniFileStream
-
Returns true if this is a writeable stream.
- canWrite() - Method in class com.caucho.vfs.JniStream
-
- canWrite() - Method in class com.caucho.vfs.MemoryPath
-
- canWrite() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
-
- canWrite() - Method in class com.caucho.vfs.MemoryStream
-
A memory stream is writable.
- canWrite() - Method in class com.caucho.vfs.MergePath
-
Returns true if the best path can be written to.
- canWrite() - Method in class com.caucho.vfs.NullWriteStream
-
- canWrite() - Method in class com.caucho.vfs.Path
-
Tests if the file can be written.
- canWrite() - Method in class com.caucho.vfs.PathWrapper
-
Tests if the file can be written.
- canWrite() - Method in class com.caucho.vfs.PipeStream
-
The pipe stream can write.
- canWrite() - Method in class com.caucho.vfs.ReaderWriterStream
-
- canWrite() - Method in class com.caucho.vfs.SocketStream
-
- canWrite() - Method in class com.caucho.vfs.StderrStream
-
The standard error stream returns true since it's writable.
- canWrite() - Method in class com.caucho.vfs.StdoutStream
-
The standard-output stream returns true since it's writable.
- canWrite() - Method in class com.caucho.vfs.StreamFilter
-
- canWrite() - Method in class com.caucho.vfs.StreamImpl
-
Returns true if this is a writable stream.
- canWrite() - Method in class com.caucho.vfs.StringWriter
-
Returns true since StringWriter is for writing.
- canWrite() - Method in class com.caucho.vfs.TempCharStream
-
Returns true since the temp stream can write.
- canWrite() - Method in class com.caucho.vfs.TempStream
-
- canWrite() - Method in class com.caucho.vfs.VfsStream
-
- canWrite() - Method in class com.caucho.vfs.WriterStreamImpl
-
Returns true if this is a writable stream.
- canWrite() - Method in class com.caucho.vfs.WriteStream
-
Returns true if the buffer allows writes.
- capacity() - Method in class com.caucho.util.ByteBuffer
-
Returns the actual capacity of the buffer, i.e.
- capacity() - Method in class com.caucho.util.CharBuffer
-
Returns the capacity of the buffer, i.e.
- capacity() - Method in class com.caucho.util.IntQueue
-
- carefulIntrospect() - Method in class com.caucho.config.type.ConfigType
-
- CascadableField - Class in com.caucho.amber.field
-
A child field that is cascadable from parent to child
on persist, merge, remove or update operations.
- CascadeConfig - Class in com.caucho.amber.cfg
-
tag in orm.xml
- CascadeConfig() - Constructor for class com.caucho.amber.cfg.CascadeConfig
-
- CascadeType - Enum in javax.persistence
-
The CascadeType enumeration
- CaseInsensitive - Class in com.caucho.vfs
-
Configuration for CaseInsensitive environments.
- CaseInsensitive() - Constructor for class com.caucho.vfs.CaseInsensitive
-
- CaseInsensitiveHashMap<V> - Class in com.caucho.util
-
- CaseInsensitiveHashMap() - Constructor for class com.caucho.util.CaseInsensitiveHashMap
-
- CaseInsensitiveIntMap - Class in com.caucho.util
-
The IntMap provides a simple hashmap from keys to integers.
- CaseInsensitiveIntMap() - Constructor for class com.caucho.util.CaseInsensitiveIntMap
-
Create a new IntMap.
- cast(String) - Method in class com.caucho.bytecode.CodeWriterAttribute
-
- CASTORE - Static variable in class com.caucho.bytecode.CodeVisitor
-
- CatchTag - Class in com.caucho.jstl
-
- CatchTag() - Constructor for class com.caucho.jstl.CatchTag
-
- CategorizingProfilerPoint - Class in com.caucho.tools.profiler
-
Usage of the a ProfilerPoint returned by #createProfilerPoint(String)
guarantees that this ProfilerPoint is an ancestor in the execution stack.
- caucho_init(ServletConfig) - Method in interface com.caucho.jsp.CauchoPage
-
- caucho_init(ServletConfig) - Method in class com.caucho.jsp.Page
-
- CauchoBean<T> - Class in com.caucho.config.inject
-
Configuration for the xml web bean component.
- CauchoBean() - Constructor for class com.caucho.config.inject.CauchoBean
-
- CauchoDeployment - Annotation Type in com.caucho.config
-
The @CauchoDeployment is for Caucho automatic objects
- CauchoDispatchRequest - Class in com.caucho.server.http
-
- CauchoDispatchRequest() - Constructor for class com.caucho.server.http.CauchoDispatchRequest
-
- CauchoDispatchRequest(HttpServletRequest) - Constructor for class com.caucho.server.http.CauchoDispatchRequest
-
- CauchoDispatchResponse - Class in com.caucho.server.http
-
- CauchoDispatchResponse() - Constructor for class com.caucho.server.http.CauchoDispatchResponse
-
- CauchoDispatchResponse(CauchoRequest) - Constructor for class com.caucho.server.http.CauchoDispatchResponse
-
- CauchoDispatchResponse(CauchoRequest, HttpServletResponse) - Constructor for class com.caucho.server.http.CauchoDispatchResponse
-
- CauchoDocument - Interface in com.caucho.xml
-
CauchoDocument extends the DOM, providing namespaces
- CauchoDocument - Interface in com.caucho.xml2
-
CauchoDocument extends the DOM, providing namespaces
- CauchoElement - Interface in com.caucho.xml
-
CauchoElement extends the DOM, providing for ordered Attributes.
- CauchoElement - Interface in com.caucho.xml2
-
CauchoElement extends the DOM, providing for ordered Attributes.
- CauchoFilterChain - Interface in com.caucho.server.webapp
-
Represents the next filter in a filter chain.
- CauchoMessageEndpoint - Interface in com.caucho.ejb.message
-
Caucho messaging API
- CauchoNode - Interface in com.caucho.xml
-
CauchoNode extends the DOM, providing namespace support and input file
support.
- CauchoNode - Interface in com.caucho.xml2
-
CauchoNode extends the DOM, providing namespace support and input file
support.
- CauchoPage - Interface in com.caucho.jsp
-
- CauchoRequest - Interface in com.caucho.server.http
-
- CauchoRequestWrapper - Class in com.caucho.server.http
-
- CauchoRequestWrapper() - Constructor for class com.caucho.server.http.CauchoRequestWrapper
-
- CauchoRequestWrapper(HttpServletRequest) - Constructor for class com.caucho.server.http.CauchoRequestWrapper
-
- CauchoResponse - Interface in com.caucho.server.http
-
- CauchoResponseWrapper - Class in com.caucho.filters
-
Response wrapper that can take advantage of Resin's streams.
- CauchoResponseWrapper() - Constructor for class com.caucho.filters.CauchoResponseWrapper
-
- CauchoResponseWrapper(HttpServletResponse) - Constructor for class com.caucho.filters.CauchoResponseWrapper
-
- CauchoResponseWrapper - Class in com.caucho.server.http
-
- CauchoResponseWrapper() - Constructor for class com.caucho.server.http.CauchoResponseWrapper
-
- CauchoResponseWrapper(CauchoRequest) - Constructor for class com.caucho.server.http.CauchoResponseWrapper
-
- CauchoResponseWrapper(CauchoRequest, HttpServletResponse) - Constructor for class com.caucho.server.http.CauchoResponseWrapper
-
- CauchoStylesheet - Interface in com.caucho.xsl
-
- CauchoSystem - Class in com.caucho.server.util
-
A wrapper for Caucho system variables, allowing tests to override
the default variables.
- CauchoThreadFilter - Class in com.caucho.admin.thread.filter
-
- CauchoThreadFilter() - Constructor for class com.caucho.admin.thread.filter.CauchoThreadFilter
-
- cdata(String) - Method in class com.caucho.xml.DOMBuilder
-
- cdata(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
-
- cdata(String) - Method in class com.caucho.xml.SAXBuilder
-
- cdata(char[], int, int) - Method in class com.caucho.xml.SAXBuilder
-
- cdata(String) - Method in class com.caucho.xml.XmlPrinter
-
- cdata(char[], int, int) - Method in class com.caucho.xml.XmlPrinter
-
- cdata(String) - Method in interface com.caucho.xml.XMLWriter
-
- cdata(char[], int, int) - Method in interface com.caucho.xml.XMLWriter
-
- cdata(String) - Method in class com.caucho.xml2.DOMBuilder
-
- cdata(char[], int, int) - Method in class com.caucho.xml2.DOMBuilder
-
- cdata(String) - Method in class com.caucho.xml2.SAXBuilder
-
- cdata(char[], int, int) - Method in class com.caucho.xml2.SAXBuilder
-
- cdata(String) - Method in class com.caucho.xml2.XmlPrinter
-
- cdata(char[], int, int) - Method in class com.caucho.xml2.XmlPrinter
-
- cdata(String) - Method in interface com.caucho.xml2.XMLWriter
-
- cdata(char[], int, int) - Method in interface com.caucho.xml2.XMLWriter
-
- CdiStatefulBean - Interface in com.caucho.config.inject
-
Marker for a stateful bean
- CdiSystem - Class in com.caucho.env.service
-
- CEILING - Static variable in class com.caucho.xpath.Expr
-
- CgiEnv() - Constructor for class com.caucho.servlets.CGIServlet.CgiEnv
-
- CGIServlet - Class in com.caucho.servlets
-
CGI
- CGIServlet() - Constructor for class com.caucho.servlets.CGIServlet
-
- CGIServlet.CgiEnv - Class in com.caucho.servlets
-
- changeGroup(int) - Method in class com.caucho.vfs.Path
-
Changes the group
- changeGroup(String) - Method in class com.caucho.vfs.Path
-
Changes the group
- changeGroup(int) - Method in class com.caucho.vfs.PathWrapper
-
- changeGroup(String) - Method in class com.caucho.vfs.PathWrapper
-
- ChangeListener - Interface in com.caucho.util
-
- changeOwner(int) - Method in class com.caucho.vfs.Path
-
Changes the owner
- changeOwner(String) - Method in class com.caucho.vfs.Path
-
Changes the owner
- changeOwner(int) - Method in class com.caucho.vfs.PathWrapper
-
- changeOwner(String) - Method in class com.caucho.vfs.PathWrapper
-
- CHAR - Static variable in class com.caucho.bytecode.JClass
-
- CHARACTER - Static variable in class com.caucho.el.Marshall
-
- CharacterArrayType - Class in com.caucho.amber.type
-
The type of a property.
- CharacterEncoding - Class in com.caucho.i18n
-
Configuration for the character-encoding pattern.
- CharacterEncoding() - Constructor for class com.caucho.i18n.CharacterEncoding
-
- CharacterPrimitiveType - Class in com.caucho.config.type
-
Represents a char type.
- characters(char[], int, int) - Method in class com.caucho.jsp.JspContentHandler
-
Adds characters.
- characters(char[], int, int) - Method in class com.caucho.relaxng.RelaxBuilder
-
- characters(char[], int, int) - Method in class com.caucho.relaxng.VerifierFilter
-
- characters(char[], int, int) - Method in class com.caucho.relaxng.VerifierHandlerImpl
-
- characters(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
-
Adds text characters to the current document.
- characters(char[], int, int) - Method in class com.caucho.xml2.DOMBuilder
-
Adds text characters to the current document.
- CharactersImpl - Class in com.caucho.xml.stream.events
-
- CharactersImpl(String, boolean, boolean, boolean) - Constructor for class com.caucho.xml.stream.events.CharactersImpl
-
- CharacterType - Class in com.caucho.amber.type
-
The character type.
- CharacterType - Class in com.caucho.config.type
-
Represents a Character type.
- CharacterValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- CharacterValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.CharacterValueExpression
-
- CharacterValueExpression(Expr, String) - Constructor for class com.caucho.el.CharacterValueExpression
-
- CharacterValueExpression(Expr) - Constructor for class com.caucho.el.CharacterValueExpression
-
- CharacterValueExpression() - Constructor for class com.caucho.el.CharacterValueExpression
-
- CharArraySerializer - Class in com.caucho.json.ser
-
- charAt(int) - Method in class com.caucho.util.CharBuffer
-
Returns the char at the specified offset.
- charAt(int) - Method in class com.caucho.util.CharSegment
-
Returns the char at the specified offset.
- CharBuffer - Class in com.caucho.util
-
CharBuffer is an unsynchronized version of StringBuffer.
- CharBuffer() - Constructor for class com.caucho.util.CharBuffer
-
Constructs a char buffer with no characters.
- CharBuffer(int) - Constructor for class com.caucho.util.CharBuffer
-
Constructs a char buffer with the given initial capacity
- CharBuffer(String) - Constructor for class com.caucho.util.CharBuffer
-
Constructs a char buffer with the given initial string
- CharBuffer(String, int, int) - Constructor for class com.caucho.util.CharBuffer
-
Constructs a char buffer with the given initial string
- CharBufferWriter - Interface in com.caucho.util
-
- CharCursor - Class in com.caucho.util
-
- CharCursor() - Constructor for class com.caucho.util.CharCursor
-
- CharScanner - Class in com.caucho.util
-
A scanner for simple delimiter based parsing.
- CharScanner(String) - Constructor for class com.caucho.util.CharScanner
-
Creates a compiled character scanner.
- CharSegment - Class in com.caucho.util
-
CharSegment is a section of a character buffer
- CharSegment() - Constructor for class com.caucho.util.CharSegment
-
- CharSegment(char[], int, int) - Constructor for class com.caucho.util.CharSegment
-
Constructs a char segment based on a char array.
- CharSerializer - Class in com.caucho.json.ser
-
- checkActive() - Method in class com.caucho.config.inject.InjectManager
-
- checkBodyReadable() - Method in class com.caucho.jms.message.MessageImpl
-
- checkBodyWriteable() - Method in class com.caucho.jms.message.MessageImpl
-
- checkCanInstantiate(Class) - Static method in class com.caucho.config.Config
-
Returns true if the class can be instantiated.
- checkCanInstantiate(Class, Class) - Static method in class com.caucho.config.Config
-
Returns true if the class can be instantiated using zero args constructor
or constructor that accepts an instance of class passed in type argument
- CHECKCAST - Static variable in class com.caucho.bytecode.CodeVisitor
-
- checkConstructor() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
Checks the class constructor for the public-zero arg.
- checkDuplicate(T) - Method in class com.caucho.util.FreeList
-
Debugging to see if the object has already been freed.
- checkDuplicate(T) - Method in class com.caucho.util.FreeRing
-
Debugging to see if the object has already been freed.
- checkDuplicate(T) - Method in class com.caucho.util.FreeRingDual
-
Debugging to see if the object has already been freed.
- checkDuplicate(T) - Method in class com.caucho.util.FreeRingSoft
-
Debugging to see if the object has already been freed.
- checkError() - Method in class com.caucho.server.http.ResponseWriter
-
Checks for an error.
- checkForUpdate() - Method in class com.caucho.env.repository.AbstractRepository
-
Updates the repository
- checkForUpdate(boolean) - Method in class com.caucho.env.repository.AbstractRepository
-
Updates the repository
- checkForUpdate(boolean) - Method in class com.caucho.env.repository.FileRepository
-
Updates the repository
- checkForUpdate(boolean) - Method in interface com.caucho.env.repository.RepositorySpi
-
Updates the repository, checking for any changes across the cluster.
- checkHeaderWriteable() - Method in class com.caucho.jms.message.MessageImpl
-
- checkIsValid() - Method in class com.caucho.util.JniTroubleshoot
-
- checkLogin() - Method in class com.caucho.server.fastcgi.FastCgiRequest
-
- checkLogin() - Method in class com.caucho.server.hmux.HmuxRequest
-
- checkLogin() - Method in class com.caucho.server.http.HttpRequest
-
- checkOpen() - Method in class com.caucho.jms.connection.ConnectionImpl
-
Checks that the session is open.
- checkOpen() - Method in class com.caucho.jms.connection.JmsSession
-
Checks that the session is open.
- checkPermission(Permission) - Method in class com.caucho.security.AuthorizationManager
-
Checks the permission.
- checkPermission(Permission) - Method in class com.caucho.security.PermissionManager
-
Checks the permission.
- checkpoint(long, int, int) - Method in class com.caucho.message.journal.JournalFile
-
- checkpoint(long, int, int) - Method in interface com.caucho.message.journal.JournalWriter
-
- checkPropertyWriteable() - Method in class com.caucho.jms.message.MessageImpl
-
- checkUserInRole(String[]) - Static method in class com.caucho.security.SecurityContext
-
Returns true if the user principal is in the specified role.
- checkValid() - Method in interface com.caucho.xml.CauchoNode
-
For testing...
- checkValid() - Method in class com.caucho.xml.QAbstractNode
-
- checkValid() - Method in class com.caucho.xml.QNode
-
- checkValid() - Method in interface com.caucho.xml2.CauchoNode
-
For testing...
- checkValid() - Method in class com.caucho.xml2.QAbstractNode
-
- checkValid() - Method in class com.caucho.xml2.QNode
-
- checkValid() - Method in class com.caucho.xpath.pattern.NamespaceNode
-
- checkVersion(SnmpMessageValue) - Method in class com.caucho.server.snmp.SnmpRequest
-
- childDelete(AmberConnection, Serializable) - Method in class com.caucho.amber.field.AbstractField
-
Deletes the children
- childDelete(AmberConnection, Serializable) - Method in interface com.caucho.amber.field.AmberField
-
Deletes the children
- childDelete(AmberConnection, Serializable) - Method in class com.caucho.amber.field.EmbeddedSubField
-
Deletes the children
- childIdleBegin() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Start the idle if the child idle is less than idle max.
- ChildNodeList() - Constructor for class com.caucho.xml.QNode.ChildNodeList
-
- ChildNodeList() - Constructor for class com.caucho.xml2.QNode.ChildNodeList
-
- children() - Method in class com.caucho.util.Tree
-
- chmod(int) - Method in class com.caucho.vfs.Path
-
Changes the permissions
- chmod(int) - Method in class com.caucho.vfs.PathWrapper
-
Changes the permissions
- ChoiceItem - Class in com.caucho.relaxng.program
-
Generates programs from patterns.
- ChoiceItem() - Constructor for class com.caucho.relaxng.program.ChoiceItem
-
- ChoiceNameItem - Class in com.caucho.relaxng.program
-
Generates programs from patterns.
- ChoiceNameItem() - Constructor for class com.caucho.relaxng.program.ChoiceNameItem
-
- ChoiceNamePattern - Class in com.caucho.relaxng.pattern
-
Relax element pattern
- ChoiceNamePattern() - Constructor for class com.caucho.relaxng.pattern.ChoiceNamePattern
-
Creates a new choice pattern.
- ChoicePattern - Class in com.caucho.relaxng.pattern
-
Relax element pattern
- ChoicePattern() - Constructor for class com.caucho.relaxng.pattern.ChoicePattern
-
Creates a new choice pattern.
- ChooseTag - Class in com.caucho.jstl
-
Tag representing an "choose" condition.
- ChooseTag() - Constructor for class com.caucho.jstl.ChooseTag
-
- chown(Path, String, String) - Method in class com.caucho.boot.JniBoot
-
- chown(String, String, String) - Method in class com.caucho.bootjni.JniProcess
-
- class_exists(String) - Static method in class com.caucho.config.lib.ResinConfigLibrary
-
- ClassComponent - Class in com.caucho.java.gen
-
Basic class generation.
- ClassComponent() - Constructor for class com.caucho.java.gen.ClassComponent
-
- ClassConstant - Class in com.caucho.bytecode
-
Represents a class in the constant pool.
- ClassDependency - Class in com.caucho.make
-
Representing a class that might change.
- ClassDependency(Class<?>) - Constructor for class com.caucho.make.ClassDependency
-
Creates the class dependency.
- ClassDependency(String, long) - Constructor for class com.caucho.make.ClassDependency
-
Create a new dependency with a given digest.
- ClassEnhancer - Interface in com.caucho.loader.enhancer
-
Interface for a class enhancer.
- ClassEnhancerConfig - Class in com.caucho.loader.enhancer
-
Configuration for a class-enhancer builder.
- ClassEnhancerConfig() - Constructor for class com.caucho.loader.enhancer.ClassEnhancerConfig
-
- ClassEntry - Class in com.caucho.loader
-
Describes a cached loaded class entry.
- ClassEntry(DynamicClassLoader, String, Path, Path, CodeSource) - Constructor for class com.caucho.loader.ClassEntry
-
Create a loaded class entry
- classHasMethod(AnnotatedType<?>, AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.EjbBean
-
Tests is a method is declared in a class.
- ClassLoaderConfig - Class in com.caucho.loader
-
Class for configuration.
- ClassLoaderConfig() - Constructor for class com.caucho.loader.ClassLoaderConfig
-
- ClassLoaderContext - Class in com.caucho.loader
-
For running in a class loader.
- ClassLoaderContext(ClassLoader) - Constructor for class com.caucho.loader.ClassLoaderContext
-
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.config.scope.DestructionListener
-
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.jca.ra.ResourceManagerImpl
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in interface com.caucho.loader.ClassLoaderListener
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.loader.CloseListener
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.loader.WeakCloseListener
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.loader.WeakLoaderListener
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.server.cluster.Cluster
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.server.cluster.ServletService
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.server.webapp.WebAppContainer
-
Handles the case where a class loader is dropped.
- classLoaderDestroy(DynamicClassLoader) - Method in class com.caucho.util.Alarm
-
Handles the case where a class loader is dropped.
- ClassLoaderFilterChain - Class in com.caucho.server.dispatch
-
Represents the next filter in a filter chain.
- ClassLoaderFilterChain(FilterChain, ClassLoader) - Constructor for class com.caucho.server.dispatch.ClassLoaderFilterChain
-
Creates a new FilterChainFilter.
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.config.scope.DestructionListener
-
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.jca.ra.ResourceManagerImpl
-
Handles the case where a class loader is activated.
- classLoaderInit(DynamicClassLoader) - Method in interface com.caucho.loader.ClassLoaderListener
-
Handles the case where a class loader has completed initialization
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.loader.CloseListener
-
Handles the case where a class loader is activated.
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.loader.WeakCloseListener
-
Handles the case where a class loader is activated.
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.loader.WeakLoaderListener
-
Handles the case where a class loader is activated.
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.server.cluster.Cluster
-
Handles the case where a class loader has completed initialization
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.server.cluster.ServletService
-
Handles the case where a class loader is activated.
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.server.webapp.WebAppContainer
-
Handles the case where a class loader has completed initialization
- classLoaderInit(DynamicClassLoader) - Method in class com.caucho.util.Alarm
-
Handles the case where a class loader has completed initialization
- ClassLoaderInterceptor - Interface in com.caucho.loader
-
Intercepts classes before they're loaded.
- ClassLoaderListener - Interface in com.caucho.loader
-
Interface for receiving class loader.
- ClassLoaderMXBean - Interface in com.caucho.management.server
-
Interface for a class loader, letting applications change the logging level.
- ClassLoaderRepositoryImpl - Class in com.caucho.jmx
-
Resin implementation for a class loader repository.
- ClassLoaderRepositoryImpl() - Constructor for class com.caucho.jmx.ClassLoaderRepositoryImpl
-
- ClassLoadUtil - Class in com.caucho.config.util
-
Utilities to manage locks.
- ClassLoadUtil() - Constructor for class com.caucho.config.util.ClassLoadUtil
-
- classMatchEvent(EnvironmentClassLoader, Path, String) - Method in class com.caucho.amber.manager.AmberContainer
-
Callback to note the class matches
- classMatchEvent(EnvironmentClassLoader, Path, String) - Method in class com.caucho.ejb.manager.EjbManager
-
Callback to note the class matches
- classMatchEvent(EnvironmentClassLoader, Path, String) - Method in class com.caucho.env.jpa.PersistenceManager
-
Callback to note the class matches
- classMatchEvent(EnvironmentClassLoader, Path, String) - Method in interface com.caucho.loader.enhancer.ScanListener
-
Callback to note the class matches
- ClassPackage - Class in com.caucho.loader
-
Information about a particular package.
- ClassPackage(String) - Constructor for class com.caucho.loader.ClassPackage
-
- ClasspathConfig - Class in com.caucho.loader
-
Class for configuration.
- ClasspathConfig() - Constructor for class com.caucho.loader.ClasspathConfig
-
- ClasspathPath - Class in com.caucho.vfs
-
The classpath scheme.
- ClasspathPath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.ClasspathPath
-
Creates a new classpath sub path.
- classToString(Class<?>) - Method in class com.caucho.jsp.java.JspNode
-
- ClassTransformer - Interface in javax.persistence.spi
-
Interface implemented by a persistence provider.
- ClassType - Class in com.caucho.amber.type
-
A property containing a class
- ClassType - Class in com.caucho.config.reflect
-
class type matching
- ClassType(Class<?>) - Constructor for class com.caucho.config.reflect.ClassType
-
- ClassType - Class in com.caucho.config.type
-
Represents a class type.
- cleanClassName(String) - Static method in class com.caucho.java.gen.JavaClassGenerator
-
Sets the full generated class.
- cleanExtConstantPool(String, JavaClass) - Method in class com.caucho.loader.enhancer.EnhancerFixup
-
Cleans the ext constant pool, renaming
- cleanup() - Method in class com.caucho.amber.manager.AmberConnection
-
Cleans up the connection.
- cleanup() - Method in class com.caucho.jms.jca.ManagedSessionImpl
-
- cleanup() - Method in class com.caucho.quercus.lib.bam.BamClientResource
-
- cleanup() - Method in class com.caucho.quercus.lib.bam.BamConnectionResource
-
- cleanup() - Method in class com.caucho.server.http.AbstractHttpRequest
-
- cleanup() - Method in class com.caucho.server.http.HttpServletRequestImpl
-
- cleanup() - Method in class com.caucho.sql.ManagedConnectionImpl
-
Cleans up the instance.
- cleanup() - Method in interface javax.resource.spi.ManagedConnection
-
Cleanup the physical connection.
- clear() - Method in class com.caucho.amber.collection.CollectionImpl
-
Clears the collection.
- clear() - Method in class com.caucho.amber.collection.MapImpl
-
Clears the collection.
- clear() - Method in class com.caucho.amber.collection.SetImpl
-
Clears the collection.
- clear() - Method in class com.caucho.amber.manager.AmberConnection
-
Clears the connection
- clear() - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Clears the manager.
- clear() - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Clears the manager.
- clear() - Method in class com.caucho.config.reflect.AnnotationSet
-
- clear() - Method in class com.caucho.db.block.BlockManager
-
- clear() - Method in class com.caucho.db.sql.Data
-
- clear() - Method in class com.caucho.env.dbpool.ConnectionPool
-
Clears the idle connections in the pool.
- clear() - Method in class com.caucho.env.dbpool.IdlePoolSet
-
Clears the set.
- clear() - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Clears the manager.
- clear() - Method in class com.caucho.jsp.BodyContentImpl
-
- clear() - Method in class com.caucho.jsp.JspPrintWriter
-
- clear() - Method in class com.caucho.jsp.JspWriterAdapter
-
- clear() - Method in class com.caucho.jsp.PageContextImpl.PageELContext
-
- clear() - Method in class com.caucho.loader.EnvironmentMap
-
- clear() - Method in class com.caucho.loader.EnvironmentProperties
-
- clear() - Method in class com.caucho.loader.JarMap
-
- clear() - Static method in class com.caucho.log.RotateStream
-
Clears the streams.
- clear() - Method in interface com.caucho.management.server.ConnectionPoolMXBean
-
Clears all idle connections in the pool.
- clear() - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- clear() - Method in class com.caucho.message.common.AbstractQueueSender
-
- clear() - Method in class com.caucho.message.nautilus.NautilusRingItem
-
- clear() - Method in class com.caucho.message.nautilus.SubscriberRingItem
-
- clear() - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- clear() - Method in class com.caucho.server.distcache.DistCacheEntry
-
Invalidates the entry
- clear() - Method in class com.caucho.server.http.AbstractResponseStream
-
Clears the output buffer, including headers if possible.
- clear() - Method in class com.caucho.server.http.ResponseStream
-
- clear() - Method in class com.caucho.server.httpcache.AbstractProxyCache
-
Clears the cache.
- clear() - Method in class com.caucho.server.log.LogBuffer
-
- clear() - Method in class com.caucho.server.snmp.types.SequenceValue
-
- clear() - Method in class com.caucho.sql.DatabaseAdmin
-
Clears all idle connections in the pool.
- clear() - Method in class com.caucho.util.AbstractActorQueue
-
- clear() - Method in class com.caucho.util.ByteBuffer
-
- clear() - Method in class com.caucho.util.CaseInsensitiveIntMap
-
Clear the hashmap.
- clear() - Method in class com.caucho.util.CharBuffer
-
Clears the buffer.
- clear() - Method in class com.caucho.util.DoubleArray
-
- clear() - Method in class com.caucho.util.HashMapImpl
-
Clears the cache
- clear() - Method in class com.caucho.util.IdentityIntMap
-
Clear the hashmap.
- clear() - Method in class com.caucho.util.IntArray
-
clear the array, i.e.
- clear() - Method in class com.caucho.util.IntMap
-
Clear the hashmap.
- clear() - Method in class com.caucho.util.IntSet
-
- clear() - Method in class com.caucho.util.LifoSet
-
Clears the set.
- clear() - Method in class com.caucho.util.LongKeyHashMap
-
Clears the map
- clear() - Method in class com.caucho.util.LongKeyLruCache
-
Clears the cache
- clear() - Method in class com.caucho.util.LongKeyMap
-
Clear the hashmap.
- clear() - Method in class com.caucho.util.LongMap
-
Clear the hashmap.
- clear() - Method in class com.caucho.util.LruCache
-
Clears the cache
- clear() - Method in class com.caucho.util.WeakLruCache
-
Clears the cache
- clear() - Method in class com.caucho.vfs.AbstractByteToChar
-
Clears the converted
- clear() - Method in class com.caucho.vfs.ByteToChar
-
Clears the converted
- clear() - Method in class com.caucho.vfs.OldByteToChar
-
Clears the converted
- clear() - Method in class com.caucho.vfs.TempBuffer
-
Clears the buffer.
- clear() - Method in class com.caucho.vfs.TempCharBuffer
-
Clears the buffer.
- clear() - Method in class com.caucho.vfs.TempOutputStream
-
clear without removing
- clear() - Method in class com.caucho.xpath.Env
-
Clears all values in the local environment.
- clear() - Method in interface javax.cache.CacheStatisticsMXBean
-
- clear() - Method in interface javax.persistence.EntityManager
-
Clears the context, causing all entities to become detached.
- clear() - Method in class javax.servlet.jsp.JspWriter
-
- clearAnnotations() - Method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- clearAsyncSupported() - Method in class com.caucho.server.dispatch.ServletInvocation
-
Mark the invocation chain as not supporting async.
- clearAttributes() - Method in class com.caucho.jsp.PageContextImpl
-
- clearBatch() - Method in class com.caucho.amber.jdbc.AmberStatementImpl
-
- clearBatch() - Method in class com.caucho.db.jdbc.StatementImpl
-
- clearBatch() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- clearBatch() - Method in class com.caucho.sql.spy.SpyStatement
-
- clearBatch() - Method in class com.caucho.sql.UserStatement
-
- clearBatch() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- clearBatch() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- clearBatch() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- clearBody() - Method in class com.caucho.jms.message.BytesMessageImpl
-
Clears the message and puts it into write mode.
- clearBody() - Method in class com.caucho.jms.message.MapMessageImpl
-
Clears the message and puts it into write mode.
- clearBody() - Method in class com.caucho.jms.message.MessageImpl
-
Clears the body, setting write mode.
- clearBody() - Method in class com.caucho.jms.message.ObjectMessageImpl
-
Clears the body
- clearBody() - Method in class com.caucho.jms.message.StreamMessageImpl
-
Clears the message and puts it into write mode.
- clearBody() - Method in class com.caucho.jms.message.TextMessageImpl
-
Clears the body.
- clearBody() - Method in class com.caucho.jsp.BodyContentImpl
-
Clears the body contents.
- clearBody() - Method in interface javax.jms.Message
-
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clears the contents of a body tag.
- clearBuffer() - Method in class com.caucho.filters.CauchoResponseWrapper
-
- clearBuffer() - Method in class com.caucho.jsp.BodyContentImpl
-
- clearBuffer() - Method in class com.caucho.jsp.BodyResponseStream
-
Clears the buffer.
- clearBuffer() - Method in class com.caucho.jsp.JspWriterAdapter
-
- clearBuffer() - Method in class com.caucho.server.http.AbstractResponseStream
-
Clears the output buffer.
- clearBuffer() - Method in class com.caucho.server.http.ResponseStream
-
- clearBuffer() - Method in class com.caucho.server.http.ResponseWriter
-
Clears the response buffer.
- clearBuffer() - Method in class com.caucho.server.http.StubResponseStream
-
Clears the output buffer.
- clearBuffer() - Method in class com.caucho.server.http.StubServletResponse
-
- clearBuffer() - Method in class com.caucho.server.http.ToByteResponseStream
-
Clears the response buffer.
- clearBuffer() - Method in class com.caucho.server.http.ToCharResponseStream
-
Flushes the buffer.
- clearBuffer() - Method in class com.caucho.server.http.WrapperResponseStream
-
Clears the buffer.
- clearBuffer() - Method in class com.caucho.server.webapp.IncludeResponse
-
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
-
- clearCache() - Method in interface com.caucho.management.server.ProxyCacheMXBean
-
Clears the cache.
- clearCache() - Method in class com.caucho.server.cluster.ServletService
-
Clears the proxy cache.
- clearCache() - Method in class com.caucho.server.dispatch.InvocationServer
-
Clears the invocation cache.
- clearCache() - Method in class com.caucho.server.host.Host
-
Clears the cache
- clearCache() - Method in class com.caucho.server.host.HostContainer
-
Clears the cache.
- clearCache() - Method in class com.caucho.server.rewrite.AbstractRule
-
- clearCache() - Method in class com.caucho.server.rewrite.RewriteDispatch
-
- clearCache() - Method in class com.caucho.server.webapp.WebApp
-
Clears all caches, including the invocation cache, the filter cache, and the proxy cache.
- clearCache() - Method in class com.caucho.server.webapp.WebAppContainer
-
Clears the cache
- clearCache() - Method in class com.caucho.server.webapp.WebAppController
-
Clears the
- clearCache() - Method in class com.caucho.vfs.Jar
-
Clears any cached JarFile.
- clearCacheByPattern(String, String) - Method in interface com.caucho.management.server.ProxyCacheMXBean
-
Clears the cache by regexp patterns.
- clearCacheByPattern(String, String) - Method in class com.caucho.server.cluster.ServletService
-
Clears the catch by matching the invocation.
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
- clearClosed() - Method in class com.caucho.server.http.ResponseStream
-
Clear the closed state, because of the NOT_MODIFIED
- clearEphemeralEntries() - Method in class com.caucho.server.distcache.CacheStoreManager
-
Clears ephemeral data on startup.
- clearExpires() - Method in interface com.caucho.management.server.ProxyCacheMXBean
-
Clears the expires timers for the cache.
- clearFreeLists() - Static method in class com.caucho.vfs.TempBuffer
-
Called on OOM to free buffers.
- clearIdleStartTime() - Method in class com.caucho.network.balance.ClientSocket
-
Sets the idle start time.
- clearIdleStartTime() - Method in interface com.caucho.network.balance.ClientSocketApi
-
Sets the idle start time.
- clearIdleThreads() - Method in class com.caucho.env.thread2.ThreadPool2
-
interrupts all the idle threads.
- clearJarCache() - Static method in class com.caucho.vfs.Jar
-
Clears all the cached files in the jar.
- clearJars() - Method in class com.caucho.loader.JarListLoader
-
Closes the jars.
- clearLease(int) - Method in class com.caucho.server.distcache.DistCacheEntry
-
- clearLease() - Method in class com.caucho.server.distcache.DistCacheEntry
-
- clearLease() - Method in class com.caucho.server.distcache.MnodeEntry
-
Sets the owner
- clearLease(int) - Method in class com.caucho.server.distcache.MnodeEntry
-
Sets the owner
- clearLeases() - Method in class com.caucho.server.distcache.CacheEntryManager
-
Clears leases on server start/stop
- clearLeases() - Method in class com.caucho.server.distcache.CacheStoreManager
-
Clears leases on server start/stop
- clearLicenses() - Method in class com.caucho.license.LicenseStore
-
- clearListeners() - Method in class com.caucho.server.http.AsyncContextImpl
-
- clearModified() - Method in class com.caucho.loader.DynamicClassLoader
-
Returns true if any of the classes have been modified.
- clearModified() - Method in class com.caucho.make.DependencyContainer
-
Clears the modified flag and sets the last check time to now.
- clearModified() - Method in class com.caucho.vfs.BasicDependencyContainer
-
Clears the modified flag and sets the last check time to now.
- clearNext() - Method in class com.caucho.server.http.ResponseStream
-
- clearParameters() - Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- clearParameters() - Method in class com.caucho.db.sql.QueryContext
-
- clearParameters() - Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- clearParameters() - Method in class com.caucho.sql.UserPreparedStatement
-
Clears the statement's parameters.
- clearParameters() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- clearParameters() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- clearParameters() - Method in class com.caucho.xsl.TransformerImpl
-
Clears all the external stylesheet parameters.
- clearPassword() - Method in class com.caucho.security.PasswordUser
-
Clears the password
- clearPassword() - Method in class com.caucho.server.security.PasswordUser
-
Clears the password
- clearPosition() - Method in class com.caucho.vfs.ReadStream
-
Clears the position for statistics cases like a socket stream.
- clearPosition() - Method in class com.caucho.vfs.WriteStream
-
Clears the position for statistics cases like a socket stream.
- clearProperties() - Method in class com.caucho.jms.message.MessageImpl
-
Clears the message properties, making them writeable.
- clearProperties() - Method in interface javax.jms.Message
-
- clearRead() - Method in class com.caucho.vfs.ReadStream
-
Clears the read buffer.
- clearReadTime() - Method in class com.caucho.vfs.ReadStream
-
Returns the last read-time.
- clearRecycle() - Method in class com.caucho.network.balance.ClientSocket
-
Clears the recycled connections.
- clearRecycle() - Method in interface com.caucho.network.balance.ClientSocketApi
-
Clears the recycled connections.
- clearRecycle() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Clears the recycled connections, e.g.
- clearRecycle() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Clears the recycled connections, e.g.
- clearRequest() - Method in class com.caucho.server.http.AbstractHttpRequest
-
- clearRingValue() - Method in class com.caucho.util.RingItem
-
- clearSaveOnExec() - Method in interface com.caucho.boot.Boot
-
- clearSaveOnExec() - Method in class com.caucho.boot.JniBoot
-
- clearSaveOnExec() - Method in class com.caucho.bootjni.JniBoot
-
- clearSaveOnExec() - Method in class com.caucho.bootjni.JniProcess
-
- clearStatistics() - Method in class com.caucho.server.distcache.CacheStatisticsImpl
-
- clearStatistics() - Method in interface javax.cache.CacheStatistics
-
- clearStatusCache() - Method in class com.caucho.vfs.Path
-
Clears any status cache
- clearTarget() - Method in class com.caucho.config.inject.CreationalContextImpl
-
- clearUnique() - Method in class com.caucho.xsl.JavaGenerator
-
- clearWarnings() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- clearWarnings() - Method in class com.caucho.amber.jdbc.AmberStatementImpl
-
- clearWarnings() - Method in class com.caucho.amber.query.ResultSetImpl
-
Clears the warnings.
- clearWarnings() - Method in class com.caucho.db.jdbc.AbstractResultSet
-
- clearWarnings() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- clearWarnings() - Method in class com.caucho.db.jdbc.StatementImpl
-
- clearWarnings() - Method in class com.caucho.quercus.mysql.AbstractResultSet
-
- clearWarnings() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- clearWarnings() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- clearWarnings() - Method in class com.caucho.sql.spy.SpyConnection
-
- clearWarnings() - Method in class com.caucho.sql.spy.SpyStatement
-
- clearWarnings() - Method in class com.caucho.sql.UserConnection
-
- clearWarnings() - Method in class com.caucho.sql.UserStatement
-
- clearWarnings() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- clearWarnings() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- clearWarnings() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- clearWarnings() - Method in class com.caucho.tools.profiler.ResultSetWrapper
-
- clearWarnings() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- clearWarnings() - Method in interface javax.resource.cci.Interaction
-
Clears the current set of warnings.
- clearWrite() - Method in class com.caucho.vfs.Crc64Stream
-
Clears any buffered values in the write.
- clearWrite() - Method in class com.caucho.vfs.StreamImpl
-
Clears any buffered values in the write.
- clearWrite() - Method in class com.caucho.vfs.TempCharStream
-
- clearWrite() - Method in class com.caucho.vfs.TempStream
-
- clearWrite() - Method in class com.caucho.vfs.WriteStream
-
Clears the write buffer
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
-
- CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
-
String identifier for client cert authentication.
- ClientAuthManager - Class in com.caucho.hmtp
-
Manages links on the client
- ClientAuthManager() - Constructor for class com.caucho.hmtp.ClientAuthManager
-
- ClientCertLogin - Class in com.caucho.security
-
Implements the "CLIENT-CERT" auth-method.
- ClientCertLogin() - Constructor for class com.caucho.security.ClientCertLogin
-
- ClientCertLogin - Class in com.caucho.server.security
-
Deprecated.
- ClientCertLogin() - Constructor for class com.caucho.server.security.ClientCertLogin
-
Deprecated.
- clientDisconnect() - Method in interface com.caucho.network.listen.SocketLink
-
- clientDisconnect() - Method in class com.caucho.network.listen.StreamSocketLink
-
- clientDisconnect() - Method in class com.caucho.network.listen.TcpSocketLink
-
- clientDisconnect() - Method in class com.caucho.server.http.AbstractHttpRequest
-
Sets the client disconnect
- clientDisconnect() - Method in class com.caucho.server.http.AbstractHttpResponse
-
Called when the client has disconnected
- clientDisconnect() - Method in class com.caucho.server.http.RequestAdapter
-
- clientDisconnect() - Method in class com.caucho.server.http.StubServletRequest
-
- ClientDisconnectException - Exception in com.caucho.vfs
-
Exception thrown when a client unexpectedly closes a connection.
- ClientDisconnectException() - Constructor for exception com.caucho.vfs.ClientDisconnectException
-
- ClientDisconnectException(String) - Constructor for exception com.caucho.vfs.ClientDisconnectException
-
- ClientDisconnectException(Exception) - Constructor for exception com.caucho.vfs.ClientDisconnectException
-
- ClientDisconnectException(String, Exception) - Constructor for exception com.caucho.vfs.ClientDisconnectException
-
- ClientEjbRef - Class in com.caucho.j2ee.appclient
-
Configuration for the ejb-ref.
- ClientEjbRef(Context) - Constructor for class com.caucho.j2ee.appclient.ClientEjbRef
-
- ClientEjbRefContext - Class in com.caucho.j2ee.appclient
-
Configuration for the ejb-ref.
- ClientNetworkState - Class in com.caucho.network.balance
-
State of a network connection to a target server.
- ClientNetworkState(String, long) - Constructor for class com.caucho.network.balance.ClientNetworkState
-
- ClientSocket - Class in com.caucho.network.balance
-
Defines a connection to the client.
- ClientSocketApi - Interface in com.caucho.network.balance
-
Defines a connection to the client.
- ClientSocketFactory - Class in com.caucho.network.balance
-
A pool of connections to a server.
- ClientSocketFactory(String, int) - Constructor for class com.caucho.network.balance.ClientSocketFactory
-
- ClientSocketFactory(String, int, boolean) - Constructor for class com.caucho.network.balance.ClientSocketFactory
-
- ClientSocketFactory(String, String, String, String, String, int, boolean) - Constructor for class com.caucho.network.balance.ClientSocketFactory
-
- ClientSocketFactoryApi - Interface in com.caucho.network.balance
-
A pool of connections to a server.
- ClientStubManager - Class in com.caucho.hemp.servlet
-
Manages the client stub for the link.
- ClientStubManager(ManagedBroker, Mailbox) - Constructor for class com.caucho.hemp.servlet.ClientStubManager
-
- ClientTimeoutException - Exception in com.caucho.vfs
-
Exception thrown when a client unexpectedly closes a connection.
- ClientTimeoutException() - Constructor for exception com.caucho.vfs.ClientTimeoutException
-
- ClientTimeoutException(String) - Constructor for exception com.caucho.vfs.ClientTimeoutException
-
- ClientTimeoutException(Exception) - Constructor for exception com.caucho.vfs.ClientTimeoutException
-
- ClobImpl - Class in com.caucho.db.sql
-
The JDBC clob implementation.
- ClobReader - Class in com.caucho.db.blob
-
- ClobReader(BlockStore, byte[], int) - Constructor for class com.caucho.db.blob.ClobReader
-
Creates a clob reader.
- ClobReader(Inode) - Constructor for class com.caucho.db.blob.ClobReader
-
Creates a clob reader.
- ClobType - Class in com.caucho.amber.type
-
The type of a property.
- clone() - Method in interface com.caucho.db.io.InStore
-
- clone() - Method in interface com.caucho.db.io.OutStore
-
- clone() - Method in class com.caucho.jmx.EmptyDescriptor
-
- clone() - Method in class com.caucho.loader.EnvironmentMap
-
- clone() - Method in class com.caucho.loader.EnvironmentProperties
-
- clone() - Method in class com.caucho.naming.QName
-
Clones the name.
- clone() - Method in class com.caucho.server.http.InvocationKey
-
- clone() - Method in class com.caucho.transaction.XidImpl
-
Clones the xid.
- clone() - Method in class com.caucho.util.ByteBuffer
-
Clones the buffer
- clone() - Method in class com.caucho.util.CharBuffer
-
Clones the buffer
- clone() - Method in class com.caucho.util.CharCursor
-
- clone() - Method in class com.caucho.util.IntMap
-
- clone() - Method in class com.caucho.util.IntSet
-
Returns a clone of the set.
- clone() - Method in class com.caucho.util.LongKeyMap
-
- clone() - Method in class com.caucho.util.LongMap
-
- clone() - Method in class com.caucho.util.QDate
-
- clone() - Method in class com.caucho.util.StringCharCursor
-
- clone() - Method in class com.caucho.xpath.expr.NumberVar
-
Clones the variable.
- clone() - Method in class com.caucho.xpath.pattern.AttributeIterator
-
- clone() - Method in class com.caucho.xpath.pattern.AttributeListIterator
-
- clone() - Method in class com.caucho.xpath.pattern.AxisIterator
-
- clone() - Method in class com.caucho.xpath.pattern.FilterIterator
-
- clone() - Method in class com.caucho.xpath.pattern.MergeIterator
-
Returns a clone
- clone() - Method in class com.caucho.xpath.pattern.NamespaceIterator
-
- clone() - Method in class com.caucho.xpath.pattern.NodeArrayListIterator
-
clones the iterator
- clone() - Method in class com.caucho.xpath.pattern.NodeIterator
-
clones the iterator
- clone() - Method in class com.caucho.xpath.pattern.NodeListIterator
-
clones the iterator
- clone() - Method in class com.caucho.xpath.pattern.SingleNodeIterator
-
clones the iterator
- clone() - Method in class com.caucho.xpath.pattern.UnionIterator
-
Returns a clone of the iterator.
- clone() - Method in class com.caucho.xpath.pattern.UniqueIterator
-
Returns a clone
- clone() - Method in class com.caucho.xsl.AbstractStylesheet
-
Clone the stylesheet.
- clone() - Method in interface javax.resource.cci.Record
-
- clone() - Method in class javax.servlet.http.Cookie
-
Returns a clone of the cookie
- clone() - Method in class javax.servlet.jsp.tagext.TagData
-
Clone the tag data.
- cloneNode(boolean) - Method in class com.caucho.xml.QAbstractNode
-
- cloneNode(boolean) - Method in class com.caucho.xml.QDocument
-
Returns a clone of the document.
- cloneNode(boolean) - Method in class com.caucho.xml2.QAbstractNode
-
- cloneNode(boolean) - Method in class com.caucho.xml2.QDocument
-
Returns a clone of the document.
- cloneNode(boolean) - Method in class com.caucho.xpath.pattern.NamespaceNode
-
- close() - Method in interface com.caucho.amber.AmberConnection
-
Closes the connection.
- close() - Static method in class com.caucho.amber.AmberContext
-
Closes the connection.
- close() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
Reset the connection and return the underlying JDBC connection to
the pool.
- close() - Method in class com.caucho.amber.jdbc.AmberStatementImpl
-
- close() - Method in class com.caucho.amber.manager.AmberConnection
-
Closes the context.
- close(ResultSet) - Static method in class com.caucho.amber.manager.AmberConnection
-
- close() - Method in class com.caucho.amber.manager.AmberEntityManagerFactory
-
Close the factory an any resources.
- close() - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Clears the manager.
- close() - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Clears the manager.
- close() - Method in class com.caucho.amber.query.ResultSetImpl
-
- close() - Method in class com.caucho.amp.actor.ActorContextImpl
-
Registers a callback future.
- close() - Method in class com.caucho.amp.broker.AbstractAmpBroker
-
- close() - Method in interface com.caucho.amp.broker.AmpBroker
-
Close the broker.
- close() - Method in class com.caucho.amp.impl.QueueMailbox
-
Closes the mailbox
- close() - Method in class com.caucho.amp.impl.SimpleAmpMailbox
-
Closes the mailbox
- close() - Method in class com.caucho.amp.mailbox.AbstractAmpMailbox
-
Closes the mailbox
- close() - Method in interface com.caucho.amp.mailbox.AmpMailbox
-
Closes the mailbox
- close() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- close() - Method in class com.caucho.bam.actor.AbstractActorSender
-
Closes the sender.
- close() - Method in interface com.caucho.bam.actor.ActorProxy
-
Closes the proxy
- close() - Method in interface com.caucho.bam.actor.ActorSender
-
Closes the sender.
- close() - Method in class com.caucho.bam.broker.AbstractBroker
-
- close() - Method in interface com.caucho.bam.broker.Broker
-
Close the Broker
- close() - Method in class com.caucho.bam.broker.ManagedBrokerAdapter
-
- close() - Method in class com.caucho.bam.broker.PassthroughBroker
-
- close() - Method in class com.caucho.bam.client.LinkClient
-
- close() - Method in class com.caucho.bam.mailbox.DualSizeMailbox
-
- close() - Method in interface com.caucho.bam.mailbox.Mailbox
-
Closes the mailbox
- close() - Method in class com.caucho.bam.mailbox.MultiworkerMailbox
-
- close() - Method in class com.caucho.bam.mailbox.PassthroughMailbox
-
- close() - Method in class com.caucho.bam.query.QueryManager
-
- close() - Method in class com.caucho.bam.stream.AbstractMessageStreamFilter
-
Closes the filter, but not the child by default.
- close() - Method in class com.caucho.bytecode.CodeWriterAttribute
-
- close() - Method in class com.caucho.bytecode.JClassLoader
-
Closes the class loader.
- close() - Method in class com.caucho.cloud.loadbalance.LoadBalanceManager
-
- close() - Method in class com.caucho.cloud.network.ClusterServer
-
Close any ports.
- close() - Method in interface com.caucho.cloud.scaling.ResinScalingClient
-
- close() - Method in class com.caucho.config.inject.AbstractSingletonBean
-
Frees the singleton on environment shutdown
- close() - Method in class com.caucho.config.inject.SingletonBean
-
Frees the singleton on environment shutdown
- close() - Method in class com.caucho.config.scope.ContextContainer
-
- close() - Method in class com.caucho.config.scope.DestructionListener
-
- close() - Method in class com.caucho.config.timer.TimerTask
-
- close() - Method in class com.caucho.db.blob.BlobInputStream
-
Closes the buffer.
- close() - Method in class com.caucho.db.blob.BlobOutputStream
-
Completes the stream.
- close() - Method in class com.caucho.db.blob.ClobReader
-
Closes the buffer.
- close() - Method in class com.caucho.db.blob.InodeBlobInputStream
-
Closes the buffer.
- close() - Method in class com.caucho.db.blob.InodeUpdate
-
- close() - Method in class com.caucho.db.block.BlockStore
-
Closes the store.
- close() - Method in class com.caucho.db.Database
-
Closes the database.
- close() - Method in class com.caucho.db.debug.DebugStore
-
- close() - Method in class com.caucho.db.index.BTree
-
- close() - Method in interface com.caucho.db.io.InStore
-
- close() - Method in interface com.caucho.db.io.OutStore
-
- close() - Method in interface com.caucho.db.io.StoreReadWrite
-
- close() - Method in class com.caucho.db.io.StoreReadWriteImpl
-
- close() - Method in class com.caucho.db.io.StoreReadWriteMmapNio
-
- close() - Method in class com.caucho.db.jdbc.AbstractResultSet
-
- close() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- close() - Method in class com.caucho.db.jdbc.CursorResultSetImpl
-
- close() - Method in class com.caucho.db.jdbc.DataSourceImpl
-
- close() - Method in class com.caucho.db.jdbc.GeneratedKeysResultSet
-
- close() - Method in class com.caucho.db.jdbc.ResultSetImpl
-
- close() - Method in class com.caucho.db.jdbc.StatementImpl
-
- close() - Method in class com.caucho.db.sql.QueryContext
-
- close() - Method in class com.caucho.db.sql.ResultSetImpl
-
- close() - Method in class com.caucho.db.sql.SelectCursor
-
- close() - Method in class com.caucho.db.sql.SelectResult
-
- close() - Method in class com.caucho.db.sql.SelectResultSetImpl
-
- close() - Method in class com.caucho.db.table.Column
-
Cleanup of the column on table shutdown.
- close() - Method in class com.caucho.db.table.Table
-
- close() - Method in class com.caucho.distcache.AbstractCache
-
- close() - Method in class com.caucho.distcache.jcache.CacheManagerFacade
-
- close() - Method in class com.caucho.distcache.jcache.CacheManagerFactoryImpl
-
- close(ClassLoader) - Method in class com.caucho.distcache.jcache.CacheManagerFactoryImpl
-
- close(ClassLoader, String) - Method in class com.caucho.distcache.jcache.CacheManagerFactoryImpl
-
- close() - Method in class com.caucho.ejb.embeddable.EJBContainerImpl
-
- close() - Method in class com.caucho.env.actor.MultiworkerActorQueue
-
- close() - Method in class com.caucho.env.actor.ValueActorQueue
-
- close() - Method in class com.caucho.env.deploy.DeployController
-
- close() - Method in interface com.caucho.env.deploy.DeployControllerApi
-
Closes the controller
- close() - Method in interface com.caucho.env.distcache.CacheDataBacking
-
Close the backing.
- close() - Method in class com.caucho.env.git.GitCommitJar
-
- close() - Method in class com.caucho.env.git.GitInputStream
-
- close() - Method in class com.caucho.env.git.GitObjectStream
-
- close() - Method in class com.caucho.env.jpa.EntityManagerFactoryProxy
-
Close the factory an any resources.
- close() - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Clears the manager.
- close() - Method in class com.caucho.env.jpa.PersistenceManager
-
- close() - Method in class com.caucho.env.lock.AbstractLockManager
-
- close() - Method in class com.caucho.env.thread1.ThreadPool1
-
Checks if the launcher should start another thread.
- close() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
-
- close() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
- close() - Method in class com.caucho.env.thread2.ThreadPool2
-
- close() - Method in class com.caucho.filters.CauchoResponseWrapper
-
complete the response.
- close() - Method in class com.caucho.hemp.broker.DomainManager
-
Close the domain manager on shutdown.
- close() - Method in class com.caucho.hemp.broker.HempBroker.ActorClose
-
- close() - Method in class com.caucho.hemp.broker.HempBroker
-
- close() - Method in class com.caucho.hemp.services.BamJmsService
-
- close() - Method in class com.caucho.hemp.services.BamMailService
-
- close() - Method in class com.caucho.hemp.servlet.ServerGatewayBroker
-
- close() - Method in class com.caucho.hemp.servlet.ServerProxyBroker
-
- close() - Method in class com.caucho.hmtp.HmtpClient
-
- close() - Method in class com.caucho.hmtp.HmtpLinkWorker
-
- close() - Method in class com.caucho.hmtp.HmtpReader
-
- close() - Method in class com.caucho.hmtp.HmtpWebSocketContextWriter
-
- close() - Method in class com.caucho.hmtp.HmtpWebSocketReader
-
- close() - Method in class com.caucho.hmtp.HmtpWebSocketWriter
-
- close() - Method in class com.caucho.hmtp.HmtpWriter
-
- close() - Method in class com.caucho.java.JavaWriter
-
- close() - Method in interface com.caucho.jca.ra.CloseResource
-
Closes the resource.
- close() - Method in class com.caucho.jms.connection.ConnectionImpl
-
Closes the connection.
- close() - Method in class com.caucho.jms.connection.JmsSession
-
Closes the session
- close() - Method in class com.caucho.jms.connection.MessageBrowserImpl
-
- close() - Method in class com.caucho.jms.connection.MessageConsumerImpl
-
Closes the consumer.
- close() - Method in class com.caucho.jms.connection.MessageProducerImpl
-
Closes the producer.
- close() - Method in class com.caucho.jms.connection.QueueBrowserImpl
-
- close() - Method in class com.caucho.jms.connection.TopicSubscriberImpl
-
- close() - Method in class com.caucho.jms.file.FileQueueStore
-
- close() - Method in class com.caucho.jms.queue.AbstractDestination
-
- close() - Method in class com.caucho.jms.queue.AbstractQueue
-
- close() - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
- close() - Method in class com.caucho.jmx.MBeanContext.MBeanClose
-
- close() - Method in class com.caucho.jslib.Database
-
Close the connection.
- close() - Method in class com.caucho.jsmp.JsmpReader
-
- close() - Method in class com.caucho.jsmp.JsmpWebSocketWriter
-
- close() - Method in class com.caucho.json.JsonInput
-
- close() - Method in class com.caucho.json.JsonInput2
-
- close() - Method in class com.caucho.json.JsonOutput
-
- close() - Method in class com.caucho.jsp.BodyContentImpl
-
- close() - Method in class com.caucho.jsp.JspCompiler
-
- close() - Method in class com.caucho.jsp.JspPrintWriter
-
- close() - Method in class com.caucho.jsp.JspWriterAdapter
-
- close() - Method in class com.caucho.log.AbstractLogHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.AbstractRolloverLog
-
Closes the log, flushing the results.
- close() - Method in class com.caucho.log.EnvironmentStream
-
Flush data to the stream.
- close() - Method in class com.caucho.log.EventHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.HmtpHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.JmsHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.LevelHandler
-
- close() - Method in class com.caucho.log.MailHandler
-
- close() - Method in class com.caucho.log.RotateStream
-
The close call does nothing since the rotate stream is shared for
many logs.
- close() - Method in class com.caucho.log.SubHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.SyslogHandler
-
Closes the handler.
- close() - Method in class com.caucho.log.TimestampFilter
-
Flushes the data.
- close() - Method in class com.caucho.mail.smtp.SmtpTransport
-
Close connection.
- close() - Method in class com.caucho.message.broker.AbstractBrokerReceiver
-
- close() - Method in class com.caucho.message.broker.AbstractBrokerSender
-
- close() - Method in interface com.caucho.message.broker.BrokerReceiver
-
- close() - Method in interface com.caucho.message.broker.BrokerSender
-
- close() - Method in class com.caucho.message.common.AbstractMessageFactory
-
- close() - Method in class com.caucho.message.journal.JournalFile
-
- close() - Method in class com.caucho.message.local.LocalSender
-
- close() - Method in interface com.caucho.message.MessagePropertiesFactory
-
- close() - Method in interface com.caucho.message.MessageSender
-
- close() - Method in class com.caucho.message.nautilus.NautilusBroker
-
- close() - Method in class com.caucho.message.nautilus.NautilusBrokerPublisher
-
- close() - Method in class com.caucho.message.nautilus.NautilusBrokerSubscriber
-
- close() - Method in class com.caucho.message.stomp.NullSender
-
- close() - Method in class com.caucho.message.stomp.StompClient
-
- close() - Method in class com.caucho.message.tourmaline.NautilusClientSender
-
- close() - Method in class com.caucho.naming.ContextImpl
-
Close is intended to free any transient data, like a cached
socket.
- close() - Method in class com.caucho.naming.ErrorContext
-
Close is indended to free any transient data, like a cached
socket.
- close() - Method in class com.caucho.naming.PathJndiContext
-
- close() - Method in class com.caucho.naming.QBindingEnumeration
-
- close() - Method in class com.caucho.naming.QNameClassEnumeration
-
- close() - Method in class com.caucho.network.balance.ClientNetworkState
-
Close the client
- close() - Method in class com.caucho.network.balance.ClientSocket
-
- close() - Method in interface com.caucho.network.balance.ClientSocketApi
-
- close() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Close the client
- close() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Close the client
- close() - Method in class com.caucho.network.listen.AbstractSelectManager
-
Closing the manager.
- close() - Method in class com.caucho.network.listen.AsyncController
-
- close() - Method in class com.caucho.network.listen.SocketLinkDuplexController
-
- close() - Method in class com.caucho.network.listen.TcpPort
-
Shuts the Port down.
- close(QSocket) - Method in class com.caucho.network.listen.Throttle
-
- close() - Method in class com.caucho.quercus.mysql.AbstractResultSet
-
- close() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
Reset the connection and return the underlying JDBC connection to
the pool.
- close() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- close() - Method in class com.caucho.remote.websocket.WebSocketClient
-
- close(int, String) - Method in class com.caucho.remote.websocket.WebSocketClient
-
- close() - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- close(int, String) - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- close() - Method in class com.caucho.remote.websocket.WebSocketInputStream
-
- close() - Method in class com.caucho.remote.websocket.WebSocketOutputStream
-
- close() - Method in class com.caucho.remote.websocket.WebSocketPrintWriter
-
- close() - Method in class com.caucho.remote.websocket.WebSocketReader
-
- close() - Method in class com.caucho.remote.websocket.WebSocketWriter
-
- close() - Method in class com.caucho.resin.BeanContainerRequest
-
- close() - Method in class com.caucho.resin.ResinBeanContainer
-
Shuts the context down.
- close() - Method in class com.caucho.resin.ResinEmbed
-
- close() - Method in class com.caucho.server.admin.ManagerClient
-
- close() - Method in class com.caucho.server.cluster.Cluster
-
Closes the cluster.
- close() - Method in class com.caucho.server.cluster.ClusterPod
-
Closes the servers in the triad.
- close() - Method in class com.caucho.server.deploy.DeployClient
-
- close() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- close() - Method in class com.caucho.server.distcache.CacheDataBackingImpl
-
- close() - Method in class com.caucho.server.distcache.CacheImpl
-
- close() - Method in class com.caucho.server.distcache.CacheManagerImpl
-
- close() - Method in class com.caucho.server.distcache.CacheStoreManager
-
Closes the manager.
- close() - Method in class com.caucho.server.distcache.DigestOutputStream
-
Close the stream
- close() - Method in class com.caucho.server.distcache.MnodeStore
-
- close() - Method in class com.caucho.server.http.AbstractHttpResponse
-
Closes the request, called from web-app for early close.
- close() - Method in class com.caucho.server.http.AbstractResponseStream
-
Closes the response stream
- close() - Method in class com.caucho.server.http.CauchoDispatchResponse
-
- close() - Method in interface com.caucho.server.http.CauchoResponse
-
- close() - Method in class com.caucho.server.http.CauchoResponseWrapper
-
- close() - Method in class com.caucho.server.http.ConnectionCometController
-
Closes the connection.
- close() - Method in class com.caucho.server.http.HttpServletResponseImpl
-
- close() - Method in class com.caucho.server.http.ResponseAdapter
-
- close() - Method in class com.caucho.server.http.ResponseWriter
-
- close() - Method in class com.caucho.server.http.ServletInputStreamImpl
-
- close() - Method in class com.caucho.server.http.ServletOutputStreamImpl
-
- close() - Method in class com.caucho.server.http.StubServletResponse
-
- close() - Method in class com.caucho.server.httpcache.TempFileManager
-
- close() - Method in class com.caucho.server.log.AccessLogWriter
-
- close() - Method in class com.caucho.server.resin.Resin
-
Called from the embedded server
- close() - Method in class com.caucho.server.session.DebugOutputStream
-
- close() - Method in class com.caucho.server.session.HashChunkInputStream
-
Closes the stream output.
- close() - Method in class com.caucho.server.session.HashChunkOutputStream
-
Closes the stream output.
- close() - Method in class com.caucho.server.session.HessianSessionDeserializer
-
- close() - Method in class com.caucho.server.session.HessianSessionSerializer
-
- close() - Method in class com.caucho.server.session.JavaSessionDeserializer
-
- close() - Method in class com.caucho.server.session.JavaSessionSerializer
-
- close() - Method in class com.caucho.server.session.SessionDeserializer
-
- close() - Method in class com.caucho.server.session.SessionManager
-
Cleans up the sessions when the WebApp shuts down gracefully.
- close() - Method in class com.caucho.server.session.SessionSerializer
-
- close() - Method in class com.caucho.server.webapp.IncludeResponse
-
- close() - Method in interface com.caucho.servlet.comet.CometController
-
Deprecated.
Closes the connection.
- close() - Method in class com.caucho.sql.DatabaseAdmin
-
- close() - Method in class com.caucho.sql.DBPool
-
- close() - Method in class com.caucho.sql.DBPoolImpl
-
Close the pool, closing the connections.
- close() - Method in class com.caucho.sql.spy.SpyConnection
-
Reset the connection and return the underlying JDBC connection to
the pool.
- close() - Method in class com.caucho.sql.spy.SpyPooledConnection
-
- close() - Method in class com.caucho.sql.spy.SpyStatement
-
- close() - Method in class com.caucho.sql.UserConnection
-
Reset the connection and return the underlying JDBC connection to
the pool.
- close() - Method in class com.caucho.sql.UserPreparedStatement
-
Closes the prepared statement.
- close() - Method in class com.caucho.sql.UserStatement
-
Closes the statement.
- close() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- close() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- close() - Method in class com.caucho.tools.profiler.PooledConnectionWrapper
-
- close() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- close() - Method in class com.caucho.tools.profiler.ResultSetWrapper
-
- close() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- close() - Method in class com.caucho.tools.profiler.XAConnectionWrapper
-
- close() - Method in class com.caucho.transaction.TransactionImpl
-
Close the transaction, rolling back everything and removing all enlisted
resources.
- close() - Method in class com.caucho.transaction.xalog.AbstractXALogManager
-
Closes the log manager.
- close() - Method in class com.caucho.util.Alarm
-
Closes the alarm instance
- close() - Method in class com.caucho.util.CharBuffer
-
- close(InputStream) - Static method in class com.caucho.util.IoUtil
-
- close(OutputStream) - Static method in class com.caucho.util.IoUtil
-
- close(Writer) - Static method in class com.caucho.util.IoUtil
-
- close(Connection) - Static method in class com.caucho.util.JdbcUtil
-
- close(Statement) - Static method in class com.caucho.util.JdbcUtil
-
- close(ResultSet) - Static method in class com.caucho.util.JdbcUtil
-
- close() - Method in class com.caucho.util.NullOutputStream
-
- close() - Method in class com.caucho.util.ResinDeflaterInputStream
-
Close the stream
- close() - Method in class com.caucho.util.ResinDeflaterOutputStream
-
Close the stream
- close() - Method in interface com.caucho.util.RingBlocker
-
- close() - Method in class com.caucho.util.RingBlockerBasic
-
- close() - Method in class com.caucho.util.RingValueQueue
-
- close() - Method in class com.caucho.util.Sha256OutputStream
-
Close the stream
- close() - Method in class com.caucho.vfs.BufferedReaderAdapter
-
- close() - Method in class com.caucho.vfs.Crc64InputStream
-
Closes the stream output.
- close() - Method in class com.caucho.vfs.Crc64OutputStream
-
Closes the stream output.
- close() - Method in class com.caucho.vfs.Crc64Stream
-
Closes the stream output.
- close() - Method in class com.caucho.vfs.DatagramStream
-
Closes the underlying sockets and socket streams.
- close() - Method in class com.caucho.vfs.DatastoreInputStream
-
- close() - Method in class com.caucho.vfs.DatastoreOutputStream
-
- close() - Method in class com.caucho.vfs.DatastoreRandomAccessFile
-
- close() - Method in class com.caucho.vfs.DatastoreRandomAccessInputStream
-
- close() - Method in class com.caucho.vfs.DatastoreRandomAccessOutputStream
-
- close() - Method in class com.caucho.vfs.DatastoreReadStream
-
Closes the underlying stream.
- close() - Method in class com.caucho.vfs.DatastoreWriteStream
-
Closes the underlying stream.
- close() - Method in class com.caucho.vfs.FileReadStream
-
Closes the underlying stream.
- close() - Method in class com.caucho.vfs.FileWriteStream
-
Closes the underlying stream.
- close() - Method in class com.caucho.vfs.GzipStream
-
Close the connection.
- close() - Method in class com.caucho.vfs.HttpStreamWrapper
-
Close the connection.
- close() - Method in class com.caucho.vfs.i18n.EncodingReader
-
Closes the reader, possibly returning it to a pool.
- close() - Method in class com.caucho.vfs.InputStreamSource
-
Close the stream.
- close() - Method in class com.caucho.vfs.Jar
-
- close() - Method in class com.caucho.vfs.Jar.ZipStreamImpl
-
- close() - Method in class com.caucho.vfs.JniFileStream
-
- close() - Method in class com.caucho.vfs.JniServerSocketImpl
-
Closes the socket.
- close() - Method in class com.caucho.vfs.JniSocketImpl
-
Closes the socket.
- close() - Method in class com.caucho.vfs.JniStream
-
Closes the stream.
- close() - Method in class com.caucho.vfs.PipeStream
-
- close() - Method in class com.caucho.vfs.PrintWriterImpl
-
- close() - Method in class com.caucho.vfs.QServerSocket
-
- close() - Method in class com.caucho.vfs.QServerSocketWrapper
-
Closes the underlying socket.
- close() - Method in class com.caucho.vfs.QSocket
-
- close() - Method in class com.caucho.vfs.QSocketChannelWrapper
-
Closes the underlying socket.
- close() - Method in class com.caucho.vfs.QSocketWrapper
-
Closes the underlying socket.
- close() - Method in class com.caucho.vfs.RandomAccessStream
-
Closes the stream.
- close() - Method in class com.caucho.vfs.ReaderWriterStream
-
- close() - Method in class com.caucho.vfs.ReadStream
-
Close the stream.
- close() - Method in class com.caucho.vfs.ReadStream.StreamReader
-
- close() - Method in class com.caucho.vfs.SocketChannelStream
-
Closes the underlying sockets and socket streams.
- close() - Method in class com.caucho.vfs.SocketStream
-
Closes the underlying sockets and socket streams.
- close() - Method in class com.caucho.vfs.StreamFilter
-
- close() - Method in class com.caucho.vfs.StreamImpl
-
Closes the stream.
- close() - Method in class com.caucho.vfs.StreamImplInputStream
-
Closes the stream.
- close() - Method in class com.caucho.vfs.StreamImplOutputStream
-
Closes the stream.
- close() - Method in class com.caucho.vfs.StreamPrintWriter
-
- close() - Method in class com.caucho.vfs.StreamSource
-
Close the stream.
- close() - Method in class com.caucho.vfs.TempCharReader
-
Closes the reader.
- close() - Method in class com.caucho.vfs.TempCharStream
-
- close() - Method in class com.caucho.vfs.TempInputStream
-
- close() - Method in class com.caucho.vfs.TempInputStreamNoFree
-
- close() - Method in class com.caucho.vfs.TempOutputStream
-
- close() - Method in class com.caucho.vfs.TempReadStream
-
- close() - Method in class com.caucho.vfs.VfsStream
-
- close() - Method in class com.caucho.vfs.WriterStreamImpl
-
Closes the output.
- close() - Method in class com.caucho.vfs.WriteStream
-
Close the stream, first flushing the write buffer.
- close() - Method in class com.caucho.vfs.ZipScanner
-
- close() - Method in interface com.caucho.websocket.WebSocketContext
-
gracefully close the connection, waiting for unread messages.
- close(int, String) - Method in interface com.caucho.websocket.WebSocketContext
-
gracefully close the connection, waiting for unread messages.
- close() - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- close() - Method in class com.caucho.xml.stream.DOMSourceXMLStreamReaderImpl
-
- close() - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- close() - Method in class com.caucho.xml.stream.SAXSourceXMLEventReaderImpl
-
- close() - Method in class com.caucho.xml.stream.XMLEventReaderImpl
-
- close() - Method in class com.caucho.xml.stream.XMLEventWriterImpl
-
- close() - Method in class com.caucho.xml.stream.XMLStreamReaderImpl
-
- close() - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- close() - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- close() - Method in class com.caucho.xml2.XmlParser
-
- close() - Method in class com.caucho.xsl.JavaGenerator
-
Close call when an error occurs.
- close() - Method in class com.caucho.xsl.XslWriter
-
- close() - Method in interface javax.cache.CacheManagerFactory
-
- close(ClassLoader) - Method in interface javax.cache.CacheManagerFactory
-
- close(ClassLoader, String) - Method in interface javax.cache.CacheManagerFactory
-
- close() - Static method in class javax.cache.Caching
-
- close(ClassLoader) - Static method in class javax.cache.Caching
-
- close(ClassLoader, String) - Static method in class javax.cache.Caching
-
- close() - Method in class javax.ejb.embeddable.EJBContainer
-
- close() - Method in interface javax.jms.Connection
-
- close() - Method in interface javax.jms.ConnectionConsumer
-
- close() - Method in interface javax.jms.MessageConsumer
-
- close() - Method in interface javax.jms.MessageProducer
-
- close() - Method in interface javax.jms.QueueBrowser
-
- close() - Method in class javax.jms.QueueRequestor
-
- close() - Method in interface javax.jms.Session
-
- close() - Method in class javax.jms.TopicRequestor
-
- close() - Method in interface javax.persistence.EntityManager
-
Closes the entity manager.
- close() - Method in interface javax.persistence.EntityManagerFactory
-
Close the factory an any resources.
- close() - Method in interface javax.resource.cci.Connection
-
Closes the connection at the application level.
- close() - Method in interface javax.resource.cci.Interaction
-
Closes the interaction.
- CLOSE_ERROR - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- CLOSE_MESSAGE_TOO_BIG - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- CLOSE_OK - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- CLOSE_UTF8 - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- closeBind() - Method in class com.caucho.network.listen.TcpPort
-
Shuts the Port down.
- closeCache(String) - Method in class com.caucho.server.distcache.CacheKeyManager
-
- closeCache(String, HashKey) - Method in class com.caucho.server.distcache.CacheStoreManager
-
- closeConnection() - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- closeContext() - Method in class com.caucho.config.scope.AbstractScopeContext
-
- closeDatabase(DataSource) - Static method in class com.caucho.sql.DatabaseManager
-
- closeEnvironment(ClassLoader) - Method in class com.caucho.env.thread1.ThreadPool1
-
Resets the thread pool, letting old threads drain.
- closeEnvironment(ClassLoader) - Method in class com.caucho.env.thread2.ThreadPool2
-
Resets the thread pool, letting old threads drain.
- closeError(int, String) - Method in class com.caucho.remote.websocket.FrameInputStream
-
- closeEvent(InvocationServer) - Method in interface com.caucho.server.dispatch.ServerListener
-
- closeEvent(UserConnection) - Method in class com.caucho.sql.ManagedConnectionImpl
-
Sends the close event.
- closeGlobal() - Static method in class com.caucho.loader.Environment
-
destroys the current environment.
- closeIdleConnections() - Method in class com.caucho.sql.DBPool
-
Clears the pool.
- closeIdleConnections() - Method in class com.caucho.sql.DBPoolImpl
-
Closes the idle connections in the pool.
- closeImpl() - Method in class com.caucho.db.io.RandomAccessStreamNio
-
- closeImpl() - Method in class com.caucho.filters.FilterWrapperResponseStream
-
Close.
- closeImpl() - Method in class com.caucho.server.http.AbstractResponseStream
-
- closeImpl() - Method in class com.caucho.server.http.ConnectionCometController
-
- closeImpl() - Method in class com.caucho.server.http.HttpServletResponseImpl
-
- closeImpl() - Method in class com.caucho.server.http.ResponseStream
-
Complete the request.
- closeImpl() - Method in class com.caucho.server.http.StreamWrapperResponseStream
-
Close.
- closeImpl() - Method in class com.caucho.server.http.ToByteResponseStream
-
Closes the response stream.
- closeImpl() - Method in class com.caucho.server.http.WrapperResponseStream
-
Close.
- closeImpl() - Method in class com.caucho.server.webapp.IncludeResponseStream2
-
Finish.
- closeImpl() - Method in class com.caucho.vfs.DatastoreRandomAccessStream
-
Closes the stream.
- closeImpl() - Method in class com.caucho.vfs.FileRandomAccessStream
-
Closes the stream.
- closeImpl() - Method in class com.caucho.vfs.RandomAccessStream
-
Closes the stream.
- closeImpl() - Method in class com.caucho.vfs.SpyRandomAccessStream
-
Closes the stream.
- closeJar() - Method in class com.caucho.vfs.JarPath
-
- closeKeepalive(TcpSocketLink) - Method in class com.caucho.network.listen.AbstractSelectManager
-
- CloseListener - Class in com.caucho.loader
-
Waits for the close event and calls a destroy() method.
- CloseListener(Object) - Constructor for class com.caucho.loader.CloseListener
-
Creates the new close listener.
- closeNext() - Method in class com.caucho.server.http.ResponseStream
-
- closeNextImpl() - Method in class com.caucho.server.fastcgi.FastCgiResponseStream
-
- closeNextImpl() - Method in class com.caucho.server.hmux.HmuxResponseStream
-
- closeNextImpl() - Method in class com.caucho.server.http.HttpResponseStream
-
- closeNextImpl() - Method in class com.caucho.server.http.ResponseStream
-
- closeOnCompletion() - Method in class com.caucho.amber.jdbc.AmberStatementImpl
-
- closeOnCompletion() - Method in class com.caucho.db.jdbc.StatementImpl
-
- closeOnCompletion() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- closeOnCompletion() - Method in class com.caucho.sql.spy.SpyStatement
-
- closeOnCompletion() - Method in class com.caucho.sql.UserStatement
-
- closeOnCompletion() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- closeOnCompletion() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- closeOnCompletion() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- CloseResource - Interface in com.caucho.jca.ra
-
A resource with a close method.
- closeSender(AmqpLink) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- closeSessions() - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- closeStatement(String) - Method in class com.caucho.amber.manager.AmberConnection
-
Closes a statement.
- closeSubscriber(AbstractQueue<E>) - Method in class com.caucho.jms.file.FileTopicImpl
-
- closeSubscriber(AbstractQueue<E>) - Method in class com.caucho.jms.memory.MemoryTopicImpl
-
- closeSubscriber(AbstractQueue<E>) - Method in class com.caucho.jms.queue.AbstractTopic
-
- closeWrite() - Method in class com.caucho.util.RingValueQueue
-
- closeWrite() - Method in class com.caucho.vfs.Crc64Stream
-
Closes the write output.
- closeWrite() - Method in class com.caucho.vfs.DatagramStream
-
Closes the write half of the stream.
- closeWrite() - Method in class com.caucho.vfs.GzipStream
-
Writes a buffer to the underlying stream.
- closeWrite() - Method in class com.caucho.vfs.QSocket
-
- closeWrite() - Method in class com.caucho.vfs.SocketStream
-
Closes the write half of the stream.
- closeWrite() - Method in class com.caucho.vfs.StreamImpl
-
Closes the write half of the stream.
- closeZipFile(ZipFile) - Method in class com.caucho.vfs.Jar
-
- CloudCluster - Class in com.caucho.cloud.topology
-
Defines a set of clustered servers.
- CloudClusterAdmin - Class in com.caucho.cloud.topology
-
- CloudClusterAdmin(CloudCluster) - Constructor for class com.caucho.cloud.topology.CloudClusterAdmin
-
- CloudClusterListener - Interface in com.caucho.cloud.topology
-
Listener to detect when a server is added or removed.
- CloudPod - Class in com.caucho.cloud.topology
-
The CloudPod controls up to 64 CloudServers.
- CloudPod(CloudCluster, String, int) - Constructor for class com.caucho.cloud.topology.CloudPod
-
Creates a new triad for the cluster.
- CloudPodListener - Interface in com.caucho.cloud.topology
-
Listener to detect when a server is added or removed.
- CloudServer - Class in com.caucho.cloud.topology
-
Defines a cloud server, a single Resin instance.
- CloudServer(String, String, CloudPod, int, String, int, boolean, CloudServer.ServerType, boolean) - Constructor for class com.caucho.cloud.topology.CloudServer
-
- CloudServer.ServerType - Enum in com.caucho.cloud.topology
-
- CloudServerListener - Interface in com.caucho.cloud.topology
-
Listener to detect when a server is added or removed.
- CloudServerState - Enum in com.caucho.cloud.topology
-
Represents the current state of a cloud server.
- CloudSystem - Class in com.caucho.cloud.topology
-
CloudDomain represents all the clusters in a Resin configuration.
- CloudSystem(String) - Constructor for class com.caucho.cloud.topology.CloudSystem
-
Creates a CloudDomain with an identifying id.
- Cluster - Class in com.caucho.server.cluster
-
Defines a set of clustered servers.
- Cluster(Resin) - Constructor for class com.caucho.server.cluster.Cluster
-
- Cluster.ClusterVar - Class in com.caucho.server.cluster
-
EL variables
- ClusterCache - Class in com.caucho.distcache
-
Cache which stores consistent copies on the cluster segment.
- ClusterCache() - Constructor for class com.caucho.distcache.ClusterCache
-
- ClusterCache(String) - Constructor for class com.caucho.distcache.ClusterCache
-
- ClusterLinkListener - Interface in com.caucho.cloud.network
-
Represents a protocol connection.
- ClusterLock - Class in com.caucho.cluster
-
Distributed lock.
- ClusterLock() - Constructor for class com.caucho.cluster.ClusterLock
-
- ClusterLock(String) - Constructor for class com.caucho.cluster.ClusterLock
-
- ClusterMXBean - Interface in com.caucho.management.server
-
A Cluster is a collection of cluster members,
Each instance of Resin has 0 or 1 active srun ports and accept
inbound connections, available here with #getPortObjectName.
- ClusterPod - Class in com.caucho.server.cluster
-
The ClusterPod is a reliable triplicate for clustered data.
- ClusterPod(Cluster, int) - Constructor for class com.caucho.server.cluster.ClusterPod
-
Creates a new triad for the cluster.
- ClusterPod.Owner - Enum in com.caucho.server.cluster
-
For any object, assigns an owner and backup in the triad.
- ClusterServer - Class in com.caucho.cloud.network
-
Defines a member of the cluster, corresponds to in the conf file.
- ClusterServerAdmin - Class in com.caucho.cloud.network
-
Implementation of the ClusterServer's administration mbean.
- ClusterServerAdmin(ClusterServer) - Constructor for class com.caucho.cloud.network.ClusterServerAdmin
-
- ClusterServerListener - Interface in com.caucho.cloud.network
-
- ClusterServerMXBean - Interface in com.caucho.management.server
-
A client-view of a cluster's server.
- ClusterServerProgram - Class in com.caucho.cloud.network
-
The configuration program for a NetworkServer.
- ClusterServerProgram(ConfigProgram) - Constructor for class com.caucho.cloud.network.ClusterServerProgram
-
- ClusterSingleSignon - Class in com.caucho.security
-
Cluster-based cache for single-signon.
- ClusterSingleSignon() - Constructor for class com.caucho.security.ClusterSingleSignon
-
- ClusterSingleSignon(String) - Constructor for class com.caucho.security.ClusterSingleSignon
-
- ClusterTcpPort - Class in com.caucho.cloud.network
-
Represents a protocol connection.
- ClusterTcpPort(ClusterServer) - Constructor for class com.caucho.cloud.network.ClusterTcpPort
-
- ClusterVar() - Constructor for class com.caucho.server.cluster.Cluster.ClusterVar
-
- ClusterVar() - Constructor for class com.caucho.server.cluster.ServletContainerConfig.ClusterVar
-
- ClusterVoteManager - Class in com.caucho.cluster
-
Distributed vote manager.
- ClusterVoteManager() - Constructor for class com.caucho.cluster.ClusterVoteManager
-
- ClusterVoteManager(String) - Constructor for class com.caucho.cluster.ClusterVoteManager
-
- CmpExpr - Class in com.caucho.el
-
Represents a numeric comparison operation: lt, gt, le, ge.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- coalesce(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- coalesce() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- CODE - Static variable in class com.caucho.amqp.io.FrameAttach
-
- CODE - Static variable in class com.caucho.amqp.io.FrameBegin
-
- CODE - Static variable in class com.caucho.amqp.io.FrameDetach
-
- CODE - Static variable in class com.caucho.amqp.io.FrameEnd
-
- CODE - Static variable in class com.caucho.amqp.io.FrameOpen
-
- CODE - Static variable in class com.caucho.amqp.io.FrameTransfer
-
- CodeAttribute - Class in com.caucho.bytecode
-
Represents a generic attribute
- CodeAttribute() - Constructor for class com.caucho.bytecode.CodeAttribute
-
- CodeAttribute.ExceptionItem - Class in com.caucho.bytecode
-
- CodeAttribute.ExportAnalyzer - Class in com.caucho.bytecode
-
- CodeEnhancer - Class in com.caucho.bytecode
-
Visitor for travelling the code.
- CodeEnhancer() - Constructor for class com.caucho.bytecode.CodeEnhancer
-
- CodeEnhancer(JavaClass, CodeAttribute) - Constructor for class com.caucho.bytecode.CodeEnhancer
-
- codeToName(int) - Static method in class com.caucho.db.block.BlockStore
-
Debug names for the allocation.
- CodeVisitor - Class in com.caucho.bytecode
-
Visitor for travelling the code.
- CodeVisitor() - Constructor for class com.caucho.bytecode.CodeVisitor
-
- CodeVisitor(JavaClass, CodeAttribute) - Constructor for class com.caucho.bytecode.CodeVisitor
-
- CodeWriterAttribute - Class in com.caucho.bytecode
-
Code generator attribute.
- CodeWriterAttribute(JavaClass) - Constructor for class com.caucho.bytecode.CodeWriterAttribute
-
- coerceToType(Object, Class<?>) - Method in class com.caucho.config.el.CandiExpressionFactory
-
- coerceToType(Object, Class<?>) - Static method in class com.caucho.el.Expr
-
- coerceToType(Object, Class<?>) - Method in class com.caucho.el.ExpressionFactoryImpl
-
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
-
Reflection model for a JPA attribute
- CollectionElementField - Class in com.caucho.amber.field
-
Configuration for a bean's field
- CollectionElementField(EntityType) - Constructor for class com.caucho.amber.field.CollectionElementField
-
- CollectionField - Class in com.caucho.amber.field
-
Configuration for a bean's field
- CollectionField(EntityType, String, CascadeType[]) - Constructor for class com.caucho.amber.field.CollectionField
-
- CollectionField(EntityType) - Constructor for class com.caucho.amber.field.CollectionField
-
- CollectionIdExpr - Class in com.caucho.amber.expr
-
Bound identifier expression.
- CollectionIdExpr(FromItem, AmberExpr) - Constructor for class com.caucho.amber.expr.CollectionIdExpr
-
Creates a new unbound id expression.
- CollectionImpl<E> - Class in com.caucho.amber.collection
-
Represents a lazy collection.
- CollectionImpl(AmberConnection, String) - Constructor for class com.caucho.amber.collection.CollectionImpl
-
- CollectionImpl(AmberQuery) - Constructor for class com.caucho.amber.collection.CollectionImpl
-
- CollectionJoin<Z,E> - Interface in javax.persistence.criteria
-
A join to an entity.
- CollectionSchemaExpr - Class in com.caucho.amber.expr
-
Represents a collection from a from-item table.
- CollectionSchemaExpr(PathExpr, String) - Constructor for class com.caucho.amber.expr.CollectionSchemaExpr
-
Creates the collection schema.
- CollectionSerializer - Class in com.caucho.json.ser
-
- CollectionTable - Annotation Type in javax.persistence
-
The @CollectionTable is used for collections of basic types
- CollectionTableConfig - Class in com.caucho.amber.cfg
-
The tag in orm.xml
- CollectionTableConfig() - Constructor for class com.caucho.amber.cfg.CollectionTableConfig
-
- CollectionTableConfig(String, String) - Constructor for class com.caucho.amber.cfg.CollectionTableConfig
-
- CollectionTableConfig(CollectionTable) - Constructor for class com.caucho.amber.cfg.CollectionTableConfig
-
- Column - Class in com.caucho.db.table
-
- Column - Annotation Type in javax.persistence
-
The @Column annotation.
- Column.ColumnType - Enum in com.caucho.db.table
-
- ColumnCompare - Class in com.caucho.amber.table
-
Sorts columns fields.
- ColumnCompare() - Constructor for class com.caucho.amber.table.ColumnCompare
-
- ColumnConfig - Class in com.caucho.amber.cfg
-
tag in the orm.xml
- ColumnConfig() - Constructor for class com.caucho.amber.cfg.ColumnConfig
-
- ColumnConfig(Column) - Constructor for class com.caucho.amber.cfg.ColumnConfig
-
- ColumnResult - Annotation Type in javax.persistence
-
The @ColumnResult annotation.
- ColumnResultConfig - Class in com.caucho.amber.cfg
-
The tag in orm.xml
- ColumnResultConfig() - Constructor for class com.caucho.amber.cfg.ColumnResultConfig
-
- com.caucho - package com.caucho
-
- com.caucho.admin - package com.caucho.admin
-
- com.caucho.admin.action - package com.caucho.admin.action
-
- com.caucho.admin.servlet - package com.caucho.admin.servlet
-
- com.caucho.admin.thread - package com.caucho.admin.thread
-
- com.caucho.admin.thread.filter - package com.caucho.admin.thread.filter
-
- com.caucho.amber - package com.caucho.amber
-
- com.caucho.amber.cfg - package com.caucho.amber.cfg
-
- com.caucho.amber.collection - package com.caucho.amber.collection
-
- com.caucho.amber.ejb3 - package com.caucho.amber.ejb3
-
- com.caucho.amber.entity - package com.caucho.amber.entity
-
- com.caucho.amber.expr - package com.caucho.amber.expr
-
- com.caucho.amber.expr.fun - package com.caucho.amber.expr.fun
-
- com.caucho.amber.field - package com.caucho.amber.field
-
- com.caucho.amber.filters - package com.caucho.amber.filters
-
- com.caucho.amber.gen - package com.caucho.amber.gen
-
- com.caucho.amber.idgen - package com.caucho.amber.idgen
-
- com.caucho.amber.jdbc - package com.caucho.amber.jdbc
-
- com.caucho.amber.manager - package com.caucho.amber.manager
-
- com.caucho.amber.query - package com.caucho.amber.query
-
- com.caucho.amber.session - package com.caucho.amber.session
-
- com.caucho.amber.table - package com.caucho.amber.table
-
- com.caucho.amber.type - package com.caucho.amber.type
-
- com.caucho.amber.util - package com.caucho.amber.util
-
- com.caucho.amp - package com.caucho.amp
-
- com.caucho.amp.actor - package com.caucho.amp.actor
-
- com.caucho.amp.broker - package com.caucho.amp.broker
-
- com.caucho.amp.impl - package com.caucho.amp.impl
-
- com.caucho.amp.mailbox - package com.caucho.amp.mailbox
-
- com.caucho.amp.manager - package com.caucho.amp.manager
-
- com.caucho.amp.router - package com.caucho.amp.router
-
- com.caucho.amp.skeleton - package com.caucho.amp.skeleton
-
- com.caucho.amp.spi - package com.caucho.amp.spi
-
- com.caucho.amp.stream - package com.caucho.amp.stream
-
- com.caucho.amqp - package com.caucho.amqp
-
- com.caucho.amqp.client - package com.caucho.amqp.client
-
- com.caucho.amqp.common - package com.caucho.amqp.common
-
- com.caucho.amqp.io - package com.caucho.amqp.io
-
- com.caucho.amqp.marshal - package com.caucho.amqp.marshal
-
- com.caucho.amqp.server - package com.caucho.amqp.server
-
- com.caucho.bam - package com.caucho.bam
-
- com.caucho.bam.actor - package com.caucho.bam.actor
-
- com.caucho.bam.broker - package com.caucho.bam.broker
-
- com.caucho.bam.client - package com.caucho.bam.client
-
- com.caucho.bam.mailbox - package com.caucho.bam.mailbox
-
- com.caucho.bam.manager - package com.caucho.bam.manager
-
- com.caucho.bam.packet - package com.caucho.bam.packet
-
- com.caucho.bam.proxy - package com.caucho.bam.proxy
-
- com.caucho.bam.query - package com.caucho.bam.query
-
- com.caucho.bam.router - package com.caucho.bam.router
-
- com.caucho.bam.stream - package com.caucho.bam.stream
-
- com.caucho.boot - package com.caucho.boot
-
- com.caucho.bootjni - package com.caucho.bootjni
-
- com.caucho.burlap - package com.caucho.burlap
-
- com.caucho.bytecode - package com.caucho.bytecode
-
- com.caucho.cloud.bam - package com.caucho.cloud.bam
-
- com.caucho.cloud.deploy - package com.caucho.cloud.deploy
-
- com.caucho.cloud.hmtp - package com.caucho.cloud.hmtp
-
- com.caucho.cloud.license - package com.caucho.cloud.license
-
- com.caucho.cloud.loadbalance - package com.caucho.cloud.loadbalance
-
- com.caucho.cloud.network - package com.caucho.cloud.network
-
- com.caucho.cloud.scaling - package com.caucho.cloud.scaling
-
- com.caucho.cloud.security - package com.caucho.cloud.security
-
- com.caucho.cloud.topology - package com.caucho.cloud.topology
-
- com.caucho.cluster - package com.caucho.cluster
-
- com.caucho.config - package com.caucho.config
-
- com.caucho.config.annotation - package com.caucho.config.annotation
-
- com.caucho.config.async - package com.caucho.config.async
-
- com.caucho.config.attribute - package com.caucho.config.attribute
-
- com.caucho.config.bytecode - package com.caucho.config.bytecode
-
- com.caucho.config.cfg - package com.caucho.config.cfg
-
- com.caucho.config.converter - package com.caucho.config.converter
-
- com.caucho.config.core - package com.caucho.config.core
-
- com.caucho.config.el - package com.caucho.config.el
-
- com.caucho.config.event - package com.caucho.config.event
-
- com.caucho.config.extension - package com.caucho.config.extension
-
- com.caucho.config.functions - package com.caucho.config.functions
-
- com.caucho.config.gen - package com.caucho.config.gen
-
- com.caucho.config.inject - package com.caucho.config.inject
-
- com.caucho.config.j2ee - package com.caucho.config.j2ee
-
- com.caucho.config.lib - package com.caucho.config.lib
-
- com.caucho.config.manager - package com.caucho.config.manager
-
- com.caucho.config.program - package com.caucho.config.program
-
- com.caucho.config.reflect - package com.caucho.config.reflect
-
- com.caucho.config.scope - package com.caucho.config.scope
-
- com.caucho.config.timer - package com.caucho.config.timer
-
- com.caucho.config.type - package com.caucho.config.type
-
- com.caucho.config.types - package com.caucho.config.types
-
- com.caucho.config.util - package com.caucho.config.util
-
- com.caucho.config.xml - package com.caucho.config.xml
-
- com.caucho.db - package com.caucho.db
-
- com.caucho.db.blob - package com.caucho.db.blob
-
- com.caucho.db.block - package com.caucho.db.block
-
- com.caucho.db.debug - package com.caucho.db.debug
-
- com.caucho.db.fun - package com.caucho.db.fun
-
- com.caucho.db.index - package com.caucho.db.index
-
- com.caucho.db.io - package com.caucho.db.io
-
- com.caucho.db.jca - package com.caucho.db.jca
-
- com.caucho.db.jdbc - package com.caucho.db.jdbc
-
- com.caucho.db.lock - package com.caucho.db.lock
-
- com.caucho.db.sql - package com.caucho.db.sql
-
- com.caucho.db.table - package com.caucho.db.table
-
- com.caucho.db.xa - package com.caucho.db.xa
-
- com.caucho.distcache - package com.caucho.distcache
-
- com.caucho.distcache.jcache - package com.caucho.distcache.jcache
-
- com.caucho.distcache.jdbc - package com.caucho.distcache.jdbc
-
- com.caucho.ejb - package com.caucho.ejb
-
- com.caucho.ejb.cfg - package com.caucho.ejb.cfg
-
- com.caucho.ejb.embeddable - package com.caucho.ejb.embeddable
-
- com.caucho.ejb.gen - package com.caucho.ejb.gen
-
- com.caucho.ejb.hessian - package com.caucho.ejb.hessian
-
- com.caucho.ejb.inject - package com.caucho.ejb.inject
-
- com.caucho.ejb.manager - package com.caucho.ejb.manager
-
- com.caucho.ejb.message - package com.caucho.ejb.message
-
- com.caucho.ejb.protocol - package com.caucho.ejb.protocol
-
- com.caucho.ejb.server - package com.caucho.ejb.server
-
- com.caucho.ejb.session - package com.caucho.ejb.session
-
- com.caucho.ejb.timer - package com.caucho.ejb.timer
-
- com.caucho.ejb.util - package com.caucho.ejb.util
-
- com.caucho.ejb.xa - package com.caucho.ejb.xa
-
- com.caucho.ejb3.gen - package com.caucho.ejb3.gen
-
- com.caucho.el - package com.caucho.el
-
- com.caucho.env.actor - package com.caucho.env.actor
-
- com.caucho.env.dbpool - package com.caucho.env.dbpool
-
- com.caucho.env.deploy - package com.caucho.env.deploy
-
- com.caucho.env.distcache - package com.caucho.env.distcache
-
- com.caucho.env.git - package com.caucho.env.git
-
- com.caucho.env.health - package com.caucho.env.health
-
- com.caucho.env.jdbc - package com.caucho.env.jdbc
-
- com.caucho.env.jpa - package com.caucho.env.jpa
-
- com.caucho.env.lock - package com.caucho.env.lock
-
- com.caucho.env.log - package com.caucho.env.log
-
- com.caucho.env.meter - package com.caucho.env.meter
-
- com.caucho.env.repository - package com.caucho.env.repository
-
- com.caucho.env.service - package com.caucho.env.service
-
- com.caucho.env.shutdown - package com.caucho.env.shutdown
-
- com.caucho.env.thread - package com.caucho.env.thread
-
- com.caucho.env.thread1 - package com.caucho.env.thread1
-
- com.caucho.env.thread2 - package com.caucho.env.thread2
-
- com.caucho.env.vfs - package com.caucho.env.vfs
-
- com.caucho.env.vote - package com.caucho.env.vote
-
- com.caucho.env.warning - package com.caucho.env.warning
-
- com.caucho.filters - package com.caucho.filters
-
- com.caucho.hemp - package com.caucho.hemp
-
- com.caucho.hemp.broker - package com.caucho.hemp.broker
-
- com.caucho.hemp.services - package com.caucho.hemp.services
-
- com.caucho.hemp.servlet - package com.caucho.hemp.servlet
-
- com.caucho.hessian - package com.caucho.hessian
-
- com.caucho.hessian.client - package com.caucho.hessian.client
-
- com.caucho.hmtp - package com.caucho.hmtp
-
- com.caucho.hmtp.server - package com.caucho.hmtp.server
-
- com.caucho.http.log - package com.caucho.http.log
-
- com.caucho.http.security - package com.caucho.http.security
-
- com.caucho.i18n - package com.caucho.i18n
-
- com.caucho.inject - package com.caucho.inject
-
- com.caucho.j2ee - package com.caucho.j2ee
-
- com.caucho.j2ee.appclient - package com.caucho.j2ee.appclient
-
- com.caucho.j2ee.cfg - package com.caucho.j2ee.cfg
-
- com.caucho.java - package com.caucho.java
-
Java compilation and auto-compile classloader
- com.caucho.java.enhancer - package com.caucho.java.enhancer
-
- com.caucho.java.gen - package com.caucho.java.gen
-
- com.caucho.jca.cfg - package com.caucho.jca.cfg
-
- com.caucho.jca.program - package com.caucho.jca.program
-
- com.caucho.jca.ra - package com.caucho.jca.ra
-
- com.caucho.jdbc - package com.caucho.jdbc
-
- com.caucho.jms - package com.caucho.jms
-
- com.caucho.jms.cfg - package com.caucho.jms.cfg
-
- com.caucho.jms.connection - package com.caucho.jms.connection
-
- com.caucho.jms.file - package com.caucho.jms.file
-
- com.caucho.jms.hub - package com.caucho.jms.hub
-
- com.caucho.jms.jca - package com.caucho.jms.jca
-
- com.caucho.jms.jdbc - package com.caucho.jms.jdbc
-
- com.caucho.jms.memory - package com.caucho.jms.memory
-
- com.caucho.jms.message - package com.caucho.jms.message
-
- com.caucho.jms.queue - package com.caucho.jms.queue
-
- com.caucho.jms.resource - package com.caucho.jms.resource
-
- com.caucho.jms.selector - package com.caucho.jms.selector
-
- com.caucho.jms.services - package com.caucho.jms.services
-
- com.caucho.jms.util - package com.caucho.jms.util
-
- com.caucho.jms2 - package com.caucho.jms2
-
- com.caucho.jmx - package com.caucho.jmx
-
- com.caucho.jmx.remote - package com.caucho.jmx.remote
-
- com.caucho.jmx.stats - package com.caucho.jmx.stats
-
- com.caucho.jsf.integration - package com.caucho.jsf.integration
-
- com.caucho.jslib - package com.caucho.jslib
-
- com.caucho.jsmp - package com.caucho.jsmp
-
- com.caucho.json - package com.caucho.json
-
- com.caucho.json.ser - package com.caucho.json.ser
-
- com.caucho.jsp - package com.caucho.jsp
-
- com.caucho.jsp.cfg - package com.caucho.jsp.cfg
-
- com.caucho.jsp.el - package com.caucho.jsp.el
-
- com.caucho.jsp.java - package com.caucho.jsp.java
-
- com.caucho.jsp.jsf - package com.caucho.jsp.jsf
-
- com.caucho.jstl - package com.caucho.jstl
-
- com.caucho.jstl.el - package com.caucho.jstl.el
-
- com.caucho.jstl.rt - package com.caucho.jstl.rt
-
- com.caucho.junit - package com.caucho.junit
-
- com.caucho.license - package com.caucho.license
-
- com.caucho.lifecycle - package com.caucho.lifecycle
-
- com.caucho.loader - package com.caucho.loader
-
- com.caucho.loader.enhancer - package com.caucho.loader.enhancer
-
- com.caucho.loader.ivy - package com.caucho.loader.ivy
-
- com.caucho.loader.maven - package com.caucho.loader.maven
-
- com.caucho.loader.module - package com.caucho.loader.module
-
- com.caucho.log - package com.caucho.log
-
- com.caucho.mail.smtp - package com.caucho.mail.smtp
-
- com.caucho.make - package com.caucho.make
-
- com.caucho.management.server - package com.caucho.management.server
-
- com.caucho.memcached - package com.caucho.memcached
-
- com.caucho.message - package com.caucho.message
-
- com.caucho.message.broker - package com.caucho.message.broker
-
- com.caucho.message.common - package com.caucho.message.common
-
- com.caucho.message.encode - package com.caucho.message.encode
-
- com.caucho.message.journal - package com.caucho.message.journal
-
- com.caucho.message.local - package com.caucho.message.local
-
- com.caucho.message.nautilus - package com.caucho.message.nautilus
-
- com.caucho.message.stomp - package com.caucho.message.stomp
-
- com.caucho.message.tourmaline - package com.caucho.message.tourmaline
-
- com.caucho.naming - package com.caucho.naming
-
- com.caucho.naming.burlap - package com.caucho.naming.burlap
-
- com.caucho.naming.hessian - package com.caucho.naming.hessian
-
- com.caucho.naming.java - package com.caucho.naming.java
-
- com.caucho.naming.mbean - package com.caucho.naming.mbean
-
- com.caucho.network.balance - package com.caucho.network.balance
-
- com.caucho.network.listen - package com.caucho.network.listen
-
- com.caucho.network.proxy - package com.caucho.network.proxy
-
- com.caucho.profile - package com.caucho.profile
-
- com.caucho.protocols - package com.caucho.protocols
-
- com.caucho.protocols.flash - package com.caucho.protocols.flash
-
- com.caucho.quercus - package com.caucho.quercus
-
- com.caucho.quercus.env - package com.caucho.quercus.env
-
- com.caucho.quercus.lib - package com.caucho.quercus.lib
-
- com.caucho.quercus.lib.bam - package com.caucho.quercus.lib.bam
-
- com.caucho.quercus.lib.resin - package com.caucho.quercus.lib.resin
-
- com.caucho.quercus.lib.session - package com.caucho.quercus.lib.session
-
- com.caucho.quercus.module - package com.caucho.quercus.module
-
- com.caucho.quercus.mysql - package com.caucho.quercus.mysql
-
- com.caucho.quercus.program - package com.caucho.quercus.program
-
- com.caucho.quercus.servlet - package com.caucho.quercus.servlet
-
- com.caucho.relaxng - package com.caucho.relaxng
-
- com.caucho.relaxng.pattern - package com.caucho.relaxng.pattern
-
- com.caucho.relaxng.program - package com.caucho.relaxng.program
-
- com.caucho.remote - package com.caucho.remote
-
- com.caucho.remote.annotation - package com.caucho.remote.annotation
-
- com.caucho.remote.burlap - package com.caucho.remote.burlap
-
- com.caucho.remote.client - package com.caucho.remote.client
-
- com.caucho.remote.hessian - package com.caucho.remote.hessian
-
- com.caucho.remote.server - package com.caucho.remote.server
-
- com.caucho.remote.websocket - package com.caucho.remote.websocket
-
- com.caucho.resin - package com.caucho.resin
-
- com.caucho.resources - package com.caucho.resources
-
- com.caucho.resources.rmi - package com.caucho.resources.rmi
-
- com.caucho.rewrite - package com.caucho.rewrite
-
- com.caucho.security - package com.caucho.security
-
- com.caucho.security.openid - package com.caucho.security.openid
-
- com.caucho.security.x509 - package com.caucho.security.x509
-
- com.caucho.server.admin - package com.caucho.server.admin
-
- com.caucho.server.cluster - package com.caucho.server.cluster
-
- com.caucho.server.deploy - package com.caucho.server.deploy
-
- com.caucho.server.dispatch - package com.caucho.server.dispatch
-
- com.caucho.server.distcache - package com.caucho.server.distcache
-
- com.caucho.server.e_app - package com.caucho.server.e_app
-
- com.caucho.server.embed - package com.caucho.server.embed
-
- com.caucho.server.fastcgi - package com.caucho.server.fastcgi
-
- com.caucho.server.hmux - package com.caucho.server.hmux
-
- com.caucho.server.host - package com.caucho.server.host
-
- com.caucho.server.http - package com.caucho.server.http
-
- com.caucho.server.httpcache - package com.caucho.server.httpcache
-
- com.caucho.server.log - package com.caucho.server.log
-
- com.caucho.server.repository - package com.caucho.server.repository
-
- com.caucho.server.resin - package com.caucho.server.resin
-
- com.caucho.server.rewrite - package com.caucho.server.rewrite
-
- com.caucho.server.security - package com.caucho.server.security
-
- com.caucho.server.session - package com.caucho.server.session
-
- com.caucho.server.snmp - package com.caucho.server.snmp
-
- com.caucho.server.snmp.types - package com.caucho.server.snmp.types
-
- com.caucho.server.spdy - package com.caucho.server.spdy
-
- com.caucho.server.thread - package com.caucho.server.thread
-
- com.caucho.server.util - package com.caucho.server.util
-
- com.caucho.server.webapp - package com.caucho.server.webapp
-
- com.caucho.server.webbeans - package com.caucho.server.webbeans
-
- com.caucho.servlet - package com.caucho.servlet
-
- com.caucho.servlet.comet - package com.caucho.servlet.comet
-
- com.caucho.servlets - package com.caucho.servlets
-
- com.caucho.servlets.naming - package com.caucho.servlets.naming
-
- com.caucho.servlets.ssi - package com.caucho.servlets.ssi
-
- com.caucho.servlets.webdav - package com.caucho.servlets.webdav
-
- com.caucho.sql - package com.caucho.sql
-
- com.caucho.sql.spy - package com.caucho.sql.spy
-
- com.caucho.tools.profiler - package com.caucho.tools.profiler
-
- com.caucho.transaction - package com.caucho.transaction
-
- com.caucho.transaction.xalog - package com.caucho.transaction.xalog
-
- com.caucho.util - package com.caucho.util
-
Assorted utilities
- com.caucho.vfs - package com.caucho.vfs
-
Resin's Virtual File System.
- com.caucho.vfs.i18n - package com.caucho.vfs.i18n
-
- com.caucho.vfs.memory - package com.caucho.vfs.memory
-
- com.caucho.vfs.net - package com.caucho.vfs.net
-
- com.caucho.websocket - package com.caucho.websocket
-
- com.caucho.xml - package com.caucho.xml
-
XML parsing and printing package.
- com.caucho.xml.parsers - package com.caucho.xml.parsers
-
JAXP factories for XML parsing
- com.caucho.xml.readers - package com.caucho.xml.readers
-
- com.caucho.xml.stream - package com.caucho.xml.stream
-
- com.caucho.xml.stream.events - package com.caucho.xml.stream.events
-
- com.caucho.xml.xschema - package com.caucho.xml.xschema
-
- com.caucho.xml2 - package com.caucho.xml2
-
- com.caucho.xml2.jaxp - package com.caucho.xml2.jaxp
-
- com.caucho.xml2.parsers - package com.caucho.xml2.parsers
-
- com.caucho.xml2.readers - package com.caucho.xml2.readers
-
- com.caucho.xpath - package com.caucho.xpath
-
Finding and selecting XML nodes using XSL patterns.
- com.caucho.xpath.expr - package com.caucho.xpath.expr
-
- com.caucho.xpath.functions - package com.caucho.xpath.functions
-
- com.caucho.xpath.pattern - package com.caucho.xpath.pattern
-
- com.caucho.xsl - package com.caucho.xsl
-
The XSLT transformation package.
- com.caucho.xsl.fun - package com.caucho.xsl.fun
-
- com.caucho.xsl.java - package com.caucho.xsl.java
-
- CometController - Interface in com.caucho.servlet.comet
-
Deprecated.
- CometFilter - Interface in com.caucho.servlet.comet
-
Servlet to handle comet requests.
- CometFilterChain - Interface in com.caucho.servlet.comet
-
Filter chain to handle the next resume
- CometServlet - Interface in com.caucho.servlet.comet
-
Servlet to handle comet requests.
- CometServletFilterChain - Class in com.caucho.server.dispatch
-
Represents the final servlet in a filter chain.
- CometServletFilterChain(ServletConfigImpl) - Constructor for class com.caucho.server.dispatch.CometServletFilterChain
-
Create the filter chain servlet.
- comment(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
-
Handles the callback for a comment.
- comment(String) - Method in class com.caucho.xml.DOMBuilder
-
Handles the callback for a comment.
- comment(String) - Method in class com.caucho.xml.SAXBuilder
-
- comment(String) - Method in class com.caucho.xml.XmlPrinter
-
Prints a comment
- comment(String) - Method in interface com.caucho.xml.XMLWriter
-
- comment(char[], int, int) - Method in class com.caucho.xml2.DOMBuilder
-
Handles the callback for a comment.
- comment(String) - Method in class com.caucho.xml2.DOMBuilder
-
Handles the callback for a comment.
- comment(String) - Method in class com.caucho.xml2.SAXBuilder
-
- comment(String) - Method in class com.caucho.xml2.XmlPrinter
-
Prints a comment
- comment(String) - Method in interface com.caucho.xml2.XMLWriter
-
- CommentImpl - Class in com.caucho.xml.stream.events
-
- CommentImpl(String) - Constructor for class com.caucho.xml.stream.events.CommentImpl
-
- CommException - Exception in javax.resource.spi
-
An exception with internal causes.
- CommException() - Constructor for exception javax.resource.spi.CommException
-
- CommException(String) - Constructor for exception javax.resource.spi.CommException
-
- CommException(String, String) - Constructor for exception javax.resource.spi.CommException
-
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
- commit() - Method in interface com.caucho.amber.AmberConnection
-
Commits a transaction.
- commit() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- commit() - Method in class com.caucho.amber.manager.AmberConnection
-
Commits a transaction.
- commit() - Method in class com.caucho.db.block.Block
-
Handle any database writes necessary at commit time.
- commit() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- commit() - Method in class com.caucho.db.xa.DbTransaction
-
- commit(Xid, boolean) - Method in class com.caucho.ejb.hessian.HessianXAResource
-
- commit() - Method in class com.caucho.ejb.util.XAManager
-
Commits transaction.
- commit() - Method in class com.caucho.env.git.GitCommitTree
-
Commits the tree by calculating the directory hashes
- commit() - Method in class com.caucho.jms.connection.JmsSession
-
Commits the messages.
- commit(Xid, boolean) - Method in class com.caucho.jms.connection.JmsSession
-
Called to commit.
- commit(int) - Method in class com.caucho.jms.jdbc.JdbcQueue
-
Removes the first message matching the selector.
- commit() - Method in class com.caucho.jslib.Database
-
Commits the current connection.
- commit(String) - Method in class com.caucho.message.stomp.StompConnection
-
- commit() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- commit(Xid, boolean) - Method in class com.caucho.sql.DisjointXAResource
-
Commits the resource
- commit() - Method in class com.caucho.sql.spy.SpyConnection
-
- commit(Xid, boolean) - Method in class com.caucho.sql.spy.SpyXAResource
-
Commits the resource
- commit() - Method in class com.caucho.sql.UserConnection
-
- commit() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- commit(Xid, boolean) - Method in class com.caucho.tools.profiler.XAResourceWrapper
-
- commit() - Method in class com.caucho.transaction.TransactionImpl
-
Commit the transaction.
- commit() - Method in class com.caucho.transaction.TransactionManagerImpl
-
Commit the transaction.
- commit() - Method in class com.caucho.transaction.UserTransactionImpl
-
Commits the transaction
- commit() - Method in class com.caucho.transaction.UserTransactionProxy
-
Commits the transaction
- commit() - Method in interface javax.jms.Session
-
- commit() - Method in interface javax.jms.XASession
-
- commit() - Method in interface javax.persistence.EntityTransaction
-
Commits a resource transaction.
- commit() - Method in interface javax.resource.cci.LocalTransaction
-
Commits a local transaction.
- commit() - Method in interface javax.resource.spi.LocalTransaction
-
Commits a local transaction.
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits a transaction.
- commit() - Method in interface javax.transaction.Transaction
-
Commits the transaction.
- commit() - Method in interface javax.transaction.TransactionManager
-
Commits the transaction
- commit() - Method in interface javax.transaction.UserTransaction
-
Commits the transaction
- commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
-
Called to commit.
- commitArchive(CommitBuilder, Path) - Method in class com.caucho.env.repository.AbstractRepository
-
Convenience method for adding the content of a jar.
- commitArchive(CommitBuilder, InputStream) - Method in class com.caucho.env.repository.AbstractRepository
-
Convenience method for adding the content of a jar.
- commitArchive(CommitBuilder, Path) - Method in interface com.caucho.env.repository.Repository
-
Adds and commits a jar/zip archive
- commitArchive(CommitBuilder, InputStream) - Method in interface com.caucho.env.repository.Repository
-
Adds and commits a jar/zip archive.
- commitArchive(CommitBuilder, Path) - Method in class com.caucho.server.deploy.DeployClient
-
Uploads the contents of a jar/zip file to a Resin server.
- commitArchive(CommitBuilder, Path, long) - Method in class com.caucho.server.deploy.DeployClient
-
- commitArchive(CommitBuilder, InputStream) - Method in class com.caucho.server.deploy.DeployClient
-
Uploads the contents of a jar/zip file to a Resin server.
- CommitBuilder - Class in com.caucho.env.repository
-
Builds a repository commit.
- CommitBuilder() - Constructor for class com.caucho.env.repository.CommitBuilder
-
- commitNoWake() - Method in class com.caucho.db.block.Block
-
Handle any database writes necessary at commit time.
- commitPath(CommitBuilder, Path) - Method in class com.caucho.env.repository.AbstractRepository
-
Convenience method for adding a path/directory.
- commitPath(CommitBuilder, Path) - Method in interface com.caucho.env.repository.Repository
-
Adds and commits a full path, recursively
- commitPath(CommitBuilder, Path) - Method in class com.caucho.server.deploy.DeployClient
-
Uploads the contents of a jar/zip file to a Resin server.
- commitPath(CommitBuilder, Path, long) - Method in class com.caucho.server.deploy.DeployClient
-
- CompactParser - Class in com.caucho.relaxng
-
Builder for the relax.
- CompactVerifierFactoryImpl - Class in com.caucho.relaxng
-
JARV Verifier factory.
- CompactVerifierFactoryImpl() - Constructor for class com.caucho.relaxng.CompactVerifierFactoryImpl
-
- ComparableElement<E> - Interface in com.caucho.util
-
Defines an interface to that an object can provide a comparison of itself to others of its type,
with the comparison returned as an object.
- ComparableElement.Comparison<E> - Interface in com.caucho.util
-
A comparison of the typed element.
- compare(AmberField, AmberField) - Method in class com.caucho.amber.field.AmberFieldCompare
-
Compares the fields.
- compare(IdField, IdField) - Method in class com.caucho.amber.field.IdFieldCompare
-
Compares the fields.
- compare(AmberColumn, AmberColumn) - Method in class com.caucho.amber.table.ColumnCompare
-
Compares the fields.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.BinaryKeyCompare
-
Compares the key to the block data.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.IntKeyCompare
-
Compares the key to the block data.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.KeyCompare
-
Compares the key to the block data.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.LongKeyCompare
-
Compares the key to the block data.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.StringKeyCompare
-
Compares the key to the block data.
- compare(byte[], int, byte[], int, int) - Method in class com.caucho.db.index.VarBinaryKeyCompare
-
Compares the key to the block data.
- compare(C, C) - Method in class com.caucho.env.deploy.DeployContainer.StartupPriorityComparator
-
- compare(TimeInterval, TimeInterval) - Method in class com.caucho.util.TimeIntervalElement
-
- compareAndPut(DistCacheEntry, long, MnodeUpdate, long, long) - Method in class com.caucho.server.distcache.AbstractCacheEngine
-
- compareAndPut(DistCacheEntry, long, MnodeUpdate, long, long) - Method in interface com.caucho.server.distcache.CacheEngine
-
- compareAndPut(long, Object) - Method in class com.caucho.server.distcache.DistCacheEntry
-
- compareAndPut(DistCacheEntry, long, MnodeUpdate, long, long, Object, CacheConfig) - Method in class com.caucho.server.distcache.DistCacheEntry
-
- compareAndPut(V, K, V) - Method in class com.caucho.util.LruCache
-
Puts a new item in the cache if the current value matches oldValue.
- compareAndPutLocal(long, MnodeUpdate, StreamSource) - Method in class com.caucho.server.distcache.DistCacheEntry
-
- compareAndPutLocal(long, MnodeUpdate, long, long, Object) - Method in class com.caucho.server.distcache.DistCacheEntry
-
- compareAndRemove(Object, long) - Method in class com.caucho.distcache.AbstractCache
-
Removes the entry from the cache if the current entry matches the version.
- compareAndRemove(Object, long) - Method in interface com.caucho.distcache.ByteStreamCache
-
Removes the entry from the cache if the current entry matches the hash
- compareAndRemove(K, long) - Method in interface com.caucho.distcache.ObjectCache
-
Removes the entry from the cache if the current entry's version
matches.
- compareAndRemove(Object, long) - Method in class com.caucho.server.distcache.CacheImpl
-
Removes the entry from the cache if the current entry matches the version.
- compareAndSetEntry(MnodeEntry, MnodeEntry) - Method in class com.caucho.server.distcache.DistCacheEntry
-
Sets the current value.
- compareDocumentPosition(Node) - Method in class com.caucho.xml.QAbstractNode
-
Compares the document position
- compareDocumentPosition(Node) - Method in class com.caucho.xml2.QAbstractNode
-
Compares the document position
- compareTo(Object) - Method in class com.caucho.amber.entity.AmberEntityHome
-
- compareTo(ConfigProgram) - Method in class com.caucho.config.program.ConfigProgram
-
- compareTo(RepositoryTagMap) - Method in class com.caucho.env.repository.RepositoryTagMap
-
- compareTo(IvyRevision) - Method in class com.caucho.loader.ivy.IvyRevision
-
- compareTo(Object) - Method in class com.caucho.loader.module.Artifact
-
- compareTo(ArtifactVersion) - Method in class com.caucho.loader.module.ArtifactVersion
-
- compareTo(HealthEventLog) - Method in class com.caucho.management.server.HealthEventLog
-
- compareTo(Object) - Method in class com.caucho.naming.QName
-
Compares the name to another name.
- compareTo(MnodeEntry) - Method in class com.caucho.server.distcache.MnodeEntry
-
Compares values
- compareTo(ProfilerPoint) - Method in class com.caucho.tools.profiler.ProfilerPoint
-
- compareTo(E) - Method in interface com.caucho.util.ComparableElement
-
The recommended implementation of this method is:
public int compareTo(E element)
{
return comparison(element).value();
}
- compareTo(HashKey) - Method in class com.caucho.util.HashKey
-
- compareTo(TimeInterval) - Method in class com.caucho.util.TimeIntervalElement
-
- compareTo(Path) - Method in class com.caucho.vfs.Path
-
- compareTo(Object) - Method in class com.caucho.xml.QName
-
- compareTo(SelectedNode) - Method in class com.caucho.xpath.pattern.SelectedAttribute
-
Returns the node's index
- compareTo(SelectedNode) - Method in class com.caucho.xpath.pattern.SelectedNode
-
Returns the node's index
- compareTreePosition(Node) - Method in class com.caucho.xml.QAbstractNode
-
- compareTreePosition(Node) - Method in class com.caucho.xml2.QAbstractNode
-
- compareVersionAndPut(Object, long, Object) - Method in class com.caucho.distcache.AbstractCache
-
Updates the cache if the old version matches the current version.
- compareVersionAndPut(K, long, Object) - Method in interface com.caucho.distcache.ObjectCache
-
Updates the cache if the old value hash matches the current value.
- compareVersionAndPut(Object, long, Object) - Method in class com.caucho.server.distcache.CacheImpl
-
Updates the cache if the old version matches the current version.
- compareWith(E) - Method in interface com.caucho.util.ComparableElement
-
- compareWith(TimeInterval) - Method in class com.caucho.util.TimeIntervalElement
-
- comparison(TimeInterval, TimeInterval) - Static method in enum com.caucho.util.TimeInterval.Comparison
-
Provides a comparsion of two time intervals.
- compile() - Method in class com.caucho.amber.gen.AmberEnhancer
-
Compiles the pending classes.
- compile() - Method in interface com.caucho.amber.gen.AmberGenerator
-
Compiles the pending classes.
- compile() - Method in class com.caucho.amber.gen.AmberGeneratorImpl
-
Compiles the pending classes.
- compile() - Method in class com.caucho.ejb.EJBCompiler
-
- compile() - Method in class com.caucho.java.AbstractGenerator
-
Compiles the Java code
- compile(String) - Method in class com.caucho.java.gen.JavaClassGenerator
-
Compiles the Java code
- compile(String, LineMap) - Method in class com.caucho.java.JavaCompilerUtil
-
Compiles the class.
- compile(String, LineMap, boolean) - Method in class com.caucho.java.JavaCompilerUtil
-
Compiles the class.
- compile(Path, String) - Method in class com.caucho.jsp.JspCompiler
-
Compiles the JSP file specified with jspFile.
- compile() - Method in class com.caucho.jsp.JspCompilerInstance
-
- compileBatch(String[]) - Method in class com.caucho.java.JavaCompilerUtil
-
Compiles a batch list of classes.
- compileBatch(String[]) - Method in class com.caucho.jsp.JspCompiler
-
- CompileClassNotFound - Exception in com.caucho.java
-
Wrapper for a compile error.
- CompileClassNotFound(String) - Constructor for exception com.caucho.java.CompileClassNotFound
-
Create a CompileClassNotFound exception with a message.
- CompileClassNotFound(Exception) - Constructor for exception com.caucho.java.CompileClassNotFound
-
Create a CompileClassNotFound exception wrapped around a root cause.
- CompileError - Class in com.caucho.java
-
- CompileError(String, int, int, String) - Constructor for class com.caucho.java.CompileError
-
- CompileException - Interface in com.caucho.util
-
- compileFromPath(Path) - Static method in class com.caucho.relaxng.CompactVerifierFactoryImpl
-
Compile a schema.
- compileFromResource(String) - Static method in class com.caucho.relaxng.CompactVerifierFactoryImpl
-
Reads the schema from the classpath.
- compileIfModified(String, LineMap) - Method in class com.caucho.java.JavaCompilerUtil
-
Compiles the class.
- compileInt(String[], LineMap) - Method in class com.caucho.java.AbstractJavaCompiler
-
Compile the configured file.
- compileInt(String[], LineMap) - Method in class com.caucho.java.EclipseCompiler
-
- compileInt(String[], LineMap) - Method in class com.caucho.java.ExternalCompiler
-
Compile the configured file.
- compileInt(String[], LineMap) - Method in class com.caucho.java.GroovyCompiler
-
Compile the configured file.
- compileInt(String[], LineMap) - Method in class com.caucho.java.InternalCompiler
-
- compileInt(String[], LineMap) - Method in class com.caucho.java.InternalCompiler2
-
- compileInt(String[], LineMap) - Method in class com.caucho.java.InternalCompilerTools
-
- compileInt(String[], LineMap) - Method in class com.caucho.java.JavaCompilerUtil
-
- compileIsModified() - Method in class com.caucho.loader.ClassEntry
-
Returns true if the compile doesn't avoid the dependency.
- compileJava() - Method in class com.caucho.java.AbstractGenerator
-
Compiles the class.
- compileJava(String) - Method in class com.caucho.java.gen.JavaClassGenerator
-
Compiles the class.
- compilePath(ArrayList<String>, String) - Method in class com.caucho.jsp.JspCompiler
-
- compilePendingJava() - Method in class com.caucho.java.gen.JavaClassGenerator
-
Compiles the pending files
- CompileRequest - Class in com.caucho.server.http
-
Handles a compiling request.
- CompilerThread() - Constructor for class com.caucho.java.ExternalCompiler.CompilerThread
-
- compileSchema(Path) - Method in class com.caucho.relaxng.CompactVerifierFactoryImpl
-
Compile a schema.
- compileSchema(InputSource) - Method in class com.caucho.relaxng.CompactVerifierFactoryImpl
-
Compile a schema.
- compileSchema(InputSource) - Method in interface com.caucho.relaxng.VerifierFactory
-
Compile a schema.
- compileSchema(String) - Method in class com.caucho.relaxng.VerifierFactoryImpl
-
Compile a schema.
- compileSchema(InputSource) - Method in class com.caucho.relaxng.VerifierFactoryImpl
-
Compile a schema.
- compileTag(TagTaglib) - Method in class com.caucho.jsp.JspCompilerInstance
-
- CompilingLoader - Class in com.caucho.loader
-
A class loader that automatically compiles Java.
- CompilingLoader() - Constructor for class com.caucho.loader.CompilingLoader
-
- CompilingLoader(ClassLoader) - Constructor for class com.caucho.loader.CompilingLoader
-
- CompilingLoader(ClassLoader, Path) - Constructor for class com.caucho.loader.CompilingLoader
-
Creates a new compiling class loader
- CompilingLoader(ClassLoader, Path, Path, String, String) - Constructor for class com.caucho.loader.CompilingLoader
-
Creates a new compiling class loader
- complete(EntityType, Object, EntityItem) - Method in interface com.caucho.amber.entity.AmberCompletion
-
Code when the transaction completes.
- complete(ResultSetCacheChunk) - Method in interface com.caucho.amber.entity.AmberCompletion
-
Code to update caches when a transaction completes.
- complete(EntityType, Object, EntityItem) - Method in class com.caucho.amber.entity.RowInsertCompletion
-
Code when the transaction completes.
- complete(ResultSetCacheChunk) - Method in class com.caucho.amber.entity.RowInsertCompletion
-
Code to invalidate the query.
- complete(EntityType, Object, EntityItem) - Method in class com.caucho.amber.entity.RowInvalidateCompletion
-
Code when the transaction completes.
- complete(ResultSetCacheChunk) - Method in class com.caucho.amber.entity.RowInvalidateCompletion
-
Code to invalidate the query.
- complete(EntityType, Object, EntityItem) - Method in class com.caucho.amber.entity.TableInvalidateCompletion
-
Code when the transaction completes.
- complete(ResultSetCacheChunk) - Method in class com.caucho.amber.entity.TableInvalidateCompletion
-
Code to invalidate the query.
- complete(ArrayList<AmberCompletion>) - Method in class com.caucho.amber.EnvAmberManager
-
Completions affecting the cache.
- complete(ArrayList<AmberCompletion>) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Completions affecting the cache.
- complete(UserQuery, AmberConnection) - Method in class com.caucho.amber.query.AbstractQuery
-
Any post-sql completion
- complete(UserQuery, AmberConnection) - Method in class com.caucho.amber.query.AmberDeleteQuery
-
Adds any completion info.
- complete(UserQuery, AmberConnection) - Method in class com.caucho.amber.query.UpdateQuery
-
Adds any completion info.
- complete(Object) - Method in class com.caucho.json.ser.JavaDeserializer
-
- complete() - Method in class com.caucho.network.listen.AsyncController
-
- complete() - Method in class com.caucho.network.listen.SocketLinkDuplexController
-
- complete() - Method in class com.caucho.server.http.AsyncContextImpl
-
Completes the comet connection
- complete() - Method in class com.caucho.server.http.ConnectionCometController
-
Complete the connection
- complete() - Method in class com.caucho.server.http.RequestWrapper
-
Complete the request
- complete() - Method in interface com.caucho.servlet.DuplexContext
-
Complete and close the connection.
- complete(V) - Method in class com.caucho.util.BasicFuture
-
- complete(RuntimeException) - Method in class com.caucho.util.BasicFuture
-
- complete() - Method in interface javax.servlet.AsyncContext
-
- completeCache() - Method in class com.caucho.filters.CauchoResponseWrapper
-
- completeCache() - Method in class com.caucho.server.http.AbstractCauchoResponse
-
- completeCache() - Method in class com.caucho.server.http.AbstractResponseStream
-
- completeCache() - Method in class com.caucho.server.http.CauchoDispatchResponse
-
- completeCache() - Method in interface com.caucho.server.http.CauchoResponse
-
- completeCache() - Method in class com.caucho.server.http.CauchoResponseWrapper
-
- completeCache() - Method in class com.caucho.server.http.ResponseAdapter
-
- completeCache() - Method in class com.caucho.server.http.ResponseStream
-
- completeCache() - Method in class com.caucho.server.http.StubServletResponse
-
- completeCache() - Method in class com.caucho.server.webapp.IncludeResponseStream2
-
- completeConnection() - Method in class com.caucho.network.balance.ClientNetworkState
-
- completeExecutorTask() - Method in class com.caucho.env.thread.ThreadPool
-
Called when an executor task completes
- completeExecutorTask() - Method in class com.caucho.env.thread1.ThreadPool1
-
Called when an executor task completes
- completeGenerate(ArrayList<XslNode>, ArrayList) - Method in class com.caucho.xsl.JavaGenerator
-
- completeOffer(T) - Method in class com.caucho.util.RingQueue
-
- completePoll(T) - Method in class com.caucho.util.RingQueue
-
- completeRequest(BeanContainerRequest) - Method in class com.caucho.resin.ResinBeanContainer
-
Completes the thread's request and exits the Resin context.
- ComponentValueGenerator - Class in com.caucho.config.program
-
Generator for a component value.
- ComponentValueGenerator(String, Bean<?>) - Constructor for class com.caucho.config.program.ComponentValueGenerator
-
- composeName(String, String) - Method in class com.caucho.naming.ContextImpl
-
- composeName(Name, Name) - Method in class com.caucho.naming.ContextImpl
-
- composeName(String, String) - Method in class com.caucho.naming.ErrorContext
-
- composeName(Name, Name) - Method in class com.caucho.naming.ErrorContext
-
- composeName(String, String) - Method in class com.caucho.naming.PathJndiContext
-
- composeName(Name, Name) - Method in class com.caucho.naming.PathJndiContext
-
- composeResponse(SnmpMessageValue) - Method in class com.caucho.server.snmp.SnmpRequest
-
- CompositeDataBean - Class in com.caucho.quercus.lib.resin
-
- CompositeDataClassDef - Class in com.caucho.quercus.program
-
Represents an introspected Java class.
- CompositeDataClassDef(ModuleContext, String, Class) - Constructor for class com.caucho.quercus.program.CompositeDataClassDef
-
- CompositeDataValue - Class in com.caucho.quercus.env
-
- CompositeDataValue(CompositeData) - Constructor for class com.caucho.quercus.env.CompositeDataValue
-
- CompositeDataWrapper - Class in com.caucho.quercus.env
-
- CompositeDataWrapper(CompositeData) - Constructor for class com.caucho.quercus.env.CompositeDataWrapper
-
- CompositeELResolver - Class in javax.el
-
Resolves properties based on arrays.
- CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
-
- CompositeId - Class in com.caucho.amber.field
-
Configuration for a bean's field
- CompositeId(EntityType, ArrayList<IdField>) - Constructor for class com.caucho.amber.field.CompositeId
-
- CompositeId(EntityType) - Constructor for class com.caucho.amber.field.CompositeId
-
- CompoundSelection<X> - Interface in javax.persistence.criteria
-
Criteria selection.
- CONCAT - Static variable in class com.caucho.amber.query.QueryParser
-
- CONCAT - Static variable in class com.caucho.xpath.Expr
-
- concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- CONCAT_OP - Static variable in class com.caucho.amber.query.QueryParser
-
- concatenate(JavaMethod) - Method in class com.caucho.bytecode.JavaMethod
-
Concatenates the method.
- ConcatExpr - Class in com.caucho.servlets.ssi
-
Represents a SSI string concat expression
- ConcatFunExpr - Class in com.caucho.amber.expr.fun
-
CONCAT function expression
- ConcatFunExpr(QueryParser, ArrayList<AmberExpr>) - Constructor for class com.caucho.amber.expr.fun.ConcatFunExpr
-
Creates a new expression
- ConcurrencyManagement - Annotation Type in javax.ejb
-
Declares a bean's concurrency management type.
- ConcurrencyManagementLiteral - Class in com.caucho.ejb.cfg
-
Configuration for @Remove@SuppressWarnings("serial")
- ConcurrencyManagementType - Enum in javax.ejb
-
Concurrency management type.
- ConcurrentAccessException - Exception in javax.ejb
-
A ConcurrentAccessException indicates that the client has attempted an
invocation on a stateful session bean while another invocation is in
progress.
- ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed
message.
- ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message
and a nested exception.
- ConcurrentAccessTimeoutException - Exception in javax.ejb
-
This exception indicates that an attempt to concurrently access a bean method
resulted in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
-
Constructs a new concurrent access timeout exception with null
as its detail message.
- ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
-
Constructs a new concurrent access timeout exception with the specified
detail message.
- ConcurrentArrayList<E> - Class in com.caucho.util
-
A Concurrent array similar to the JDK's CopyOnWriteArrayList but
saves a fixed array to avoid extra allocations.
- ConcurrentArrayList(Class<E>) - Constructor for class com.caucho.util.ConcurrentArrayList
-
- ConcurrentArrayList.ArrayIterator<E> - Class in com.caucho.util
-
- ConcurrentArrayList.Match<E,K> - Interface in com.caucho.util
-
- ConcurrentMethod<X> - Class in com.caucho.ejb.cfg
-
Configuration for remove-method.
- ConcurrentMethod() - Constructor for class com.caucho.ejb.cfg.ConcurrentMethod
-
- Condition - Interface in com.caucho.server.rewrite
-
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
- ConditionalExpr - Class in com.caucho.el
-
Represents a conditional expression
- ConditionalExpr(Expr, Expr, Expr) - Constructor for class com.caucho.el.ConditionalExpr
-
Creates the conditional expression.
- ConditionalNullExpr - Class in com.caucho.el
-
Represents a conditional expression
- ConditionalNullExpr(Expr, Expr) - Constructor for class com.caucho.el.ConditionalNullExpr
-
Creates the conditional expression.
- ConditionalTagSupport - Class in javax.servlet.jsp.jstl.core
-
- ConditionalTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
- ConditionConfig - Class in com.caucho.server.rewrite
-
- ConditionConfig() - Constructor for class com.caucho.server.rewrite.ConditionConfig
-
- Config - Class in com.caucho.config
-
Facade for Resin's configuration builder.
- Config() - Constructor for class com.caucho.config.Config
-
- Config(ClassLoader) - Constructor for class com.caucho.config.Config
-
- Config - Class in javax.servlet.jsp.jstl.core
-
- Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
- CONFIG_FILE - Static variable in class com.caucho.ejb.embeddable.EJBContainerImpl
-
- ConfigAdmin - Class in com.caucho.config
-
- configCat(String, String, String, String) - Method in interface com.caucho.management.server.ManagementMXBean
-
- configCat(String, String, String, String) - Method in class com.caucho.server.resin.ManagementAdmin
-
- ConfigCatCommand - Class in com.caucho.boot
-
- ConfigCatCommand() - Constructor for class com.caucho.boot.ConfigCatCommand
-
- ConfigContextResolver - Class in com.caucho.config.el
-
Variable resolution for webbeans variables
- ConfigContextResolver() - Constructor for class com.caucho.config.el.ConfigContextResolver
-
- configDeploy(String, String, String, String, InputStream) - Method in interface com.caucho.management.server.ManagementMXBean
-
- configDeploy(String, String, String, String, InputStream) - Method in class com.caucho.server.resin.ManagementAdmin
-
- ConfigDeployCommand - Class in com.caucho.boot
-
- ConfigELContext - Class in com.caucho.config
-
Creates a variable resolver based on the classloader.
- ConfigELContext() - Constructor for class com.caucho.config.ConfigELContext
-
Creates the resolver
- ConfigELContext(ELResolver) - Constructor for class com.caucho.config.ConfigELContext
-
Creates the resolver
- ConfigException - Exception in com.caucho.config
-
Thrown by the various Builders
- ConfigException() - Constructor for exception com.caucho.config.ConfigException
-
Create a null exception
- ConfigException(String) - Constructor for exception com.caucho.config.ConfigException
-
Creates an exception with a message
- ConfigException(String, Throwable) - Constructor for exception com.caucho.config.ConfigException
-
Creates an exception with a message and throwable
- ConfigException(Throwable) - Constructor for exception com.caucho.config.ConfigException
-
Creates an exception with a throwable
- ConfigJpaPersistenceUnit - Class in com.caucho.env.jpa
-
tag in the resin-web.xml
- ConfigJpaPersistenceUnit() - Constructor for class com.caucho.env.jpa.ConfigJpaPersistenceUnit
-
- ConfigJpaPersistenceUnitDefault - Class in com.caucho.env.jpa
-
tag in the resin-web.xml
- ConfigJpaPersistenceUnitDefault() - Constructor for class com.caucho.env.jpa.ConfigJpaPersistenceUnitDefault
-
- configLs(String, String, String, String) - Method in interface com.caucho.management.server.ManagementMXBean
-
- configLs(String, String, String, String) - Method in class com.caucho.server.resin.ManagementAdmin
-
- ConfigLsCommand - Class in com.caucho.boot
-
- ConfigLsCommand() - Constructor for class com.caucho.boot.ConfigLsCommand
-
- ConfigMXBean - Interface in com.caucho.management.server
-
MBean API for a parsed Config file.
- ConfigPath - Class in com.caucho.vfs
-
ConfigPath implements remote configuration scheme.
- ConfigPersistence - Class in com.caucho.env.jpa
-
Top
tag for the persistence.xml
- ConfigPersistence(Path) - Constructor for class com.caucho.env.jpa.ConfigPersistence
-
- ConfigPersistenceUnit - Class in com.caucho.env.jpa
-
tag in the persistence.xml
- ConfigPersistenceUnit(URL) - Constructor for class com.caucho.env.jpa.ConfigPersistenceUnit
-
- ConfigProgram - Class in com.caucho.config.program
-
A saved program for configuring an object.
- ConfigProgram() - Constructor for class com.caucho.config.program.ConfigProgram
-
- ConfigProgramArray - Class in com.caucho.config.types
-
Custom bean configured by namespace
- ConfigProgramArray() - Constructor for class com.caucho.config.types.ConfigProgramArray
-
- ConfigProgramType - Class in com.caucho.config.type
-
Represents an interface.
- ConfigProgramType(Class<?>) - Constructor for class com.caucho.config.type.ConfigProgramType
-
Create the interface type
- ConfigPropertiesResolver - Class in com.caucho.config
-
Variable resolver for Resin config properties.
- ConfigPropertiesResolver() - Constructor for class com.caucho.config.ConfigPropertiesResolver
-
Creates the resolver
- ConfigPropertiesResolver(ELResolver) - Constructor for class com.caucho.config.ConfigPropertiesResolver
-
Creates the resolver
- ConfigProperty - Class in com.caucho.jca.cfg
-
Configuration property for a connector.
- ConfigProperty() - Constructor for class com.caucho.jca.cfg.ConfigProperty
-
- ConfigPropertyConfig - Class in com.caucho.jca.cfg
-
Configuration for a connector configuration property.
- ConfigPropertyConfig() - Constructor for class com.caucho.jca.cfg.ConfigPropertyConfig
-
- ConfigRuntimeException - Exception in com.caucho.config
-
Thrown by the various Builders
- ConfigRuntimeException() - Constructor for exception com.caucho.config.ConfigRuntimeException
-
Create a null exception
- ConfigRuntimeException(String) - Constructor for exception com.caucho.config.ConfigRuntimeException
-
Creates an exception with a message
- ConfigRuntimeException(String, Throwable) - Constructor for exception com.caucho.config.ConfigRuntimeException
-
Creates an exception with a message and throwable
- ConfigRuntimeException(Throwable) - Constructor for exception com.caucho.config.ConfigRuntimeException
-
Creates an exception with a throwable
- configServer(Object, CloudServer) - Static method in class com.caucho.cloud.network.NetworkClusterSystem
-
- ConfigStatement - Class in com.caucho.servlets.ssi
-
Represents a SSI config statement
- ConfigType<T> - Class in com.caucho.config.type
-
Represents an introspected configuration type.
- ConfigType() - Constructor for class com.caucho.config.type.ConfigType
-
- configUndeploy(String, String, String, String) - Method in interface com.caucho.management.server.ManagementMXBean
-
- configUndeploy(String, String, String, String) - Method in class com.caucho.server.resin.ManagementAdmin
-
- ConfigUndeployCommand - Class in com.caucho.boot
-
- ConfigUndeployCommand() - Constructor for class com.caucho.boot.ConfigUndeployCommand
-
- Configurable - Annotation Type in com.caucho.config
-
- Configuration<K,V> - Interface in javax.cache
-
Configuration for a new Cache.
- Configuration.Duration - Class in javax.cache
-
- Configuration.ExpiryType - Enum in javax.cache
-
- configure() - Method in class com.caucho.amber.cfg.AmberConfigManager
-
- configure(AbstractEnhancedType) - Method in class com.caucho.amber.gen.AmberEnhancer
-
Parses the configuration file.
- configure(AbstractEnhancedType) - Method in interface com.caucho.amber.gen.AmberGenerator
-
Configures the type.
- configure(AbstractEnhancedType) - Method in class com.caucho.amber.gen.AmberGeneratorImpl
-
Configures the type.
- configure() - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Configure lazy.
- configure(Object, Path) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file.
- configure(Object, InputStream) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file.
- configure(Object, Path, String) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file and schema.
- configure(Object, Path, Schema) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file and schema.
- configure(Object, InputStream, String) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file.
- configure(Object, InputStream, Schema) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file.
- configure(Object, Node) - Method in class com.caucho.config.Config
-
Configures a bean with a DOM.
- configure(Object) - Method in class com.caucho.config.core.ResinWhen
-
- configure(InjectManager) - Static method in class com.caucho.config.lib.ResinConfigLibrary
-
- configure(Object) - Method in class com.caucho.config.program.ConfigProgram
-
Configures the object.
- configure(Class<T>) - Method in class com.caucho.config.program.ConfigProgram
-
- configure(Class<T>, XmlConfigContext) - Method in class com.caucho.config.program.ConfigProgram
-
Configures a bean given a class to instantiate.
- configure(Object) - Method in class com.caucho.config.types.JndiLink
-
- configure(Object) - Method in class com.caucho.config.types.ReferenceConfig
-
- configure(Object, Node) - Method in class com.caucho.config.xml.XmlConfigContext
-
External call to configure a bean based on a top-level node.
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.AfterBeginMethod
-
Configures the bean with the override values
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.BeforeCompletionMethod
-
Configures the bean with the override values
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.ConcurrentMethod
-
Configures the bean with the override values
- configure() - Method in class com.caucho.ejb.cfg.EjbBeanConfigProxy
-
- configure() - Method in class com.caucho.ejb.cfg.EjbConfig
-
Configures the pending beans.
- configure() - Method in class com.caucho.ejb.cfg.EjbMessageConfigProxy
-
Initializes and configures the message bean.
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.EjbMethodPattern
-
Configures the bean with the override values
- configure() - Method in class com.caucho.ejb.cfg.EjbSessionConfigProxy
-
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.PostConstructType
-
- configure(AnnotatedMethod<?>) - Method in class com.caucho.ejb.cfg.RemoveMethod
-
Configures the bean with the override values
- configure() - Method in class com.caucho.resin.BeanEmbed
-
Configures the bean (for internal use)
- configure(FilterConfigImpl) - Method in class com.caucho.resin.FilterEmbed
-
- configure(FilterMapping) - Method in class com.caucho.resin.FilterMappingEmbed
-
- configure(ServletConfigImpl) - Method in class com.caucho.resin.ServletEmbed
-
- configure(ServletMapping) - Method in class com.caucho.resin.ServletMappingEmbed
-
- configure(WebApp) - Method in class com.caucho.resin.WebAppEmbed
-
Configures the web-app (for internal use)
- configure(InjectManager) - Static method in class com.caucho.server.webbeans.ResinServerConfigLibrary
-
- configureAttribute(Object, Node) - Method in class com.caucho.config.xml.XmlConfigContext
-
External call to configure a bean's attribute.
- configureBean(Object, Path, String) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file and schema.
- configureBean(Object, Path) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file and schema.
- configureBean(Object, Node) - Method in class com.caucho.config.Config
-
Configures a bean with a DOM.
- configureBean(Object, Path, Schema) - Method in class com.caucho.config.Config
-
Configures a bean with a configuration file and schema.
- configureBean(Object, Node) - Method in class com.caucho.config.xml.XmlConfigContext
-
External call to configure a bean based on a top-level node, calling
init() and replaceObject() when done.
- configureCache(String, Configuration<K, V>) - Method in class com.caucho.distcache.jcache.CacheManagerFacade
-
- configureCache(String, Configuration<K, V>) - Method in interface javax.cache.CacheManager
-
- Configured - Annotation Type in com.caucho.config
-
Alternative for an XML file, with higher priority than
Production.
- configureDependencies() - Method in class com.caucho.amber.cfg.BaseConfigIntrospector
-
Completes all partial bean introspection.
- ConfiguredLiteral - Class in com.caucho.config
-
Utility class for creating @Name annotations, used for generic
resources like DataSources.
- ConfiguredLiteral() - Constructor for class com.caucho.config.ConfiguredLiteral
-
- configureEnhancerEvent() - Method in class com.caucho.loader.DynamicClassLoader
-
Sends an event to notify than an event has changed.
- configureEnhancerEvent() - Method in class com.caucho.loader.EnvironmentClassLoader
-
Adds a listener to detect class loader changes.
- configureFile(Path) - Method in class com.caucho.server.resin.BootConfig
-
- configureFile(Path) - Method in class com.caucho.server.resin.Resin
-
- configureFromArgs(String[]) - Method in class com.caucho.jsp.JspCompiler
-
Callable by applications to initialize the compiler.
- configureInstance(I) - Method in class com.caucho.env.deploy.DeployController
-
Configuration of the instance
- configureInstance(I) - Method in class com.caucho.env.deploy.EnvironmentDeployController
-
Configures the instance.
- configureInstance(I) - Method in class com.caucho.env.deploy.ExpandDeployController
-
- configureInstance(Host) - Method in class com.caucho.server.host.HostController
-
Creates the host.
- configureInstanceVariables(I) - Method in class com.caucho.env.deploy.EnvironmentDeployController
-
- configureInstanceVariables(WebApp) - Method in class com.caucho.server.webapp.WebAppController
-
Creates the webApp.
- configureIvyFile(Path) - Method in class com.caucho.loader.ivy.IvyManager
-
- configureLinks() - Method in class com.caucho.amber.cfg.BaseConfigIntrospector
-
Completes all partial bean introspection.
- configureNode(Node, Object, ConfigType<?>) - Method in class com.caucho.config.xml.XmlConfigContext
-
Configures a bean, calling its init() and replaceObject() methods.
- configurePersistenceRoots() - Method in class com.caucho.env.jpa.PersistenceManager
-
- configurePostEnhancerEvent() - Method in class com.caucho.loader.DynamicClassLoader
-
Sends an event to notify than an event has changed.
- configurePostEnhancerEvent() - Method in class com.caucho.loader.EnvironmentClassLoader
-
Adds a listener to detect class loader changes.
- configureProgram(ConfigProgram) - Method in class com.caucho.server.resin.Resin
-
- configureRootPath(Path) - Method in class com.caucho.ejb.cfg.EjbConfigManager
-
- configureRootPath(Path) - Method in class com.caucho.ejb.manager.EjbManager
-
Adds a root URL
- configureServerDefault(ClusterServer) - Method in class com.caucho.server.cluster.Cluster
-
Configure the default values for the server
- ConfigVar(BootClusterConfig) - Constructor for class com.caucho.boot.BootResinConfig.ConfigVar
-
- CONFLICT - Static variable in class com.caucho.bam.BamError
-
An existing resource or session already exists.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- connect() - Method in class com.caucho.amqp.AmqpConnectionFactory
-
- connect() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- connect() - Method in class com.caucho.hmtp.HmtpClient
-
- connect(String, String) - Method in class com.caucho.hmtp.HmtpClient
-
- connect(String, Serializable) - Method in class com.caucho.hmtp.HmtpClient
-
- connect() - Method in class com.caucho.message.local.LocalConnectionFactoryImpl
-
- connect() - Method in interface com.caucho.message.MessageConnectionFactory
-
- connect(String, String) - Method in class com.caucho.message.stomp.StompClient
-
- connect() - Method in class com.caucho.message.tourmaline.NautilusConnectionFactoryImpl
-
- connect(String, Properties) - Method in class com.caucho.quercus.mysql.QuercusMysqlDriver
-
- connect() - Method in class com.caucho.remote.websocket.WebSocketClient
-
- connect(String, String) - Method in class com.caucho.remote.websocket.WebSocketClient
-
- connect(String, Properties) - Method in class com.caucho.sql.spy.SpyDriver
-
- connect(String, Properties) - Method in class com.caucho.tools.profiler.DriverWrapper
-
- connect(String, int) - Static method in class com.caucho.vfs.JniSocketImpl
-
- connect(String, int) - Method in class com.caucho.vfs.net.NetworkSystem
-
- connect(InetAddress, int, long) - Method in class com.caucho.vfs.net.NetworkSystem
-
- connect(InetSocketAddress, long) - Method in class com.caucho.vfs.net.NetworkSystem
-
- connect(InetSocketAddress, long) - Method in class com.caucho.vfs.net.TcpNetworkSystem
-
- CONNECT_TIMEOUT - Static variable in class com.caucho.vfs.TcpPath
-
- connectImpl() - Method in class com.caucho.hmtp.HmtpClient
-
- connectImpl(String, String) - Method in class com.caucho.remote.websocket.WebSocketClient
-
- connectImpl(String, int) - Method in class com.caucho.vfs.JniSocketImpl
-
Creates the new server socket.
- Connection - Interface in javax.jms
-
The main destination.
- Connection - Interface in javax.resource.cci
-
Represents an application handle for the client.
- CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
-
- CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
-
- CONNECTION_TIMEOUT - Static variable in class com.caucho.bam.BamError
-
Error if the connection to the server failed.
- connectionClosed(ConnectionEvent) - Method in class com.caucho.sql.ManagedConnectionImpl
-
- connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that an application has closed the connection.
- ConnectionCometController - Class in com.caucho.server.http
-
Public API to control a comet connection.
- ConnectionCometController(SocketLink, boolean, ServletRequest, ServletResponse) - Constructor for class com.caucho.server.http.ConnectionCometController
-
- ConnectionConfig - Class in com.caucho.sql
-
Configures the connection
- ConnectionConfig() - Constructor for class com.caucho.sql.ConnectionConfig
-
- ConnectionConsumer - Interface in javax.jms
-
The main destination.
- ConnectionContext - Class in com.caucho.jdbc
-
Abstract way of grabbing data from the JDBC connection.
- ConnectionContext() - Constructor for class com.caucho.jdbc.ConnectionContext
-
- ConnectionDefinition - Class in com.caucho.jca.cfg
-
Configuration for a connector.
- ConnectionDefinition() - Constructor for class com.caucho.jca.cfg.ConnectionDefinition
-
- connectionErrorOccurred(ConnectionEvent) - Method in class com.caucho.sql.ManagedConnectionImpl
-
- connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that a connection error has occurred.
- ConnectionEvent - Class in javax.resource.spi
-
A listener for connection events, implemented by the application
server.
- ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
-
Creates an event.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
-
Creates an event.
- ConnectionEventListener - Interface in javax.resource.spi
-
A listener for connection events, implemented by the application
server.
- ConnectionFactory - Class in com.caucho.db.jca
-
Driver for the internal database.
- ConnectionFactory() - Constructor for class com.caucho.db.jca.ConnectionFactory
-
- ConnectionFactory() - Constructor for class com.caucho.jca.ra.ConnectorConfig.ConnectionFactory
-
- ConnectionFactory() - Constructor for class com.caucho.jca.ra.ConnectorResource.ConnectionFactory
-
- ConnectionFactory - Interface in javax.jms
-
The connection factory.
- ConnectionFactory - Interface in javax.resource.cci
-
Creates application connection objects.
- ConnectionFactoryConfig - Class in com.caucho.jca.cfg
-
Configuration for the connection-factory pattern.
- ConnectionFactoryConfig() - Constructor for class com.caucho.jca.cfg.ConnectionFactoryConfig
-
- ConnectionFactoryImpl - Class in com.caucho.jms.connection
-
A sample connection factory.
- ConnectionFactoryImpl() - Constructor for class com.caucho.jms.connection.ConnectionFactoryImpl
-
- ConnectionFactoryImpl - Class in com.caucho.jms
-
Deprecated.
- ConnectionFactoryImpl() - Constructor for class com.caucho.jms.ConnectionFactoryImpl
-
Deprecated.
- ConnectionImpl - Class in com.caucho.db.jdbc
-
The JDBC connection implementation.
- ConnectionImpl(PooledConnectionImpl) - Constructor for class com.caucho.db.jdbc.ConnectionImpl
-
- ConnectionImpl(Database) - Constructor for class com.caucho.db.jdbc.ConnectionImpl
-
- ConnectionImpl - Class in com.caucho.jms.connection
-
A connection.
- ConnectionImpl(ConnectionFactoryImpl, boolean) - Constructor for class com.caucho.jms.connection.ConnectionImpl
-
- ConnectionImpl(ConnectionFactoryImpl) - Constructor for class com.caucho.jms.connection.ConnectionImpl
-
- connectionInfo() - Method in interface com.caucho.management.server.PortMXBean
-
Returns the connection info
- connectionInfo() - Method in class com.caucho.network.listen.TcpPortAdmin
-
returns information for all the port's connections
- ConnectionListener() - Constructor for class com.caucho.jca.ra.ConnectorConfig.ConnectionListener
-
- ConnectionListener() - Constructor for class com.caucho.jca.ra.ConnectorResource.ConnectionListener
-
- ConnectionManager - Interface in javax.resource.spi
-
Interface for the application server's connection manager support.
- ConnectionMetaData - Interface in javax.jms
-
The main destination.
- ConnectionMetaData - Interface in javax.resource.cci
-
Represents metadata about the connection itself.
- ConnectionMetaDataImpl - Class in com.caucho.jms.connection
-
Metadata
- ConnectionPool - Class in com.caucho.env.dbpool
-
Implementation of the connection manager.
- ConnectionPool() - Constructor for class com.caucho.env.dbpool.ConnectionPool
-
- ConnectionPoolAdapter - Class in com.caucho.sql
-
Adapter for DataSource used as a Driver.
- ConnectionPoolAdapter(DataSource) - Constructor for class com.caucho.sql.ConnectionPoolAdapter
-
Creates a new SpyDataSource
- ConnectionPoolDataSourceImpl - Class in com.caucho.db.jdbc
-
Driver for the internal database.
- ConnectionPoolDataSourceImpl() - Constructor for class com.caucho.db.jdbc.ConnectionPoolDataSourceImpl
-
Creates a new data source
- ConnectionPoolDataSourceWrapper - Class in com.caucho.tools.profiler
-
- ConnectionPoolDataSourceWrapper(ProfilerPoint, ConnectionPoolDataSource) - Constructor for class com.caucho.tools.profiler.ConnectionPoolDataSourceWrapper
-
- ConnectionPoolMXBean - Interface in com.caucho.management.server
-
MBean API for the JCA connection pool.
- ConnectionRequestInfo - Interface in javax.resource.spi
-
Resource-specific information.
- ConnectionSpec - Interface in javax.resource.cci
-
EIS-specific connection information.
- ConnectionTimeoutException - Exception in com.caucho.bam
-
HMPP wrapper
- ConnectionTimeoutException() - Constructor for exception com.caucho.bam.ConnectionTimeoutException
-
- ConnectionTimeoutException(String) - Constructor for exception com.caucho.bam.ConnectionTimeoutException
-
- ConnectionTimeoutException(String, BamError) - Constructor for exception com.caucho.bam.ConnectionTimeoutException
-
- ConnectionTimeoutException(BamError) - Constructor for exception com.caucho.bam.ConnectionTimeoutException
-
- ConnectionWrapper - Class in com.caucho.tools.profiler
-
- ConnectionWrapper(ProfilerPoint, Connection) - Constructor for class com.caucho.tools.profiler.ConnectionWrapper
-
- ConnectorBean() - Constructor for class com.caucho.jca.ra.ConnectorConfig.ConnectorBean
-
- ConnectorBean() - Constructor for class com.caucho.jca.ra.ConnectorResource.ConnectorBean
-
- ConnectorConfig - Class in com.caucho.jca.cfg
-
Configuration for a connector.
- ConnectorConfig() - Constructor for class com.caucho.jca.cfg.ConnectorConfig
-
- ConnectorConfig - Class in com.caucho.jca.ra
-
Configuration for the pattern.
- ConnectorConfig() - Constructor for class com.caucho.jca.ra.ConnectorConfig
-
- ConnectorConfig.ConnectionFactory - Class in com.caucho.jca.ra
-
- ConnectorConfig.ConnectionListener - Class in com.caucho.jca.ra
-
- ConnectorConfig.ConnectorBean - Class in com.caucho.jca.ra
-
- ConnectorConfig.EndpointFactory - Class in com.caucho.jca.ra
-
- ConnectorConfig.License - Class in com.caucho.jca.cfg
-
- ConnectorConfig.ResourceAdapterConfig - Class in com.caucho.jca.ra
-
- ConnectorResource - Class in com.caucho.jca.ra
-
Configuration for the pattern.
- ConnectorResource() - Constructor for class com.caucho.jca.ra.ConnectorResource
-
- ConnectorResource.ConnectionFactory - Class in com.caucho.jca.ra
-
- ConnectorResource.ConnectionListener - Class in com.caucho.jca.ra
-
- ConnectorResource.ConnectorBean - Class in com.caucho.jca.ra
-
- ConnectorResource.EndpointFactory - Class in com.caucho.jca.ra
-
- ConnectorResource.ResourceAdapterConfig - Class in com.caucho.jca.ra
-
- ConsoleCommand - Class in com.caucho.boot
-
Command to start Resin server in console mode
bin/resin.sh console -server a
- ConsoleCommand() - Constructor for class com.caucho.boot.ConsoleCommand
-
- CONST - Static variable in class com.caucho.xpath.Expr
-
- ConstantPool - Class in com.caucho.bytecode
-
Represents a constant pool entry.
- ConstantPoolEntry - Class in com.caucho.bytecode
-
Represents a constant pool entry.
- constantToString(int) - Static method in class com.caucho.xml.stream.StaxUtil
-
- ConstPath - Class in com.caucho.vfs
-
- ConstPath(Path, StreamImpl) - Constructor for class com.caucho.vfs.ConstPath
-
- Constraint - Class in com.caucho.db.table
-
Validity constraints.
- Constraint() - Constructor for class com.caucho.db.table.Constraint
-
- ConstraintManager - Class in com.caucho.server.security
-
Manages security constraint.
- ConstraintManager() - Constructor for class com.caucho.server.security.ConstraintManager
-
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- constructURI(HttpServletRequest) - Method in class com.caucho.network.proxy.HttpProxyClient
-
- ContainerConstraint - Class in com.caucho.server.security
-
- ContainerConstraint() - Constructor for class com.caucho.server.security.ContainerConstraint
-
- ContainerProgram - Class in com.caucho.config.program
-
- ContainerProgram() - Constructor for class com.caucho.config.program.ContainerProgram
-
- ContainerTransaction - Class in com.caucho.ejb.cfg
-
Configuraton for a method transaction
- ContainerTransaction(EjbJar, EjbConfig) - Constructor for class com.caucho.ejb.cfg.ContainerTransaction
-
Creates a new cmp-relation
- contains(Object) - Method in interface com.caucho.amber.AmberConnection
-
Returns true if the entitiy is managed.
- contains(Object) - Method in class com.caucho.amber.manager.AmberConnection
-
Loads the object based on itself.
- contains(Object) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Returns true if the entity belongs to the current context.
- contains(Object) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Returns true if the entity belongs to the current context.
- contains(Object) - Method in class com.caucho.env.dbpool.IdlePoolSet
-
Returns true if the item is in the set.
- contains(String) - Method in class com.caucho.env.git.GitSystem
-
- contains(Object) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Returns true if the entity belongs to the current context.
- contains(Object) - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
- contains(String, String) - Static method in class com.caucho.jstl.Functions
-
Returns true if the first string contains the second.
- contains(Object) - Method in class com.caucho.loader.EnvironmentProperties
-
- contains(Object) - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- contains(Object) - Method in class com.caucho.message.common.AbstractQueueSender
-
- contains(Object) - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- contains(Object) - Method in class com.caucho.util.AbstractActorQueue
-
- contains(Object) - Method in class com.caucho.util.ConcurrentArrayList
-
- contains(double) - Method in class com.caucho.util.DoubleArray
-
- contains(int) - Method in class com.caucho.util.IntArray
-
Returns true if the array contains and integer equal to test.
- contains(int) - Method in class com.caucho.util.IntSet
-
True if the set contains the element
- contains(Object) - Method in class com.caucho.util.LifoSet
-
Returns true if the item is in the set.
- CONTAINS - Static variable in class com.caucho.xpath.Expr
-
- contains(Class, Object) - Method in interface javax.persistence.Cache
-
Returns true if the cache contains data for the entity
- contains(Object) - Method in interface javax.persistence.EntityManager
-
Check if the instance belongs to the current context.
- containsAll(Collection<?>) - Method in class com.caucho.env.dbpool.IdlePoolSet
-
Returns true if the item is in the set.
- containsAll(Collection<?>) - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- containsAll(Collection<?>) - Method in class com.caucho.message.common.AbstractQueueSender
-
- containsAll(Collection<?>) - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- containsAll(Collection<?>) - Method in class com.caucho.util.AbstractActorQueue
-
- containsAll(Collection<?>) - Method in class com.caucho.util.LifoSet
-
Returns true if the item is in the set.
- containsCompletionField(String) - Method in class com.caucho.amber.type.AmberBeanType
-
Returns true if and only if it has the completion field.
- containsHeader(String) - Method in class com.caucho.server.http.AbstractHttpResponse
-
Returns true if the response already contains the named header.
- containsHeader(String) - Method in class com.caucho.server.http.CauchoDispatchResponse
-
- containsHeader(String) - Method in class com.caucho.server.http.CauchoResponseWrapper
-
- containsHeader(String) - Method in class com.caucho.server.http.HttpServletResponseImpl
-
Returns true if the output headers include name
- containsHeader(String) - Method in class com.caucho.server.http.ResponseWrapper
-
Returns true if the output headers include name
- containsHeader(String) - Method in class com.caucho.server.http.StubServletResponse
-
- containsHeader(String) - Method in class com.caucho.server.webapp.IncludeResponse
-
- containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Returns true if the output headers include name
- containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
Returns true if the output headers include name
- containsIgnoreCase(String, String) - Static method in class com.caucho.jstl.Functions
-
Returns true if the first string contains the second.
- containsKey(Object) - Method in class com.caucho.distcache.AbstractCache
-
Returns true if an entry for the item is found in the cache.
- containsKey(Object) - Method in class com.caucho.loader.EnvironmentMap
-
- containsKey(Object) - Method in class com.caucho.loader.EnvironmentProperties
-
- containsKey(Object) - Method in class com.caucho.memcached.MemcachedClient
-
- containsKey(Object) - Method in class com.caucho.server.distcache.CacheImpl
-
Returns true if an entry for the item is found in the cache.
- containsKey(K) - Method in interface javax.cache.Cache
-
- containsSession(String) - Method in class com.caucho.server.session.SessionManager
-
Returns true if the session exists in this manager.
- containsURL(Path) - Method in class com.caucho.loader.DynamicClassLoader
-
Adds the URL to the URLClassLoader.
- containsURL(URL) - Method in class com.caucho.loader.DynamicClassLoader
-
Returns true if the loader contains the url.
- containsUser(String) - Method in class com.caucho.security.XmlRoleMap.Role
-
- containsValue(Object) - Method in class com.caucho.loader.EnvironmentMap
-
- containsValue(Object) - Method in class com.caucho.loader.EnvironmentProperties
-
- ContentLengthStream - Class in com.caucho.server.http
-
Filter so POST readers can only read data up to the content length
- ContentLengthStream() - Constructor for class com.caucho.server.http.ContentLengthStream
-
- Context - Interface in javax.enterprise.context.spi
-
Represents a bean scope, storing the bean instances available to the
execution context, and corresponding to a
@ScopeType.
- ContextContainer - Class in com.caucho.config.scope
-
Serializable container for a bean scope.
- ContextContainer() - Constructor for class com.caucho.config.scope.ContextContainer
-
- contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
- ContextDependent - Annotation Type in com.caucho.config
-
- contextDestroyed(ServletContextEvent) - Method in class com.caucho.jsp.JspPrecompileListener
-
- contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Callback when a ServletContext is destroyed
- ContextException - Exception in javax.enterprise.context
-
Exception thrown when a webbean definition is inconsistent or invalid
- ContextException() - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
-
- ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
-
- ContextFilterChain - Class in com.caucho.server.webapp
-
Represents the next filter in a filter chain.
- ContextFilterChain(FilterChain) - Constructor for class com.caucho.server.webapp.ContextFilterChain
-
Creates a new FilterChainFilter.
- ContextImpl - Class in com.caucho.naming
-
Resin's implementation of the JNDI Context.
- ContextImpl(AbstractModel, Hashtable<String, Object>) - Constructor for class com.caucho.naming.ContextImpl
-
Creates a ContextImpl.
- ContextImpl(String, AbstractModel, Hashtable<String, Object>) - Constructor for class com.caucho.naming.ContextImpl
-
Creates a ContextImpl.
- contextInitialized(ServletContextEvent) - Method in class com.caucho.jsp.JspPrecompileListener
-
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Callback when a ServletContext is initialized
- ContextLoaderObjectInputStream - Class in com.caucho.vfs
-
Object input stream which loads based on the context class loader.
- ContextLoaderObjectInputStream(InputStream) - Constructor for class com.caucho.vfs.ContextLoaderObjectInputStream
-
Creates the new object input stream.
- ContextNotActiveException - Exception in javax.enterprise.context
-
Exception thrown when a webbean definition is inconsistent or invalid
- ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
-
- Contextual<T> - Interface in javax.enterprise.context.spi
-
Contextual creates and destroys instances of a given type.
- ContinueMapFilterChain - Class in com.caucho.server.rewrite
-
- ContinueMapFilterChain(String, String, FilterChain, FilterChainMapper) - Constructor for class com.caucho.server.rewrite.ContinueMapFilterChain
-
- controllerLogModified(Logger) - Method in class com.caucho.env.deploy.DeployController
-
- controllerLogModified(Logger) - Method in class com.caucho.env.deploy.ExpandDeployController
-
- controllerRestart(String, ReplyCallback<DeployControllerState>) - Method in class com.caucho.server.deploy.DeployActor
-
- controllerRestart(String, ReplyCallback<DeployControllerState>) - Method in interface com.caucho.server.deploy.DeployActorProxy
-
- Conversation - Interface in javax.enterprise.context
-
The CDI conversation
- ConversationContext - Class in com.caucho.server.webbeans
-
The conversation scope value
- ConversationContext() - Constructor for class com.caucho.server.webbeans.ConversationContext
-
- ConversationJsfViewHandler - Class in com.caucho.server.webbeans
-
The conversation scope value
- ConversationJsfViewHandler(ViewHandler) - Constructor for class com.caucho.server.webbeans.ConversationJsfViewHandler
-
- ConversationScoped - Annotation Type in javax.enterprise.context
-
The @ConversationScoped represents the JSF conversation scope
- ConversationScopedLiteral - Class in com.caucho.config.cfg
-
Represents the @RequestScoped annotation
- Converter - Interface in com.caucho.config.converter
-
Converts from a string value to a type
- convertError(String, int, int, String) - Method in class com.caucho.java.LineMap
-
Converts an error in the generated file to a CompileError based on
the source.
- convertLine(String, int) - Method in class com.caucho.java.LineMap
-
- convertParameterValue(JspJavaWriter, String, String) - Method in class com.caucho.jsp.java.JspNode
-
- convertToSource(Object, String) - Static method in class com.caucho.jstl.el.XmlTransformTag
-
- Cookie - Class in javax.servlet.http
-
Encapsulates HTTP cookies.
- Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
-
Create a new cookie with the specified name and value.
- CookieAuthenticator - Interface in com.caucho.security
-
Base implementation to log in a user.
- CookieCondition - Class in com.caucho.server.rewrite
-
A rewrite condition that passes if a named cookie exists and has a value
that matches a regular expression.
- CookieExpression - Class in com.caucho.jsp.el
-
- CookieExpression() - Constructor for class com.caucho.jsp.el.CookieExpression
-
- CookieFieldExpression - Class in com.caucho.jsp.el
-
- CookieImpl - Class in com.caucho.server.session
-
Extends the cookie.
- CookieImpl(String, String) - Constructor for class com.caucho.server.session.CookieImpl
-
Create a new cookie object.
- copy() - Method in class com.caucho.ejb.hessian.HessianModel
-
Creates a new instance of HessianModel.
- copy() - Method in class com.caucho.jms.message.BytesMessageImpl
-
- copy(BytesMessageImpl) - Method in class com.caucho.jms.message.BytesMessageImpl
-
- copy() - Method in class com.caucho.jms.message.MapMessageImpl
-
- copy(MapMessageImpl) - Method in class com.caucho.jms.message.MapMessageImpl
-
- copy(Message) - Method in class com.caucho.jms.message.MessageFactory
-
Copy the message.
- copy() - Method in class com.caucho.jms.message.MessageImpl
-
- copy(MessageImpl) - Method in class com.caucho.jms.message.MessageImpl
-
- copy() - Method in class com.caucho.jms.message.ObjectMessageImpl
-
- copy() - Method in class com.caucho.jms.message.StreamMessageImpl
-
- copy(StreamMessageImpl) - Method in class com.caucho.jms.message.StreamMessageImpl
-
- copy() - Method in class com.caucho.jms.message.TextMessageImpl
-
- copy(TextMessageImpl) - Method in class com.caucho.jms.message.TextMessageImpl
-
- copy() - Method in class com.caucho.jsp.Taglib
-
- copy() - Method in class com.caucho.naming.AbstractModel
-
This is a deep copy.
- copy(Env, IdentityHashMap<Value, Value>) - Method in class com.caucho.quercus.env.ResinSessionArrayValue
-
Copy for serialization
- copy() - Method in class com.caucho.security.PasswordUser
-
Creates a copy
- copy() - Method in class com.caucho.server.security.PasswordUser
-
Creates a copy
- copy(Slist) - Static method in class com.caucho.util.Slist
-
Copies a slist
- copy() - Method in class com.caucho.vfs.FilePath
-
- copy() - Method in class com.caucho.vfs.MergePath
-
- copy() - Method in class com.caucho.vfs.Path
-
- copy() - Method in class com.caucho.vfs.SchemeMap
-
- copy() - Method in class com.caucho.vfs.TempStream
-
Copies the temp stream;
- copy(NodeIterator) - Method in class com.caucho.xpath.pattern.NodeIterator
-
copies the iterator.
- copy(AbstractStylesheet) - Method in class com.caucho.xsl.AbstractStylesheet
-
Copies the current stylesheet into the new stylesheet.
- copy(AbstractStylesheet) - Method in class com.caucho.xsl.StylesheetImpl
-
- copyAxis() - Method in class com.caucho.xpath.pattern.AbstractPattern
-
Returns the owning axis for the pattern.
- copyCache() - Method in class com.caucho.vfs.MemoryPath
-
- copyCache() - Method in class com.caucho.vfs.NotFoundPath
-
- copyContextProperties() - Static method in class com.caucho.jmx.Jmx
-
Returns a copy of the context properties.
- copyContextProperties(ClassLoader) - Static method in class com.caucho.jmx.Jmx
-
Returns a copy of the context properties.
- copyDeep() - Method in class com.caucho.vfs.MemoryPath
-
- copyFrom(Invocation) - Method in class com.caucho.server.dispatch.Invocation
-
Copies from the invocation.
- copyFrom(ServletConfigImpl) - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- copyFrom(ServletInvocation) - Method in class com.caucho.server.dispatch.ServletInvocation
-
Copies from the invocation.
- copyNode(QDocument, boolean) - Method in class com.caucho.xml.QDocument
-
- copyNode(QDocument, boolean) - Method in class com.caucho.xml2.QDocument
-
- copyOf(Object) - Method in class com.caucho.xsl.XslWriter
-
Adds a deep copy of the node to the current node.
- copyPosition() - Method in class com.caucho.xpath.pattern.AbstractPattern
-
Returns the position matching pattern.
- copyPosition() - Method in class com.caucho.xpath.pattern.FilterPattern
-
- copyPosition() - Method in class com.caucho.xpath.pattern.NodePattern
-
Copies the position (non-axis) portion of the pattern.
- copyPosition() - Method in class com.caucho.xpath.pattern.NodeTypePattern
-
Copies the node matching portion of the pattern, i.e.
- copyPosition() - Method in class com.caucho.xpath.pattern.NSNamePattern
-
Copies the position (non-axis) portion of the pattern.
- copyProperties() - Method in class com.caucho.jmx.MBeanContext
-
Sets the properties.
- copyReaderToWriter(XMLStreamReader, XMLStreamWriter) - Static method in class com.caucho.xml.stream.StaxUtil
-
Copys all the events from the input to the output, without going past
an unmatch end element.
- COPYRIGHT - Static variable in class com.caucho.Version
-
- COPYRIGHT - Static variable in class com.caucho.VersionFactory
-
- copyState(Lifecycle) - Method in class com.caucho.lifecycle.Lifecycle
-
Copies from a target state.
- copyTag(String, String, Map<String, String>) - Method in class com.caucho.server.deploy.DeployActor
-
- copyTag(String, String, Map<String, String>) - Method in interface com.caucho.server.deploy.DeployActorProxy
-
- copyTag(CommitBuilder, CommitBuilder) - Method in class com.caucho.server.deploy.DeployClient
-
Copies a tag
- CopyTagQuery - Class in com.caucho.cloud.deploy
-
- CopyTagQuery(String, String, Map<String, String>) - Constructor for class com.caucho.cloud.deploy.CopyTagQuery
-
- copyTo(Data) - Method in class com.caucho.db.sql.Data
-
Returns the value as a double.
- copyTo(ELParser) - Method in class com.caucho.el.ELParser
-
Copy to the dest parser.
- copyToFile(Path, String) - Method in class com.caucho.env.git.GitSystem
-
- CoreForEachTag - Class in com.caucho.jstl.rt
-
- CoreForEachTag() - Constructor for class com.caucho.jstl.rt.CoreForEachTag
-
- CoreForEachTag.ArrayIterator - Class in com.caucho.jstl.rt
-
- CoreForEachTag.RangeIterator - Class in com.caucho.jstl.rt
-
- CoreForEachTag.StringIterator - Class in com.caucho.jstl.rt
-
- CoreForTokensTag - Class in com.caucho.jstl.rt
-
- CoreForTokensTag() - Constructor for class com.caucho.jstl.rt.CoreForTokensTag
-
- CoreForTokensTag.TokenIterator - Class in com.caucho.jstl.rt
-
- CoreImportTag - Class in com.caucho.jstl.rt
-
- CoreImportTag() - Constructor for class com.caucho.jstl.rt.CoreImportTag
-
- CoreOutTag - Class in com.caucho.jstl.el
-
- CoreOutTag() - Constructor for class com.caucho.jstl.el.CoreOutTag
-
- CoreParamTag - Class in com.caucho.jstl.el
-
Looks up an i18n message from a bundle and prints it.
- CoreParamTag() - Constructor for class com.caucho.jstl.el.CoreParamTag
-
- CoreParamTag - Class in com.caucho.jstl.rt
-
Looks up an i18n message from a bundle and prints it.
- CoreParamTag() - Constructor for class com.caucho.jstl.rt.CoreParamTag
-
- CoreRedirectTag - Class in com.caucho.jstl.rt
-
- CoreRedirectTag() - Constructor for class com.caucho.jstl.rt.CoreRedirectTag
-
- CoreSetTag - Class in com.caucho.jstl.el
-
- CoreSetTag() - Constructor for class com.caucho.jstl.el.CoreSetTag
-
- CoreSetTag - Class in com.caucho.jstl.rt
-
- CoreSetTag() - Constructor for class com.caucho.jstl.rt.CoreSetTag
-
- CoreStringTokenValueExpression - Class in com.caucho.jstl.rt
-
- CoreStringTokenValueExpression(ValueExpression, Integer, String) - Constructor for class com.caucho.jstl.rt.CoreStringTokenValueExpression
-
- CoreUrlTag - Class in com.caucho.jstl.rt
-
- CoreUrlTag() - Constructor for class com.caucho.jstl.rt.CoreUrlTag
-
- CoreWhenTag - Class in com.caucho.jstl.rt
-
Tag representing an "when" condition.
- CoreWhenTag() - Constructor for class com.caucho.jstl.rt.CoreWhenTag
-
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
- correlate(CollectionJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
- correlate(SetJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
- correlate(ListJoin<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
- correlate(MapJoin<X, K, V>) - Method in interface javax.persistence.criteria.Subquery
-
- cost(ArrayList<FromItem>) - Method in class com.caucho.db.sql.Expr
-
Returns the cost based on the given FromList.
- COUNT - Static variable in class com.caucho.xpath.Expr
-
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.AbstractPattern
-
Returns the number of nodes in its context for a match pattern.
- count(Node, Env, Node) - Method in class com.caucho.xpath.pattern.CurrentPattern
-
There is only a single node in the current
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAncestors
-
counts the number of matching ancestors from the axis context
- count(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAny
-
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAttributes
-
counts all siblings matching the pattern.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromChildren
-
Counts all siblings matching the pattern.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromContext
-
There is only a single node in the context axis.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromDescendants
-
Counts the descendant nodes matching the pattern.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromExpr
-
The count is the size of the expression node-set.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromPrevious
-
counts matching nodes preceding the axis context.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromSelf
-
Only one node in the self axis.
- count(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.UnionPattern
-
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- COUNTER - Static variable in class com.caucho.server.snmp.MbeanAttributeInfo
-
- COUNTER - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- CounterValue - Class in com.caucho.server.snmp.types
-
- CounterValue(long) - Constructor for class com.caucho.server.snmp.types.CounterValue
-
- CountExpr - Class in com.caucho.db.sql
-
- CountExpr() - Constructor for class com.caucho.db.sql.CountExpr
-
- CountMeter - Class in com.caucho.env.meter
-
- CountMeter(String) - Constructor for class com.caucho.env.meter.CountMeter
-
- CountSensor - Interface in com.caucho.env.meter
-
- CP_CLASS - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_DOUBLE - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_FIELD_REF - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_FLOAT - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_INTEGER - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_INTERFACE_METHOD_REF - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_LONG - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_METHOD_REF - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_NAME_AND_TYPE - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_STRING - Static variable in class com.caucho.bytecode.ConstantPool
-
- CP_UTF8 - Static variable in class com.caucho.bytecode.ConstantPool
-
- Crc64 - Class in com.caucho.util
-
Crc64 hash
- Crc64() - Constructor for class com.caucho.util.Crc64
-
- Crc64InputStream - Class in com.caucho.vfs
-
- Crc64InputStream(InputStream) - Constructor for class com.caucho.vfs.Crc64InputStream
-
- Crc64OutputStream - Class in com.caucho.vfs
-
- Crc64OutputStream(OutputStream) - Constructor for class com.caucho.vfs.Crc64OutputStream
-
- Crc64Stream - Class in com.caucho.vfs
-
- Crc64Stream(StreamImpl) - Constructor for class com.caucho.vfs.Crc64Stream
-
- Crc64Stream() - Constructor for class com.caucho.vfs.Crc64Stream
-
- create(Object) - Method in interface com.caucho.amber.AmberConnection
-
Creates a new entity given the values in the object.
- create(AmberFactory) - Static method in class com.caucho.amber.AmberContext
-
Creates a new amber context.
- create(Throwable) - Static method in exception com.caucho.amber.AmberException
-
- create(Throwable) - Static method in exception com.caucho.amber.AmberRuntimeException
-
- create(AmberExpr, AmberExpr) - Static method in class com.caucho.amber.expr.AndExpr
-
Creates the and.
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.AbsFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.ConcatFunExpr
-
- create(QueryParser) - Static method in class com.caucho.amber.expr.fun.CurrentDateFunExpr
-
- create(QueryParser) - Static method in class com.caucho.amber.expr.fun.CurrentTimeFunExpr
-
- create(QueryParser) - Static method in class com.caucho.amber.expr.fun.CurrentTimestampFunExpr
-
- create(QueryParser, String, ArrayList<AmberExpr>, boolean) - Static method in class com.caucho.amber.expr.fun.FunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.LengthFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.LocateFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.LowerFunExpr
-
- create(QueryParser, String, ArrayList<AmberExpr>, boolean) - Static method in class com.caucho.amber.expr.fun.MaxFunExpr
-
- create(QueryParser, String, ArrayList<AmberExpr>, boolean) - Static method in class com.caucho.amber.expr.fun.MinFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.ModFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.SizeFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.SqrtFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.SubstringFunExpr
-
- create(QueryParser, String, ArrayList<AmberExpr>, boolean) - Static method in class com.caucho.amber.expr.fun.SumFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.TrimFunExpr
-
- create(QueryParser, ArrayList<AmberExpr>) - Static method in class com.caucho.amber.expr.fun.UpperFunExpr
-
- create(PathExpr) - Static method in class com.caucho.amber.expr.LoadExpr
-
- create(PathExpr, FromItem) - Static method in class com.caucho.amber.expr.LoadExpr
-
- create(QueryParser, AmberExpr, AmberExpr, boolean) - Static method in class com.caucho.amber.expr.MemberExpr
-
- create(Object) - Method in class com.caucho.amber.manager.AmberConnection
-
Saves the object.
- create(String, Object) - Method in class com.caucho.amber.manager.AmberConnection
-
Saves the object.
- create(AmberEntityHome, Object) - Method in class com.caucho.amber.manager.AmberConnection
-
Saves the object.
- create() - Static method in class com.caucho.amber.manager.AmberContainer
-
Returns the local container.
- create(ClassLoader) - Static method in class com.caucho.amber.manager.AmberContainer
-
Returns the local container.
- create() - Static method in class com.caucho.amber.type.BigDecimalType
-
Returns the singleton BigDecimal type.
- create() - Static method in class com.caucho.amber.type.BigIntegerType
-
Returns the singleton BigInteger type.
- create() - Static method in class com.caucho.amber.type.BlobType
-
Returns the singleton Blob type.
- create() - Static method in class com.caucho.amber.type.BooleanType
-
Returns the string type.
- create() - Static method in class com.caucho.amber.type.ByteArrayType
-
Returns the singleton ByteArray type.
- create() - Static method in class com.caucho.amber.type.ByteType
-
Returns the singleton Byte type.
- create() - Static method in class com.caucho.amber.type.CalendarType
-
Returns the singleton Calendar type.
- create() - Static method in class com.caucho.amber.type.CharacterArrayType
-
Returns the singleton CharacterArray type.
- create() - Static method in class com.caucho.amber.type.CharacterType
-
Returns the character type.
- create() - Static method in class com.caucho.amber.type.ClassType
-
Returns the singleton Class type.
- create() - Static method in class com.caucho.amber.type.ClobType
-
Returns the singleton Clob type.
- create() - Static method in class com.caucho.amber.type.DoubleType
-
Returns the singleton Double type.
- create() - Static method in class com.caucho.amber.type.FloatType
-
Returns the singleton Float type.
- create() - Static method in class com.caucho.amber.type.IntegerType
-
Returns the singleton Integer type.
- create() - Static method in class com.caucho.amber.type.LongType
-
Returns the singleton Long type.
- create() - Static method in class com.caucho.amber.type.ObjectType
-
Returns the object type.
- create() - Static method in class com.caucho.amber.type.PrimitiveBooleanType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveByteArrayType
-
Returns the singleton PrimitiveByteArray type.
- create() - Static method in class com.caucho.amber.type.PrimitiveByteType
-
Returns the byte type.
- create() - Static method in class com.caucho.amber.type.PrimitiveCharArrayType
-
Returns the singleton PrimitiveCharArray type.
- create() - Static method in class com.caucho.amber.type.PrimitiveCharType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveDoubleType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveFloatType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveIntType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveLongType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.PrimitiveShortType
-
Returns the boolean type.
- create() - Static method in class com.caucho.amber.type.ShortType
-
Returns the singleton Short type.
- create() - Static method in class com.caucho.amber.type.SqlDateType
-
Returns the singleton SqlDate type.
- create() - Static method in class com.caucho.amber.type.SqlTimestampType
-
Returns the singleton SqlTimestamp type.
- create() - Static method in class com.caucho.amber.type.SqlTimeType
-
Returns the singleton SqlTime type.
- create() - Static method in class com.caucho.amber.type.StringType
-
Returns the string type.
- create() - Static method in class com.caucho.amber.type.TrueFalseType
-
Returns the singleton type.
- create(String) - Method in class com.caucho.amber.type.TypeManager
-
Returns the type.
- create(Class) - Method in class com.caucho.amber.type.TypeManager
-
Returns the type.
- create() - Static method in class com.caucho.amber.type.UtilDateType
-
Returns the singleton UtilDate type.
- create() - Static method in class com.caucho.amber.type.YesNoType
-
Returns the singleton type.
- create() - Method in interface com.caucho.amp.AmpManagerBuilder
-
Creates the manager.
- create() - Method in class com.caucho.amp.impl.AmpManagerBuilderImpl
-
- create() - Method in class com.caucho.amp.manager.AbstractAmpManagerBuilder
-
- create(Throwable) - Static method in class com.caucho.bam.BamError
-
Creates an ActorError based on an exception
- create(Broker) - Static method in class com.caucho.bam.broker.ManagedBrokerAdapter
-
- create(InetAddress, int) - Method in class com.caucho.boot.OpenPort.DummyOpenSSLFactory
-
- create(ArrayList<String>, HashMap<String, String>, String, String, String, String) - Method in class com.caucho.bootjni.JniProcess
-
- create() - Static method in class com.caucho.bytecode.JClassLoaderWrapper
-
Creates the class loader with the context class loader.
- create(ClassLoader) - Static method in class com.caucho.bytecode.JClassLoaderWrapper
-
Creates the class loader with the context class loader.
- create(Class) - Static method in class com.caucho.bytecode.JClassWrapper
-
- create(Type, ClassLoader) - Static method in class com.caucho.bytecode.JTypeWrapper
-
- create() - Method in class com.caucho.cloud.loadbalance.LoadBalanceBuilder
-
Returns the load balance manager.
- create(T, T, T) - Static method in class com.caucho.cloud.topology.TriadDispatcher
-
- create(T, T) - Static method in class com.caucho.cloud.topology.TriadDispatcherDouble
-
- create(T, T, T) - Static method in class com.caucho.cloud.topology.TriadDispatcherTriple
-
- create(Object, QName) - Method in class com.caucho.config.attribute.AddAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.AnnotationAttribute
-
Creates the child bean.
- create(Object, QName, ConfigType<?>) - Method in class com.caucho.config.attribute.Attribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.Attribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.CreateAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.EntryAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.EnvironmentAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.ListValueAttribute
-
Creates the child bean.
- create(Object, QName, ConfigType<?>) - Method in class com.caucho.config.attribute.SetterAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.SetterAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.SetValueAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.attribute.TextAttribute
-
Creates the child bean.
- create(Class<T>) - Static method in class com.caucho.config.bytecode.DecoratorAdapter
-
- create(Bean<?>) - Static method in class com.caucho.config.bytecode.ScopeAdapter
-
- create(Class<?>) - Static method in class com.caucho.config.bytecode.ScopeAdapter
-
- create(String, Throwable) - Static method in exception com.caucho.config.ConfigException
-
- create(Field, Throwable) - Static method in exception com.caucho.config.ConfigException
-
- create(Method, Throwable) - Static method in exception com.caucho.config.ConfigException
-
- create(Method, String, Throwable) - Static method in exception com.caucho.config.ConfigException
-
- create(Method, String) - Static method in exception com.caucho.config.ConfigException
-
- create(Throwable) - Static method in exception com.caucho.config.ConfigException
-
- create() - Static method in class com.caucho.config.ConfiguredLiteral
-
Creates a new @Name annotation with the given value
- create(CreationalContext<T>) - Method in class com.caucho.config.event.EventBeanImpl
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.AbstractAspectFactory
-
Returns an aspect for the method if one exists.
- create(AnnotatedMethod<? super X>) - Method in interface com.caucho.config.gen.AspectBeanFactory
-
Creates an aspect generator.
- create(AnnotatedMethod<? super X>, boolean) - Method in interface com.caucho.config.gen.AspectFactory
-
Returns an aspect for the method if one exists.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.AsynchronousFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.CacheFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(AnnotatedMethod<? super X>) - Method in class com.caucho.config.gen.CandiAspectBeanFactory
-
Creates a new aspect for a method.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.CandiMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.InterceptorFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(AnnotatedMethod<? super X>) - Method in class com.caucho.config.gen.LifecycleAspectBeanFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.LifecycleMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.LifecycleMethodTailFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.LockFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.MethodHeadFactory
-
Returns an aspect for the method if one exists.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.MethodTailFactory
-
Returns an aspect for the method if one exists.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.SecurityFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.config.gen.XaFactory
-
Creates an aspect for interception if the method should be intercepted.
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.AbstractBean
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.AbstractIntrospectedBean
-
Instantiate the bean.
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.AbstractSingletonBean
-
- create() - Static method in class com.caucho.config.inject.AnnotatedOverrideMap
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.BeanAdapter
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.BeanWrapper
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.DecoratorBean
-
- create(CreationalContext<Object>) - Method in class com.caucho.config.inject.DelegateProxyBean
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.InjectionBean
-
- create(CreationalContext<InjectionPoint>) - Method in class com.caucho.config.inject.InjectionPointBean
-
- create(CreationalContext<InjectionPoint>) - Method in class com.caucho.config.inject.InjectionPointStandardBean
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.ContextReferenceFactory
-
- create() - Static method in class com.caucho.config.inject.InjectManager
-
Returns the current active container.
- create(ClassLoader) - Static method in class com.caucho.config.inject.InjectManager
-
Returns the current active container.
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.DelegateReferenceFactory
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.DependentElReferenceFactoryImpl
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.DependentReferenceFactory
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.DependentReferenceFactoryImpl
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.ErrorReferenceFactory
-
- create(CreationalContextImpl<InjectionPoint>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.InjectionPointReferenceFactory
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.NormalContextReferenceFactory
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.NormalInstanceReferenceFactory
-
- create() - Method in class com.caucho.config.inject.InjectManager.ReferenceFactory
-
- create(CreationalContextImpl<T>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.ReferenceFactory
-
- create(CreationalContextImpl<Object>, CreationalContextImpl<?>, InjectionPoint) - Method in class com.caucho.config.inject.InjectManager.UnresolvedReferenceFactory
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.InstanceBeanImpl
-
- create(CreationalContext<X>) - Method in class com.caucho.config.inject.InterceptorBean
-
- create(CreationalContext<X>) - Method in class com.caucho.config.inject.InterceptorRuntimeBean
-
- create(CreationalContext<X>) - Method in class com.caucho.config.inject.InterceptorSelfBean
-
- create(CreationalContext<X>) - Method in class com.caucho.config.inject.ManagedBeanImpl
-
Creates a new instance of the component.
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.ManagedSingletonBean
-
- create(CreationalContext<X>) - Method in class com.caucho.config.inject.NewBean
-
Creates a new instance of the component.
- create(InjectManager, Bean, AnnotatedField, AnnotatedMethod, Arg[]) - Static method in class com.caucho.config.inject.ProducesFieldBean
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.ProducesFieldBean
-
- create(InjectManager, Bean<X>, AnnotatedMethod<? super X>, Arg<? super X>[], AnnotatedMethod<? super X>, Arg<? super X>[]) - Static method in class com.caucho.config.inject.ProducesMethodBean
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.ProducesMethodBean
-
- create(CreationalContext<T>) - Method in class com.caucho.config.inject.SingletonBean
-
- create() - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
-
Creates the value.
- create() - Method in class com.caucho.config.j2ee.JndiValueGenerator
-
- create() - Method in class com.caucho.config.j2ee.PersistenceContextGenerator
-
Creates the value.
- create(Class<T>, Annotation...) - Method in class com.caucho.config.j2ee.WebBeanGenerator
-
Creates the value.
- create(String, int, Throwable) - Static method in exception com.caucho.config.LineConfigException
-
- create(Field, Throwable) - Static method in exception com.caucho.config.LineConfigException
-
- create(Method, Throwable) - Static method in exception com.caucho.config.LineConfigException
-
- create(String, Throwable) - Static method in exception com.caucho.config.LineConfigException
-
- create(Throwable) - Static method in exception com.caucho.config.LineConfigException
-
- create() - Static method in class com.caucho.config.ModulePrivateLiteral
-
Returns the @ModulePrivate annotation
- create(String) - Static method in class com.caucho.config.Names
-
Creates a new @Name annotation with the given value
- create() - Method in class com.caucho.config.program.BeanValueGenerator
-
Creates the value.
- create() - Method in class com.caucho.config.program.ComponentValueGenerator
-
Creates the value.
- create(Class<T>, CreationalContext<T>) - Method in class com.caucho.config.program.ConfigProgram
-
Configures a bean given a class to instantiate.
- create(ConfigType<T>) - Method in class com.caucho.config.program.ConfigProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.ConfigProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.ExprProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.NodeBuilderChildProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.PropertyStringProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.PropertyValueProgram
-
- create(ConfigType<T>, CreationalContext<T>) - Method in class com.caucho.config.program.RecoverableProgram
-
- create() - Method in class com.caucho.config.program.SingletonValueGenerator
-
- create() - Method in class com.caucho.config.program.ValueGenerator
-
- create(AnnotatedType<X>) - Static method in class com.caucho.config.reflect.AnnotatedTypeImpl
-
- create(Type, HashMap<String, BaseType>, String, BaseType.ClassFill) - Static method in class com.caucho.config.reflect.BaseType
-
- create(Type, HashMap<String, BaseType>, String, Type, BaseType.ClassFill) - Static method in class com.caucho.config.reflect.BaseType
-
- create(Class<?>) - Static method in class com.caucho.config.reflect.ClassType
-
- create(Contextual<T>, CreationalContext<T>) - Method in class com.caucho.config.scope.AbstractScopeContext
-
- create(Contextual<T>, CreationalContext<T>) - Method in class com.caucho.config.scope.SingletonScope
-
- create(Object, QName) - Method in class com.caucho.config.type.AbstractBeanType
-
Returns an InterfaceConfig object
- create(Object, QName) - Method in class com.caucho.config.type.AnnotationInterfaceType
-
Creates a new instance of the type.
- create(Object, QName) - Method in class com.caucho.config.type.ArrayType
-
Creates a new instance
- create(Object, QName) - Method in class com.caucho.config.type.ConfigType
-
Creates a new instance of the type.
- create(Object, QName) - Method in class com.caucho.config.type.InlineBeanType
-
Creates a new instance
- create(Object, QName) - Method in class com.caucho.config.type.InterfaceType
-
Returns an InterfaceConfig object
- create(Object) - Method in class com.caucho.config.type.ListType
-
Creates a new instance
- create(Object) - Method in class com.caucho.config.type.MapType
-
Creates a new instance
- create(Object, QName) - Method in class com.caucho.config.type.PropertiesType
-
Creates a new instance of the type.
- create(Object) - Method in class com.caucho.config.type.SetType
-
Creates a new instance
- create() - Static method in class com.caucho.config.type.TypeFactory
-
- create(Object) - Method in class com.caucho.config.type.ValueType
-
Creates a new instance
- create() - Method in class com.caucho.config.types.InstantiationConfig
-
Instantiates the object.
- create(Class) - Method in class com.caucho.config.types.ResinType
-
Creates the object.
- create(CreationalContext<X>) - Method in class com.caucho.config.xml.XmlBean
-
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanAddAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanAnnotationAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanArgAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanFieldAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanMethodAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanNewAttribute
-
Creates the child bean.
- create(Object, QName) - Method in class com.caucho.config.xml.XmlBeanType
-
Creates a new instance
- create() - Static method in class com.caucho.config.xml.XmlConfigContext
-
- create(Node, ConfigType<?>) - Method in class com.caucho.config.xml.XmlConfigContext
-
- create() - Static method in class com.caucho.db.block.BlockManager
-
Returns the block manager, ensuring a minimum number of entries.
- create(Path) - Static method in class com.caucho.db.block.BlockStore
-
Creates an independent store.
- create(Path, boolean) - Static method in class com.caucho.db.block.BlockStore
-
Creates an independent store.
- create() - Method in class com.caucho.db.block.BlockStore
-
Creates the store.
- create() - Method in class com.caucho.db.index.BTree
-
Creates and initializes the btree.
- create() - Static method in class com.caucho.db.index.IndexCache
-
Returns the block manager, ensuring a minimum number of entries.
- create(BTree, byte[], int, int, long) - Static method in class com.caucho.db.index.IndexKey
-
- create() - Method in interface com.caucho.db.io.StoreReadWrite
-
- create() - Method in class com.caucho.db.io.StoreReadWriteImpl
-
Creates the store.
- create() - Method in class com.caucho.db.io.StoreReadWriteMmapNio
-
Creates the store.
- create(Expr[], Order) - Static method in class com.caucho.db.sql.SelectResult
-
- create(Expr[]) - Static method in class com.caucho.db.sql.SelectResultSetImpl
-
- create() - Method in class com.caucho.db.table.Table
-
Creates the table.
- create() - Method in class com.caucho.db.table.TableFactory
-
Creates the table.
- create(ConnectionImpl) - Static method in class com.caucho.db.xa.DbTransaction
-
- create() - Static method in class com.caucho.db.xa.DbTransaction
-
- create() - Static method in class com.caucho.db.xa.RawTransaction
-
- create(Throwable) - Static method in exception com.caucho.ejb.EJBExceptionWrapper
-
Creates an EJBException from a throwable.
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.MessageMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.MessageMethodTailFactory
-
- create(AnnotatedMethod<? super X>) - Method in class com.caucho.ejb.gen.NonBusinessAspectBeanFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.SingletonMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.StatefulMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.StatelessMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.StatelessMethodTailFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.StatelessScheduledMethodHeadFactory
-
- create(AnnotatedMethod<? super X>, boolean) - Method in class com.caucho.ejb.gen.StatelessScheduledMethodTailFactory
-
- create(String, AbstractModel, Hashtable) - Method in class com.caucho.ejb.hessian.HessianContext
-
Creates a new instance of the hessian context.
- create(CreationalContext<T>) - Method in class com.caucho.ejb.inject.SessionBeanImpl
-
- create(CreationalContext<T>) - Method in class com.caucho.ejb.inject.SessionRegistrationBean
-
- create() - Static method in class com.caucho.ejb.manager.EjbManager
-
Returns the local container.
- create(ClassLoader) - Static method in class com.caucho.ejb.manager.EjbManager
-
Returns the local container.
- create(String) - Static method in class com.caucho.ejb.manager.EjbModule
-
- create(AnnotatedMethod<?>) - Static method in class com.caucho.ejb.xa.XaInterceptor
-
- create(int, Expr, Expr) - Static method in class com.caucho.el.BinaryExpr
-
- create(Throwable) - Static method in exception com.caucho.el.ELExceptionImpl
-
- create(String) - Method in class com.caucho.el.ELParser
-
- create() - Static method in class com.caucho.el.EnvironmentELResolver
-
Creates the resolver
- create(ClassLoader) - Static method in class com.caucho.el.EnvironmentELResolver
-
Creates the resolver
- create() - Static method in class com.caucho.el.EnvironmentLevelELResolver
-
Creates the resolver
- create(ClassLoader) - Static method in class com.caucho.el.EnvironmentLevelELResolver
-
Creates the resolver
- create(Class<?>) - Static method in class com.caucho.el.Marshall
-
- create(int, Expr) - Static method in class com.caucho.el.UnaryExpr
-
- create() - Static method in class com.caucho.env.deploy.StartAutoRedeployAutoStrategy
-
Returns the start="lazy" redeploy="automatic" strategy
- create() - Static method in class com.caucho.env.deploy.StartAutoRedeployManualStrategy
-
Returns the start="lazy" redeploy="automatic" strategy
- create() - Static method in class com.caucho.env.deploy.StartLazyRedeployAutomaticStrategy
-
Returns the start="lazy" redeploy="automatic" strategy
- create() - Static method in class com.caucho.env.deploy.StartLazyRedeployManualStrategy
-
Returns the start="lazy" redeploy="automatic" strategy
- create() - Static method in class com.caucho.env.deploy.StartManualRedeployManualStrategy
-
Returns the start="lazy" redeploy="automatic" strategy
- create() - Method in class com.caucho.env.jdbc.DatabaseFactory
-
- create() - Method in class com.caucho.env.jdbc.DatabaseFactoryImpl
-
- create() - Static method in class com.caucho.env.jpa.PersistenceManager
-
Returns the local container.
- create(ClassLoader) - Static method in class com.caucho.env.jpa.PersistenceManager
-
Returns the local container.
- create() - Static method in class com.caucho.env.meter.MeterService
-
- create(String, String, Path) - Static method in class com.caucho.env.vfs.RepositoryScheme
-
- create() - Static method in class com.caucho.java.JavaCompilerUtil
-
Creates a new compiler.
- create(ClassLoader) - Static method in class com.caucho.java.JavaCompilerUtil
-
Creates a new compiler.
- create() - Static method in class com.caucho.jca.ra.ResourceManagerImpl
-
Returns the impl.
- create(DataSource) - Static method in class com.caucho.jdbc.JdbcMetaData
-
Create based on the connection.
- create() - Static method in class com.caucho.jms.file.FileQueueStore
-
- create(Throwable) - Static method in exception com.caucho.jms.JmsExceptionWrapper
-
Creates an JMSException from a throwable.
- create(Throwable) - Static method in exception com.caucho.jms2.JMSExceptionWrapper
-
Creates an JMSException from a throwable.
- create() - Method in class com.caucho.json.ser.JavaDeserializer
-
- create() - Static method in class com.caucho.jsp.BundleManager
-
Returns the environment's bundle.
- create(String) - Method in class com.caucho.jsp.el.JspELParser
-
- create(Throwable) - Static method in exception com.caucho.jsp.JspParseException
-
- create(Throwable, LineMap) - Static method in exception com.caucho.jsp.JspParseException
-
- create() - Static method in class com.caucho.jsp.QJspFactory
-
- create(StaticJspFragmentSupport, PageContext, String) - Static method in class com.caucho.jsp.StaticJspFragmentSupport
-
- create(String) - Method in class com.caucho.jsp.Taglib
-
- create(Path) - Static method in class com.caucho.loader.CompilingLoader
-
Create a class loader based on the compiling loader
- create(ClassLoader, Path, Path, String, String) - Static method in class com.caucho.loader.CompilingLoader
-
Creates a new compiling class loader
- create() - Static method in class com.caucho.loader.enhancer.EnhancerManager
-
- create(ClassLoader) - Static method in class com.caucho.loader.enhancer.EnhancerManager
-
- create() - Static method in class com.caucho.loader.EnvironmentClassLoader
-
Creates a new environment class loader.
- create(String) - Static method in class com.caucho.loader.EnvironmentClassLoader
-
Creates a new environment class loader.
- create(ClassLoader) - Static method in class com.caucho.loader.EnvironmentClassLoader
-
Creates a new environment class loader.
- create(ClassLoader, String) - Static method in class com.caucho.loader.EnvironmentClassLoader
-
Creates a new environment class loader.
- create(ClassLoader, Path) - Static method in class com.caucho.loader.LibraryLoader
-
Create a new class loader
- create() - Static method in class com.caucho.loader.module.ArtifactRepository
-
- create(ClassLoader) - Static method in class com.caucho.loader.module.ArtifactRepository
-
- create(String) - Static method in class com.caucho.loader.module.ArtifactVersion
-
- create(String) - Static method in class com.caucho.loader.module.ArtifactVersionRange
-
- create(ClassLoader, Path, String) - Static method in class com.caucho.loader.SimpleLoader
-
Create a class loader based on the SimpleLoader
- create(ClassLoader, Path) - Static method in class com.caucho.loader.SimpleLoader
-
Create a class loader based on the SimpleLoader
- create(Path) - Static method in class com.caucho.loader.SimpleLoader
-
Create a class loader based on the SimpleLoader
- create(ClassLoader, Path) - Static method in class com.caucho.loader.TreeLoader
-
Create a new class loader
- create(Path) - Static method in class com.caucho.log.RotateStream
-
Returns the rotate stream corresponding to this path
- create(String) - Static method in class com.caucho.log.RotateStream
-
Returns the rotate stream corresponding to this path
- create() - Static method in class com.caucho.make.AlwaysModified
-
- create() - Static method in class com.caucho.message.broker.EnvironmentMessageBroker
-
- create() - Method in class com.caucho.naming.AbstractModel
-
- create(String, AbstractModel, Hashtable) - Method in class com.caucho.naming.burlap.BurlapContextImpl
-
Creates a new instance of the ContextImpl.
- create() - Method in class com.caucho.naming.burlap.BurlapModel
-
Creates a new instance of MemoryModel.
- create(String, AbstractModel, Hashtable<String, Object>) - Method in class com.caucho.naming.ContextImpl
-
Creates a new instance of the ContextImpl.
- create(AbstractModel, Hashtable<String, Object>) - Method in class com.caucho.naming.ContextImpl
-
Creates a new ContextImpl when the name is irrelevant.
- create(String, AbstractModel, Hashtable) - Method in class com.caucho.naming.DirContextImpl
-
Creates a new instance of the ContextImpl.
- create() - Method in class com.caucho.naming.EnvironmentModel
-
Creates a new instance of EnvironmentModel.
- create() - Static method in class com.caucho.naming.EnvironmentModelRoot
-
Create the local model if it exists.
- create(ClassLoader) - Static method in class com.caucho.naming.EnvironmentModelRoot
-
Create the local model if it exists.
- create(String, AbstractModel, Hashtable) - Method in class com.caucho.naming.hessian.HessianContextImpl
-
Creates a new instance of the ContextImpl.
- create() - Method in class com.caucho.naming.hessian.HessianModel
-
Creates a new instance of MemoryModel.
- create(String, AbstractModel, Hashtable) - Method in class com.caucho.naming.mbean.MBeanContextImpl
-
Creates a new instance of the ContextImpl.
- create() - Method in class com.caucho.naming.mbean.MBeanModel
-
Creates a new instance of MemoryModel.
- create() - Method in class com.caucho.naming.MemoryModel
-
Creates a new instance of MemoryModel.
- create(LoadBalanceManager) - Method in class com.caucho.network.proxy.HttpProxyClientFactory
-
- create() - Static method in class com.caucho.profile.HeapDump
-
Creates/returns the HeapDump instance.
- create(Item, Item) - Static method in class com.caucho.relaxng.program.ChoiceItem
-
- create(NameClassItem, NameClassItem) - Static method in class com.caucho.relaxng.program.ChoiceNameItem
-
- create() - Static method in class com.caucho.relaxng.program.EmptyItem
-
Creates the empty item.
- create(Item, Item) - Static method in class com.caucho.relaxng.program.GroupItem
-
- create(Item, Item) - Static method in class com.caucho.relaxng.program.InElementItem
-
- create(Item, Item) - Static method in class com.caucho.relaxng.program.InterleaveItem
-
- create() - Static method in class com.caucho.security.RoleMapManager
-
Returns the current manager, creating if necessary.
- create() - Method in class com.caucho.server.admin.HmuxClientFactory
-
- create(String) - Static method in class com.caucho.server.admin.RemoteMBeanConnectionFactory
-
- create(WebServlet) - Method in class com.caucho.server.dispatch.ServletMapping
-
- create(String) - Static method in class com.caucho.server.e_app.EnterpriseApplication
-
- create(String, int) - Method in class com.caucho.server.hmux.HmuxPath
-
- create(FilesystemPath, String, Map<String, Object>, String, String) - Method in class com.caucho.server.hmux.HmuxPath
-
- create() - Static method in class com.caucho.server.hmux.HmuxProtocol
-
- create(HttpServletRequest, WebApp) - Static method in class com.caucho.server.http.RequestAdapter
-
Creates a new RequestAdapter.
- create() - Static method in class com.caucho.server.http.RequestAdapter
-
Creates a new RequestAdapter.
- create(HttpServletResponse) - Static method in class com.caucho.server.http.ResponseAdapter
-
Creates a new ResponseAdapter.
- create(HttpServletResponse) - Static method in class com.caucho.server.http.ToCharResponseAdapter
-
Creates a new ResponseAdapter.
- create(Resin) - Static method in class com.caucho.server.resin.ResinDelegate
-
Creates a new Resin instance
- create() - Static method in class com.caucho.server.resin.ResinURLStreamHandlerFactory
-
- create() - Static method in class com.caucho.server.resin.ThreadPoolAdmin
-
The registration needs to be controlled externally to make
the timing work correctly.
- create(String, long) - Method in class com.caucho.server.session.SessionFactory
-
Creates a new session.
- create(int) - Static method in class com.caucho.server.snmp.types.PduValue
-
- create(int, IntegerValue, IntegerValue, IntegerValue, VarBindListValue) - Static method in class com.caucho.server.snmp.types.PduValue
-
- create(Object) - Static method in class com.caucho.server.snmp.types.SnmpValue
-
- create(Object, String) - Static method in class com.caucho.server.snmp.types.SnmpValue
-
- create(Object, int) - Static method in class com.caucho.server.snmp.types.SnmpValue
-
- create() - Static method in class com.caucho.server.thread.ScheduledExecutorServiceImpl
-
- create() - Static method in class com.caucho.server.util.JniCauchoSystem
-
- create() - Method in class com.caucho.servlets.naming.HessianModel
-
Creates a new instance of HessianModel.
- create(Throwable) - Static method in exception com.caucho.sql.SQLExceptionWrapper
-
- create(String) - Method in class com.caucho.tools.profiler.CategorizingProfilerPoint
-
- create(String) - Method in class com.caucho.tools.profiler.ProfilerPoint
-
- create(Throwable) - Static method in exception com.caucho.transaction.RollbackExceptionWrapper
-
- create(Throwable) - Static method in exception com.caucho.transaction.SystemExceptionWrapper
-
- create(byte[]) - Static method in class com.caucho.util.HashKey
-
- create(String) - Static method in class com.caucho.util.InetNetwork
-
- create(Exception) - Static method in exception com.caucho.util.NotImplementedException
-
- create() - Static method in class com.caucho.util.NullEnumeration
-
- create() - Static method in class com.caucho.util.NullIterator
-
- create(Throwable) - Static method in class com.caucho.util.RuntimeExceptionWrapper
-
- create() - Static method in class com.caucho.util.ScheduledExecutorServiceImpl
-
- create(Throwable) - Static method in exception com.caucho.util.SQLExceptionWrapper
-
- create() - Static method in class com.caucho.util.ThreadDump
-
Returns the singleton instance, creating if necessary.
- create() - Method in class com.caucho.util.WaitQueue
-
- create() - Static method in class com.caucho.vfs.ByteToChar
-
- create(IOException) - Static method in exception com.caucho.vfs.ClientDisconnectException
-
Only create a disconnect exception if it's an IOException
Possible later check for broken pipe.
- create(String, IOException) - Static method in exception com.caucho.vfs.ClientDisconnectException
-
Only create a disconnect exception if it's an IOException
Possible later check for broken pipe.
- create(IOException) - Static method in exception com.caucho.vfs.ClientTimeoutException
-
Only create a disconnect exception if it's an IOException
Possible later check for broken pipe.
- create(String, int) - Method in class com.caucho.vfs.HttpPath
-
- create(FilesystemPath, String, Map<String, Object>, String, String) - Method in class com.caucho.vfs.HttpPath
-
- create(String, int) - Method in class com.caucho.vfs.HttpsPath
-
- create(FilesystemPath, String, Map<String, Object>, String, String) - Method in class com.caucho.vfs.HttpsPath
-
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.EncodingReader
-
Returns a new encoding reader for the given stream and javaEncoding.
- create(InputStream) - Method in class com.caucho.vfs.i18n.EncodingReader
-
Returns a new encoding reader for the given stream and javaEncoding.
- create(String) - Method in class com.caucho.vfs.i18n.EncodingWriter
-
Returns a new encoding writer for the given stream and javaEncoding.
- create() - Method in class com.caucho.vfs.i18n.EncodingWriter
-
Returns a new encoding writer using the saved writer.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.ISO8859_1Reader
-
Create a ISO-8859-1 reader based on the readStream.
- create(String) - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
-
Returns null, since WriteStream handles ISO-8859-1 directly.
- create() - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
-
Returns null, since WriteStream handles ISO-8859-1 directly.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.JAVAReader
-
Create a ISO-8859-1 reader based on the readStream.
- create(String) - Method in class com.caucho.vfs.i18n.JAVAWriter
-
Create a Java source-code writer using on the WriteStream to send bytes.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.JDKReader
-
Create a JDK-based reader.
- create(String) - Method in class com.caucho.vfs.i18n.JDKWriter
-
Create a JDK-based reader.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.UTF16_REVReader
-
Create a UTF-16 reader based on the readStream.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.UTF16Reader
-
Create a UTF-16 reader based on the readStream.
- create(String) - Method in class com.caucho.vfs.i18n.UTF16Writer
-
Create a UTF-16 writer using on the WriteStream to send bytes.
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.UTF8Reader
-
Create a UTF-8 reader based on the readStream.
- create(String) - Method in class com.caucho.vfs.i18n.UTF8Writer
-
Returns the UTF8_Writer
- create() - Method in class com.caucho.vfs.i18n.UTF8Writer
-
Returns the UTF8_Writer
- create(InputStream, String) - Method in class com.caucho.vfs.i18n.WindowsHackReader
-
Create a windows-hack reader based on the readStream.
- create(String) - Method in class com.caucho.vfs.i18n.WindowsHackWriter
-
Create a windows-hack writer using on the OutputStream to send bytes.
- create(Exception) - Static method in exception com.caucho.vfs.IOExceptionWrapper
-
- create(Path) - Static method in class com.caucho.vfs.JarPath
-
Creates a new root Jar path.
- create() - Static method in class com.caucho.vfs.JniFilePath
-
- create(String, int) - Static method in class com.caucho.vfs.JniServerSocketImpl
-
- create(InetAddress, int) - Method in class com.caucho.vfs.JsseSSLFactory
-
Creates the SSL ServerSocket.
- create() - Static method in class com.caucho.vfs.PipeStream
-
Creates a pipe pair.
- create(int, int) - Static method in class com.caucho.vfs.QJniServerSocket
-
Creates the SSL ServerSocket.
- create(InetAddress, int, int) - Static method in class com.caucho.vfs.QJniServerSocket
-
- create(InetAddress, int, int, boolean) - Static method in class com.caucho.vfs.QJniServerSocket
-
Creates the SSL ServerSocket.
- create(String, String[]) - Static method in class com.caucho.vfs.SelfSignedCert
-
- create(IOException) - Static method in exception com.caucho.vfs.SocketTimeoutException
-
Only create a disconnect exception if it's an IOException
Possible later check for broken pipe.
- create(InetAddress, int) - Method in interface com.caucho.vfs.SSLFactory
-
Creates the SSL ServerSocket.
- create() - Static method in class com.caucho.vfs.StderrStream
-
Returns the StderrStream singleton
- create() - Static method in class com.caucho.vfs.StdoutStream
-
Returns the StdoutStream singleton
- create(TcpPath, String, Map<String, Object>, String, int) - Method in class com.caucho.vfs.TcpPath
-
- create(TcpPath, String, Map<String, Object>, String, int) - Method in class com.caucho.vfs.TcpsPath
-
- create() - Static method in class com.caucho.xml.QDocument
-
- create() - Static method in class com.caucho.xml.Xml
-
Creates an Xml parser.
- create() - Static method in class com.caucho.xml2.QDocument
-
- create() - Static method in class com.caucho.xml2.Xml
-
Creates an Xml parser.
- create(AbstractPattern) - Static method in class com.caucho.xpath.expr.NodeSetExpr
-
Creates an expr, handling some special cases.
- create(double) - Static method in class com.caucho.xpath.expr.NumberVar
-
Creates a new number var with the object.
- create(AbstractPattern, int) - Static method in class com.caucho.xpath.pattern.NodeTypePattern
-
- create(Expr, Expr, boolean) - Static method in class com.caucho.xsl.Sort
-
- create(Expr, Expr, Expr) - Static method in class com.caucho.xsl.Sort
-
- create(String) - Static method in exception com.caucho.xsl.XslParseException
-
Hack for js.
- create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Creates a new instance for the Contextual's type.
- createAbsoluteOrdering() - Method in class com.caucho.server.webapp.WebApp
-
- createAbsoluteOrdering() - Method in class com.caucho.server.webapp.WebAppFragmentConfig
-
- createAccessLog() - Method in class com.caucho.server.webapp.WebApp
-
Sets the access log.
- createAccessLog() - Method in class com.caucho.server.webapp.WebAppContainer
-
Sets the access log.
- createActivationConfig() - Method in class com.caucho.ejb.cfg.EjbMessageBean
-
Adds the activation config.
- createActivationspec() - Method in class com.caucho.jca.cfg.MessageListenerConfig
-
Sets the activation spec.
- createActiveCount(String) - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- createActiveCount(String) - Method in class com.caucho.env.meter.TimeRangeMeter
-
- createActiveCountMax(String) - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- createActiveMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
An ActiveMeter counts the number of an active resource, e.g.
- createActiveMeter(String, String) - Static method in class com.caucho.env.meter.MeterService
-
- createActiveTimeMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createActiveTimeMeter(String, String, String) - Static method in class com.caucho.env.meter.MeterService
-
- createActorContext(String, AmpActor) - Method in class com.caucho.amp.impl.AmpManagerImpl
-
- createActorError() - Method in exception com.caucho.amp.AmpException
-
- createActorError() - Method in exception com.caucho.bam.actor.SkeletonInvocationException
-
- createActorError() - Method in exception com.caucho.bam.BamException
-
- createActorError() - Method in exception com.caucho.bam.ErrorPacketException
-
- createActorError() - Method in exception com.caucho.bam.FeatureNotImplementedException
-
Creates the ActorError corresponding to this exception
- createActorError() - Method in exception com.caucho.bam.InternalServerException
-
- createActorError() - Method in exception com.caucho.bam.ItemNotFoundException
-
- createActorError() - Method in exception com.caucho.bam.NotAuthorizedException
-
- createActorError() - Method in exception com.caucho.bam.QueueFullException
-
- createActorError() - Method in exception com.caucho.bam.RemoteConnectionFailedException
-
- createActorError() - Method in exception com.caucho.bam.RemoteListenerUnavailableException
-
- createActorError() - Method in exception com.caucho.bam.ServiceUnavailableException
-
- createActorProxy(String, Class<T>) - Method in interface com.caucho.amp.AmpManager
-
Creates a client proxy to an api.
- createActorProxy(AmpActorRef, Class<T>) - Method in interface com.caucho.amp.AmpManager
-
Creates a client proxy to an api.
- createActorProxy(String, Class<T>) - Method in class com.caucho.amp.impl.AmpManagerImpl
-
- createActorProxy(AmpActorRef, Class<T>) - Method in class com.caucho.amp.impl.AmpManagerImpl
-
- createActorRef(String) - Method in interface com.caucho.bam.manager.BamManager
-
- createActorRef(String) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createAdmin() - Method in class com.caucho.server.cluster.ServletService
-
- createAdmin() - Method in class com.caucho.server.rewrite.AbstractRule
-
- createAdmin() - Method in class com.caucho.server.rewrite.ImportRule
-
- createAdminClient(String) - Method in class com.caucho.server.cluster.ServletService
-
Creates a bam client to the admin.
- createAdminClient(String, String) - Method in class com.caucho.server.cluster.ServletService
-
Creates a bam client to the admin.
- createAfter() - Method in class com.caucho.server.webapp.Ordering
-
- createAgent(MessageStream) - Method in class com.caucho.bam.broker.AbstractManagedBroker
-
Creates an agent
- createAgent(MessageStream, MailboxType) - Method in class com.caucho.bam.broker.AbstractManagedBroker
-
Creates an agent
- createAgent(MessageStream) - Method in interface com.caucho.bam.broker.ManagedBroker
-
Creates an agent
- createAgent(MessageStream, MailboxType) - Method in interface com.caucho.bam.broker.ManagedBroker
-
Creates an agent
- createAgent(MessageStream) - Method in interface com.caucho.bam.manager.BamManager
-
Creates an agent
- createAgent(MessageStream, MailboxType) - Method in interface com.caucho.bam.manager.BamManager
-
Creates an agent
- createAgent(MessageStream) - Method in class com.caucho.bam.manager.SimpleBamManager
-
Creates an agent
- createAgent(MessageStream, MailboxType) - Method in class com.caucho.bam.manager.SimpleBamManager
-
Creates an agent
- createAgentProxy(Class<T>, String) - Method in class com.caucho.server.admin.ManagerClient
-
- createAlternatives() - Method in class com.caucho.config.cfg.BeansConfig
-
Adds a deploy
- createAmberConnection(boolean) - Method in class com.caucho.amber.EnvAmberManager
-
Returns the cache connection.
- createAmberConnection(boolean) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Returns the cache connection.
- createAnd() - Method in class com.caucho.server.rewrite.AbstractConditions
-
- createAndAddService(String) - Static method in class com.caucho.cloud.bam.BamSystem
-
- createAndAddService(LoadBalanceFactory) - Static method in class com.caucho.cloud.loadbalance.LoadBalanceService
-
- createAndAddService(NetworkClusterSystem) - Static method in class com.caucho.cloud.network.NetworkClusterSystem
-
Creates a new network cluster service.
- createAndAddService(CloudServer) - Static method in class com.caucho.cloud.network.NetworkListenSystem
-
- createAndAddService() - Static method in class com.caucho.cloud.security.SecurityService
-
- createAndAddService(String) - Static method in class com.caucho.cloud.topology.TopologyService
-
- createAndAddService() - Static method in class com.caucho.db.block.BlockManagerSubSystem
-
- createAndAddService() - Static method in class com.caucho.env.deploy.DeployControllerService
-
- createAndAddService() - Static method in class com.caucho.env.git.GitSystem
-
- createAndAddService(Path) - Static method in class com.caucho.env.git.GitSystem
-
- createAndAddService() - Static method in class com.caucho.env.health.HealthStatusService
-
- createAndAddService(AbstractLockManager) - Static method in class com.caucho.env.lock.LockService
-
- createAndAddService() - Static method in class com.caucho.env.repository.LocalRepositoryService
-
- createAndAddService() - Static method in class com.caucho.env.repository.RepositorySystem
-
- createAndAddService(AbstractRepository) - Static method in class com.caucho.env.repository.RepositorySystem
-
- createAndAddService() - Static method in class com.caucho.env.service.CdiSystem
-
- createAndAddService(Path) - Static method in class com.caucho.env.service.RootDirectorySystem
-
- createAndAddService(Path, Path) - Static method in class com.caucho.env.service.RootDirectorySystem
-
- createAndAddService() - Static method in class com.caucho.env.shutdown.ShutdownSystem
-
- createAndAddService(boolean) - Static method in class com.caucho.env.shutdown.ShutdownSystem
-
- createAndAddService(AbstractVoteManager) - Static method in class com.caucho.env.vote.VoteService
-
- createAndAddService() - Static method in class com.caucho.env.warning.WarningService
-
- createAndAddService() - Static method in class com.caucho.network.listen.ListenService
-
- createAndAddService() - Static method in class com.caucho.network.listen.SocketPollService
-
- createAndAddService(ServletService) - Static method in class com.caucho.server.cluster.ServletSystem
-
- createAndAddService(CacheStoreManager) - Static method in class com.caucho.server.distcache.DistCacheSystem
-
- createAndAddService() - Static method in class com.caucho.server.httpcache.TempFileService
-
- createAndAddService(TempFileManager) - Static method in class com.caucho.server.httpcache.TempFileService
-
- createAnnotatedType(Class<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates an annotated type.
- createAnnotatedType(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Creates an introspected annotated type.
- createApplication() - Method in class com.caucho.jsp.JspCompiler
-
Initialize values based on the ServletContext.
- createArchiveTag(String, String, String) - Static method in class com.caucho.server.admin.WebAppDeployClient
-
- createArray(AmberExpr) - Method in class com.caucho.amber.expr.AbstractPathExpr
-
Creates an array reference.
- createArray(AmberExpr) - Method in interface com.caucho.amber.expr.PathExpr
-
Creates an array reference.
- createArrayOf(String, Object[]) - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createArrayOf(String, Object[]) - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createArrayOf(String, Object[]) - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createArrayOf(String, Object[]) - Method in class com.caucho.sql.spy.SpyConnection
-
- createArrayOf(String, Object[]) - Method in class com.caucho.sql.UserConnection
-
- createArrayOf(String, Object[]) - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createArtifactManager() - Method in class com.caucho.loader.EnvironmentClassLoader
-
Returns the artifact manager
- createAspectFactory() - Method in class com.caucho.config.gen.CandiAspectBeanFactory
-
- createAspectFactory() - Method in class com.caucho.ejb.gen.MessageAspectBeanFactory
-
- createAspectFactory() - Method in class com.caucho.ejb.gen.SingletonAspectBeanFactory
-
- createAspectFactory() - Method in class com.caucho.ejb.gen.StatefulAspectBeanFactory
-
- createAspectFactory() - Method in class com.caucho.ejb.gen.StatelessAspectBeanFactory
-
- createAspectFactory() - Method in class com.caucho.ejb.gen.StatelessScheduledAspectBeanFactory
-
- createAssemblyDescriptor() - Method in class com.caucho.ejb.cfg.EjbJar
-
- CreateAttribute<T> - Class in com.caucho.config.attribute
-
- CreateAttribute(Method, Class<T>) - Constructor for class com.caucho.config.attribute.CreateAttribute
-
- CreateAttribute(Method, Class<T>, Method) - Constructor for class com.caucho.config.attribute.CreateAttribute
-
- createAttribute(String, String, String) - Method in interface com.caucho.xml.CauchoDocument
-
Creates a namespace-aware attribute
- createAttribute(String, String) - Method in class com.caucho.xml.QDocument
-
- createAttribute(String) - Method in class com.caucho.xml.QDocument
-
- createAttribute(String, String, String) - Method in class com.caucho.xml.QDocument
-
Creates a new namespace-aware attribute
- createAttribute(QName, String) - Method in class com.caucho.xml.QDocument
-
Creates a new namespace-aware attribute
- createAttribute(QName, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createAttribute(String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createAttribute(String, String, String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createAttribute(String, String, String) - Method in interface com.caucho.xml2.CauchoDocument
-
Creates a namespace-aware attribute
- createAttribute(String, String) - Method in class com.caucho.xml2.QDocument
-
- createAttribute(String) - Method in class com.caucho.xml2.QDocument
-
- createAttribute(String, String, String) - Method in class com.caucho.xml2.QDocument
-
Creates a new namespace-aware attribute
- createAttribute(QName, String) - Method in class com.caucho.xml2.QDocument
-
Creates a new namespace-aware attribute
- createAttributeNS(String, String) - Method in class com.caucho.xml.QDocument
-
Creates a new namespace-aware attribute
- createAttributeNS(String, String) - Method in class com.caucho.xml2.QDocument
-
Creates a new namespace-aware attribute
- createAuthenticationMechanism() - Method in class com.caucho.jca.cfg.OutboundResourceAdapterConfig
-
Configures the authentication mechanism.
- createAuthenticationMechanism() - Method in class com.caucho.jca.cfg.ResourceAdapterConfig
-
Creates an authentication mechanism
- createAutoCommitWriteBlock(Block) - Method in class com.caucho.db.xa.RawTransaction
-
Returns a modified block.
- createAverageMeter(String, String) - Static method in class com.caucho.env.meter.MeterService
-
- createAverageTimeMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createBackend() - Method in class com.caucho.rewrite.HttpProxy
-
- createBackupDriver() - Method in class com.caucho.sql.DBPool
-
Sets a custom driver (or data source)
- createBackupDriver() - Method in class com.caucho.sql.DBPoolImpl
-
Returns the driver config.
- createBamClient(WatchdogArgs, WatchdogClient) - Method in class com.caucho.boot.AbstractRemoteCommand
-
- createBaseType(Annotated) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedType<?>) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedType<?>, Type) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedType<?>, Type, String) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedType<?>, Type, HashMap<String, BaseType>, String) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedType<?>, Type, HashMap<String, BaseType>, String, BaseType.ClassFill) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(Type) - Static method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- createBaseType(AnnotatedCallable<?>, Type, HashMap<String, BaseType>) - Static method in class com.caucho.config.reflect.AnnotatedParameterImpl
-
- createBean() - Method in class com.caucho.amber.type.EntityType
-
Creates a new entity for this specific instance type.
- createBean(CauchoBean) - Method in interface com.caucho.config.inject.BeanConfigFactory
-
- createBean(CauchoBean) - Method in class com.caucho.ejb.cfg.StatelessBeanConfigFactory
-
- createBean(AnnotatedType<T>, InjectionTarget<T>) - Method in class com.caucho.ejb.manager.EjbManager
-
- createBean(ManagedBeanImpl<X>, Class<T>, Set<Type>, AnnotatedType<X>) - Method in class com.caucho.ejb.session.AbstractSessionManager
-
- createBean(ManagedBeanImpl<X>, Class<T>, Set<Type>, AnnotatedType<X>) - Method in class com.caucho.ejb.session.SingletonManager
-
- createBean(ManagedBeanImpl<X>, Class<T>, Set<Type>, AnnotatedType<X>) - Method in class com.caucho.ejb.session.StatefulManager
-
- createBean(ManagedBeanImpl<X>, Class<T>, Set<Type>, AnnotatedType<X>) - Method in class com.caucho.ejb.session.StatelessManager
-
- createBean() - Method in class com.caucho.jca.ra.ConnectorConfig
-
Configures a connection-resource
- createBean() - Method in class com.caucho.jca.ra.ConnectorResource
-
Configures a connection-resource
- createBeanFactory(ManagedBeanImpl<T>) - Method in class com.caucho.config.inject.InjectManager
-
Returns a new instance for a class, but does not register the
component with webbeans.
- createBeanFactory(Class<T>) - Method in class com.caucho.config.inject.InjectManager
-
Returns a new instance for a class, but does not register the
component with webbeans.
- createBeanFactory(AnnotatedType<T>) - Method in class com.caucho.config.inject.InjectManager
-
Returns a new instance for a class, but does not register the
component with CDI.
- createBeanGenerator() - Method in class com.caucho.ejb.cfg.EjbBean
-
Creates the BeanGenerator generator instance
- createBeanGenerator() - Method in class com.caucho.ejb.cfg.EjbMessageBean
-
Creates the bean generator for the session bean.
- createBeanGenerator() - Method in class com.caucho.ejb.message.MessageManager
-
Creates the bean generator for the session bean.
- createBeanGenerator() - Method in class com.caucho.ejb.session.AbstractSessionManager
-
Creates the bean generator for the session bean.
- createBeanGenerator() - Method in class com.caucho.ejb.session.SingletonManager
-
Creates the bean generator for the session bean.
- createBeanGenerator() - Method in class com.caucho.ejb.session.StatefulManager
-
Creates the bean generator for the session bean.
- createBeanGenerator() - Method in class com.caucho.ejb.session.StatelessManager
-
Creates the bean generator for the session bean.
- createBefore() - Method in class com.caucho.server.webapp.Ordering
-
- createBlob() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createBlob() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createBlob() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createBlob() - Method in class com.caucho.sql.spy.SpyConnection
-
- createBlob() - Method in class com.caucho.sql.UserConnection
-
- createBlob() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createBoolean() - Method in class com.caucho.amber.expr.AbstractAmberExpr
-
Converts to a boolean expression.
- createBoolean() - Method in class com.caucho.amber.expr.AmberColumnExpr
-
Returns a boolean expression.
- createBoolean() - Method in interface com.caucho.amber.expr.AmberExpr
-
Converts to a boolean expression.
- createBroker() - Method in interface com.caucho.amp.broker.AmpBrokerFactory
-
Creates a new broker instance.
- createBroker() - Method in class com.caucho.amp.impl.HashMapBrokerFactory
-
- createBrokerManager() - Method in class com.caucho.server.cluster.ServletService
-
Creates the bam broker manager
- createBrowser(Queue) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a QueueBrowser to browse messages in the queue.
- createBrowser(Queue, String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a QueueBrowser to browse messages in the queue.
- createBrowser(Queue) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a QueueBrowser to browse messages in the queue.
- createBrowser(Queue, String) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a QueueBrowser to browse messages in the queue.
- createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
- createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
-
- createBrowser(Queue) - Method in interface javax.jms.Session
-
- createBrowser(Queue, String) - Method in interface javax.jms.Session
-
- createBuilder() - Method in class com.caucho.cloud.loadbalance.LoadBalanceFactory
-
- createBuilder() - Method in class com.caucho.cloud.loadbalance.LoadBalanceService
-
- createBuilder() - Static method in class com.caucho.env.jdbc.DatabaseFactory
-
- createBytesMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a new byte[] message.
- createBytesMessage() - Method in interface javax.jms.Session
-
- createCache() - Method in class com.caucho.loader.ivy.IvyLoader
-
Sets the ivy cache
- createCache() - Method in class com.caucho.loader.ivy.IvyManager
-
- createCache() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
backward compatibility for proxy cache
- createCacheEntry(HashKey, CacheHandle) - Method in interface com.caucho.server.distcache.CacheEntryFactory
-
- createCacheEntry(HashKey, CacheHandle) - Method in class com.caucho.server.distcache.CacheEntryManager
-
Returns the key entry, creating on if necessary.
- createCacheEntry(HashKey, CacheHandle) - Method in class com.caucho.server.distcache.CacheStoreManager
-
Returns the key entry.
- createCacheManager() - Method in class com.caucho.server.webbeans.ResinCdiProducer
-
- createCalendarTimer(ScheduleExpression) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCall(Env) - Static method in class com.caucho.xpath.XPath
-
Creates a new variable environment based on an old environment.
- createCData(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createCDATASection(String) - Method in class com.caucho.xml.QDocument
-
- createCDATASection(String) - Method in class com.caucho.xml2.QDocument
-
- createCharacters(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createChild(XslNode, Node) - Method in class com.caucho.xsl.JavaGenerator
-
- createChild(Node) - Method in class com.caucho.xsl.JavaGenerator
-
- createClass(Class<?>) - Static method in class com.caucho.config.reflect.BaseType
-
Create a class-based type, where any parameters are filled with the
variables, not Object.
- createClient(Class<T>, String, String) - Method in class com.caucho.amp.impl.AmpManagerImpl
-
- createClient(String, String) - Method in interface com.caucho.bam.actor.ActorClientFactory
-
Creates a new ActorClient with the user id and a suggested resource.
- createClient(Mailbox, String, String) - Method in class com.caucho.bam.broker.AbstractManagedBroker
-
- createClient(Mailbox, String, String) - Method in interface com.caucho.bam.broker.ManagedBroker
-
- createClient(Mailbox, String, String) - Method in interface com.caucho.bam.manager.BamManager
-
- createClient(String, String) - Method in interface com.caucho.bam.manager.BamManager
-
- createClient(Mailbox, String, String) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createClient(String, String) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createClient(String) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createClient(String, String) - Method in class com.caucho.hemp.broker.LocalActorFactoryImpl
-
- createClientLinkActor(String, MessageStream) - Method in class com.caucho.hmtp.server.HmtpServlet
-
Creates and returns the actor for the client link
- createClientSocketFactory(String) - Method in class com.caucho.cloud.loadbalance.LoadBalanceBuilder
-
- createClientSocketFactory(LoadBalanceBackend) - Method in class com.caucho.cloud.loadbalance.LoadBalanceBuilder
-
- createClob() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createClob() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createClob() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createClob() - Method in class com.caucho.sql.spy.SpyConnection
-
- createClob() - Method in class com.caucho.sql.UserConnection
-
- createClob() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createCluster(String) - Method in class com.caucho.cloud.topology.CloudSystem
-
Creates a new cluster.
- createClusterPort() - Method in class com.caucho.cloud.network.NetworkServerConfig
-
- createCode() - Method in class com.caucho.bytecode.JavaMethod
-
Create the code attribute.
- createCodeWriter() - Method in class com.caucho.bytecode.JavaMethod
-
- createColumn(String, AmberType) - Method in class com.caucho.amber.table.AmberTable
-
Creates a column.
- createComment(String) - Method in class com.caucho.xml.QDocument
-
- createComment(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createComment(String) - Method in class com.caucho.xml2.QDocument
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.AbstractDeployCatCommand
-
- createCommitBuilder(WatchdogArgs, Path) - Method in class com.caucho.boot.AbstractDeployCommand
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.AbstractDeployLsCommand
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.ConfigCatCommand
-
- createCommitBuilder(WatchdogArgs, Path) - Method in class com.caucho.boot.ConfigDeployCommand
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.ConfigLsCommand
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.DeployCatCommand
-
- createCommitBuilder(WatchdogArgs, Path) - Method in class com.caucho.boot.DeployCommand
-
- createCommitBuilder(WatchdogArgs) - Method in class com.caucho.boot.DeployLsCommand
-
- createCompilingLoader() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds a compiling class loader.
- createComponent(FacesContext, String) - Method in class com.caucho.jsp.jsf.JsfComponentTag
-
- createConfig(Throwable) - Static method in exception com.caucho.config.ConfigException
-
- createConnection(SocketLink) - Method in class com.caucho.amqp.server.AmqpProtocol
-
- createConnection(SocketLink) - Method in class com.caucho.cloud.hmtp.HmtpProtocol
-
Create a HmuxRequest object for the new thread.
- createConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new queue connection
- createConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new connection
- createConnection() - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new queue connection
- createConnection(String, String) - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new connection
- createConnection() - Method in class com.caucho.jms.Jms
-
- createConnection(SocketLink) - Method in class com.caucho.memcached.MemcachedProtocol
-
- createConnection(SocketLink) - Method in class com.caucho.message.stomp.StompProtocol
-
- createConnection(SocketLink) - Method in class com.caucho.network.listen.AbstractProtocol
-
Create a Request object for the new thread.
- createConnection(SocketLink) - Method in interface com.caucho.network.listen.Protocol
-
Creates a new protocol connection.
- createConnection(SocketLink) - Method in class com.caucho.protocols.flash.SocketPolicyProtocol
-
- createConnection(SocketLink) - Method in class com.caucho.server.cluster.ProtocolConfig
-
Create a Request object for the new thread.
- createConnection(SocketLink) - Method in class com.caucho.server.fastcgi.FastCgiProtocol
-
Create a FastCgiRequest object for the new thread.
- createConnection(SocketLink) - Method in class com.caucho.server.hmux.HmuxProtocol
-
Create a HmuxRequest object for the new thread.
- createConnection(SocketLink) - Method in class com.caucho.server.http.HttpProtocol
-
Create a HttpRequest object for the new thread.
- createConnection(SocketLink) - Method in class com.caucho.server.snmp.SnmpProtocol
-
- createConnection(SocketLink) - Method in class com.caucho.server.spdy.SpdyServerProtocol
-
- createConnection() - Method in class com.caucho.sql.DBPool
-
Configure the initial connection
- createConnection() - Method in class com.caucho.sql.DBPoolImpl
-
Creates the connection config.
- createConnection() - Method in interface javax.jms.ConnectionFactory
-
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class com.caucho.jms.connection.ConnectionImpl
-
Creates a new consumer (optional)
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class com.caucho.jms.connection.QueueConnectionImpl
-
Creates a new consumer (optional)
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class com.caucho.jms.connection.TopicConnectionImpl
-
Creates a new consumer (optional)
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
-
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
- createConnectionFactory() - Method in class com.caucho.jca.ra.ConnectorConfig
-
Configures a connection-factory
- createConnectionFactory() - Method in class com.caucho.jca.ra.ConnectorResource
-
Configures a connection-factory
- createConnectionFactory(ConnectionManager) - Method in class com.caucho.jms.jca.MessageSenderManager
-
Creates the data source the user sees.
- createConnectionFactory() - Method in class com.caucho.jms.jca.MessageSenderManager
-
Creates the data source the user sees.
- createConnectionFactory(ConnectionManager) - Method in class com.caucho.sql.ManagedFactoryImpl
-
Creates the data source the user sees.
- createConnectionFactory() - Method in class com.caucho.sql.ManagedFactoryImpl
-
Creates the data source the user sees.
- createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance, using a default
ConnectionManager from the resource adapter.
- createConnectionId(DriverConfig) - Method in class com.caucho.sql.spy.SpyDataSource
-
Creates a connection id.
- createConnectionPool() - Method in class com.caucho.jca.ra.ResourceManagerImpl
-
Returns a connection manager
- createConsumer(Destination) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a consumer to receive messages.
- createConsumer(Destination, String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a consumer to receive messages.
- createConsumer(Destination, String, boolean) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a consumer to receive messages.
- createConsumer(Destination) - Method in interface javax.jms.Session
-
- createConsumer(Destination, String) - Method in interface javax.jms.Session
-
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class com.caucho.amber.manager.AmberPersistenceProvider
-
Create an return an EntityManagerFactory for the named unit.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class com.caucho.env.jpa.DisabledPersistenceProvider
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create and return an EntityManagerFactory for the named unit.
- createContainerTransaction() - Method in class com.caucho.ejb.cfg.AssemblyDescriptor
-
- createContext() - Method in class com.caucho.jmx.AbstractMBeanServer
-
Returns the context implementation.
- createContext(ClassLoader) - Method in class com.caucho.jmx.AbstractMBeanServer
-
Returns the context implementation, creating if necessary.
- createContext(ClassLoader) - Method in class com.caucho.jmx.EnvironmentMBeanServer
-
Returns the local context.
- createContext(ClassLoader) - Method in class com.caucho.jmx.GlobalMBeanServer
-
Returns the local context.
- createContext(ClassLoader) - Method in class com.caucho.jmx.LocalMBeanServer
-
Returns the local context.
- createContextContainer() - Method in class com.caucho.config.scope.AbstractScopeContext
-
- createContextContainer() - Method in class com.caucho.config.scope.ApplicationContext
-
- createContextContainer() - Method in class com.caucho.config.scope.SingletonScope
-
- createContextContainer() - Method in class com.caucho.inject.RequestContext
-
- createContextContainer() - Method in class com.caucho.server.webbeans.ConversationContext
-
Returns the current value of the component in the conversation scope.
- createContextContainer() - Method in class com.caucho.server.webbeans.SessionScopeImpl
-
- createContextContainer() - Method in class com.caucho.server.webbeans.TransactionScope
-
- createContextParam() - Method in class com.caucho.server.webapp.WebApp
-
Sets an init-param
- createController(ExpandVersion) - Method in class com.caucho.env.deploy.ExpandDeployGenerator
-
Creates a new entry.
- createController(ExpandVersion) - Method in class com.caucho.server.e_app.EarDeployGenerator
-
Returns the current array of application entries.
- createController(ExpandVersion) - Method in class com.caucho.server.host.HostExpandDeployGenerator
-
Returns the current array of application entries.
- createController(ExpandVersion) - Method in class com.caucho.server.webapp.WebAppExpandDeployGenerator
-
Returns the new controller.
- createConversation() - Method in class com.caucho.config.inject.InjectManager
-
- createCookieConfig() - Method in class com.caucho.server.session.SessionManager
-
- createCookieValue() - Method in class com.caucho.server.session.SessionManager
-
- createCookieValue(Object) - Method in class com.caucho.server.session.SessionManager
-
- createCount(String) - Method in class com.caucho.env.meter.AverageMeter
-
- createCount(String) - Method in class com.caucho.env.meter.SemaphoreMeter
-
- createCount(String) - Method in class com.caucho.env.meter.TimeRangeMeter
-
- createCountMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createCreationalContext(Contextual<T>) - Method in class com.caucho.config.inject.InjectManager
-
- createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Creates a new CreationalContext for instantiating a bean.
- createCredentials(String, String, String, String) - Method in class com.caucho.cloud.security.SecurityService
-
- createDatabaseTable(AmberPersistenceUnit) - Method in class com.caucho.amber.table.AmberTable
-
Creates the table if missing.
- createDataSource() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createDataSource(long, long) - Method in class com.caucho.server.distcache.LocalDataManager
-
- createDecoratorMethods(List<Decorator<?>>, String, Class<?>...) - Static method in class com.caucho.config.gen.CandiUtil
-
- createDecorators() - Method in class com.caucho.config.cfg.BeansConfig
-
Adds the decorators
- createDefaultJavaClassDef(String, Class) - Method in class com.caucho.quercus.module.ResinModuleContext
-
- createDepend(Path) - Static method in class com.caucho.vfs.Jar
-
Return a Jar for the path.
- createDepend(Path, long) - Static method in class com.caucho.vfs.Jar
-
Return a Jar for the path.
- createDepend() - Method in class com.caucho.vfs.MergePath
-
Creates a dependency.
- createDepend() - Method in class com.caucho.vfs.Path
-
Creates a dependency.
- createDependencies() - Method in class com.caucho.loader.ivy.IvyModule
-
Adds dependencies
- createDependencies() - Method in class com.caucho.loader.maven.MavenProject
-
Creates the dependencies section.
- createDependency() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds a jar dependency, to be loaded from the repository
- createDependency() - Method in class com.caucho.loader.maven.MavenProject.Dependencies
-
- createDependent(CreationalContext<X>) - Method in class com.caucho.config.inject.ManagedBeanImpl
-
Creates a new instance of the component.
- createDependentFromItem(FromItem, LinkColumns, String) - Method in class com.caucho.amber.query.AbstractQuery
-
Creates a dependent from item
- createDependentFromItem(FromItem, LinkColumns) - Method in class com.caucho.amber.query.QueryParser
-
Adds a new FromItem.
- createDeploy() - Method in class com.caucho.config.cfg.BeansConfig
-
Adds a deploy
- createDeployGenerator(WebAppConfig) - Method in class com.caucho.server.webapp.WebAppContainer
-
- createDeployInstance() - Method in class com.caucho.env.deploy.DeployController
-
Returns the current instance.
- createDeployService() - Method in class com.caucho.server.admin.Management
-
Create and configure the j2ee deploy service.
- createDescriptor(StringBuilder, Class[]) - Static method in class com.caucho.config.bytecode.SerializationAdapter
-
- createDescriptor(Class) - Static method in class com.caucho.config.bytecode.SerializationAdapter
-
- createDeserializer(Class) - Method in class com.caucho.json.ser.JsonSerializerFactory
-
- createDestination(String, boolean) - Method in class com.caucho.jms.jdbc.JdbcDestination
-
Creates a queue.
- createDestination(String, boolean) - Method in class com.caucho.jms.jdbc.JdbcQueue
-
Creates a queue.
- createDestination(String) - Method in class com.caucho.message.stomp.StompProtocol
-
- createDigest(String, String, String) - Method in class com.caucho.cloud.security.SecurityService
-
- createDirectory(Path) - Static method in class com.caucho.env.git.GitCommitJar
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.AbstractRegexpDispatchRule
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.Dispatch
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.FastCgiProxy
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.Forbidden
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.Forward
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.HttpProxy
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.Location
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.MovedPermanently
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.NotFound
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.Redirect
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.RedirectSecure
-
- createDispatch(DispatcherType, String, String, String, FilterChain) - Method in class com.caucho.rewrite.SendError
-
- createDispatch() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a dispatch.
- createDistCacheService() - Method in class com.caucho.server.resin.ResinDelegate
-
- createDocument(String, String, DocumentType) - Method in class com.caucho.xml.QDOMImplementation
-
- createDocument() - Static method in class com.caucho.xml.Xml
-
Create a new DOM document
- createDocument(String, String, DocumentType) - Method in class com.caucho.xml2.QDOMImplementation
-
- createDocument() - Static method in class com.caucho.xml2.Xml
-
Create a new DOM document
- createDocumentFragment() - Method in class com.caucho.xml.QDocument
-
Creates a new document fragment.
- createDocumentFragment() - Method in class com.caucho.xml2.QDocument
-
Creates a new document fragment.
- createDocumentType(String, String, String) - Method in class com.caucho.xml.QDOMImplementation
-
- createDocumentType(String, String, String) - Method in class com.caucho.xml2.QDOMImplementation
-
- createDOMImplementation() - Static method in class com.caucho.xml.Xml
-
Create a new DOM implementation
- createDOMImplementation() - Static method in class com.caucho.xml2.Xml
-
Create a new DOM implementation
- createDriver() - Method in class com.caucho.sql.DBPool
-
Sets a custom driver (or data source)
- createDriver() - Method in class com.caucho.sql.DBPoolImpl
-
Returns the driver config.
- createDTD(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.caucho.jms.connection.ConnectionImpl
-
Creates a new consumer (optional)
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.caucho.jms.connection.TopicConnectionImpl
-
Creates a new consumer (optional)
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
- createDurableSubscriber(Topic, String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a durable subscriber to receive messages.
- createDurableSubscriber(Topic, String, String, boolean) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a subscriber to receive messages.
- createDurableSubscriber(Topic, String) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a durable subscriber to receive messages.
- createDurableSubscriber(Topic, String, String, boolean) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a subscriber to receive messages.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
-
- createDynamicServer(int, String, String, String, int, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new dynamic server
- createDynamicServer(String, String, String, int, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new dynamic server
- createDynamicServer(String, String, int, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new dynamic server
- createEarDeploy() - Method in class com.caucho.server.host.Host
-
Sets the ear-expansion
- createEarDeploy() - Method in class com.caucho.server.webapp.WebAppContainer
-
Sets the ear-expansion
- createEjbBean() - Method in class com.caucho.ejb.cfg.EjbEnterpriseBeans
-
- createEJBContainer(Map<?, ?>) - Method in class com.caucho.ejb.embeddable.EJBContainerProvider
-
- createEJBContainer() - Static method in class javax.ejb.embeddable.EJBContainer
-
- createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
-
- createEJBContainer(Map<?, ?>) - Method in interface javax.ejb.spi.EJBContainerProvider
-
- createEjbLocalRef() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createEjbLocalRef() - Method in class com.caucho.server.webapp.WebApp
-
ejb-local-ref configuration
- createEjbRef() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createEjbRef() - Method in class com.caucho.server.webapp.WebApp
-
ejb-ref configuration
- createElement(String, String, String) - Method in interface com.caucho.xml.CauchoDocument
-
Creates a namespace-aware element
- createElement(String) - Method in class com.caucho.xml.QDocument
-
Creates a new element
- createElement(String, String, String) - Method in class com.caucho.xml.QDocument
-
Creates a new namespace-aware element
- createElement(String, String, String) - Method in interface com.caucho.xml2.CauchoDocument
-
Creates a namespace-aware element
- createElement(String) - Method in class com.caucho.xml2.QDocument
-
Creates a new element
- createElement(String, String, String) - Method in class com.caucho.xml2.QDocument
-
Creates a new namespace-aware element
- createElementByName(QName) - Method in class com.caucho.xml.QDocument
-
- createElementByName(QName) - Method in class com.caucho.xml2.QDocument
-
- createElementNode(QName) - Method in class com.caucho.jsp.java.JavaJspBuilder
-
- createElementNS(String, String) - Method in class com.caucho.xml.QDocument
-
Creates a new namespace-aware element
- createElementNS(String, String) - Method in class com.caucho.xml2.QDocument
-
Creates a new namespace-aware element
- createEmbeddable(Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an embeddable type.
- createEmbeddable(String, Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an embeddable type.
- createEndDocument() - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createEndElement(QName, Iterator) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createEndElement(String, String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createEndElement(String, String, String, Iterator) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createEndpoint(XAResource) - Method in class com.caucho.ejb.message.MessageManager
-
Creates an endpoint with the associated XA resource.
- createEndpoint(XAResource, long) - Method in class com.caucho.ejb.message.MessageManager
-
Creates an endpoint with the associated XA resource.
- createEndpoint(XAResource, long) - Method in class com.caucho.jms.jca.ListenerEndpointFactory
-
Creates an endpoint with the associated XA resource.
- createEndpoint(XAResource) - Method in class com.caucho.jms.jca.ListenerEndpointFactory
-
Creates an endpoint with the associated XA resource.
- createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Creates an endpoint with the associated XA resource.
- createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Creates an endpoint with the associated XA resource.
- createEndpointFactory() - Method in class com.caucho.jca.ra.ConnectorConfig.ConnectionListener
-
- createEndpointFactory() - Method in class com.caucho.jca.ra.ConnectorResource.ConnectionListener
-
- createEnhancer() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds an enhancing loader.
- createEnterpriseBeans() - Method in class com.caucho.ejb.cfg.EjbJar
-
- createEntity(AmberConnection, Object) - Method in class com.caucho.amber.entity.CacheableEntityItem
-
Creates a new entity instance.
- createEntity(AmberConnection, Object) - Method in class com.caucho.amber.entity.EntityItem
-
- createEntity(AmberConnection, Object) - Method in class com.caucho.amber.entity.XAEntityItem
-
Creates a new entity instance.
- createEntity(Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an entity.
- createEntity(String, Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an entity.
- createEntityManager() - Method in class com.caucho.amber.manager.AmberEntityManagerFactory
-
Create a new EntityManager with TRANSACTION type.
- createEntityManager(Map) - Method in class com.caucho.amber.manager.AmberEntityManagerFactory
-
Create a new EntityManager with the given properties.
- createEntityManager() - Method in class com.caucho.env.jpa.EntityManagerFactoryProxy
-
Create a new EntityManager with TRANSACTION type.
- createEntityManager(Map) - Method in class com.caucho.env.jpa.EntityManagerFactoryProxy
-
Create a new EntityManager with the given properties.
- createEntityManager() - Static method in class com.caucho.vfs.EMF
-
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
-
Create a new EntityManager with TRANSACTION type.
- createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new EntityManager with the given properties.
- createEntityManagerFactory(PersistenceUnitInfo) - Method in class com.caucho.amber.manager.AmberContainer
-
- createEntityManagerFactory(String, Map) - Method in class com.caucho.amber.manager.AmberPersistenceProvider
-
Create an return an EntityManagerFactory for the named unit.
- createEntityManagerFactory(String, Map) - Method in class com.caucho.env.jpa.DisabledPersistenceProvider
-
- createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
-
Create an return an EntityManagerFactory for the named unit.
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named unit.
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create an return an EntityManagerFactory for the named unit.
- createEntityReference(String) - Method in class com.caucho.xml.QDocument
-
- createEntityReference(String, EntityDeclaration) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createEntityReference(String) - Method in class com.caucho.xml2.QDocument
-
- createEntry(String) - Method in class com.caucho.server.e_app.EarSingleDeployGenerator
-
Returns the current array of webApp entries.
- createEnum(String, Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an enumerated type.
- createEnv() - Method in class com.caucho.servlets.CGIServlet
-
- createEnv() - Static method in class com.caucho.xpath.XPath
-
Creates a new variable environment.
- createEnv(Env) - Static method in class com.caucho.xpath.XPath
-
Creates a new variable environment based on an old environment.
- createEnvEntry() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createError(Exception) - Method in class com.caucho.xml.DOMBuilder
-
Throws an appropriate error.
- createError(Exception) - Method in class com.caucho.xml2.DOMBuilder
-
Throws an appropriate error.
- createException() - Method in class com.caucho.bam.BamError
-
- CreateException - Exception in javax.ejb
-
The main ejb context.
- CreateException() - Constructor for exception javax.ejb.CreateException
-
- CreateException(String) - Constructor for exception javax.ejb.CreateException
-
- createExpiredState() - Method in class com.caucho.server.distcache.MnodeStore
-
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.AbstractField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in interface com.caucho.amber.field.AmberField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.CollectionField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.DependentEntityOneToOneField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.ElementCollectionField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.EmbeddedIdField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.EmbeddedSubField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.EntityEmbeddedField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.KeyManyToOneField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.KeyPropertyField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.ManyToManyField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.ManyToOneField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.OneToManyField
-
Creates the expression for the field.
- createExpr(QueryParser, PathExpr) - Method in class com.caucho.amber.field.PropertyField
-
Creates the expression for the field.
- createExpr(ELContext, String) - Static method in class com.caucho.jsp.JspUtil
-
- createExpr(ValueExpression, String, Class) - Method in class com.caucho.jsp.PageContextImpl
-
Creates an expression.
- createExtension(String) - Method in class com.caucho.config.extension.ExtensionManager
-
- createExternalStaticServer(String, String, int, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new externa static server
- createFactory() - Method in class com.caucho.server.dispatch.ServletProtocolConfig
-
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.AbstractPathExpr
-
Creates the expr from the path.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.CollectionSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.ElementCollectionSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.EmbeddedSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.FromIdSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.KeyManyToOneExpr
-
Creates the expr from the path.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.ManyToOneSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.OneToManySchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.OneToOneSchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in interface com.caucho.amber.expr.PathExpr
-
Creates the expr from the path.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.SchemaExpr
-
Creates a field-based schema.
- createField(QueryParser, String) - Method in class com.caucho.amber.expr.TableIdExpr
-
Creates a field-based schema.
- createField(String, String) - Method in class com.caucho.bytecode.JavaClass
-
- createField(Expr) - Method in class com.caucho.config.el.CandiExpr
-
- createField(String) - Method in class com.caucho.config.el.CandiExpr
-
- createField(Expr) - Method in class com.caucho.el.Expr
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.el.Expr
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in interface com.caucho.el.FieldGenerator
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.el.IdExpr
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.el.PathExpr
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.el.ValueExpr
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.jsp.el.ApplicationScopeExpression
-
- createField(String) - Method in class com.caucho.jsp.el.CookieExpression
-
- createField(String) - Method in class com.caucho.jsp.el.HeaderExpression
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.jsp.el.HeaderValuesExpression
-
Creates a field reference using this expression as the base object.
- createField(Expr) - Method in class com.caucho.jsp.el.ImplicitObjectExpr
-
- createField(String) - Method in class com.caucho.jsp.el.InitParamExpression
-
- createField(String) - Method in class com.caucho.jsp.el.PageScopeExpression
-
- createField(String) - Method in class com.caucho.jsp.el.ParamExpression
-
- createField(String) - Method in class com.caucho.jsp.el.ParamValuesExpression
-
- createField(String) - Method in class com.caucho.jsp.el.RequestScopeExpression
-
- createField(String) - Method in class com.caucho.jsp.el.SessionExpression
-
Creates a field reference using this expression as the base object.
- createField(String) - Method in class com.caucho.jsp.el.SessionScopeExpression
-
- createFileset() - Method in class com.caucho.jsp.JspPrecompileResource
-
Add a pattern.
- createFileSet() - Method in class com.caucho.jsp.JspPrecompileResource
-
Deprecated.
- createFilter(String) - Method in class com.caucho.server.dispatch.FilterManager
-
Instantiates a filter given its configuration.
- createFilter(Class<T>) - Method in class com.caucho.server.webapp.ServletContextImpl
-
- createFilter(Class<T>) - Method in class com.caucho.server.webapp.WebApp
-
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Create a filter using class
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.AbstractRewriteFilter
-
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.AddHeader
-
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.SetHeader
-
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.SetRequestCharacterEncoding
-
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.SetRequestSecure
-
- createFilterChain(String, String, FilterChain) - Method in class com.caucho.rewrite.SetVary
-
- createFilterChain(FilterChain, WebApp) - Method in class com.caucho.server.httpcache.AbstractProxyCache
-
Creates the filter.
- createFilteredReader(XMLEventReader, EventFilter) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createForbidden() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a forbidden.
- createForeignColumn(String, AmberColumn) - Method in class com.caucho.amber.table.AmberTable
-
Creates a foreign column.
- createFormLoginConfig() - Method in class com.caucho.server.security.LoginConfig
-
Creates the form-login-config
- createForProgram() - Static method in class com.caucho.config.xml.XmlConfigContext
-
- createForSource(Type, HashMap<String, BaseType>, String) - Static method in class com.caucho.config.reflect.BaseType
-
- createForSource(Type) - Method in class com.caucho.config.reflect.BaseTypeFactory
-
- createForTarget(Type, HashMap<String, BaseType>, String) - Static method in class com.caucho.config.reflect.BaseType
-
- createForTarget(Type) - Method in class com.caucho.config.reflect.BaseTypeFactory
-
- createForward() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a forward.
- createFromItem(AmberTable, String) - Method in class com.caucho.amber.query.AbstractQuery
-
Sets the from list.
- createFromItem(EntityType, AmberTable, String) - Method in class com.caucho.amber.query.AbstractQuery
-
Sets the from list.
- createFullType(String) - Method in class com.caucho.env.log.LogSystem
-
- createGenerator(String) - Method in class com.caucho.amber.type.GeneratorTableType
-
Creates a new generator.
- createGeneratorTable(String) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds a generator table.
- createGenericClass(Class<?>) - Static method in class com.caucho.config.reflect.BaseType
-
Create a class-based type, where any parameters are filled with the
variables, not Object.
- createGone() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a gone.
- createGroups() - Method in class com.caucho.admin.thread.AbstractThreadActivityReport
-
- createGroups() - Method in class com.caucho.admin.thread.DatabaseThreadActivityReport
-
- createGroups() - Method in class com.caucho.admin.thread.ResinThreadActivityReport
-
- createHashKey(Object, CacheConfig) - Method in class com.caucho.server.distcache.CacheKeyManager
-
- createHashKeyImpl(Object, CacheConfig) - Method in class com.caucho.server.distcache.CacheKeyManager
-
Returns the key hash
- createHostDeploy() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
Adds a HostDeploy.
- createHostDeploy() - Method in class com.caucho.server.cluster.ServletService
-
Adds a HostDeploy.
- createHostDeploy() - Method in class com.caucho.server.host.HostContainer
-
Creates a host deploy
- createHttp() - Method in class com.caucho.cloud.network.ClusterServer
-
- createHttp() - Method in class com.caucho.cloud.network.NetworkServerConfig
-
- createIcon() - Method in class com.caucho.config.types.DescriptionGroupConfig
-
- createId(FromItem) - Method in class com.caucho.amber.expr.AbstractPathExpr
-
Creates an id expression.
- createId(FromItem) - Method in class com.caucho.amber.expr.ElementCollectionExpr
-
Creates an id expression.
- createId(FromItem) - Method in interface com.caucho.amber.expr.PathExpr
-
Creates an id expression.
- createIdentitySQL(String) - Method in class com.caucho.jdbc.DerbyMetaData
-
- createIdentitySQL(String) - Method in class com.caucho.jdbc.GenericMetaData
-
Returns the identity property
- createIdentitySQL(String) - Method in class com.caucho.jdbc.JdbcMetaData
-
Returns the identity property
- createIdentitySQL(String) - Method in class com.caucho.jdbc.MysqlMetaData
-
Returns the identity property
- createIdentitySQL(String) - Method in class com.caucho.jdbc.ResinMetaData
-
Returns the identity property
- createIdentitySQL(String) - Method in class com.caucho.jdbc.SqlServerMetaData
-
Returns the identity property
- createIfAbsent() - Method in class com.caucho.distcache.AbstractCache
-
- createIfAbsent() - Method in class com.caucho.server.distcache.CacheImpl
-
- createIfAbsent(String, CacheConfig) - Method in class com.caucho.server.distcache.CacheManagerImpl
-
- createIgnorableSpace(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createImplicitObjectExpr(String) - Method in class com.caucho.el.ELParser
-
Creates the implicit object for the name.
- createImplicitObjectExpr(String) - Method in class com.caucho.jsp.el.JspELParser
-
Creates the implicit object for the name.
- createImport() - Method in class com.caucho.server.rewrite.MatchRule
-
- createInboundMailbox(MessageStream, Broker) - Method in class com.caucho.bam.client.LinkClient
-
- createInboundResourceadapter() - Method in class com.caucho.jca.cfg.ResourceAdapterConfig
-
Adds an inbound resource adapter.
- createIndexedExpression(int) - Method in class com.caucho.jstl.rt.CoreForEachTag
-
- createIndexedExpression(int) - Method in class com.caucho.jstl.rt.CoreForTokensTag
-
- createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a new indexed record.
- createInfo() - Method in class com.caucho.loader.ivy.IvyModule
-
- createInit() - Method in class com.caucho.jmx.MBeanConfig
-
- createInit() - Method in class com.caucho.loader.enhancer.ClassEnhancerConfig
-
Initializes the enhancer.
- createInit() - Method in class com.caucho.server.distcache.PersistentStoreConfig
-
- createInit() - Method in class com.caucho.server.security.LoginConfig
-
Creates the init
- createInitialContext() - Static method in class com.caucho.naming.InitialContextFactoryImpl
-
- createInitialNull(CacheConfig) - Static method in class com.caucho.server.distcache.MnodeEntry
-
- createInitParam() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
Sets an init-param
- createInjectionTarget(AnnotatedType<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates an injection target
- createInjectionTarget(Class<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates a managed bean.
- createInjectionTarget() - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
-
- createInjectionTarget() - Method in class com.caucho.ejb.session.SingletonManager
-
- createInjectionTarget() - Method in class com.caucho.ejb.session.StatefulManager
-
- createInjectionTarget() - Method in class com.caucho.ejb.session.StatelessManager
-
- createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Creates an injection target
- createInode() - Method in class com.caucho.server.httpcache.TempFileManager
-
- createInputStream() - Method in class com.caucho.util.ByteBuffer
-
- createInstance() - Method in class com.caucho.amqp.io.AmqpAbstractPacket
-
- createInstance() - Method in class com.caucho.amqp.io.AmqpError
-
- createInstance() - Method in class com.caucho.amqp.io.DeliveryAccepted
-
- createInstance() - Method in class com.caucho.amqp.io.DeliveryModified
-
- createInstance() - Method in class com.caucho.amqp.io.DeliveryRejected
-
- createInstance() - Method in class com.caucho.amqp.io.DeliveryReleased
-
- createInstance() - Method in class com.caucho.amqp.io.DeliveryXa
-
- createInstance() - Method in class com.caucho.amqp.io.FrameAttach
-
- createInstance() - Method in class com.caucho.amqp.io.FrameBegin
-
- createInstance() - Method in class com.caucho.amqp.io.FrameClose
-
- createInstance() - Method in class com.caucho.amqp.io.FrameDetach
-
- createInstance() - Method in class com.caucho.amqp.io.FrameDisposition
-
- createInstance() - Method in class com.caucho.amqp.io.FrameEnd
-
- createInstance() - Method in class com.caucho.amqp.io.FrameFlow
-
- createInstance() - Method in class com.caucho.amqp.io.FrameOpen
-
- createInstance() - Method in class com.caucho.amqp.io.FrameTransfer
-
- createInstance() - Method in class com.caucho.amqp.io.LinkSource
-
- createInstance() - Method in class com.caucho.amqp.io.LinkTarget
-
- createInstance() - Method in class com.caucho.amqp.io.MessageAnnotations
-
- createInstance() - Method in class com.caucho.amqp.io.MessageAppProperties
-
- createInstance() - Method in class com.caucho.amqp.io.MessageDeliveryAnnotations
-
- createInstance() - Method in class com.caucho.amqp.io.MessageFooter
-
- createInstance() - Method in class com.caucho.amqp.io.MessageHeader
-
- createInstance() - Method in class com.caucho.amqp.io.MessageProperties
-
- createInstance() - Method in class com.caucho.amqp.io.XaDischarge
-
- createInteraction() - Method in interface javax.resource.cci.Connection
-
Creates an Interaction for the Connection.
- createInterceptors() - Method in class com.caucho.config.cfg.BeansConfig
-
Adds the interceptors
- createInterceptors(InjectManager, ArrayList<InterceptorRuntimeBean<?>>, ArrayList<Interceptor<?>>, int[], InterceptionType, Annotation...) - Static method in class com.caucho.config.gen.CandiUtil
-
- createInterceptors(InjectManager, ArrayList<Interceptor<?>>, Annotation...) - Static method in class com.caucho.config.gen.CandiUtil
-
- createInterceptors(InjectManager, ArrayList<Interceptor<?>>, InterceptionType, Annotation...) - Static method in class com.caucho.config.gen.CandiUtil
-
- createInterceptors() - Method in class com.caucho.ejb.cfg.EjbJar
-
- createIntervalTimer(long, long, TimerConfig) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create an interval timer whose first expiration occurs at a given point in
time and whose subsequent expirations occur after a specified interval.
- createIntervalTimer(long, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in
time and whose subsequent expirations occur after a specified interval.
- createInvocation() - Method in class com.caucho.server.dispatch.InvocationServer
-
Creates an invocation.
- createInvocationDecoder() - Method in class com.caucho.server.dispatch.InvocationServer
-
Returns the invocation decoder for configuration.
- createIpAddress(byte[], char[]) - Static method in class com.caucho.vfs.InetAddressUtil
-
Convert a system ip address to an actual address.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.AttributePattern
-
Creates the program (somewhat bogus)
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.ChoicePattern
-
Creates the production item.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.DataPattern
-
Creates the program (somewhat bogus)
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.ElementPattern
-
Creates the item, i.e.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.EmptyPattern
-
Creates the program (somewhat bogus)
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.GroupPattern
-
Creates the production item.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.InterleavePattern
-
Creates the production item.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.Pattern
-
Creates the current state
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.RefPattern
-
Creates the item.
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.TextPattern
-
Creates the program (somewhat bogus)
- createItem(GrammarPattern) - Method in class com.caucho.relaxng.pattern.ZeroOrMorePattern
-
Creates the production item.
- createItem(int) - Method in interface com.caucho.util.RingItemFactory
-
- createIvyLoader() - Method in class com.caucho.loader.ClassLoaderConfig
-
Creates an ivy class loader.
- createJdbcStore() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
- createJmx(String, String, String) - Static method in class com.caucho.env.meter.MeterService
-
- createJmx(String, String, String, boolean) - Static method in class com.caucho.env.meter.MeterService
-
- createJmxCalculation(String, JmxExpr) - Static method in class com.caucho.env.meter.MeterService
-
- createJmxDelta(String, String, String) - Static method in class com.caucho.env.meter.MeterService
-
- createJmxDelta(String, String, String, boolean) - Static method in class com.caucho.env.meter.MeterService
-
- createJmxService() - Method in class com.caucho.server.admin.Management
-
Create and configure the jmx service.
- createJNI(InetAddress, int) - Static method in class com.caucho.vfs.QJniServerSocket
-
Creates the SSL ServerSocket.
- createJsp() - Method in class com.caucho.jsp.JspCompiler
-
Sets the JspPropertyGroup
- createJsp() - Method in class com.caucho.server.resin.ResinConfig
-
Configures JSP (backwards compatibility).
- createJsp() - Method in class com.caucho.server.webapp.WebApp
-
jsp configuration
- createJspConfig() - Method in class com.caucho.server.webapp.WebApp
-
- createJspException(Throwable) - Static method in exception com.caucho.jsp.QJspException
-
- createJspPropertyGroup() - Method in class com.caucho.jsp.cfg.JspConfig
-
- createJsse() - Method in class com.caucho.network.listen.TcpPort
-
Sets the SSL factory
- createLibraryLoader() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds a library loader, e.g.
- createLicense() - Method in class com.caucho.jca.cfg.ConnectorConfig
-
Sets the license.
- createLine(String, int, Throwable) - Static method in class com.caucho.config.Config
-
- createLine(String, Throwable) - Static method in exception com.caucho.config.ConfigException
-
- createLink(Path, boolean) - Method in class com.caucho.vfs.Path
-
Creates a link named by this path to another path.
- createListen() - Method in class com.caucho.cloud.network.ClusterServer
-
- createListen() - Method in class com.caucho.cloud.network.NetworkServerConfig
-
- createListener() - Method in class com.caucho.jca.cfg.Resource
-
Adds the listener program
- createListener(Connection, Destination, MessageListener) - Method in class com.caucho.jms.Jms
-
Creates a session and listener.
- createListener() - Method in class com.caucho.jmx.MBeanConfig
-
- createListener() - Method in class com.caucho.network.listen.ListenService
-
Creates a listener with the defaults applied.
- createListener(Class<T>) - Method in class com.caucho.server.http.AsyncContextImpl
-
- createListener(Class<T>) - Method in class com.caucho.server.http.ConnectionCometController
-
- createListener(Class<T>) - Method in class com.caucho.server.webapp.ServletContextImpl
-
- createListener(Class<T>) - Method in class com.caucho.server.webapp.WebApp
-
- createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
- createListenerObject() - Method in class com.caucho.server.webapp.ListenerConfig
-
Initialize.
- createLoad() - Method in class com.caucho.amber.expr.AbstractPathExpr
-
Creates a load expression.
- createLoad() - Method in class com.caucho.amber.expr.DependentEntityOneToOneExpr
-
Creates a load expression.
- createLoad() - Method in class com.caucho.amber.expr.ElementCollectionIdExpr
-
Creates a load expression.
- createLoad() - Method in class com.caucho.amber.expr.IdExpr
-
Creates a load expression.
- createLoad() - Method in class com.caucho.amber.expr.ManyToOneExpr
-
Creates a load expression.
- createLoad() - Method in interface com.caucho.amber.expr.PathExpr
-
Creates a load expression.
- createLoadBalance() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a load-balance
- createLoadBalanceFactory() - Method in class com.caucho.server.resin.ResinDelegate
-
- createLocal() - Static method in class com.caucho.amber.EnvAmberManager
-
- createLocal() - Static method in class com.caucho.config.types.EjbRefContext
-
- createLocal() - Static method in class com.caucho.j2ee.appclient.ClientEjbRefContext
-
- createLocal() - Static method in class com.caucho.util.QDate
-
Creates a local calendar.
- createLocale(String) - Static method in class com.caucho.util.LocaleUtil
-
- createLocaleEncodingMapping() - Method in class com.caucho.server.webapp.LocaleEncodingMappingList
-
Creates the locale encoding mapping.
- createLocaleEncodingMappingList() - Method in class com.caucho.server.webapp.WebApp
-
Configures the locale encoding.
- createLocalManager() - Static method in class com.caucho.jca.ra.ResourceManagerImpl
-
Returns the impl.
- createLog() - Method in class com.caucho.server.resin.AbstractResinConfig
-
- createLogger() - Method in class com.caucho.server.resin.AbstractResinConfig
-
- createLogHandler() - Method in class com.caucho.server.resin.AbstractResinConfig
-
Overrides standard configuration to change to
system-class-loader.
- createLogService() - Method in class com.caucho.server.admin.Management
-
Create and configure the persistent logger.
- createLogSystem() - Method in class com.caucho.server.resin.Resin
-
- createLogSystem() - Method in class com.caucho.server.resin.ResinDelegate
-
- createMailbox(AmpActorContext) - Method in class com.caucho.amp.impl.QueueMailboxBuilder
-
Creates a mailbox for an actor.
- createMailbox(AmpActorContext) - Method in class com.caucho.amp.impl.SimpleMailboxBuilder
-
Creates a mailbox for an actor.
- createMailbox(AmpActorContext) - Method in interface com.caucho.amp.mailbox.AmpMailboxFactory
-
Creates a mailbox for an actor.
- createMailbox(MessageStream, MailboxType) - Method in class com.caucho.bam.broker.AbstractManagedBroker
-
- createMailbox(String, MessageStream, MailboxType) - Method in class com.caucho.bam.broker.AbstractManagedBroker
-
- createMailbox(MessageStream, MailboxType) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createMailbox(String, MessageStream, MailboxType) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createMailboxBuilder() - Method in class com.caucho.amp.impl.QueueMailboxBuilderFactory
-
- createMailboxBuilder() - Method in interface com.caucho.amp.mailbox.AmpMailboxBuilderFactory
-
- createManagedBean(AnnotatedType<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates a managed bean.
- createManagedBean(Class<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates a managed bean.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.caucho.jms.jca.MessageSenderManager
-
Creates the underlying managed connection.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.caucho.sql.ManagedFactoryImpl
-
Creates the underlying managed connection.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates physical connection to the EIS resource manager.
- createManagement() - Method in class com.caucho.boot.BootResinConfig
-
- createManagement() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
- createManagement() - Method in class com.caucho.server.resin.ResinConfig
-
Deprecated.
- createManagementMBean() - Method in class com.caucho.server.resin.ResinDelegate
-
- createManagerBuilder() - Method in class com.caucho.amp.impl.AmpProviderImpl
-
- createManagerBuilder() - Method in interface com.caucho.amp.spi.AmpProvider
-
- createManagerClient(WatchdogArgs, WatchdogClient) - Method in class com.caucho.boot.AbstractManagementCommand
-
- createManyToOneCompletion(String, Entity, Object) - Method in class com.caucho.amber.type.EntityType
-
Returns a completion for the given field.
- createMapMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a new map message.
- createMapMessage() - Method in interface javax.jms.Session
-
- createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a new mapped record.
- createMappedSuperclass(String, Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Adds an entity.
- createMatch() - Method in class com.caucho.server.rewrite.MatchRule
-
- createMax(String) - Method in class com.caucho.env.meter.ActiveMeter
-
- createMax(String) - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- createMax(String) - Method in class com.caucho.env.meter.AverageMeter
-
- createMax(String) - Method in class com.caucho.env.meter.SemaphoreMeter
-
- createMax(String) - Method in class com.caucho.env.meter.TimeRangeMeter
-
- createMBean(String, ObjectName) - Method in class com.caucho.jmx.AbstractMBeanServer
-
Instantiate and register an MBean.
- createMBean(String, ObjectName, ObjectName) - Method in class com.caucho.jmx.AbstractMBeanServer
-
Instantiate and register an MBean.
- createMBean(String, ObjectName, Object[], String[]) - Method in class com.caucho.jmx.AbstractMBeanServer
-
Instantiate and register an MBean.
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.caucho.jmx.AbstractMBeanServer
-
Instantiate and register an MBean.
- createMBean(String, ObjectName) - Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- createMBean(String, ObjectName, ObjectName) - Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- createMBean(String, ObjectName, Object[], String[]) - Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- createMbeanListener() - Method in class com.caucho.jca.cfg.Resource
-
Adds the listener program
- createMergePath() - Method in class com.caucho.vfs.MergePath
-
- createMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a message.
- createMessage(int) - Method in class com.caucho.jms.message.MessageFactory
-
Creates a message based on the type.
- createMessage() - Method in interface javax.jms.Session
-
- createMessageadapter() - Method in class com.caucho.jca.cfg.InboundResourceAdapterConfig
-
Returns the message adapter.
- createMessageDestinationRef() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createMessageDriven() - Method in class com.caucho.ejb.cfg.EjbEnterpriseBeans
-
- createMessageDrivenDestination() - Method in class com.caucho.ejb.cfg.EjbMessageBean
-
Creates the old EJB 2.0 message-driven-destination
- createMessageFactory() - Method in class com.caucho.message.common.AbstractMessageSender
-
- createMessageFactory() - Method in interface com.caucho.message.MessageSender
-
- createMessageListener() - Method in class com.caucho.jca.ra.ConnectorConfig
-
Configures a connection-listener
- createMessageListener() - Method in class com.caucho.jca.ra.ConnectorResource
-
Configures a connection-listener
- createMeter(AbstractMeter) - Method in class com.caucho.env.meter.MeterService
-
- createMethod(String, String) - Method in class com.caucho.bytecode.JavaClass
-
- createMethod(Expr[]) - Method in class com.caucho.config.el.CandiExpr
-
- createMethod(Method) - Method in class com.caucho.config.reflect.AnnotatedTypeImpl
-
Returns the matching method, creating one if necessary.
- createMethod(Method) - Method in class com.caucho.config.reflect.ReflectionAnnotatedType
-
Returns the matching method, creating one if necessary.
- createMethod(MethodSignature) - Method in class com.caucho.ejb.cfg.EjbBean
-
Adds a method.
- createMethod(Expr[]) - Method in class com.caucho.el.ArrayExpr
-
Creates a method for constant arrays.
- createMethod(Expr[]) - Method in class com.caucho.el.ArrayResolverExpr
-
Creates a method for constant arrays.
- createMethod(Expr[]) - Method in class com.caucho.el.Expr
-
Creates a method call using this as the obj.method
expression
- createMethod(Expr[]) - Method in class com.caucho.el.PathExpr
-
Creates a method call using this as the obj.method
expression
- createMethod(Method) - Method in class com.caucho.java.gen.BaseClass
-
Creates a method
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class com.caucho.config.el.CandiExpressionFactory
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class com.caucho.el.ExpressionFactoryImpl
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Static method in class com.caucho.jsp.JspUtil
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
- createMethodParams() - Method in class com.caucho.ejb.cfg.MethodSignature
-
Adds a method parameter.
- createMethodPermission() - Method in class com.caucho.ejb.cfg.AssemblyDescriptor
-
- createMethods(ArrayList<Interceptor<?>>, InterceptionType, int[]) - Static method in class com.caucho.config.gen.CandiUtil
-
- createMin(String) - Method in class com.caucho.env.meter.SemaphoreMeter
-
- createMmap(Path) - Static method in class com.caucho.db.block.BlockStore
-
Creates an independent store.
- createModule() - Method in class com.caucho.loader.ClassLoaderConfig
-
Creates an ivy class loader.
- createModule() - Method in class com.caucho.server.e_app.ApplicationConfig
-
Adds a module.
- createModule() - Method in class com.caucho.server.e_app.EnterpriseApplication
-
Adds a module.
- createModuleContext(ModuleContext, ClassLoader) - Method in class com.caucho.quercus.ResinQuercus
-
- createModuleRepository() - Method in class com.caucho.server.resin.ResinConfig
-
- createMovedPermanently() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a moved permanently (301)
- createMultipartConfig() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- createMultipartForm() - Method in class com.caucho.server.webapp.WebApp
-
Multipart form config.
- createName(String, String) - Method in class com.caucho.xml.QDocument
-
- createName(String, String) - Method in class com.caucho.xml2.QDocument
-
- createNamedQuery(String) - Method in class com.caucho.amber.manager.AmberConnection
-
Creates an instance of the named query
- createNamedQuery(String, Class<T>) - Method in class com.caucho.amber.manager.AmberConnection
-
- createNamedQuery(String) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Creates an instance of the named query
- createNamedQuery(String, Class<T>) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
- createNamedQuery(String) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Creates an instance of the named query
- createNamedQuery(String, Class<T>) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
- createNamedQuery(String) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Creates an instance of the named query
- createNamedQuery(String, Class<T>) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Creates a named query.
- createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Creates a named query.
- createNameItem() - Method in class com.caucho.relaxng.pattern.AnyNamePattern
-
Creates the program.
- createNameItem() - Method in class com.caucho.relaxng.pattern.ChoiceNamePattern
-
Creates the production item.
- createNameItem() - Method in class com.caucho.relaxng.pattern.NamePattern
-
Creates the program.
- createNameItem() - Method in class com.caucho.relaxng.pattern.NsNamePattern
-
Creates the program.
- createNameItem() - Method in class com.caucho.relaxng.pattern.Pattern
-
Creates the name program
- createNamespace(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createNamespace(String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createNativeQuery(String) - Method in class com.caucho.amber.manager.AmberConnection
-
Creates an instance of the named query
- createNativeQuery(String, String) - Method in class com.caucho.amber.manager.AmberConnection
-
Creates an instance of the named query
- createNativeQuery(String, Class) - Method in class com.caucho.amber.manager.AmberConnection
-
Creates an instance of the native query
- createNativeQuery(String) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Creates a query.
- createNativeQuery(String, String) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Creates a query.
- createNativeQuery(String, Class) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Creates a query.
- createNativeQuery(String) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Creates a query.
- createNativeQuery(String, String) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Creates a query.
- createNativeQuery(String, Class) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Creates a query.
- createNativeQuery(String) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Creates a query.
- createNativeQuery(String, String) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Creates a query.
- createNativeQuery(String, Class) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Creates a query.
- createNativeQuery(String) - Method in interface javax.persistence.EntityManager
-
Creates a native SQL query.
- createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
-
Creates a native SQL query.
- createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
-
Creates a query for SQL.
- createNClob() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createNClob() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createNClob() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createNClob() - Method in class com.caucho.sql.spy.SpyConnection
-
- createNClob() - Method in class com.caucho.sql.UserConnection
-
- createNClob() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createNetworkSystem(CloudServer) - Method in class com.caucho.server.resin.ResinDelegate
-
- createNewFile() - Method in class com.caucho.vfs.Path
-
Creates the file named by this Path and returns true if the
file is new.
- createNewFile() - Method in class com.caucho.vfs.PathWrapper
-
Creates the file named by this Path and returns true if the
file is new.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.AbstractPattern
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.CurrentPattern
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FilterPattern
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAttributes
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromExpr
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromNamespace
-
Creates a new node iterator.
- createNodeIterator(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.UnionPattern
-
Creates a new node iterator.
- createNoMmap(Path) - Static method in class com.caucho.db.block.BlockStore
-
Creates an independent store.
- createNormalInstanceFactory(Bean<T>) - Method in class com.caucho.config.inject.InjectManager
-
- createNot() - Method in class com.caucho.server.rewrite.AbstractConditions
-
- createNotFound() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a not-found.
- createNull(long, MnodeValue) - Static method in class com.caucho.server.distcache.MnodeUpdate
-
- createNull(long, CacheConfig) - Static method in class com.caucho.server.distcache.MnodeUpdate
-
- createObject() - Method in class com.caucho.amber.type.EmbeddableType
-
Creates an embeddable object of this type.
- createObject(Hashtable) - Method in class com.caucho.config.inject.AbstractBean
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in class com.caucho.config.inject.WebBeansJndiProxy
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in class com.caucho.config.program.ResourceInjectionTargetProgram
-
- createObject(Hashtable<?, ?>) - Method in class com.caucho.config.program.ValueGenerator
-
- createObject(Hashtable) - Method in class com.caucho.config.types.BeanJndiProxy
-
- createObject(Hashtable) - Method in class com.caucho.config.types.MessageDestinationRef
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.config.types.PersistenceUnitRef
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in class com.caucho.config.types.ResourceGroupConfig
-
- createObject(Hashtable<?, ?>) - Method in class com.caucho.ejb.protocol.NamingProxy
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in class com.caucho.ejb.protocol.ServerLocalProxy
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.ejb.protocol.ServerRemoteProxy
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in class com.caucho.ejb.session.StatefulProviderProxy
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.ejb.session.StatelessProviderProxy
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.j2ee.appclient.ClientEjbRef
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.naming.LinkProxy
-
Creates the object from the proxy.
- createObject(Hashtable<?, ?>) - Method in interface com.caucho.naming.ObjectProxy
-
Creates the object from the proxy.
- createObject(Hashtable) - Method in class com.caucho.server.webbeans.JndiBeanProxy
-
- createObjectMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates an object message.
- createObjectMessage(Serializable) - Method in class com.caucho.jms.connection.JmsSession
-
Creates an object message.
- createObjectMessage() - Method in interface javax.jms.Session
-
- createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
- createObjectNoInit() - Method in class com.caucho.config.cfg.BeanConfig
-
- createOpenSource(Resin) - Static method in class com.caucho.server.resin.ResinDelegate
-
Creates a new Resin instance
- createOpenssl() - Method in class com.caucho.network.listen.TcpPort
-
Sets the SSL factory
- createOr() - Method in class com.caucho.server.rewrite.AbstractConditions
-
- createOrder(int) - Method in class com.caucho.db.sql.Expr
-
Returns the order.
- createOrdering() - Method in class com.caucho.server.webapp.WebApp
-
- createOrdering() - Method in class com.caucho.server.webapp.WebAppFragmentConfig
-
- createOutboundMailbox(MessageStream, Broker) - Method in class com.caucho.bam.client.LinkClient
-
- createOutboundResourceadapter() - Method in class com.caucho.jca.cfg.ResourceAdapterConfig
-
Adds an outbound resource adapter.
- createOutputQueue(WebSocketEncoder<T>) - Method in class com.caucho.remote.websocket.WebSocketClient
-
- createOutputQueue(WebSocketEncoder<T>) - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- createOutputQueue(WebSocketEncoder<T>) - Method in interface com.caucho.websocket.WebSocketContext
-
Creates a thread-safe queue, which applications can send objects to be
marshaled.
- createOutputStream() - Method in class com.caucho.util.ByteBuffer
-
- createPageContextWrapper(JspContext) - Method in class com.caucho.jsp.PageManager
-
- createPersistenceUnit(String) - Method in class com.caucho.amber.manager.AmberContainer
-
- createPersistenceUnit() - Method in class com.caucho.env.jpa.ConfigPersistence
-
- createPersistentStore() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
Creates a persistent store instance.
- createPing() - Method in class com.caucho.server.admin.Management
-
Create and configure the stat service
- createPing() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
Creates the ping.
- createPod() - Method in class com.caucho.cloud.topology.CloudCluster
-
Creates a new pod
- createPod(int) - Method in class com.caucho.cloud.topology.CloudCluster
-
Creates a new pod
- createPod() - Method in class com.caucho.server.cluster.Cluster
-
Adds a new pod to the cluster
- createPod() - Method in class com.caucho.server.resin.BootClusterConfig
-
- createPro() - Static method in class com.caucho.network.listen.Throttle
-
- createProcessingInstruction(String, String) - Method in class com.caucho.xml.QDocument
-
- createProcessingInstruction(String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createProcessingInstruction(String, String) - Method in class com.caucho.xml2.QDocument
-
- createProcessor() - Method in class com.caucho.bam.mailbox.MultiworkerMailbox
-
- createProducer(Destination) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a producer to produce messages.
- createProducer(Destination) - Method in interface javax.jms.Session
-
- createProfile() - Static method in class com.caucho.profile.Profile
-
- createProfiler() - Method in class com.caucho.tools.profiler.ProfilerServlet
-
- createProfilerPoint() - Method in class com.caucho.sql.DriverConfig
-
Configure a ProfilerPointConfig, used to create a ProfilerPoint
that is then passed to setProfiler().
- createProgram(ArrayList<ConfigProgram>, Field, ArrayList<Annotation>) - Method in class com.caucho.config.inject.WebComponent
-
- createProperties() - Method in class com.caucho.env.jpa.PersistenceUnitManager
-
- createProtocol() - Method in class com.caucho.cloud.network.ClusterServer
-
- createProtocol() - Method in class com.caucho.cloud.network.NetworkServerConfig
-
- createProxy(Class<T>, String) - Method in interface com.caucho.bam.manager.BamManager
-
- createProxy(Class<T>, BamActorRef, ActorSender) - Method in interface com.caucho.bam.manager.BamManager
-
- createProxy(Class<T>, String, ActorSender) - Method in interface com.caucho.bam.manager.BamManager
-
- createProxy(Class<T>, String) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createProxy(Class<T>, BamActorRef, ActorSender) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createProxy(Class<T>, String, ActorSender) - Method in class com.caucho.bam.manager.SimpleBamManager
-
- createProxy(Class<T>, BamActorRef, ActorSender, long) - Static method in class com.caucho.bam.proxy.BamProxyFactory
-
- createProxy(CreationalContextImpl<T>) - Method in class com.caucho.ejb.session.AbstractSessionContext
-
- createProxy(CreationalContextImpl<T>) - Method in class com.caucho.ejb.session.SingletonContext
-
- createProxy(CreationalContextImpl<T>) - Method in class com.caucho.ejb.session.StatefulContext
-
- createProxy(Class<T>, String) - Method in class com.caucho.hmtp.HmtpClient
-
- createProxy(Class) - Method in class com.caucho.remote.burlap.BurlapProtocolProxyFactory
-
Creates a new proxy based on an API
- createProxy(Class<T>) - Method in class com.caucho.remote.client.AbstractProtocolProxyFactory
-
Creates a new proxy based on an API.
- createProxy(Class<T>) - Method in interface com.caucho.remote.client.ProtocolProxyFactory
-
Creates a new proxy based on an API.
- createProxy(Class<T>) - Method in class com.caucho.remote.hessian.HessianProtocolProxyFactory
-
Creates a new proxy based on an API
- createProxy() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a proxy
- createProxyCache() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
Creates the proxy cache.
- createProxyCache() - Method in class com.caucho.server.cluster.ServletService
-
Creates the http cache.
- createProxyFactory(AbstractSessionContext<X, T>) - Method in class com.caucho.ejb.session.AbstractSessionManager
-
- createPublisher(Topic) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a TopicSender to send messages to a topic.
- createPublisher(Topic) - Method in interface javax.jms.TopicSession
-
- createQuery(String) - Method in class com.caucho.amber.manager.AmberConnection
-
Creates a query.
- createQuery(CriteriaQuery<T>) - Method in class com.caucho.amber.manager.AmberConnection
-
- createQuery(String, Class<T>) - Method in class com.caucho.amber.manager.AmberConnection
-
- createQuery(String) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
Creates a query.
- createQuery(CriteriaQuery<T>) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
- createQuery(String, Class<T>) - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
- createQuery(String) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
Creates a query.
- createQuery(CriteriaQuery<T>) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
- createQuery(String, Class<T>) - Method in class com.caucho.amber.manager.EntityManagerProxy
-
- CreateQuery - Class in com.caucho.db.sql
-
- createQuery(String) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
Creates a query.
- createQuery(CriteriaQuery<T>) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
- createQuery(String, Class<T>) - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
- createQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- createQuery(String) - Method in interface javax.persistence.EntityManager
-
Creates a new query.
- createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
-
Creates a TypedQuery for a criteria
- createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Creates a TypedQuery for a criteria
- createQueue(String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates queue.
- createQueue(String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a new queue.
- createQueue(String) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a new queue.
- createQueue(String) - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates queue.
- createQueue(String) - Method in interface javax.jms.QueueSession
-
- createQueue(String) - Method in interface javax.jms.Session
-
- createQueueConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new queue connection
- createQueueConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new queue connection
- createQueueConnection() - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new queue connection
- createQueueConnection(String, String) - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new queue connection
- createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
-
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
- createQueueSession(boolean, int) - Method in class com.caucho.jms.connection.QueueConnectionImpl
-
Creates a new connection session.
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
- createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
- createReadStream() - Method in class com.caucho.util.ByteBuffer
-
- createReceiptCallback() - Method in class com.caucho.message.stomp.StompConnection
-
- createReceiver(String) - Method in interface com.caucho.amqp.AmqpConnection
-
- createReceiver(String) - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createReceiver(Queue) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a receiver to receive messages.
- createReceiver(Queue, String) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a receiver to receive messages.
- createReceiver(String, DistributionMode, Map<String, Object>, ReceiverMessageHandler) - Method in class com.caucho.message.broker.AbstractMessageBroker
-
- createReceiver(String, DistributionMode, Map<String, Object>, ReceiverMessageHandler) - Method in class com.caucho.message.broker.EnvironmentMessageBroker
-
- createReceiver(String, DistributionMode, Map<String, Object>, ReceiverMessageHandler) - Method in interface com.caucho.message.broker.MessageBroker
-
- createReceiver(String) - Method in class com.caucho.message.local.LocalConnectionImpl
-
- createReceiver(String) - Method in interface com.caucho.message.MessageConnection
-
- createReceiver(String, DistributionMode, Map<String, Object>, ReceiverMessageHandler) - Method in class com.caucho.message.nautilus.NautilusBroker
-
- createReceiver(String) - Method in class com.caucho.message.tourmaline.NautilusClientConnection
-
- createReceiver(Queue) - Method in interface javax.jms.QueueSession
-
- createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
-
- createReceiverFactory() - Method in interface com.caucho.amqp.AmqpConnection
-
- createReceiverFactory() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createReceiverFactory() - Method in class com.caucho.message.local.LocalConnectionImpl
-
- createReceiverFactory() - Method in interface com.caucho.message.MessageConnection
-
- createReceiverFactory() - Method in class com.caucho.message.tourmaline.NautilusClientConnection
-
- createReceiverLink(String, String, Map<String, Object>) - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createReceiverLink(String, String, Map<String, Object>) - Method in interface com.caucho.amqp.common.AmqpLinkFactory
-
- createRedirect() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a redirect.
- createRegexpConfig(String) - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- createRelationships() - Method in class com.caucho.ejb.cfg.EjbJar
-
- createRemote() - Method in class com.caucho.server.distcache.MnodeUpdate
-
Create an update that removes the local information for sending to a
remote server.
- createRemoteService() - Method in class com.caucho.server.admin.Management
-
Creates the remote service
- createRepository(RepositorySpi) - Method in class com.caucho.server.resin.ResinDelegate
-
- createRequestContext() - Static method in class com.caucho.ejb.util.EjbUtil
-
- createResinManagement() - Method in class com.caucho.server.resin.Resin
-
- createResinManagement() - Method in class com.caucho.server.resin.ResinConfig
-
Deprecated.
- createResinManagement() - Method in class com.caucho.server.resin.ResinDelegate
-
- createResinValidatorProducer() - Static method in class com.caucho.server.webbeans.ResinCdiProducer
-
Adds the bean validation producer to CDI.
- createResource() - Method in class com.caucho.jca.ra.ConnectorConfig
-
Configures a connection-resource
- createResource() - Method in class com.caucho.jca.ra.ConnectorResource
-
Configures a connection-resource
- createResourceadapter() - Method in class com.caucho.jca.cfg.ConnectorConfig
-
Sets the resource adapter itself.
- createResourceAdapter() - Method in class com.caucho.jca.ra.ConnectorConfig
-
Configures the resource adapter.
- createResourceAdapter() - Method in class com.caucho.jca.ra.ConnectorResource
-
Configures the resource adapter.
- createResourceEnvRef() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createResourceRef() - Method in class com.caucho.ejb.cfg.EjbBean
-
- createResponse() - Method in class com.caucho.server.fastcgi.FastCgiRequest
-
- createResponse() - Method in class com.caucho.server.hmux.HmuxRequest
-
- createResponse() - Method in class com.caucho.server.http.AbstractHttpRequest
-
- createResponse() - Method in class com.caucho.server.http.HttpRequest
-
- createResponseStream() - Method in class com.caucho.server.fastcgi.FastCgiResponse
-
- createResponseStream() - Method in class com.caucho.server.hmux.HmuxResponse
-
- createResponseStream() - Method in class com.caucho.server.http.AbstractHttpResponse
-
- createResponseStream() - Method in class com.caucho.server.http.HttpResponse
-
- createResponseStream() - Method in class com.caucho.server.http.StubServletResponse
-
- createRewrite() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a rewrite
- createRewriteDispatch() - Method in class com.caucho.server.cluster.ServletContainerConfig
-
Adds rewrite-dispatch.
- createRewriteDispatch() - Method in class com.caucho.server.cluster.ServletService
-
Adds rewrite-dispatch.
- createRewriteDispatch() - Method in class com.caucho.server.host.Host
-
Adds rewrite-dispatch (backward compat).
- createRewriteDispatch() - Method in class com.caucho.server.host.HostContainer
-
Adds rewrite-dispatch.
- createRewriteDispatch() - Method in class com.caucho.server.webapp.WebApp
-
Adds rewrite-dispatch (backwards compat).
- createRewriteDispatch() - Method in class com.caucho.server.webapp.WebAppContainer
-
Adds rewrite-dispatch (backward compat).
- createRewriteRealPath() - Method in class com.caucho.server.webapp.WebApp
-
Adds rewrite-real-path.
- createRoot() - Static method in class com.caucho.naming.InitialContextFactoryImpl
-
- createRoot(SchemeMap) - Method in class com.caucho.vfs.FilesystemPath
-
Essentially chroot
- createRoot() - Method in class com.caucho.vfs.Path
-
Creates a restricted root, like the Unix chroot call.
- createRoot(SchemeMap) - Method in class com.caucho.vfs.Path
-
- createRoot() - Method in class com.caucho.vfs.PathWrapper
-
Creates a restricted root, like the Unix chroot call.
- createRoot(SchemeMap) - Method in class com.caucho.vfs.PathWrapper
-
- createRootConfig(Path) - Method in class com.caucho.ejb.cfg.EjbConfigManager
-
Returns an EjbRootConfig for a class-loader root.
- createRunAt() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
Creates the run-at configuration.
- createRuntime(Throwable) - Static method in exception com.caucho.ejb.EJBExceptionWrapper
-
Creates a runtime from a throwable.
- createRuntimeException(Throwable) - Static method in exception com.caucho.bam.actor.SkeletonInvocationException
-
- createSampleCountMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createSecurityManager() - Method in class com.caucho.server.resin.ResinConfig
-
- createSecurityPermission() - Method in class com.caucho.jca.cfg.OutboundResourceAdapterConfig
-
Configures the security permission
- createSecurityPermission() - Method in class com.caucho.jca.cfg.ResourceAdapterConfig
-
Creates a security permission
- createSelfHashKey(Object, CacheSerializer) - Method in class com.caucho.server.distcache.CacheKeyManager
-
Returns the key hash
- createSemaphoreMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
Creates a semaphore meter and generate Count, Min, and Max meter.
- createSender(String) - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createSender(Queue) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a QueueSender to send messages to a queue.
- createSender(String, Map<String, Object>) - Method in class com.caucho.message.broker.AbstractMessageBroker
-
- createSender(String, Map<String, Object>) - Method in class com.caucho.message.broker.EnvironmentMessageBroker
-
- createSender(String, Map<String, Object>) - Method in interface com.caucho.message.broker.MessageBroker
-
- createSender(String) - Method in class com.caucho.message.local.LocalConnectionImpl
-
- createSender(String) - Method in interface com.caucho.message.MessageConnection
-
- createSender(String, Map<String, Object>) - Method in class com.caucho.message.nautilus.NautilusBroker
-
- createSender(String) - Method in class com.caucho.message.tourmaline.NautilusClientConnection
-
- createSender(Queue) - Method in interface javax.jms.QueueSession
-
- createSenderFactory() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createSenderFactory() - Method in class com.caucho.message.local.LocalConnectionImpl
-
- createSenderFactory() - Method in interface com.caucho.message.MessageConnection
-
- createSenderFactory() - Method in class com.caucho.message.tourmaline.NautilusClientConnection
-
- createSenderLink(String, String, DistributionMode, SettleMode, Map<String, Object>) - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- createSenderLink(String, String, DistributionMode, SettleMode, Map<String, Object>) - Method in interface com.caucho.amqp.common.AmqpLinkFactory
-
- createSequenceGenerator(String, int) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Returns a sequence generator.
- createSequenceSQL(String, int) - Method in class com.caucho.jdbc.DerbyMetaData
-
- createSequenceSQL(String, int) - Method in class com.caucho.jdbc.GenericMetaData
-
Returns a sequence select expression.
- createSequenceSQL(String, int) - Method in class com.caucho.jdbc.JdbcMetaData
-
Returns a sequence select expression.
- createSequenceSQL(String, int) - Method in class com.caucho.jdbc.OracleMetaData
-
Returns a sequence select expression.
- createSequenceSQL(String, int) - Method in class com.caucho.jdbc.PostgresMetaData
-
Returns a sequence select expression.
- createSerializer(Class, boolean) - Method in class com.caucho.json.ser.JsonSerializerFactory
-
- createServer() - Method in class com.caucho.boot.BootClusterConfig
-
- createServer() - Method in class com.caucho.server.cluster.Cluster
-
Adds a new server to the cluster during configuration.
- createServer() - Method in class com.caucho.server.cluster.ClusterPod
-
Creates a cluster server
- createServer() - Method in class com.caucho.server.resin.BootClusterConfig
-
- createServer() - Method in class com.caucho.server.resin.BootPodConfig
-
- createServer() - Method in class com.caucho.server.resin.Resin
-
- createServer() - Method in class com.caucho.server.resin.ResinDelegate
-
- createServerPool(String) - Method in class com.caucho.cloud.loadbalance.CustomLoadBalanceManager
-
- createService(String, Object) - Method in interface com.caucho.bam.manager.BamManager
-
- createService(String, Object) - Method in class com.caucho.bam.manager.SimpleBamManager
-
Creates a skeleton actor.
- createServlet(Class, Object) - Method in class com.caucho.remote.burlap.BurlapProtocolServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet(Class<?>, Object) - Method in class com.caucho.remote.hessian.HessianProtocolServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet(Class<?>, Object) - Method in class com.caucho.remote.hessian.HessianWebServiceServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet(Class<?>, Object) - Method in class com.caucho.remote.server.AbstractProtocolServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet(Class<?>, Object) - Method in interface com.caucho.remote.server.ProtocolServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet(Class<?>, Object) - Method in interface com.caucho.remote.server.WebServiceServletFactory
-
Creates a new servlet skeleton based on an API and an object
- createServlet() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
Instantiates a servlet given its configuration.
- createServlet(String) - Method in class com.caucho.server.dispatch.ServletManager
-
Instantiates a servlet given its configuration.
- createServlet(Class<T>) - Method in class com.caucho.server.webapp.ServletContextImpl
-
- createServlet() - Method in class com.caucho.server.webapp.WebApp
-
Adds a servlet configuration.
- createServlet(Class<T>) - Method in class com.caucho.server.webapp.WebApp
-
- createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Creates a servlet instance using the web-apps injection.
- createServletChain() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- createServletChain(String, ServletConfigImpl, ServletInvocation) - Method in class com.caucho.server.dispatch.ServletManager
-
Creates the servlet chain for the servlet.
- createServletCookie(WebApp) - Method in class com.caucho.server.http.HttpServletResponseImpl
-
- createServletMailbox() - Method in class com.caucho.hmtp.server.HmtpServlet
-
- createServletMapping() - Method in class com.caucho.server.webapp.WebApp
-
- createSession() - Method in class com.caucho.ejb.cfg.EjbEnterpriseBeans
-
- createSession(boolean, int) - Method in class com.caucho.jms.connection.ConnectionImpl
-
Creates a new connection session.
- createSession() - Method in class com.caucho.jms.Jms
-
Creates an auto-ack session.
- createSession(boolean, HttpServletRequest, String, long, boolean) - Method in class com.caucho.server.session.SessionManager
-
Finds a session in the session store, creating one if 'create' is true
- createSession(String, long, HttpServletRequest, boolean) - Method in class com.caucho.server.session.SessionManager
-
Create a new session.
- createSession(boolean, int) - Method in interface javax.jms.Connection
-
- createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
- createSessionConfig() - Method in class com.caucho.server.webapp.WebApp
-
Configures the session manager.
- createSessionContext(Class<T>) - Method in class com.caucho.ejb.session.AbstractSessionManager
-
- createSessionContext(Class<T>) - Method in class com.caucho.ejb.session.SingletonManager
-
- createSessionContext(Class<T>) - Method in class com.caucho.ejb.session.StatefulManager
-
- createSessionContext(Class<T>) - Method in class com.caucho.ejb.session.StatelessManager
-
- createSessionDeserializer(InputStream) - Method in class com.caucho.server.session.SessionManager
-
- createSessionId(Env) - Method in class com.caucho.quercus.lib.session.ProSessionManager
-
Creates a pseudo-random session id.
- createSessionId(HttpServletRequest) - Method in class com.caucho.server.session.SessionManager
-
Creates a pseudo-random session id.
- createSessionId(HttpServletRequest, boolean) - Method in class com.caucho.server.session.SessionManager
-
Creates a pseudo-random session id.
- createSessionIdImpl(HttpServletRequest) - Method in class com.caucho.server.session.SessionManager
-
- createSessionSerializer(OutputStream) - Method in class com.caucho.server.session.SessionManager
-
- createSet() - Method in class com.caucho.server.rewrite.MatchRule
-
Adds a set
- createSigma(String, int) - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- createSigma(String, int) - Method in class com.caucho.env.meter.AverageMeter
-
- createSimpleLoader() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds a simple class loader.
- createSimpleSemaphoreMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createSingleActionTimer(long, TimerConfig) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a single-action timer that expires at a given point in time.
- createSingleActionTimer(long, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSingleSubcontext(String) - Method in class com.caucho.naming.ContextImpl
-
- createSkeleton(Object, String, AmpBroker) - Method in class com.caucho.amp.skeleton.AmpReflectionSkeletonFactory
-
- createSkeleton(Object, String, AmpBroker) - Method in interface com.caucho.amp.skeleton.AmpSkeletonFactory
-
- createSkeleton(T) - Method in class com.caucho.bam.actor.SkeletonActorFilter
-
- createSocket() - Method in class com.caucho.vfs.JniServerSocketImpl
-
Factory method creating an instance socket.
- createSocket() - Method in class com.caucho.vfs.QServerSocket
-
- createSocket() - Method in class com.caucho.vfs.QServerSocketWrapper
-
Creates a new socket object.
- createSourceBaseType(Type) - Method in class com.caucho.config.inject.InjectManager
-
Creates a BaseType from a Type used as a source, for example a Bean.
- createSpace(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createSQLXML() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createSQLXML() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createSQLXML() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createSQLXML() - Method in class com.caucho.sql.spy.SpyConnection
-
- createSQLXML() - Method in class com.caucho.sql.UserConnection
-
- createSQLXML() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createStartDocument() - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartDocument(String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartDocument(String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartDocument(String, String, boolean) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartElement(QName, Iterator, Iterator) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartElement(String, String, String) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class com.caucho.xml.stream.XMLEventFactoryImpl
-
- createStatelessPool(StatelessProxyFactory, StatelessContext<X, T>, List<Interceptor<?>>) - Method in class com.caucho.ejb.session.StatelessManager
-
Called by the StatelessProxy on initialization.
- createStatement() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
JDBC api to create a new statement.
- createStatement(int, int) - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
JDBC api to create a new statement.
- createStatement(int, int, int) - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createStatement() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createStatement(int, int) - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createStatement(int, int, int) - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createStatement() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
JDBC api to create a new statement.
- createStatement(int, int) - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createStatement(int, int, int) - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createStatement(String, HashMap<String, String>, Path) - Method in class com.caucho.servlets.ssi.SSIFactory
-
Return a statement, or null if the cmd is not known.
- createStatement() - Method in class com.caucho.sql.spy.SpyConnection
-
JDBC api to create a new statement.
- createStatement(int, int) - Method in class com.caucho.sql.spy.SpyConnection
-
JDBC api to create a new statement.
- createStatement(int, int, int) - Method in class com.caucho.sql.spy.SpyConnection
-
- createStatement() - Method in class com.caucho.sql.UserConnection
-
JDBC api to create a new statement.
- createStatement(int, int) - Method in class com.caucho.sql.UserConnection
-
JDBC api to create a new statement.
- createStatement(int, int, int) - Method in class com.caucho.sql.UserConnection
-
Creates a statement.
- createStatement() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createStatement(int, int, int) - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createStatement(int, int) - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createStatementId() - Method in class com.caucho.sql.spy.SpyConnection
-
Returns a new statement id.
- createStaticServer(String, String, int, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new static server
- createStaticServer(String, String, int, boolean, boolean) - Method in class com.caucho.cloud.topology.CloudPod
-
Creates a new static server
- createStatService() - Method in class com.caucho.server.admin.Management
-
Create and configure the stat service
- createStatSystem() - Method in class com.caucho.server.resin.Resin
-
- createStatSystem() - Method in class com.caucho.server.resin.ResinDelegate
-
- createStdoutLog() - Method in class com.caucho.server.resin.AbstractResinConfig
-
- createStreamMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a stream message.
- createStreamMessage() - Method in interface javax.jms.Session
-
- createStringTest(Path, int) - Static method in class com.caucho.db.index.BTree
-
- createStruct(String, Object[]) - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- createStruct(String, Object[]) - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- createStruct(String, Object[]) - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- createStruct(String, Object[]) - Method in class com.caucho.sql.spy.SpyConnection
-
- createStruct(String, Object[]) - Method in class com.caucho.sql.UserConnection
-
- createStruct(String, Object[]) - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- createStub(Class<T>, AmpActorRef, AmpActorContext) - Method in class com.caucho.amp.skeleton.AmpReflectionSkeletonFactory
-
- createStub(Class<T>, AmpActorRef, AmpActorContext) - Method in interface com.caucho.amp.skeleton.AmpSkeletonFactory
-
- createSubcontext(String) - Method in class com.caucho.naming.AbstractModel
-
Creates a subcontext for the model.
- createSubcontext(String) - Method in class com.caucho.naming.ContextImpl
-
Creates a subcontext for the current model.
- createSubcontext(Name) - Method in class com.caucho.naming.ContextImpl
-
- createSubcontext(Name, Attributes) - Method in class com.caucho.naming.DirContextImpl
-
- createSubcontext(String, Attributes) - Method in class com.caucho.naming.DirContextImpl
-
- createSubcontext(String) - Method in class com.caucho.naming.EnvironmentModel
-
Creates a subcontext.
- createSubcontext(String) - Method in class com.caucho.naming.ErrorContext
-
- createSubcontext(Name) - Method in class com.caucho.naming.ErrorContext
-
- createSubcontext(String) - Method in class com.caucho.naming.MemoryModel
-
Creates a subcontext.
- createSubcontext(String) - Method in class com.caucho.naming.PathJndiContext
-
- createSubcontext(Name) - Method in class com.caucho.naming.PathJndiContext
-
- createSubcontext(String) - Method in class com.caucho.servlets.naming.HessianModel
-
Creates a subcontext.
- createSubField(AmberField, int) - Method in class com.caucho.amber.field.EmbeddedIdField
-
- createSubField(AmberField, int) - Method in class com.caucho.amber.field.EntityEmbeddedField
-
- createSubscriber(Topic) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a subscriber to receive messages.
- createSubscriber(Topic, String, boolean) - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a subscriber to receive messages.
- createSubscriber(String, String, boolean) - Method in class com.caucho.jms.file.FileTopicImpl
-
- createSubscriber(String, String, boolean) - Method in class com.caucho.jms.memory.MemoryTopicImpl
-
- createSubscriber(String, String, boolean) - Method in class com.caucho.jms.queue.AbstractTopic
-
- createSubscriber(Topic) - Method in interface javax.jms.TopicSession
-
- createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
-
- createSubscription(String) - Method in class com.caucho.message.stomp.StompClient
-
- createSubSystem(String) - Static method in class com.caucho.vfs.net.NetworkSystem
-
- createSubSystemImpl(String) - Method in class com.caucho.vfs.net.NetworkSystem
-
- createTable(String) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Creates a table.
- createTableFactory() - Method in class com.caucho.db.Database
-
Creates a table factory.
- createTableIterator() - Method in class com.caucho.db.table.Table
-
- createTableName() - Method in class com.caucho.amber.query.QueryParser
-
Returns a unique table name
- createTag() - Method in class com.caucho.jsp.cfg.TldTaglib
-
Creates a new tag instance
- createTag(String, String, String) - Static method in class com.caucho.server.admin.WebAppDeployClient
-
- createTag(String, String, String, String) - Static method in class com.caucho.server.admin.WebAppDeployClient
-
- createTargetBaseType(Type) - Method in class com.caucho.config.inject.InjectManager
-
Creates a BaseType from a Type used as a target, for example
an injection point.
- createTempFile(String, String) - Method in class com.caucho.vfs.Path
-
Creates a unique temporary file as a child of this directory.
- createTempFile(String, String) - Method in class com.caucho.vfs.PathWrapper
-
Creates a unique temporary file as a child of this directory.
- createTemplatePattern(String, AbstractPattern, String, double) - Method in class com.caucho.xsl.JavaGenerator
-
Generates the pattern for a matching pattern
- createTemporaryQueue() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a temporary queue.
- createTemporaryQueue() - Method in class com.caucho.jms.connection.TopicSessionImpl
-
Creates a temporary queue.
- createTemporaryQueue() - Method in interface javax.jms.QueueSession
-
- createTemporaryQueue() - Method in interface javax.jms.Session
-
- createTemporaryTopic() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a temporary topic.
- createTemporaryTopic() - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a temporary topic.
- createTemporaryTopic() - Method in interface javax.jms.Session
-
- createTemporaryTopic() - Method in interface javax.jms.TopicSession
-
- createTempStream() - Method in class com.caucho.log.AbstractRolloverLog
-
- createTempStream() - Method in class com.caucho.server.httpcache.TempFileManager
-
- createTempStream() - Method in class com.caucho.server.log.AccessLogWriter
-
- createTest(Path, int) - Static method in class com.caucho.db.index.BTree
-
- createTest() - Method in class com.caucho.junit.ResinBeanContainerRunner
-
- createTextMessage() - Method in class com.caucho.jms.connection.JmsSession
-
Creates a text message.
- createTextMessage(String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a text message.
- createTextMessage(String) - Method in class com.caucho.jms.Jms
-
- createTextMessage() - Method in class com.caucho.jms.message.MessageFactory
-
Creates a new JMS text message.
- createTextMessage(String) - Method in class com.caucho.jms.message.MessageFactory
-
Creates a new JMS text message.
- createTextMessage() - Method in interface javax.jms.Session
-
- createTextMessage(String) - Method in interface javax.jms.Session
-
- createTextNode(String) - Method in class com.caucho.xml.QDocument
-
Creates a new text node in this document.
- createTextNode(String) - Method in class com.caucho.xml2.QDocument
-
Creates a new text node in this document.
- createThreadManager() - Static method in class com.caucho.env.dbpool.ThreadConnectionManager
-
Returns the manager for the current thread, creating if necessary.
- createThreadPool() - Method in class com.caucho.server.resin.ResinConfig
-
Configures the thread pool
- createTimeMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createTimer(long, Serializable) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createTimer(Date, Serializable) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in class com.caucho.ejb.timer.EjbTimerService
-
Create an interval timer whose first expiration occurs at a given point in
time and whose subsequent expirations occur after a specified interval.
- createTimer() - Method in class com.caucho.jca.ra.ResourceManagerImpl
-
Creates a new Timer instance.
- createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createTimer(Date, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in
time and whose subsequent expirations occur after a specified interval.
- createTimer() - Method in interface javax.resource.spi.BootstrapContext
-
Creates a new Timer instance.
- createTimeRangeMeter(String) - Static method in class com.caucho.env.meter.MeterService
-
- createTopic(String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates topics.
- createTopic(String) - Method in class com.caucho.jms.connection.JmsSession
-
Creates a new topic.
- createTopic(String) - Method in class com.caucho.jms.connection.QueueSessionImpl
-
Creates a new topic.
- createTopic(String) - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates topics.
- createTopic(String) - Method in interface com.caucho.jms.hub.Hub
-
- createTopic(String) - Method in class com.caucho.jms.hub.HubImpl
-
- createTopic(String) - Method in interface javax.jms.Session
-
- createTopic(String) - Method in interface javax.jms.TopicSession
-
- createTopicConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new queue connection
- createTopicConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
Creates a new queue connection
- createTopicConnection() - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new queue connection
- createTopicConnection(String, String) - Method in class com.caucho.jms.connection.XAConnectionFactoryImpl
-
Creates a new queue connection
- createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
-
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
- createTopicSession(boolean, int) - Method in class com.caucho.jms.connection.TopicConnectionImpl
-
Creates a new connection session.
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
- createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
- createTotalCount(String) - Method in class com.caucho.env.meter.ActiveTimeMeter
-
- createTransactionLog() - Method in class com.caucho.server.admin.TransactionManager
-
Configures the xa log.
- createTransactionManager() - Method in class com.caucho.server.admin.Management
-
Deprecated.
- createTransactionManager() - Method in class com.caucho.server.resin.ResinConfig
-
Deprecated.
- createTransientObject(Class<T>) - Method in class com.caucho.config.inject.InjectManager
-
Creates an object, but does not register the
component with webbeans.
- createTreeLoader() - Method in class com.caucho.loader.ClassLoaderConfig
-
Adds a tree loader.
- createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- createType(String) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Creates a type.
- createType(Class) - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
Creates a type.
- createType(QName) - Method in class com.caucho.config.type.ConfigType
-
Creates a top-level instance of the type.
- createType(QName) - Method in class com.caucho.config.type.ObjectType
-
Creates a top-level instance of the type.
- createUnescapedTextNode(String) - Method in interface com.caucho.xml.CauchoDocument
-
- createUnescapedTextNode(String) - Method in class com.caucho.xml.QDocument
-
- createUnescapedTextNode(String) - Method in interface com.caucho.xml2.CauchoDocument
-
- createUnescapedTextNode(String) - Method in class com.caucho.xml2.QDocument
-
- createUrlPattern() - Method in class com.caucho.server.dispatch.FilterMapping
-
Sets the url pattern
- createURLStreamHandler(String) - Method in class com.caucho.server.resin.ResinURLStreamHandlerFactory
-
- createUser() - Method in class com.caucho.boot.BootManagementConfig
-
Adds a user
- createUser(String, String) - Method in class com.caucho.security.PropertiesAuthenticator
-
Creates the password user based on a name and a comma-separated value
- createUser() - Method in class com.caucho.security.XmlAuthenticator
-
Adds a user from the configuration.
- createUser() - Method in class com.caucho.server.admin.Management
-
- createValidator() - Method in class com.caucho.server.webbeans.ResinValidatorProducer
-
Returns the validator factory.
- createValidatorFactory() - Method in class com.caucho.server.webbeans.ResinValidatorProducer
-
Returns the validator factory.
- createValueExpression(ELContext, String, Class<?>) - Method in class com.caucho.config.el.CandiExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class com.caucho.config.el.CandiExpressionFactory
-
- createValueExpression(ELContext, String, Class<?>) - Method in class com.caucho.el.ExpressionFactoryImpl
-
- createValueExpression(Object, Class<?>) - Method in class com.caucho.el.ExpressionFactoryImpl
-
- createValueExpression(Expr, String, Class<?>) - Method in class com.caucho.el.ExpressionFactoryImpl
-
- createValueExpression(ELContext, Class<?>, String) - Static method in class com.caucho.jsp.JspUtil
-
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
- createValueMap() - Method in class com.caucho.server.session.SessionImpl
-
Create the map used to objectStore values.
- createVersionController(ExpandVersion) - Method in class com.caucho.server.webapp.WebAppExpandDeployGenerator
-
Returns the new controller.
- createWarDeploy() - Method in class com.caucho.server.host.Host
-
Sets the war-expansion
- createWarDeploy() - Method in class com.caucho.server.webapp.WebAppContainer
-
Sets the war-expansion
- createWatchdogManager() - Method in class com.caucho.boot.BootResinConfig
-
Creates the watchdog-manager config
- createWebApp(Path) - Method in class com.caucho.jsp.JspCompiler
-
Initialize values based on the ServletContext.
- createWebAppDeploy() - Method in class com.caucho.server.host.Host
-
Sets the war-expansion
- createWebAppDeploy() - Method in class com.caucho.server.webapp.WebApp
-
Sets the war-expansion
- createWebAppDeploy() - Method in class com.caucho.server.webapp.WebAppContainer
-
Sets the war-expansion
- createWebSocketInputStream(FrameInputStream) - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- createWebSocketListener() - Method in class com.caucho.hmtp.server.HmtpServlet
-
- createWorker() - Method in class com.caucho.bam.mailbox.MultiworkerMailbox
-
- createWrapperResponseStream() - Method in class com.caucho.server.http.ResponseAdapter
-
- createWrapperResponseStream() - Method in class com.caucho.server.http.ToCharResponseAdapter
-
- createWriteBlock(Block) - Method in class com.caucho.db.xa.RawTransaction
-
Returns a modified block.
- createXAConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXAConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXAConnection() - Method in interface javax.jms.XAConnectionFactory
-
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
- createXaLogService() - Method in class com.caucho.server.admin.Management
-
Create and configure the stat service
- createXAQueueConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXAQueueConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
-
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
-
- createXAQueueSession() - Method in class com.caucho.jms.connection.QueueConnectionImpl
-
Creates a new connection session.
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
-
- createXASession() - Method in class com.caucho.jms.connection.ConnectionImpl
-
Creates a new connection session.
- createXASession() - Method in interface javax.jms.XAConnection
-
- createXATopicConnection() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXATopicConnection(String, String) - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
-
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
-
- createXATopicSession() - Method in class com.caucho.jms.connection.TopicConnectionImpl
-
Creates a new connection session.
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
-
- createXMLEventReader(InputStream) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventReader(InputStream, String) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventReader(Reader) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventReader(Source) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
"Support of this method is optional."
- createXMLEventReader(String, InputStream) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventReader(String, Reader) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventReader(XMLStreamReader) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLEventWriter(OutputStream) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXMLEventWriter(OutputStream, String) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXMLEventWriter(Result) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
This method is optional.
- createXMLEventWriter(Writer) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXMLStreamReader(InputStream) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLStreamReader(InputStream, String) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLStreamReader(Reader) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLStreamReader(Source) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
"Support of this method is optional."
- createXMLStreamReader(String, InputStream) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLStreamReader(String, Reader) - Method in class com.caucho.xml.stream.XMLInputFactoryImpl
-
- createXMLStreamWriter(OutputStream) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXMLStreamWriter(OutputStream, String) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXMLStreamWriter(Result) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
This method is optional.
- createXMLStreamWriter(Writer) - Method in class com.caucho.xml.stream.XMLOutputFactoryImpl
-
- createXrd() - Method in class com.caucho.security.openid.YadisXrd
-
- CreationalContext<T> - Interface in javax.enterprise.context.spi
-
The CreationalContext is a temporary, internal context used during
creation to resolve internal references.
- CreationalContextImpl<T> - Class in com.caucho.config.inject
-
Stack of partially constructed beans.
- CreationalContextImpl(Contextual<T>, CreationalContextImpl<?>) - Constructor for class com.caucho.config.inject.CreationalContextImpl
-
- CreationContextImpl - Class in com.caucho.config.scope
-
Context for a named EL bean scope
- CreationContextImpl(InjectManager) - Constructor for class com.caucho.config.scope.CreationContextImpl
-
- CreationException - Exception in javax.enterprise.inject
-
When bean creation fails, the injection
BeanManager will throw this exception.
- CreationException() - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
-
- CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
-
- Credential - Class in com.caucho.sql
-
The credentials
- Credentials - Interface in com.caucho.security
-
Credentials to log in a user.
- CriteriaBuilder - Interface in javax.persistence.criteria
-
Interface to build criteria.
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
-
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
-
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
-
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
-
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
-
- CriteriaQuery<T> - Interface in javax.persistence.criteria
-
Criteria query.
- CronExpression - Class in com.caucho.config.timer
-
Cron expression.
- CronExpression(String, String, String, String, String, String, String) - Constructor for class com.caucho.config.timer.CronExpression
-
Constructs a new cron expression.
- CronResource - Class in com.caucho.resources
-
Deprecated.
- CronResource() - Constructor for class com.caucho.resources.CronResource
-
Deprecated.
- CronTrigger - Class in com.caucho.config.timer
-
Implements a cron-style trigger.
- CronTrigger(CronExpression, long, long, TimeZone) - Constructor for class com.caucho.config.timer.CronTrigger
-
Creates new cron trigger.
- CronType - Class in com.caucho.config.types
-
Implements a unix cron-style trigger.
- CronType() - Constructor for class com.caucho.config.types.CronType
-
- CronType(String) - Constructor for class com.caucho.config.types.CronType
-
- CronType(String, String, String, String, String, String, String, Date, Date) - Constructor for class com.caucho.config.types.CronType
-
Creates new cron trigger.
- CSE_AUTH_TYPE - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_CLIENT_CERT - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_CONTENT_LENGTH - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_CONTENT_TYPE - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_END - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_FLUSH - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_IS_SECURE - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_KEEPALIVE - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_NULL - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_PATH_INFO - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_PROTOCOL - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_QUERY - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_QUERY_STRING - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_REAL_PATH - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_REMOTE_ADDR - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_REMOTE_HOST - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_REMOTE_PORT - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_REMOTE_USER - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_SCRIPT_FILENAME - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_SEND_HEADER - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_SERVER_PORT - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_SERVER_TYPE - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CSE_URI - Static variable in class com.caucho.server.hmux.HmuxRequest
-
- CsrfFilter - Class in com.caucho.filters
-
Support for CSRF prevention.
- CsrfFilter() - Constructor for class com.caucho.filters.CsrfFilter
-
- CURRENT - Static variable in class com.caucho.config.inject.CurrentLiteral
-
- current() - Method in class com.caucho.util.CharCursor
-
- current() - Method in class com.caucho.util.StringCharCursor
-
- current() - Method in interface com.caucho.util.TimeInterval
-
Returns true if the interval is current.
- current(long) - Method in interface com.caucho.util.TimeInterval
-
Returns true if the interval is current at the time specified.
- current() - Method in class com.caucho.util.TimeIntervalElement
-
- current(long) - Method in class com.caucho.util.TimeIntervalElement
-
- CURRENT_ANN - Static variable in class com.caucho.config.inject.AbstractIntrospectedBean
-
- CURRENT_ANN_LIST - Static variable in class com.caucho.config.inject.CurrentLiteral
-
- CURRENT_DATE - Static variable in class com.caucho.amber.query.QueryParser
-
- CURRENT_TIME - Static variable in class com.caucho.amber.query.QueryParser
-
- CURRENT_TIMESTAMP - Static variable in class com.caucho.amber.query.QueryParser
-
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- CurrentDateFunExpr - Class in com.caucho.amber.expr.fun
-
CURRENT_DATE function expression
- CurrentDateFunExpr(QueryParser) - Constructor for class com.caucho.amber.expr.fun.CurrentDateFunExpr
-
Creates a new expression
- CurrentLiteral - Class in com.caucho.config.inject
-
Represents the @Default annotation
- CurrentLiteral() - Constructor for class com.caucho.config.inject.CurrentLiteral
-
- CurrentPattern - Class in com.caucho.xpath.pattern
-
Matches the current node.
- CurrentPattern() - Constructor for class com.caucho.xpath.pattern.CurrentPattern
-
- CurrentTime - Class in com.caucho.util
-
The CurrentTime class returns the current system time.
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- CurrentTimeFunExpr - Class in com.caucho.amber.expr.fun
-
CURRENT_TIME function expression
- CurrentTimeFunExpr(QueryParser) - Constructor for class com.caucho.amber.expr.fun.CurrentTimeFunExpr
-
Creates a new expression
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- CurrentTimestampFunExpr - Class in com.caucho.amber.expr.fun
-
CURRENT_TIMESTAMP function expression
- CurrentTimestampFunExpr(QueryParser) - Constructor for class com.caucho.amber.expr.fun.CurrentTimestampFunExpr
-
Creates a new expression
- CursorPreparedStatementImpl - Class in com.caucho.db.jdbc
-
The JDBC statement implementation.
- CursorResultSetImpl - Class in com.caucho.db.jdbc
-
The JDBC statement implementation.
- CursorStatementImpl - Class in com.caucho.db.jdbc
-
The JDBC statement implementation.
- CustomLoadBalanceManager - Class in com.caucho.cloud.loadbalance
-
Manages a load balancer.
- CustomLoadBalanceManager(String) - Constructor for class com.caucho.cloud.loadbalance.CustomLoadBalanceManager
-
- CustomSimpleTag - Class in com.caucho.jsp.java
-
Represents a custom tag.
- CustomSimpleTag() - Constructor for class com.caucho.jsp.java.CustomSimpleTag
-
- CustomTag - Class in com.caucho.jsp.java
-
Represents a custom tag.
- CyclicBarrier - Class in com.caucho.util
-
Waits for n threads.
- CyclicBarrier(int) - Constructor for class com.caucho.util.CyclicBarrier
-