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

B_COMPILE_ERROR - Static variable in class com.caucho.quercus.env.Env
 
B_COMPILE_WARNING - Static variable in class com.caucho.quercus.env.Env
 
B_CORE_ERROR - Static variable in class com.caucho.quercus.env.Env
 
B_CORE_WARNING - Static variable in class com.caucho.quercus.env.Env
 
B_ERROR - Static variable in class com.caucho.quercus.env.Env
 
B_NOTICE - Static variable in class com.caucho.quercus.env.Env
 
B_PARSE - Static variable in class com.caucho.quercus.env.Env
 
B_STRICT - Static variable in class com.caucho.quercus.env.Env
 
B_USER_ERROR - Static variable in class com.caucho.quercus.env.Env
 
B_USER_NOTICE - Static variable in class com.caucho.quercus.env.Env
 
B_USER_WARNING - Static variable in class com.caucho.quercus.env.Env
 
B_WARNING - Static variable in class com.caucho.quercus.env.Env
 
BackingContext - Interface in com.caucho.server.cluster
Manages the object backing for a context.
BackingManager - Class in com.caucho.server.cluster
Manages the object backing for a context.
BackingManager() - Constructor for class com.caucho.server.cluster.BackingManager
 
BadRequestException - Exception in com.caucho.server.dispatch
 
BadRequestException(String) - Constructor for exception com.caucho.server.dispatch.BadRequestException
 
BadRequestException() - Constructor for exception com.caucho.server.dispatch.BadRequestException
 
BALOAD - Static variable in class com.caucho.bytecode.CodeVisitor
 
Base64 - Class in com.caucho.util
Base64 decoding.
Base64() - Constructor for class com.caucho.util.Base64
 
base64_decode(String) - Static method in class com.caucho.quercus.lib.UrlModule
Decodes base64
base64_encode(InputStream) - Static method in class com.caucho.quercus.lib.UrlModule
Encodes base64
base_convert(Env, String, int, int) - Static method in class com.caucho.quercus.lib.MathModule
 
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() - Constructor for class com.caucho.amber.cfg.BaseConfigIntrospector
Creates the introspector.
BaseConfigIntrospector(AmberPersistenceUnit) - Constructor for class com.caucho.amber.cfg.BaseConfigIntrospector
Creates the introspector.
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
basename(StringValue, StringValue) - Static method in class com.caucho.quercus.lib.file.FileModule
Returns the base name of a string.
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
 
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 - Class in com.caucho.xpath.functions
Returns the base URI of a node.
BaseURI(Expr) - Constructor for class com.caucho.xpath.functions.BaseURI
 
basic(String, String) - Static method in class com.caucho.quercus.lib.curl.Authentication
Returns a basic encoded response string.
basic(String) - Static method in class com.caucho.quercus.lib.curl.Authentication
 
Basic - Annotation Type in javax.persistence
The @Basic annotation.
BASIC_AUTH - Static variable in interface javax.portlet.PortletRequest
 
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for basic authentication.
BasicConfig - Class in com.caucho.amber.cfg
tag in the orm.xml
BasicConfig() - Constructor for class com.caucho.amber.cfg.BasicConfig
 
BasicDependencyContainer - Class in com.caucho.vfs
Contains a set of dependencies.
BasicDependencyContainer() - Constructor for class com.caucho.vfs.BasicDependencyContainer
 
BasicLogin - Class in com.caucho.server.security
Implements the "basic" auth-method.
BasicLogin() - Constructor for class com.caucho.server.security.BasicLogin
 
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
 
BASTORE - Static variable in class com.caucho.bytecode.CodeVisitor
 
bcadd(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Add two arbitrary precision numbers.
bccomp(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Compare two arbitrary precision numbers, return -1 if value 1 < value2, 0 if value1 == value2, 1 if value1 > value2.
bcdiv(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Divide one arbitrary precision number (value1) by another (value2).
BcmathModule - Class in com.caucho.quercus.lib
PHP math routines.
BcmathModule() - Constructor for class com.caucho.quercus.lib.BcmathModule
 
bcmod(Env, Value, Value) - Static method in class com.caucho.quercus.lib.BcmathModule
Return the modulus of an aribtrary precison number.
bcmul(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Multiply two arbitrary precision numbers.
bcpow(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Raise one arbitrary precision number (base) to the power of another (exp).
bcpowmod(Env, Value, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Raise one arbitrary precision number (base) to the power of another (exp), and then return the modulus.
bcscale(Env, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Set the default scale to use for subsequent calls to bcmath functions.
bcsqrt(Env, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Return the square root of an arbitrary precision number.
bcsub(Env, Value, Value, int) - Static method in class com.caucho.quercus.lib.BcmathModule
Subtract arbitrary precision number (value2) from another (value1).
Bean - Class in com.caucho.ejb.metadata
Configuration for a new bean based on metadata.
Bean(EjbContainer) - Constructor for class com.caucho.ejb.metadata.Bean
 
BeanAssembler - Class in com.caucho.ejb.gen
Assembles the generator structure.
BeanAssembler(EjbBean, String) - Constructor for class com.caucho.ejb.gen.BeanAssembler
 
BeanComponent - Class in com.caucho.ejb.gen
Generates the skeleton for a bean component.
BeanComponent() - Constructor for class com.caucho.ejb.gen.BeanComponent
 
BeanConfig - Class in com.caucho.webbeans.cfg
Configuration for the xml web bean component.
BeanConfig() - Constructor for class com.caucho.webbeans.cfg.BeanConfig
 
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.BeanProperties(Class) - Constructor for class javax.el.BeanELResolver.BeanProperties
 
BeanELResolver.BeanProperty - Class in javax.el
 
BeanELResolver.BeanProperty(Class, PropertyDescriptor) - Constructor for class javax.el.BeanELResolver.BeanProperty
 
BeanELResolver.BeanProperty(Class, String, Method) - Constructor for class javax.el.BeanELResolver.BeanProperty
 
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
BeanMethod - Class in com.caucho.ejb.cfg
Configuration for bean-method.
BeanMethod() - Constructor for class com.caucho.ejb.cfg.BeanMethod
 
BeanProgram - Class in com.caucho.jsf.cfg
 
BeanProgram() - Constructor for class com.caucho.jsf.cfg.BeanProgram
 
BeanType - Class in com.caucho.config.type
Represents an introspected bean type for configuration.
BeanType(Class) - Constructor for class com.caucho.config.type.BeanType
 
BeanUtil - Class in com.caucho.util
Bean utilities.
BeanUtil() - Constructor for class com.caucho.util.BeanUtil
 
BEFORE_STOP - Static variable in class com.caucho.lifecycle.LifecycleNotification
 
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.ejb.xa.TransactionContext
Called by the transaction before the transaction completes.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
 
beforeCompletion() - Method in interface javax.transaction.Synchronization
 
beforeConfigure(ConfigContext, Object, Node) - Method in class com.caucho.config.type.ConfigType
Called before the children are configured.
beforeConfigure(ConfigContext, Object, Node) - Method in class com.caucho.config.type.EnvironmentBeanType
Called before the children are configured.
beforeConfigureBean(ConfigContext, 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.
beforeEntityDelete(AmberConnection, Entity) - Method in interface com.caucho.amber.entity.EntityListener
Notification before an entity is deleted.
beforeEntityDelete(AmberConnection, Entity) - Method in interface com.caucho.amber.table.EntityDependency
Notification before an entity is deleted.
beforeEntityDelete(AmberConnection, Entity) - Method in class com.caucho.amber.table.Table
Called before the 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.tools.profiler.ResultSetWrapper
 
beforeTargetDelete(AmberConnection, Entity) - Method in class com.caucho.amber.table.LinkColumns
Cleans up any fields from a delete.
begin(Transaction) - Method in class com.caucho.amber.manager.AmberConnection
Callback when the user transaction begins
begin(Transaction) - Method in interface com.caucho.jca.BeginResource
Callback when the transaction starts.
begin() - Method in class com.caucho.jca.UserTransactionImpl
Start the transaction.
begin() - Method in class com.caucho.jca.UserTransactionProxy
Start the transaction.
begin(String) - Static method in class com.caucho.jdbc.ConnectionContext
 
begin() - Method in class com.caucho.transaction.TransactionManagerImpl
Create a new transaction and associate it with the thread.
begin() - Method in class com.caucho.webbeans.context.ConversationScope
Begins an extended conversation
begin(ScopeContext) - Static method in class com.caucho.webbeans.context.DependentScope
Begins a new instanceof the dependent scope
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.
begin() - Method in interface javax.webbeans.Conversation
 
begin_document(String, String) - Method in class com.caucho.quercus.lib.pdf.PDF
 
begin_page(double, double) - Method in class com.caucho.quercus.lib.pdf.PDF
 
begin_page_ext(double, double, String) - Method in class com.caucho.quercus.lib.pdf.PDF
 
beginActive() - Method in class com.caucho.server.port.TcpConnection
Begins an active connection.
beginChildren() - Method in class com.caucho.quercus.lib.spl.RecursiveIteratorIterator
Template method provided for overriding classes, called right after getChildren() and rewind() on the child, default implemenation does nothing.
beginDocument() - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
beginIteration() - Method in class com.caucho.quercus.lib.spl.RecursiveIteratorIterator
Template method provided for overriding classes, default implementation does nothing.
beginMandatory() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Begins a new transaction, the old one must exist.
beginMandatory() - Method in class com.caucho.ejb3.xa.XAManager
Begins a manadatory transaction.
beginMandatory() - Method in class com.caucho.transaction.TransactionContainer
Require a transaction, throwing an exception if none exists.
beginNever() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Starts a Never transaction, i.e.
beginNever() - Method in class com.caucho.ejb3.xa.XAManager
Begins a never transaction.
beginNever() - Method in class com.caucho.transaction.TransactionContainer
Require no transactions, throwing an exception if one exists.
beginNotSupported() - Method in class com.caucho.ejb3.xa.XAManager
Begins a not-supported transaction, i.e.
beginObject(int) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
beginPage(PrintWriter, RenderRequest, String) - Method in class com.caucho.portal.alpharenderer.HtmlRenderer
 
beginPage(PrintWriter, RenderRequest, String) - Method in class com.caucho.portal.generic.AbstractRenderer
Derived classes override to insert header content for a page, called only when beginPage() has not been called on some instance of AbstractRenderer for this request.
beginPage(OutputStream, RenderRequest, String) - Method in class com.caucho.portal.generic.AbstractRenderer
Derived classes override to insert header content for a page, called only when beginPage() has not been called on some instance of AbstractRenderer for this request.
beginRequired() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Returns a transaction context for the "required" transaction.
beginRequired() - Method in class com.caucho.ejb3.xa.XAManager
Begins a required transaction.
beginRequired() - Method in class com.caucho.transaction.TransactionContainer
Returns a transaction context for the "required" transaction.
beginRequiresNew() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Begins a new transaction, suspending the old one if necessary.
beginRequiresNew() - Method in class com.caucho.ejb3.xa.XAManager
Begins a requires-new transaction.
beginRequiresNew() - Method in class com.caucho.transaction.TransactionContainer
Returns a transaction context for the "RequiresNew" transaction.
BeginResource - Interface in com.caucho.jca
A resource with a begin method.
beginSingleRead() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Returns a transaction context for a single read call.
beginSpecified - Variable in class javax.servlet.jsp.jstl.core.LoopTagSupport
 
beginSupports() - Method in class com.caucho.ejb.xa.EjbTransactionManager
Begins a new transaction, suspending the old one if necessary.
beginSuspend() - Method in class com.caucho.transaction.TransactionContainer
Suspends any active transaction.
beginTransaction() - Method in interface com.caucho.amber.AmberConnection
Starts a transaction.
beginTransaction() - Method in class com.caucho.amber.manager.AmberConnection
Starts a transaction.
beginTransaction() - Method in class com.caucho.quercus.lib.db.PDO
Starts a transaction.
beginTransaction() - Method in interface com.caucho.transaction.TransactionListener
Begins a transaction.
beginWindow(PrintWriter, RenderRequest, String) - Method in class com.caucho.portal.alpharenderer.HtmlRenderer
 
beginWindow(PrintWriter, RenderRequest, String) - Method in class com.caucho.portal.generic.AbstractRenderer
Derived classes override to insert header content before a portlet has been rendered.
beginWindow(OutputStream, RenderRequest, String) - Method in class com.caucho.portal.generic.AbstractRenderer
Derived classes override to insert header content before a portlet has been rendered.
BETWEEN - Static variable in class com.caucho.amber.query.QueryParser
 
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.
BigDecimalHolder - Class in javax.xml.rpc.holders
Represents the base interface for value holders.
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
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
 
BigIntegerHolder - Class in javax.xml.rpc.holders
A BigInteger holder.
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
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
 
bin2hex(Env, InputStream) - Static method in class com.caucho.quercus.lib.string.StringModule
Converts a binary value to a hex value.
BINARY_BINARY_VALUE_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_BYTE_ARRAY_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_BYTE_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_CHARACTER_ARRAY_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_CHARACTER_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
 
BINARY_STRING_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BINARY_STRING_VALUE_COST - Static variable in class com.caucho.quercus.function.Marshal
 
BinaryBuilderStream - Class in com.caucho.quercus.env
Stream for appending to binary builder.
BinaryBuilderStream(StringValue) - Constructor for class com.caucho.quercus.env.BinaryBuilderStream
 
BinaryBuilderValue - Class in com.caucho.quercus.env
Represents a 8-bit PHP 6 style binary builder (unicode.semantics = on)
BinaryBuilderValue() - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(int) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(byte[], int, int) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(byte[]) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(String) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(char[]) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(char[], Value) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(Byte[]) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
BinaryBuilderValue(byte) - Constructor for class com.caucho.quercus.env.BinaryBuilderValue
 
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
BinaryExpr - Class in com.caucho.quercus.expr
Common analysis for a PHP binary expression.
BinaryExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryExpr
 
BinaryExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.BinaryExpr
 
BinaryExpr - Class in com.caucho.quercus.lib.gettext.expr
 
BinaryExpr(Expr, Expr) - Constructor for class com.caucho.quercus.lib.gettext.expr.BinaryExpr
 
BinaryGenerateExpr - Class in com.caucho.quercus.expr
Common analysis for a PHP binary expression.
BinaryGenerateExpr(Location) - Constructor for class com.caucho.quercus.expr.BinaryGenerateExpr
 
BinaryInput - Interface in com.caucho.quercus.lib.file
Interface for a Quercus binary input stream
BinaryInputMarshal - Class in com.caucho.quercus.function
 
BinaryInputMarshal() - Constructor for class com.caucho.quercus.function.BinaryInputMarshal
 
BinaryKeyCompare - Class in com.caucho.db.index
Compares two keys.
BinaryKeyCompare() - Constructor for class com.caucho.db.index.BinaryKeyCompare
 
BinaryLiteralExpr - Class in com.caucho.quercus.expr
Represents a PHP string literal expression.
BinaryLiteralExpr(Location, byte[]) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryLiteralExpr(Location, String, String) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryLiteralExpr(Location, BinaryBuilderValue) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryLiteralExpr(byte[]) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryLiteralExpr(String, String) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryLiteralExpr(BinaryBuilderValue) - Constructor for class com.caucho.quercus.expr.BinaryLiteralExpr
 
BinaryOutput - Interface in com.caucho.quercus.lib.file
Represents a Quercus output stream
BinaryStream - Interface in com.caucho.quercus.lib.file
Interface for a Quercus stream
BinaryValue - Class in com.caucho.quercus.env
Represents an 8-bit binary php-6 value.
BinaryValue() - Constructor for class com.caucho.quercus.env.BinaryValue
 
BinaryValueMarshal - Class in com.caucho.quercus.function
 
BinaryValueMarshal() - Constructor for class com.caucho.quercus.function.BinaryValueMarshal
 
BINCMP_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
 
bind() - Method in class com.caucho.config.types.EjbRef
 
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.SumExpr
 
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(SocketAddress) - Method in class com.caucho.quercus.lib.file.SocketInputOutput
 
bind(String, int, QServerSocket) - Method in class com.caucho.server.cluster.ClusterServer
Pre-binding of ports.
bind() - Method in class com.caucho.server.port.Port
Starts the port listening.
bind(QServerSocket) - Method in class com.caucho.server.port.Port
Starts the port listening.
bind(Path) - Method in class com.caucho.vfs.FilesystemPath
 
bind(QServerSocket) - Method in class com.caucho.vfs.JsseSSLFactory
Creates the SSL ServerSocket.
bind(QServerSocket) - Method in class com.caucho.vfs.OpenSSLFactory
Creates the server socket.
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.
bind() - Method in class com.caucho.webbeans.cfg.WbWebBeans
 
bind() - Method in class com.caucho.webbeans.component.ClassComponent
Binds parameters
bind() - Method in class com.caucho.webbeans.component.ComponentImpl
Binds parameters
bind() - Method in class com.caucho.webbeans.component.ProducesComponent
 
bind() - Method in class com.caucho.webbeans.event.ObserverImpl
 
bind(String, Type, String) - Method in class com.caucho.webbeans.manager.WebBeansContainer
Returns the web beans component corresponding to a method and a @Named value
bind(String, Type) - Method in class com.caucho.webbeans.manager.WebBeansContainer
Returns the web beans component corresponding to the return type.
bind(String, Type, Annotation[]) - Method in class com.caucho.webbeans.manager.WebBeansContainer
Returns the web beans component corresponding to a method parameter.
bind(String, Type, ArrayList<Annotation>) - Method in class com.caucho.webbeans.manager.WebBeansContainer
Returns the web beans component with a given binding list.
bind() - Method in class com.caucho.webbeans.manager.WebBeansContainer
 
bind(String, ArrayList<Annotation>) - Method in class com.caucho.webbeans.manager.WebComponent
 
bind_param(Env, String, Value[]) - Method in class com.caucho.quercus.lib.db.MysqliStatement
Binds variables to a prepared statement as parameters.
bind_result(Env, Value[]) - Method in class com.caucho.quercus.lib.db.MysqliStatement
Binds variables to a prepared statement for result storage.
bind_textdomain_codeset(Env, String, String) - Method in class com.caucho.quercus.lib.gettext.GettextModule
Sets charset of translated strings that are returned from this domain.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_0
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_1
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_2
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_3
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_4
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_5
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunction_N
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_0
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_1
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_2
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_3
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_4
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_5
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledFunctionRef_N
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_0
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_1
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_2
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_3
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_4
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_5
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethod_N
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_0
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_1
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_2
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_3
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_4
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_5
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledMethodRef_N
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.CompiledRefMethod_0
Binds the user's arguments to the actual arguments.
bindArguments(Env, Expr, Expr[]) - Method in class com.caucho.quercus.program.MethodDeclaration
Binds the user's arguments to the actual arguments.
bindByBindings(String, Type, ArrayList<Binding>) - Method in class com.caucho.webbeans.manager.WebBeansContainer
Returns the web beans component with a given binding list.
bindByBindings(String, Type, ArrayList<Binding>) - Method in class com.caucho.webbeans.manager.WebComponent
 
bindColumn(Value, Value, int) - Method in class com.caucho.quercus.lib.db.PDOStatement
 
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
 
bindec(StringValue) - Static method in class com.caucho.quercus.lib.MathModule
Returns the long value of an binary number.
bindForWatchdog() - Method in class com.caucho.server.port.Port
binds for the watchdog.
Binding - Class in com.caucho.webbeans.cfg
Runtime binding value
Binding(Class) - Constructor for class com.caucho.webbeans.cfg.Binding
 
Bindings - Interface in javax.script
Modifies the script's global variables.
BindingType - Annotation Type in javax.webbeans
The @BindingType annotation for web beans
bindInjection() - Method in class com.caucho.ejb.AbstractServer
 
bindNamespace(String, String) - Method in class com.caucho.xsl.XslWriter
 
bindParam(Value, Value, int, int, Value) - Method in class com.caucho.quercus.lib.db.PDOStatement
 
bindParameter(String, Type, Annotation[]) - Method in class com.caucho.webbeans.cfg.WbWebBeans
 
bindParams(Env, String, Value[]) - Method in class com.caucho.quercus.lib.db.JdbcStatementResource
Creates _types and _params array for this prepared statement.
bindPorts() - Method in class com.caucho.server.cluster.Server
Bind the ports.
bindResults(Env, Value[]) - Method in class com.caucho.quercus.lib.db.JdbcStatementResource
Associate (bind) columns in the result set to variables.
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 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.ColumnExpr
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.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.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.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.
bindtextdomain(Env, String, StringValue) - Method in class com.caucho.quercus.lib.gettext.GettextModule
Changes root directory of domain.
bindTo(ClusterServer) - Method in class com.caucho.resin.HttpEmbed
Binds the port to the server
bindTo(ClusterServer) - 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
Bin