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

B

BAD_REQUEST - Static variable in class com.caucho.bam.BamError
Malformed or unprocessable request, e.g.
BAD_VALUE - Static variable in class com.caucho.server.snmp.SnmpRequest
 
BadRequestException - Exception in com.caucho.server.dispatch
 
BadRequestException() - Constructor for exception com.caucho.server.dispatch.BadRequestException
 
BadRequestException(String) - Constructor for exception com.caucho.server.dispatch.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception com.caucho.server.dispatch.BadRequestException
 
BALOAD - Static variable in class com.caucho.bytecode.CodeVisitor
 
bam_actor_exists(Env, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_address_resource(Env, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_bare_address(Env, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_dispatch(Env) - Static method in class com.caucho.quercus.lib.bam.BamModule
Dispatches messages, queries, and presences to handler functions based on their prefixes.
bam_login(Env, String, String, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_my_address(Env) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_register_actor(Env, String, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
Registers a "child" actor that is represented by the given script.
bam_register_service(Env, String, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
Registers a "child" service that is represented by the given script.
bam_send_message(Env, String, Serializable) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_send_message_error(Env, String, Serializable, BamError) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_send_query(Env, long, String, Serializable) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_send_query_error(Env, long, String, Serializable, BamError) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_send_query_result(Env, long, String, Serializable) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_service_exists(Env, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
 
bam_unregister_service(Env, String) - Static method in class com.caucho.quercus.lib.bam.BamModule
Registers a "child" service that is represented by the given script.
BamActorRef - Interface in com.caucho.bam.actor
 
BamAllActorRouter - Class in com.caucho.bam.router
Sends a message to the first available actor.
BamAllActorRouter(ActorSender, boolean, BamActorRef...) - Constructor for class com.caucho.bam.router.BamAllActorRouter
 
BamClientProxy - Interface in com.caucho.bam.proxy
 
BamClientResource - Class in com.caucho.quercus.lib.bam
BAM client resource.
BamClientResource(String) - Constructor for class com.caucho.quercus.lib.bam.BamClientResource
 
BamConnectionResource - Class in com.caucho.quercus.lib.bam
BAM connection resource.
BamConnectionResource(ActorSender) - Constructor for class com.caucho.quercus.lib.bam.BamConnectionResource
 
BamError - Class in com.caucho.bam
ActorError encapsulates error responses The errors are defined in RFC-3920, XMPP
BamError(String) - Constructor for class com.caucho.bam.BamError
Misc error
BamError(String, String) - Constructor for class com.caucho.bam.BamError
An error response
BamError(String, String, String) - Constructor for class com.caucho.bam.BamError
An error response
BamError(String, String, String, Serializable) - Constructor for class com.caucho.bam.BamError
An error response
BamError.ErrorGroup - Enum in com.caucho.bam
 
BamEventType - Enum in com.caucho.quercus.lib.bam
BAM event types
BamException - Exception in com.caucho.bam
General BAM exception
BamException() - Constructor for exception com.caucho.bam.BamException
 
BamException(String) - Constructor for exception com.caucho.bam.BamException
 
BamException(Throwable) - Constructor for exception com.caucho.bam.BamException
 
BamException(String, Throwable) - Constructor for exception com.caucho.bam.BamException
 
BamFirstActorRouter - Class in com.caucho.bam.router
Sends a message to the first available actor.
BamFirstActorRouter(ActorSender, long, BamActorRef...) - Constructor for class com.caucho.bam.router.BamFirstActorRouter
 
BamFirstResultRouter - Class in com.caucho.bam.router
Sends a message to the first available actor.
BamFirstResultRouter(ActorSender, long, BamActorRef...) - Constructor for class com.caucho.bam.router.BamFirstResultRouter
 
BamJmsService - Class in com.caucho.hemp.services
jms service
BamJmsService() - Constructor for class com.caucho.hemp.services.BamJmsService
 
BamLargePayload - Interface in com.caucho.bam
Marker for a payload with a large message.
BamLogService - Class in com.caucho.hemp.services
log service
BamLogService() - Constructor for class com.caucho.hemp.services.BamLogService
 
BamMailService - Class in com.caucho.hemp.services
mail service
BamMailService() - Constructor for class com.caucho.hemp.services.BamMailService
 
BamManager - Interface in com.caucho.bam.manager
Broker is the hub which routes messages to mailboxes.
BamModule - Class in com.caucho.quercus.lib.bam
BAM functions
BamModule() - Constructor for class com.caucho.quercus.lib.bam.BamModule
 
BamPhpActor - Class in com.caucho.quercus.lib.bam
BAM actor that calls into a PHP script to handle messages/queries.
BamPhpActor() - Constructor for class com.caucho.quercus.lib.bam.BamPhpActor
 
BamPhpActor(Path, String) - Constructor for class com.caucho.quercus.lib.bam.BamPhpActor
 
BamPhpRootService - Class in com.caucho.quercus.lib.bam
BAM actor spawns a new BamPhpActor when requested.
BamPhpRootService() - Constructor for class com.caucho.quercus.lib.bam.BamPhpRootService
 
BamPhpServiceManager - Class in com.caucho.quercus.lib.bam
BAM actor that calls into a PHP script to handle messages/queries.
BamPhpServiceManager() - Constructor for class com.caucho.quercus.lib.bam.BamPhpServiceManager
 
BamPhpServiceManager(Path, String) - Constructor for class com.caucho.quercus.lib.bam.BamPhpServiceManager
 
BamProxyFactory - Class in com.caucho.bam.proxy
The Skeleton introspects and dispatches messages for a SimpleActor or SkeletonActorFilter.
BamProxyFactory() - Constructor for class com.caucho.bam.proxy.BamProxyFactory
 
BamQueueFullHandler - Class in com.caucho.cloud.bam
Handler for queue full messages.
BamRouter - Interface in com.caucho.bam.router
Sends a message to the first available actor.
BamService - Annotation Type in com.caucho.remote
The @BamService registers a bean with the bam service registry.
BamServiceAdmin - Class in com.caucho.cloud.bam
Statistics for BAM service registered in the Resin network.
BamServiceBinding - Annotation Type in com.caucho.hemp
The @BamServiceBinding is used to locate the bam service registry.
BamServiceConfig - Class in com.caucho.hemp.broker
bam-service configuration
BamServiceConfig() - Constructor for class com.caucho.hemp.broker.BamServiceConfig
 
BamServiceLiteral - Class in com.caucho.hemp.broker
bam-service configuration
BamServiceLiteral(String) - Constructor for class com.caucho.hemp.broker.BamServiceLiteral
 
BamServiceMXBean - Interface in com.caucho.management.server
Interface for the bam (messaging service)
BamServiceStartup - Annotation Type in com.caucho.hemp
Annotation for starting a BamService
BamSkeleton<S> - Class in com.caucho.bam.actor
The Skeleton introspects and dispatches messages for a SimpleActor or SkeletonActorFilter.
BamSystem - Class in com.caucho.cloud.bam
The BAM service registered in the Resin network.
BamSystem(String) - Constructor for class com.caucho.cloud.bam.BamSystem
 
Base64 - Class in com.caucho.util
Base64 decoding.
Base64() - Constructor for class com.caucho.util.Base64
 
BASE_URI - Static variable in class com.caucho.xpath.Expr
 
BaseClass - Class in com.caucho.java.gen
Basic class generation.
BaseClass() - Constructor for class com.caucho.java.gen.BaseClass
Creates the base class
BaseClass(String) - Constructor for class com.caucho.java.gen.BaseClass
Creates the base class
BaseClass(String, String) - Constructor for class com.caucho.java.gen.BaseClass
Creates the base class
BaseConfigIntrospector - Class in com.caucho.amber.cfg
Base concrete introspector for orm.xml and annotations.
BaseConfigIntrospector(AmberConfigManager) - Constructor for class com.caucho.amber.cfg.BaseConfigIntrospector
Creates the introspector.
BaselineQueryResult - Class in com.caucho.management.server
 
BaselineQueryResult() - Constructor for class com.caucho.management.server.BaselineQueryResult
 
BaselineQueryResult(String, int, double) - Constructor for class com.caucho.management.server.BaselineQueryResult
 
BaseMethod - Class in com.caucho.java.gen
Basic method generation.
BaseMethod(String, CallChain) - Constructor for class com.caucho.java.gen.BaseMethod
Creates the base method
BaseMethod(Method, CallChain) - Constructor for class com.caucho.java.gen.BaseMethod
Creates the base method
BaseMethod(Method) - Constructor for class com.caucho.java.gen.BaseMethod
Creates the base method
BaseMethod(Method, Method) - Constructor for class com.caucho.java.gen.BaseMethod
Creates the base method
BaseRef - Class in com.caucho.config.types
Base configuration for ejb-ref and resource-env-ref.
BaseRef() - Constructor for class com.caucho.config.types.BaseRef
 
BaseRef(Path) - Constructor for class com.caucho.config.types.BaseRef
 
BaseRef(Path, String) - Constructor for class com.caucho.config.types.BaseRef
 
BaseType - Class in com.caucho.config.reflect
type matching the web bean
BaseType() - Constructor for class com.caucho.config.reflect.BaseType
 
BaseType.ClassFill - Enum in com.caucho.config.reflect
 
BaseTypeAnnotated - Interface in com.caucho.config.reflect
Abstract introspected view of a Bean
BaseTypeFactory - Class in com.caucho.config.reflect
type matching the web bean
BaseTypeFactory() - Constructor for class com.caucho.config.reflect.BaseTypeFactory
 
baseURI(Node) - Static method in class com.caucho.xml.QAbstractNode
Returns the base URI
baseURI(Node) - Static method in class com.caucho.xml2.QAbstractNode
Returns the base URI
BaseURI(Expr) - Constructor for class com.caucho.xpath.expr.Functions.BaseURI
 
BaseURI - Class in com.caucho.xpath.functions
Returns the base URI of a node.
BaseURI(Expr) - Constructor for class com.caucho.xpath.functions.BaseURI
 
Basic - Annotation Type in javax.persistence
The @Basic annotation.
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for basic authentication.
BasicDependencyContainer - Class in com.caucho.vfs
Contains a set of dependencies.
BasicDependencyContainer() - Constructor for class com.caucho.vfs.BasicDependencyContainer
 
BasicFuture<V> - Class in com.caucho.util
basic future
BasicFuture() - Constructor for class com.caucho.util.BasicFuture
 
BasicLogin - Class in com.caucho.security
Implements the "basic" auth-method.
BasicLogin() - Constructor for class com.caucho.security.BasicLogin
 
BasicLogin - Class in com.caucho.server.security
Implements the "basic" auth-method.
BasicLogin() - Constructor for class com.caucho.server.security.BasicLogin
 
BasicMessageReceiver<T> - Class in com.caucho.message.common
basic message receiver includes a linked queue.
BasicMessageReceiver(MessageReceiverFactory) - Constructor for class com.caucho.message.common.BasicMessageReceiver
 
BasicPrincipal - Class in com.caucho.security
 
BasicPrincipal() - Constructor for class com.caucho.security.BasicPrincipal
Zero-arg constructor for serialization.
BasicPrincipal(String) - Constructor for class com.caucho.security.BasicPrincipal
 
BasicType<X> - Interface in javax.persistence.metamodel
Model of a basic type
BASTORE - Static variable in class com.caucho.bytecode.CodeVisitor
 
bean() - Method in class com.caucho.config.inject.BeanBuilder
 
BEAN - Static variable in class com.caucho.config.inject.DelegateProxyBean
 
Bean() - Constructor for class com.caucho.server.admin.ListJmxQueryReply.Bean
 
Bean<T> - Interface in javax.enterprise.inject.spi
Internal implementation for a Bean
BeanAdapter<X,T> - Class in com.caucho.config.inject
Adapter from an internal bean to an external exposed bean as used by session beans.
BeanAdapter(InjectManager, Bean<X>) - Constructor for class com.caucho.config.inject.BeanAdapter
 
BeanArg<T> - Class in com.caucho.config.program
Custom bean configured by namespace
BeanArg(InjectManager, Type, Annotation[], InjectionPoint) - Constructor for class com.caucho.config.program.BeanArg
 
BeanBuilder<T> - Class in com.caucho.config.inject
SingletonBean represents a singleton instance exported as a web beans.
BeanBuilder(ManagedBeanImpl<T>) - Constructor for class com.caucho.config.inject.BeanBuilder
 
BeanConfig - Class in com.caucho.config.cfg
Backward-compat configuration for the xml web bean component.
BeanConfig() - Constructor for class com.caucho.config.cfg.BeanConfig
 
BeanConfigFactory - Interface in com.caucho.config.inject
Custom bean creation
BeanContainerRequest - Class in com.caucho.resin
Request context for an embedded Resin request.
BeanELResolver - Class in javax.el
Resolves properties based on beans.
BeanELResolver() - Constructor for class javax.el.BeanELResolver
 
BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
 
BeanELResolver.BeanProperties - Class in javax.el
 
BeanELResolver.BeanProperty - Class in javax.el
 
BeanEmbed - Class in com.caucho.resin
Embeddable version of a singleton bean
BeanEmbed() - Constructor for class com.caucho.resin.BeanEmbed
Creates a new embedded bean
BeanEmbed(Object) - Constructor for class com.caucho.resin.BeanEmbed
Creates a new embedded bean with a singleton value
BeanEmbed(Object, String) - Constructor for class com.caucho.resin.BeanEmbed
Creates a new embedded bean with a singleton value
BeanEmbed(String) - Constructor for class com.caucho.resin.BeanEmbed
Creates a new embedded bean with a given classname
BeanEmbed(String, String) - Constructor for class com.caucho.resin.BeanEmbed
Creates a new embedded bean with a given classname and name
BeanGenerator<X> - Class in com.caucho.config.gen
Generates the skeleton for a bean.
BeanGenerator(String, AnnotatedType<X>) - Constructor for class com.caucho.config.gen.BeanGenerator
 
BeanInjectionTarget - Interface in com.caucho.config.gen
Creates an configures an ejb instance
BeanInstance<T> - Class in com.caucho.config.inject
Holds a bean and its value
BeanInstance(Contextual<T>, T) - Constructor for class com.caucho.config.inject.BeanInstance
 
BeanJndiProxy - Class in com.caucho.config.types
Object proxy to create instance of a bean.
BeanJndiProxy(BeanManager, Bean<?>) - Constructor for class com.caucho.config.types.BeanJndiProxy
 
BeanManager - Interface in javax.enterprise.inject.spi
API for the Java Injection (JSR-299) BeanManager.
BeanMBean<T> - Class in com.caucho.server.webbeans
Jndi proxy class for injection.
BeanMethod - Class in com.caucho.ejb.cfg
Configuration for bean-method.
BeanMethod() - Constructor for class com.caucho.ejb.cfg.BeanMethod
 
BeanName - Annotation Type in com.caucho.config.j2ee
The @BeanName annotation for EJB names
BeanNameLiteral - Class in com.caucho.config.j2ee
A @BeanName literal for EJB names
BeanNameLiteral(String) - Constructor for class com.caucho.config.j2ee.BeanNameLiteral
 
BeanProperties(Class<?>) - Constructor for class javax.el.BeanELResolver.BeanProperties
 
BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class javax.el.BeanELResolver.BeanProperty
 
BeansConfig - Class in com.caucho.config.cfg
Configuration for a classloader root containing webbeans
BeansConfig(InjectManager, Path) - Constructor for class com.caucho.config.cfg.BeansConfig
 
BeansConfig.AlternativesConfig - Class in com.caucho.config.cfg
 
BeansConfig.Decorators - Class in com.caucho.config.cfg
 
BeansConfig.DeployConfig - Class in com.caucho.config.cfg
 
BeansConfig.Interceptors - Class in com.caucho.config.cfg
 
BeanStartupEvent - Class in com.caucho.config.inject
An event at webbeans startup
BeanStartupEvent(BeanManager, Bean) - Constructor for class com.caucho.config.inject.BeanStartupEvent
 
BeanUtil - Class in com.caucho.util
Bean utilities.
BeanUtil() - Constructor for class com.caucho.util.BeanUtil
 
BeanValueGenerator - Class in com.caucho.config.program
Generator for a component value.
BeanValueGenerator(String, Bean) - Constructor for class com.caucho.config.program.BeanValueGenerator
 
BeanWrapper<T> - Class in com.caucho.config.inject
Internal implementation for a Bean
BeanWrapper(InjectManager, Bean<T>) - Constructor for class com.caucho.config.inject.BeanWrapper
 
BEFORE_STOP - Static variable in class com.caucho.lifecycle.LifecycleNotification
 
BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
Extension callback before any bean discovery, so extensions can add annotated types, stereotypes and binding types.
BeforeBeanDiscoveryImpl - Class in com.caucho.config.extension
 
beforeCommit() - Method in class com.caucho.amber.manager.AmberConnection
Called before the commit phase
beforeCompletion() - Method in class com.caucho.amber.manager.AmberConnection
Callback before a utrans commit.
beforeCompletion() - Method in class com.caucho.config.gen.SynchronizationAdapter
 
beforeCompletion() - Method in class com.caucho.ejb.util.XAManager.SynchronizationAdapter
 
beforeCompletion() - Method in class com.caucho.server.webbeans.XAContextContainer
 
BeforeCompletion - Annotation Type in javax.ejb
Before completion session synchronization call-back annotation.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
 
beforeCompletion() - Method in interface javax.transaction.Synchronization
 
BeforeCompletionLiteral - Class in com.caucho.ejb.cfg
BeforeCompletionLiteral() - Constructor for class com.caucho.ejb.cfg.BeforeCompletionLiteral
 
BeforeCompletionMethod<X> - Class in com.caucho.ejb.cfg
Configuration for remove-method.
BeforeCompletionMethod() - Constructor for class com.caucho.ejb.cfg.BeforeCompletionMethod
 
beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.ConfigType
Called before the children are configured.
beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.EnvironmentBeanType
Called before the children are configured.
beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.InlineBeanType
Called before the children are configured.
beforeConfigure(XmlConfigContext, Object, Node) - Method in class com.caucho.config.xml.XmlBeanType
Called before the children are configured.
beforeConfigureBean(XmlConfigContext, Object, Node) - Method in class com.caucho.config.type.ConfigType
Called before the children are configured.
beforeDelivery(Method) - Method in class com.caucho.jms.jca.ListenerEndpoint
Called by a resource adapter before a message is delivered.
beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Called by a resource adapter before a message is delivered.
beforeDiscovery(BeforeBeanDiscovery) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
beforeEntityDelete(AmberConnection, Entity) - Method in interface com.caucho.amber.entity.EntityListener
Notification before an entity is deleted.
beforeEntityDelete(AmberConnection, Entity) - Method in class com.caucho.amber.table.AmberTable
Called before the entity is deleted.
beforeEntityDelete(AmberConnection, Entity) - Method in interface com.caucho.amber.table.EntityDependency
Notification before an entity is deleted.
beforeFirst() - Method in class com.caucho.amber.query.ResultSetImpl
Moves before the first row.
beforeFirst() - Method in class com.caucho.db.jdbc.AbstractResultSet
 
beforeFirst() - Method in class com.caucho.quercus.mysql.AbstractResultSet
 
beforeFirst() - Method in class com.caucho.tools.profiler.ResultSetWrapper
 
BeforeShutdown - Interface in javax.enterprise.inject.spi
Framework callback before shutdown
beforeTargetDelete(AmberConnection, Entity) - Method in class com.caucho.amber.table.LinkColumns
Cleans up any fields from a delete.
beforeUpdate() - Method in class com.caucho.env.deploy.ExpandDeployGenerator
 
beforeUpdate() - Method in class com.caucho.server.host.HostExpandDeployGenerator
 
begin(Transaction) - Method in class com.caucho.amber.manager.AmberConnection
Callback when the user transaction begins
begin() - Static method in class com.caucho.inject.RequestContext
 
begin() - Static method in class com.caucho.inject.ThreadContext
 
begin(Transaction) - Method in interface com.caucho.jca.ra.BeginResource
Callback when the transaction starts.
begin(String) - Static method in class com.caucho.jdbc.ConnectionContext
 
begin(String) - Method in class com.caucho.message.stomp.StompConnection
 
begin() - Method in class com.caucho.server.webbeans.ConversationContext
Begins an extended conversation
begin(String) - Method in class com.caucho.server.webbeans.ConversationContext
 
begin() - Method in class com.caucho.transaction.TransactionManagerImpl
Create a new transaction and associate it with the thread.
begin() - Method in class com.caucho.transaction.UserTransactionImpl
Start the transaction.
begin() - Method in class com.caucho.transaction.UserTransactionProxy
Start the transaction.
begin() - Method in interface javax.enterprise.context.Conversation
 
begin(String) - Method in interface javax.enterprise.context.Conversation
 
begin() - Method in interface javax.persistence.EntityTransaction
Starts a resource transaction.
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begins a local transaction.
begin - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
begin() - Method in interface javax.transaction.TransactionManager
Start the transaction.
begin() - Method in interface javax.transaction.UserTransaction
Start the transaction.
beginCurrentActor() - Method in class com.caucho.amp.actor.AmpActorContext
 
beginMandatory() - Method in class com.caucho.ejb.util.XAManager
Begins a mandatory transaction.
beginNever() - Method in class com.caucho.ejb.util.XAManager
Begins a never transaction.
beginNotSupported() - Method in class com.caucho.ejb.util.XAManager
Begins a not-supported transaction, i.e.
beginOffer(boolean) - Method in class com.caucho.util.RingQueue
 
beginPoll() - Method in class com.caucho.util.RingQueue
 
beginRequest() - Method in class com.caucho.resin.ResinBeanContainer
Enters the Resin context and begins a new request on the thread.
beginRequired() - Method in class com.caucho.ejb.util.XAManager
Begins a required transaction.
beginRequiresNew() - Method in class com.caucho.ejb.util.XAManager
Begins a requires-new transaction.
BeginResource - Interface in com.caucho.jca.ra
A resource with a begin method.
beginSession() - Method in class com.caucho.amqp.common.AmqpConnectionHandler
 
beginSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
beginSupports() - Method in class com.caucho.ejb.util.XAManager
Begins a not-supported transaction, i.e.
beginTransaction() - Method in interface com.caucho.amber.AmberConnection
Starts a transaction.
beginTransaction() - Method in class com.caucho.amber.manager.AmberConnection
Starts a transaction.
BETWEEN - Static variable in class com.caucho.amber.query.QueryParser
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
BetweenExpr - Class in com.caucho.amber.expr
Bound identifier expression.
BetweenExpr(AmberExpr, AmberExpr, AmberExpr, boolean) - Constructor for class com.caucho.amber.expr.BetweenExpr
Creates a new cmp expression
BetweenSelector - Class in com.caucho.jms.selector
The base selector.
BigDecimalType - Class in com.caucho.amber.type
The type of a property.
BigDecimalValueExpression - Class in com.caucho.el
Abstract implementation class for an expression.
BigDecimalValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BigDecimalValueExpression
 
BigDecimalValueExpression(Expr, String) - Constructor for class com.caucho.el.BigDecimalValueExpression
 
BigDecimalValueExpression(Expr) - Constructor for class com.caucho.el.BigDecimalValueExpression
 
BigDecimalValueExpression() - Constructor for class com.caucho.el.BigDecimalValueExpression
 
BigIntegerType - Class in com.caucho.amber.type
The type of a property.
BigIntegerValueExpression - Class in com.caucho.el
Abstract implementation class for an expression.
BigIntegerValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BigIntegerValueExpression
 
BigIntegerValueExpression(Expr, String) - Constructor for class com.caucho.el.BigIntegerValueExpression
 
BigIntegerValueExpression(Expr) - Constructor for class com.caucho.el.BigIntegerValueExpression
 
BigIntegerValueExpression() - Constructor for class com.caucho.el.BigIntegerValueExpression
 
BinaryExpr - Class in com.caucho.amber.expr
Bound identifier expression.
BinaryExpr(int, AmberExpr, AmberExpr) - Constructor for class com.caucho.amber.expr.BinaryExpr
Creates a new cmp expression
BinaryExpr - Class in com.caucho.el
Represents a binary numeric operation
BinaryKeyCompare - Class in com.caucho.db.index
Compares two keys.
BinaryKeyCompare(int) - Constructor for class com.caucho.db.index.BinaryKeyCompare
 
bind(QServerSocket) - Method in class com.caucho.boot.OpenPort.DummyOpenSSLFactory
 
bind(String, int, QServerSocket) - Method in class com.caucho.cloud.network.NetworkListenSystem
 
bind() - Method in class com.caucho.config.event.ObserverImpl
 
bind() - Method in class com.caucho.config.inject.AbstractIntrospectedBean
 
bind() - Method in class com.caucho.config.inject.CandiProducer
 
bind() - Method in class com.caucho.config.inject.DecoratorBean
 
bind() - Method in class com.caucho.config.inject.InjectionTargetBuilder
 
bind() - Method in class com.caucho.config.inject.InjectManager
Starts the bind phase
bind() - Method in class com.caucho.config.inject.ProducesFieldBean
 
bind() - Method in class com.caucho.config.inject.ProducesMethodBean
 
bind(String, Class<?>, String, Annotation...) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
 
bind(String, Class<?>, Annotation...) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
 
bind(String, Class) - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
 
bind(String, Class, String) - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
 
bind() - Method in class com.caucho.config.program.Arg
 
bind() - Method in class com.caucho.config.program.BeanArg
 
bind() - Method in class com.caucho.config.program.ConfigProgram
Binds the injection point
bind() - Method in class com.caucho.config.program.ValueArg
 
bind() - Method in class com.caucho.config.types.EjbRef
 
bind(Query) - Method in class com.caucho.db.fun.BitandExpr
Binds the expression to the actual tables.
bind(Query) - Method in class com.caucho.db.sql.AvgExpr
 
bind(Query) - Method in class com.caucho.db.sql.CountExpr
 
bind(Query) - Method in class com.caucho.db.sql.ExistsExpr
Binds the expression to the query.
bind(Query) - Method in class com.caucho.db.sql.Expr
 
bind(Query) - Method in class com.caucho.db.sql.GroupResultExpr
 
bind(Query) - Method in class com.caucho.db.sql.MaxExpr
 
bind(Query) - Method in class com.caucho.db.sql.MinExpr
 
bind() - Method in class com.caucho.db.sql.Query
Binds the query.
bind(String, String) - Method in class com.caucho.db.sql.Query
Returns a bound expression for the specified table.column.
bind() - Method in class com.caucho.db.sql.SelectQuery
 
bind(Query) - Method in class com.caucho.db.sql.SubSelectExpr
Binds the expression to the query.
bind(Query) - Method in class com.caucho.db.sql.SubSelectParamExpr
Binds the expression.
bind(Query) - Method in class com.caucho.db.sql.SumExpr
 
bind() - Method in class com.caucho.ejb.message.MessageManager
 
bind() - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
 
bind() - Method in class com.caucho.ejb.session.AbstractSessionManager
 
bind() - Method in class com.caucho.ejb.session.SingletonManager
 
bind() - Method in class com.caucho.ejb.session.StatefulManager
 
bind() - Method in class com.caucho.ejb.session.StatelessManager
 
bind(String, Object) - Method in class com.caucho.naming.AbstractModel
Binds an object as a child to the model.
bind(String, Object) - Method in class com.caucho.naming.ContextImpl
Binds an object to the context.
bind(Name, Object) - Method in class com.caucho.naming.ContextImpl
Binds an object to the context.
bind(Name, Object, Attributes) - Method in class com.caucho.naming.DirContextImpl
 
bind(String, Object, Attributes) - Method in class com.caucho.naming.DirContextImpl
 
bind(String, Object) - Method in class com.caucho.naming.EnvironmentModel
Rebinds an object as a child to the model.
bind(String, Object) - Method in class com.caucho.naming.ErrorContext
 
bind(Name, Object) - Method in class com.caucho.naming.ErrorContext
 
bind(String, Object) - Method in class com.caucho.naming.MemoryModel
Rebinds an object as a child to the model.
bind(String, Object) - Method in class com.caucho.naming.PathJndiContext
 
bind(Name, Object) - Method in class com.caucho.naming.PathJndiContext
 
bind() - Method in class com.caucho.network.listen.TcpPort
Starts the port listening.
bind(QServerSocket) - Method in class com.caucho.network.listen.TcpPort
Starts the port listening.
bind(String, Object) - Method in class com.caucho.servlets.naming.HessianModel
Rebinds an object as a child to the model.
bind(Path) - Method in class com.caucho.vfs.FilesystemPath
 
bind(QServerSocket) - Method in class com.caucho.vfs.JsseSSLFactory
Creates the SSL ServerSocket.
bind(Path) - Method in class com.caucho.vfs.Path
Binds the context to the current path.
bind(Path) - Method in class com.caucho.vfs.PathWrapper
Binds the context to the current path.
bind(QServerSocket) - Method in interface com.caucho.vfs.SSLFactory
Creates the SSL ServerSocket.
Bindable<T> - Interface in javax.persistence.metamodel
Reflection model for an attribute that can be bound to a Path.
Bindable.BindableType - Enum in javax.persistence.metamodel
 
bindContext() - Method in class com.caucho.ejb.message.MessageManager
 
bindContext() - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
 
bindDeep(String, Object) - Static method in class com.caucho.naming.Jndi
 
bindDeep(Context, String, Object) - Static method in class com.caucho.naming.Jndi
 
bindDeepShort(String, Object) - Static method in class com.caucho.naming.Jndi
 
bindDeepShort(Context, String, Object) - Static method in class com.caucho.naming.Jndi
 
bindForWatchdog() - Method in class com.caucho.boot.OpenPort
binds for the watchdog.
bindForWatchdog() - Method in class com.caucho.network.listen.TcpPort
binds for the watchdog.
bindGenerator(String, DataSourceDefinition) - Method in class com.caucho.config.j2ee.DataSourceDefinitionHandler
 
bindGenerator(String, EJB, Class<?>) - Method in class com.caucho.config.j2ee.EjbHandler
 
bindGlobals() - Method in class com.caucho.config.inject.InjectManager
 
binding(Collection<Annotation>) - Method in class com.caucho.config.inject.BeanBuilder
 
bindInjection() - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
 
bindInjection() - Method in class com.caucho.ejb.server.EjbInjectionTarget
 
bindJndi(String, ValueGenerator, String) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
 
bindJndi(Field, ValueGenerator) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
 
bindJndi(Method, ValueGenerator) - Method in class com.caucho.config.j2ee.JavaeeInjectionHandler
 
bindNamespace(String, String) - Method in class com.caucho.xsl.XslWriter
 
bindParameter(String, Type, Set<Annotation>) - Method in class com.caucho.config.xml.XmlBeanConfig
 
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.AbstractAmberExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in class com.caucho.amber.expr.AbstractPathExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.AllExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.AmberColumnExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in interface com.caucho.amber.expr.AmberExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.AndExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.AnyExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.ArgExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.BetweenExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.BinaryExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.BooleanColumnExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.DependentEntityOneToOneExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.ElementCollectionExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in class com.caucho.amber.expr.ElementCollectionExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.EmbeddedExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in class com.caucho.amber.expr.EmbeddedExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.EmptyExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.EnumExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.EqualJoinExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.ExistsExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.fun.FunExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.IdExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.InExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.JoinExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.KeyManyToOneExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.KeyPropertyExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.LikeExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.LiteralExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.LoadBasicExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.LoadEmbeddedExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.LoadEntityExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.ManyToOneExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in class com.caucho.amber.expr.ManyToOneExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.ManyToOneJoinExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.MapFieldExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.MemberExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.NullExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.OneToManyExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in class com.caucho.amber.expr.OneToManyExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.OneToManyJoinExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.OrExpr
Binds the expression as a select item.
bindSelect(QueryParser, String) - Method in interface com.caucho.amber.expr.PathExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.SubSelectExpr
Binds the expression as a select item.
bindSelect(QueryParser) - Method in class com.caucho.amber.expr.UnaryExpr
Binds the expression as a select item.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.AbstractPathExpr
Binds the expression as a select item.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.DependentEntityOneToOneExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.ElementCollectionExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.EmbeddedExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in interface com.caucho.amber.expr.EntityPathExpr
Binds the expression as a select item.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.IdExpr
Binds the expression as a select item.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.KeyManyToOneExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.LoadExpr
Binds the expression as a select item.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.ManyToOneExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in class com.caucho.amber.expr.OneToManyExpr
Binds the expression as a subpath.
bindSubPath(QueryParser) - Method in interface com.caucho.amber.expr.PathExpr
Binds the expression as a select item.
bindTo(ServletService) - Method in class com.caucho.resin.HttpEmbed
Binds the port to the server
bindTo(ServletService) - Method in class com.caucho.resin.HttpsEmbed
Binds the port to the server
bindTo(ServletService) - Method in class com.caucho.resin.PortEmbed
Binds the port to the server
bindToFromItem() - Method in class com.caucho.amber.expr.EqualJoinExpr
Binds the link to the from item.
bindToFromItem() - Method in class com.caucho.amber.expr.JoinExpr
Binds the expression as a select item.
bindToFromItem() - Method in class com.caucho.amber.expr.ManyToOneJoinExpr
Binds the link to the from item.
bindToFromItem() - Method in class com.caucho.amber.expr.OneToManyJoinExpr
Binds the link to the from item.
BIPUSH - Static variable in class com.caucho.bytecode.CodeVisitor
 
BitandExpr - Class in com.caucho.db.fun
 
BitandExpr() - Constructor for class com.caucho.db.fun.BitandExpr
 
BitandExpr(Expr, Expr) - Constructor for class com.caucho.db.fun.BitandExpr
 
BitsUtil - Class in com.caucho.util
bit/bytes utilities.
BitsUtil() - Constructor for class com.caucho.util.BitsUtil
 
BlobImpl - Class in com.caucho.db.sql
The JDBC blob implementation.
BlobInputStream - Class in com.caucho.db.blob
 
BlobInputStream(BlockStore, byte[], int) - Constructor for class com.caucho.db.blob.BlobInputStream
Creates a blob output stream.
BlobInputStream(Inode) - Constructor for class com.caucho.db.blob.BlobInputStream
Creates a blob output stream.
BlobOutputStream - Class in com.caucho.db.blob
 
BlobOutputStream(DbTransaction, BlockStore, byte[], int) - Constructor for class com.caucho.db.blob.BlobOutputStream
Creates a blob output stream.
BlobOutputStream(BlockStore, byte[], int) - Constructor for class com.caucho.db.blob.BlobOutputStream
Creates a blob output stream.
BlobType - Class in com.caucho.amber.type
The type of a property.
Block - Class in com.caucho.db.block
Represents a versioned row
BLOCK_BITS - Static variable in class com.caucho.db.block.BlockStore
 
BLOCK_BITS - Static variable in class com.caucho.message.journal.JournalFile
 
BLOCK_FLUSH_PERIOD - Static variable in class com.caucho.db.block.BlockManagerSubSystem
 
BLOCK_INDEX_MASK - Static variable in class com.caucho.db.block.BlockStore
 
BLOCK_MASK - Static variable in class com.caucho.db.block.BlockStore
 
BLOCK_OFFSET_MASK - Static variable in class com.caucho.db.block.BlockStore
 
BLOCK_SIZE - Static variable in class com.caucho.db.blob.Inode
 
BLOCK_SIZE - Static variable in class com.caucho.db.block.BlockStore
 
BLOCK_SIZE - Static variable in class com.caucho.message.journal.JournalFile
 
BlockedThreadFilter - Class in com.caucho.admin.thread.filter
 
BlockedThreadFilter() - Constructor for class com.caucho.admin.thread.filter.BlockedThreadFilter
 
blockIdToAddress(long) - Static method in class com.caucho.db.block.BlockStore
Converts from the block index to the unique block id.
blockIdToAddress(long, int) - Static method in class com.caucho.db.block.BlockStore
Converts from the block index to the unique block id.
blockIdToIndex(long) - Static method in class com.caucho.db.block.BlockStore
Converts from the block index to the address for database storage.
blockIndexToAddr(long) - Static method in class com.caucho.db.block.BlockStore
Converts from the block index to the address for database storage.
BlockManager - Class in com.caucho.db.block
Manages the block cache
BlockManagerMXBean - Interface in com.caucho.management.server
Management interface for the block manager used by the proxy cache and persistent sessions.
BlockManagerSubSystem - Class in com.caucho.db.block
The ShutdownSystem manages the Resin shutdown and includes a timeout thread.
BlockReadWrite - Class in com.caucho.db.block
Filesystem access for the BlockStore.
BlockReadWrite(BlockStore, Path, boolean) - Constructor for class com.caucho.db.block.BlockReadWrite
Creates a new store.
BlockState - Enum in com.caucho.db.block
Represents the state of a block.
BlockStatement - Class in com.caucho.servlets.ssi
Represents a SSI statement
BlockStore - Class in com.caucho.db.block
The store manages the block-based persistent store file.
BlockStore(Database, String, ReadWriteLock) - Constructor for class com.caucho.db.block.BlockStore
 
BlockStore(Database, String, ReadWriteLock, Path) - Constructor for class com.caucho.db.block.BlockStore
Creates a new store.
BlockStore(Database, String, ReadWriteLock, Path, boolean) - Constructor for class com.caucho.db.block.BlockStore
Creates a new store.
BlockWriteQueue - Class in com.caucho.db.block
Queue for blocks to be written.
BlockWriter - Class in com.caucho.db.block
Writer thread serializing dirty blocks.
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for the "empty" body content
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for standard "jsp" processed body content
BODY_CONTENT_SCRIPTLESS - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for tags which forbid scripts
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for "tag-dependent" unprocessed verbatim body content
BodyContent - Class in javax.servlet.jsp.tagext
BodyContent subclasses JspWriter to accumulate the contents of a BodyTag.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Creates a new BodyContent with prevOut as its enclosing writer.
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
 
BodyContentImpl - Class in com.caucho.jsp
Implementation of the JSP BodyContent interface.
BodyResponseStream - Class in com.caucho.jsp
 
BodyResponseStream() - Constructor for class com.caucho.jsp.BodyResponseStream
 
BodyTag - Interface in javax.servlet.jsp.tagext
BodyTag lets tags access the generated tag contents and it allows tag looping.
BodyTagSupport - Class in javax.servlet.jsp.tagext
Convenience class defining default behavior for a BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Implementing tags must implement a zero-arg constructor.
bodyToInputStream() - Method in class com.caucho.jms.message.BytesMessageImpl
Serialize the body to an input stream.
bodyToInputStream() - Method in class com.caucho.jms.message.MapMessageImpl
Serialize the body to an input stream.
bodyToInputStream() - Method in class com.caucho.jms.message.MessageImpl
Serialize the body to an input stream.
bodyToInputStream() - Method in class com.caucho.jms.message.ObjectMessageImpl
Serialize the body to an input stream.
bodyToInputStream() - Method in class com.caucho.jms.message.StreamMessageImpl
Serialize the body to an input stream.
bodyToInputStream() - Method in class com.caucho.jms.message.TextMessageImpl
Serialize the body to an input stream.
BOOLEAN - Static variable in class com.caucho.bytecode.JClass
 
BOOLEAN - Static variable in class com.caucho.el.Marshall
 
BOOLEAN - Static variable in class com.caucho.xpath.Expr
 
BOOLEAN_EQ - Static variable in class com.caucho.xpath.Expr
 
BOOLEAN_NEQ - Static variable in class com.caucho.xpath.Expr
 
BooleanArraySerializer - Class in com.caucho.json.ser
 
BooleanBinarySelector - Class in com.caucho.jms.selector
The base selector.
BooleanColumnExpr - Class in com.caucho.amber.expr
AmberColumn expression returning a boolean
BooleanColumnExpr(PathExpr, AmberColumn) - Constructor for class com.caucho.amber.expr.BooleanColumnExpr
Creates a new unbound id expression.
BooleanExpr - Class in com.caucho.el
Represents a binary boolean expression.
BooleanExpr(int, Expr, Expr) - Constructor for class com.caucho.el.BooleanExpr
Constructs a new Boolean expression.
BooleanExpr - Class in com.caucho.xpath.expr
 
BooleanExpr(int, Expr, Expr) - Constructor for class com.caucho.xpath.expr.BooleanExpr
 
BooleanExpr(int, Expr) - Constructor for class com.caucho.xpath.expr.BooleanExpr
 
BooleanExpr(boolean) - Constructor for class com.caucho.xpath.expr.BooleanExpr
 
BooleanExpr(int, ArrayList) - Constructor for class com.caucho.xpath.expr.BooleanExpr
 
BooleanLiteral - Class in com.caucho.ejb.cfg
boolean-literal ::= (true="1", false="0")
BooleanLiteral() - Constructor for class com.caucho.ejb.cfg.BooleanLiteral
 
BooleanLiteral - Class in com.caucho.el
A boolean literal expression.
BooleanLiteral(boolean) - Constructor for class com.caucho.el.BooleanLiteral
Creates a new boolean literal.
BooleanLiteralSelector - Class in com.caucho.jms.selector
The base selector.
BooleanPrimitiveType - Class in com.caucho.config.type
Represents a boolean type.
BooleanSerializer - Class in com.caucho.json.ser
 
BooleanType - Class in com.caucho.amber.type
The type of a property.
BooleanType - Class in com.caucho.config.type
Represents a boolean or Boolean type.
BooleanValueExpression - Class in com.caucho.el
Abstract implementation class for an expression.
BooleanValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.BooleanValueExpression
 
BooleanValueExpression(Expr, String) - Constructor for class com.caucho.el.BooleanValueExpression
 
BooleanValueExpression(Expr) - Constructor for class com.caucho.el.BooleanValueExpression
 
Boot - Interface in com.caucho.boot
 
BOOT_FAIL_PERM - Static variable in interface com.caucho.boot.BootCommand
 
BOOT_FAIL_RETRY - Static variable in interface com.caucho.boot.BootCommand
 
BOOT_OK - Static variable in interface com.caucho.boot.BootCommand
 
BootArgumentException - Exception in com.caucho.boot
 
BootArgumentException(String) - Constructor for exception com.caucho.boot.BootArgumentException
 
BootClusterConfig - Class in com.caucho.boot
 
BootClusterConfig - Class in com.caucho.server.resin
The BootClusterConfig is the first-pass configuration of the cluster.
BootClusterConfig(BootResinConfig) - Constructor for class com.caucho.server.resin.BootClusterConfig
Creates a new resin server.
BootClusterProxy - Class in com.caucho.boot
 
BootClusterProxy() - Constructor for class com.caucho.boot.BootClusterProxy
 
BootClusterProxy - Class in com.caucho.server.resin
The BootClusterConfig is the first-pass configuration of the cluster.
BootClusterProxy() - Constructor for class com.caucho.server.resin.BootClusterProxy
 
BootCommand - Interface in com.caucho.boot
 
BootCommand.ResultCommand - Enum in com.caucho.boot
 
BootConfig - Class in com.caucho.server.resin
The Resin class represents the top-level container for Resin.
BootConfig(ResinSystem, String, Path, Path, Path, Path, boolean, BootConfig.BootType) - Constructor for class com.caucho.server.resin.BootConfig
 
BootConfig.BootType - Enum in com.caucho.server.resin
 
BootJni - Class in com.caucho.boot
Resin's bootstrap class.
BootJni() - Constructor for class com.caucho.boot.BootJni
 
BootManagementConfig - Class in com.caucho.boot
Configuration for management.
BootManagementConfig() - Constructor for class com.caucho.boot.BootManagementConfig
 
BootOption - Interface in com.caucho.boot
 
BootPodConfig - Class in com.caucho.server.resin
The BootClusterConfig is the first-pass configuration of the cluster.
BootPodConfig(BootClusterConfig) - Constructor for class com.caucho.server.resin.BootPodConfig
Creates a new resin server.
BootResinConfig - Class in com.caucho.boot
 
BootResinConfig - Class in com.caucho.server.resin
The Resin class represents the top-level container for Resin.
BootResinConfig(ResinSystem) - Constructor for class com.caucho.server.resin.BootResinConfig
Creates a new resin server.
BootResinConfig.ConfigVar - Class in com.caucho.boot
 
BootResinEnvConfig - Class in com.caucho.server.resin
The Resin class represents the top-level container for Resin.
BootResinEnvConfig(ResinSystem) - Constructor for class com.caucho.server.resin.BootResinEnvConfig
Creates a new resin config.
BootServerConfig - Class in com.caucho.server.resin
The BootServerConfig is the first-pass configuration of the server.
BootServerConfig(BootPodConfig) - Constructor for class com.caucho.server.resin.BootServerConfig
Creates a new resin server.
BootServerMultiConfig - Class in com.caucho.server.resin
The BootServerConfig is the first-pass configuration of the server.
BootServerMultiConfig() - Constructor for class com.caucho.server.resin.BootServerMultiConfig
Creates a new resin server.
BootStdoutLogConfig - Class in com.caucho.boot
 
BootStdoutLogConfig() - Constructor for class com.caucho.boot.BootStdoutLogConfig
 
BootstrapContext - Interface in javax.resource.spi
Facilities made available by the application server to the resource.
BOTH - Static variable in class com.caucho.amber.query.QueryParser
 
BoxType - Class in com.caucho.config.reflect
class type matching
BoxType(Class<?>, Class<?>) - Constructor for class com.caucho.config.reflect.BoxType
 
Broker - Interface in com.caucho.bam.broker
Broker is the hub which routes messages to mailboxes.
BrokerReceiver - Interface in com.caucho.message.broker
Subscription to a destination
BrokerSender - Interface in com.caucho.message.broker
Sending a message to the broker.
BTree - Class in com.caucho.db.index
Structure of the table:
BTree(BlockStore, long, int, KeyCompare) - Constructor for class com.caucho.db.index.BTree
Creates a new BTree with the given backing.
BUFFER_SIZE - Static variable in class com.caucho.server.log.AccessLog
 
BufferedReaderAdapter - Class in com.caucho.vfs
Trivial adapter so readers and input streams can be used in the same servlet.
BufferedReaderAdapter(ReadStream) - Constructor for class com.caucho.vfs.BufferedReaderAdapter
 
bufferSize - Variable in class javax.servlet.jsp.JspWriter
 
build() - Method in interface com.caucho.amqp.AmqpReceiverFactory
 
build() - Method in interface com.caucho.amqp.AmqpSenderFactory
 
build() - Method in interface com.caucho.cache.CacheBuilder
 
build() - Method in class com.caucho.db.io.StoreBuilder
 
build() - Method in class com.caucho.distcache.jcache.CacheBuilderImpl
 
build() - Method in class com.caucho.env.actor.ActorQueuePreallocBuilder
 
build() - Method in class com.caucho.message.common.AbstractMessageReceiverFactory
 
build() - Method in class com.caucho.message.local.LocalReceiverFactory
 
build() - Method in class com.caucho.message.local.LocalSenderFactory
 
build() - Method in interface com.caucho.message.MessageReceiverFactory
 
build() - Method in interface com.caucho.message.MessageSenderFactory
 
build() - Method in class com.caucho.message.tourmaline.NautilusSenderFactory
 
build(FilterChain, Invocation) - Method in class com.caucho.server.dispatch.FilterChainBuilder
Builds a filter chain dynamically based on the invocation.
build(FilterChain, Invocation) - Method in class com.caucho.server.dispatch.FilterChainFilterBuilder
Builds a filter chain dynamically based on the invocation.
build(FilterChain, Invocation) - Method in class com.caucho.server.security.ConstraintManager
Builds a filter chain dynamically based on the invocation.
buildAlgorithm(String, char[]) - Method in class com.caucho.security.DigestBuilder
 
buildAnnotatedType() - Method in class com.caucho.config.cfg.AbstractBeanConfig
 
buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.CompilingLoader
Adds the classpath we're responsible for to the classpath
buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
Fill data for the class path.
buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.JarListLoader
Fill data for the class path.
buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.Loader
Adds the sourcepath of this loader.
buildClassPath(ArrayList<String>) - Method in class com.caucho.loader.SimpleLoader
Adds the class of this resource.
buildClassPathImpl(ArrayList<String>) - Method in class com.caucho.loader.module.ArtifactClassLoader
 
buildDigest(String, Principal, char[], char[]) - Method in class com.caucho.security.DigestBuilder
 
buildDispatchChain(Invocation, FilterChain) - Method in class com.caucho.server.dispatch.FilterMapper
Fills in the invocation.
buildDispatchInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for a rewrite-dispatch/dispatch request.
buildDispatchInvocation(Invocation, FilterMapper) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for subrequests.
buildDispatchInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the invocation for a rewrite-dispatch/dispatch.
buildErrorInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for an error request.
buildErrorInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the error invocation.
buildFilterChain(FilterChain, String) - Method in class com.caucho.server.dispatch.FilterMapper
Fills in the invocation.
buildForwardInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for a forward request.
buildForwardInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the invocation.
buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
 
buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.EnvironmentClassLoader
 
buildImportClassPath(ArrayList<String>) - Method in class com.caucho.loader.module.ArtifactManager
 
buildIncludeInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for an include request.
buildIncludeInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the invocation.
buildInject(Class<?>, ArrayList<ConfigProgram>) - Method in class com.caucho.config.program.ResourceProgramManager
 
buildInvocation(Invocation) - Method in class com.caucho.server.cluster.ServletService
Sets the invocation
buildInvocation(Invocation) - Method in interface com.caucho.server.dispatch.InvocationBuilder
Builds the invocation values.
buildInvocation(Object, Invocation) - Method in class com.caucho.server.dispatch.InvocationServer
Builds the invocation, saving its value keyed by the protocol key.
buildInvocation(Invocation) - Method in class com.caucho.server.dispatch.InvocationServer
Builds the invocation.
buildInvocation(Invocation) - Method in class com.caucho.server.host.Host
Builds the invocation for the host.
buildInvocation(Invocation) - Method in class com.caucho.server.host.HostContainer
Creates the invocation.
buildInvocation(Invocation, byte[], int) - Method in class com.caucho.server.http.AbstractHttpRequest
 
buildInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the servlet instance.
buildInvocation(Invocation, boolean) - Method in class com.caucho.server.webapp.WebApp
Fills the servlet instance.
buildInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the invocation.
buildLoginInvocation(Invocation) - Method in class com.caucho.server.webapp.WebApp
Fills the invocation for a login request.
buildLoginInvocation(Invocation) - Method in class com.caucho.server.webapp.WebAppContainer
Creates the invocation.
buildResourcePathSpecificFirst(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
Returns the resource path with most specific first.
buildSourcePath(ArrayList<String>) - Method in class com.caucho.loader.DynamicClassLoader
Fill data for the class path.
buildSourcePath(ArrayList<String>) - Method in class com.caucho.loader.Loader
Adds the sourcepath of this loader.
buildThread(StringBuilder, ThreadInfo, ThreadInfo) - Method in class com.caucho.util.ThreadDump
 
buildThreads(StringBuilder, ThreadInfo[], Thread.State, boolean) - Method in class com.caucho.util.ThreadDump
 
BundleManager - Class in com.caucho.jsp
Manages i18n bundles
BundleTag - Class in com.caucho.jstl.el
Sets the i18n localization bundle for a context.
BundleTag() - Constructor for class com.caucho.jstl.el.BundleTag
 
BundleTag - Class in com.caucho.jstl.rt
Sets the i18n localization bundle for a context.
BundleTag() - Constructor for class com.caucho.jstl.rt.BundleTag
 
BurlapClient - Annotation Type in com.caucho.remote
The @BurlapClient registers a client with burlap
BurlapContextImpl - Class in com.caucho.naming.burlap
Burlap implementation of the JNDI Context.
BurlapContextImpl(AbstractModel, Hashtable) - Constructor for class com.caucho.naming.burlap.BurlapContextImpl
Creates a ContextImpl.
BurlapContextImpl(String, AbstractModel, Hashtable) - Constructor for class com.caucho.naming.burlap.BurlapContextImpl
Creates a ContextImpl.
BurlapModel - Class in com.caucho.naming.burlap
Memory based model for JNDI.
BurlapModel() - Constructor for class com.caucho.naming.burlap.BurlapModel
Creates a new instance of the memory model.
BurlapProtocolProxyFactory - Class in com.caucho.remote.burlap
Burlap factory for creating remote-client proxies
BurlapProtocolProxyFactory() - Constructor for class com.caucho.remote.burlap.BurlapProtocolProxyFactory
 
BurlapProtocolServletFactory - Class in com.caucho.remote.burlap
Burlap factory for creating @WebService and @Remote servlets.
BurlapProtocolServletFactory() - Constructor for class com.caucho.remote.burlap.BurlapProtocolServletFactory
 
BurlapService - Annotation Type in com.caucho.remote
The @BurlapService registers a service with the burlap protocol
burlapURLContextFactory - Class in com.caucho.naming.burlap
Create a remote object
burlapURLContextFactory() - Constructor for class com.caucho.naming.burlap.burlapURLContextFactory
 
busy(long) - Method in class com.caucho.network.balance.ClientSocketFactory
Called when the server responds with "busy", e.g.
busy(long) - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
Called when the server responds with "busy", e.g.
BusyConversationException - Exception in javax.enterprise.context
Exception thrown when a webbean definition is inconsistent or invalid
BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BY - Static variable in class com.caucho.amber.query.QueryParser
 
BYTE - Static variable in class com.caucho.bytecode.JClass
 
BYTE - Static variable in class com.caucho.config.types.Bytes
 
BYTE - Static variable in class com.caucho.el.Marshall
 
ByteAppendable - Interface in com.caucho.util
Interface for appending bytes to buffer or an output stream.
ByteArraySerializer - Class in com.caucho.json.ser
 
ByteArrayType - Class in com.caucho.amber.type
The type of a property.
byteAt(int) - Method in class com.caucho.util.ByteBuffer
Returns the byte at the specified offset.
ByteBuffer - Class in com.caucho.util
A variable-length byte buffer, similar to a character buffer.
ByteBuffer(int) - Constructor for class com.caucho.util.ByteBuffer
 
ByteBuffer() - Constructor for class com.caucho.util.ByteBuffer
 
ByteCode - Class in com.caucho.bytecode
Interface to the bytecode compiler.
ByteCode() - Constructor for class com.caucho.bytecode.ByteCode
 
ByteCodeClassMatcher - Interface in com.caucho.bytecode
Returns true if the class matches, i.e.
ByteCodeClassScanner - Class in com.caucho.bytecode
Scans for matching classes.
ByteCodeClassScanner() - Constructor for class com.caucho.bytecode.ByteCodeClassScanner
 
ByteCodeEnhancer - Interface in com.caucho.loader.enhancer
Direct bytecode enhancer.
ByteCodeParser - Class in com.caucho.bytecode
Interface to the bytecode parser.
ByteCodeParser() - Constructor for class com.caucho.bytecode.ByteCodeParser
 
ByteCodeWriter - Class in com.caucho.bytecode
Interface to the bytecode compiler.
BytePrimitiveType - Class in com.caucho.config.type
Represents a byte type.
Bytes - Class in com.caucho.config.types
Returns a number of bytes, allowing EL expressions.
Bytes() - Constructor for class com.caucho.config.types.Bytes
 
Bytes(long) - Constructor for class com.caucho.config.types.Bytes
 
BytesMessage - Interface in javax.jms
The main message.
BytesMessageImpl - Class in com.caucho.jms.message
A byte-stream message.
BytesMessageImpl() - Constructor for class com.caucho.jms.message.BytesMessageImpl
 
BytesMessageInputStream - Class in com.caucho.jms.util
An input stream that reads from a BytesMessage.
BytesMessageInputStream(BytesMessage) - Constructor for class com.caucho.jms.util.BytesMessageInputStream
 
BytesMessageOutputStream - Class in com.caucho.jms.util
An output stream that writes to a BytesMessage.
BytesMessageOutputStream(BytesMessage) - Constructor for class com.caucho.jms.util.BytesMessageOutputStream
 
ByteStreamCache - Interface in com.caucho.distcache
Interface for a distributed cache.
ByteToChar - Class in com.caucho.vfs
Utility class for converting a byte stream to a character stream.
ByteToCharWriter - Class in com.caucho.vfs
Utility class for converting a byte stream to a character stream.
byteToHex(int) - Static method in class com.caucho.util.URLUtil
 
ByteType - Class in com.caucho.amber.type
Represents a java.util.Byte type
ByteType - Class in com.caucho.config.type
Represents a byte or Byte type.
ByteValueExpression - Class in com.caucho.el
Abstract implementation class for an expression.
ByteValueExpression(Expr, String, Class) - Constructor for class com.caucho.el.ByteValueExpression
 
ByteValueExpression(Expr, String) - Constructor for class com.caucho.el.ByteValueExpression
 
ByteValueExpression(Expr) - Constructor for class com.caucho.el.ByteValueExpression
 
ByteValueExpression() - Constructor for class com.caucho.el.ByteValueExpression
 
ByteWriteStream - Interface in com.caucho.jsp
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _