- ob_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Clears the output buffer.
- ob_end_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Pops the output buffer, discarding the contents.
- ob_end_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Pops the output buffer.
- ob_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Flushes this output buffer into the next one on the stack or
to the default "output buffer" if no next output buffer exists.
- ob_get_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Returns the contents of the output buffer, emptying it afterwards.
- ob_get_contents(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Returns the contents of the current output buffer.
- ob_get_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Pops the output buffer and returns the contents.
- ob_get_length(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Pushes the output buffer
- ob_get_level(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Gets the nesting level of the current output buffer
- ob_get_status(Env, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
-
Gets the status of the current output buffer(s)
- ob_gzhandler(Env, StringValue, int) - Static method in class com.caucho.quercus.lib.OutputModule
-
Output buffering compatible callback that automatically compresses
the output.
- ob_gzhandler(Env, StringValue, int) - Static method in class com.caucho.quercus.lib.zlib.ZlibModule
-
- ob_iconv_handler(StringValue, int) - Static method in class com.caucho.quercus.lib.i18n.UnicodeModule
-
- ob_implicit_flush(Env, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
-
Makes the original "output buffer" flush on every write.
- ob_list_handlers(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Returns a list of all the output handlers in use.
- ob_start(Env, Callable, int, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
-
Pushes the output buffer
- OBJECT - Static variable in class com.caucho.bytecode.JClass
-
- OBJECT - Static variable in class com.caucho.el.Marshall
-
- OBJECT - Static variable in class com.caucho.hessian.io.BasicDeserializer
-
- OBJECT - Static variable in class com.caucho.hessian.io.BasicSerializer
-
- OBJECT - Static variable in class com.caucho.quercus.env.ValueType
-
- OBJECT_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
-
- OBJECT_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
-
- OBJECT_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
-
- OBJECT_IDENTIFIER - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- OBJECT_TYPE - Static variable in class com.caucho.config.reflect.ClassType
-
- OBJECT_TYPE - Static variable in class com.caucho.config.reflect.ObjectType
-
- OBJECT_TYPE - Static variable in class com.caucho.config.reflect.TargetObjectType
-
- objectArrayDump(long, long, int, int, HprofParser) - Method in class com.caucho.env.hprof.AbstractHprofDumpHandler
-
- objectArrayDump(long, long, int, int, HprofParser) - Method in class com.caucho.env.hprof.DataPassDumpHandler
-
- objectArrayDump(long, long, int, int, HprofParser) - Method in interface com.caucho.env.hprof.HprofDumpHandler
-
- ObjectArraySerializer - Class in com.caucho.json.ser
-
- ObjectCache<K,V> - Interface in com.caucho.distcache
-
Interface for a distributed cache.
- ObjectConfig - Class in com.caucho.jca.ra
-
Configuration for an object with config values.
- ObjectConfig() - Constructor for class com.caucho.jca.ra.ObjectConfig
-
- ObjectConverter - Class in com.caucho.jms.message
-
A basic message.
- ObjectConverter() - Constructor for class com.caucho.jms.message.ObjectConverter
-
- ObjectDeserializer - Class in com.caucho.hessian.io
-
Serializing an object for known object types.
- ObjectDeserializer(Class<?>) - Constructor for class com.caucho.hessian.io.ObjectDeserializer
-
- objectEntrySet() - Method in class com.caucho.quercus.env.JavaAdapter
-
Returns a java object set of all the entries.
- objectEntrySet() - Method in class com.caucho.quercus.env.JavaCollectionAdapter
-
Returns a collection of the values.
- objectEntrySet() - Method in class com.caucho.quercus.env.JavaMapAdapter
-
Returns a collection of the values.
- ObjectExceptionWrapper - Exception in com.caucho.ejb.protocol
-
Wraps the actual exception with an EJB exception
- ObjectExceptionWrapper(String) - Constructor for exception com.caucho.ejb.protocol.ObjectExceptionWrapper
-
Create a basic ObjectExceptionWrapper with a message.
- ObjectExceptionWrapper(Throwable) - Constructor for exception com.caucho.ejb.protocol.ObjectExceptionWrapper
-
Create a ObjectExceptionWrapper wrapping a root exception.
- ObjectExpr - Class in com.caucho.xpath.expr
-
- ObjectExpr(int, ArrayList) - Constructor for class com.caucho.xpath.expr.ObjectExpr
-
- ObjectExpr(int, String) - Constructor for class com.caucho.xpath.expr.ObjectExpr
-
- ObjectExtJavaValue - Class in com.caucho.quercus.env
-
Represents a PHP object which extends a Java value.
- ObjectExtJavaValue(Env, QuercusClass, Object, JavaClassDef) - Constructor for class com.caucho.quercus.env.ObjectExtJavaValue
-
- ObjectExtValue - Class in com.caucho.quercus.env
-
Represents a PHP object value.
- ObjectExtValue(Env, QuercusClass) - Constructor for class com.caucho.quercus.env.ObjectExtValue
-
- ObjectExtValue(Env, ObjectExtValue, CopyRoot) - Constructor for class com.caucho.quercus.env.ObjectExtValue
-
- ObjectExtValue(Env, IdentityHashMap<Value, Value>, ObjectExtValue) - Constructor for class com.caucho.quercus.env.ObjectExtValue
-
- ObjectExtValue.Entry - Class in com.caucho.quercus.env
-
- ObjectExtValue.EntrySet - Class in com.caucho.quercus.env
-
- ObjectExtValue.KeyIterator - Class in com.caucho.quercus.env
-
- ObjectExtValue.KeyValueIterator - Class in com.caucho.quercus.env
-
- ObjectExtValue.ValueIterator - Class in com.caucho.quercus.env
-
- ObjectFieldExpr - Class in com.caucho.quercus.expr
-
Represents a PHP field reference.
- ObjectFieldExpr(Location, Expr, StringValue) - Constructor for class com.caucho.quercus.expr.ObjectFieldExpr
-
- ObjectFieldExpr(Expr, StringValue) - Constructor for class com.caucho.quercus.expr.ObjectFieldExpr
-
- ObjectFieldVarExpr - Class in com.caucho.quercus.expr
-
Represents a PHP field reference.
- ObjectFieldVarExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.ObjectFieldVarExpr
-
- ObjectFieldVarExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.ObjectFieldVarExpr
-
- ObjectHandleSerializer - Class in com.caucho.hessian.io
-
Serializing a remote object.
- ObjectHandleSerializer() - Constructor for class com.caucho.hessian.io.ObjectHandleSerializer
-
- ObjectIdentifierValue - Class in com.caucho.server.snmp.types
-
- ObjectIdentifierValue(String) - Constructor for class com.caucho.server.snmp.types.ObjectIdentifierValue
-
- ObjectInstanceDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an ObjectInstance valued object
- ObjectInstanceDeserializer() - Constructor for class com.caucho.hessian.jmx.ObjectInstanceDeserializer
-
- ObjectJavaExpr - Class in com.caucho.xpath.expr
-
Implements the object java extension functions.
- ObjectJavaExpr(Method, Expr, ArrayList) - Constructor for class com.caucho.xpath.expr.ObjectJavaExpr
-
Create a StringExpression with three arguments.
- ObjectLiteralValueExpression - Class in com.caucho.el
-
Wraps object into a value javax.el.ValueExpression, optionally converts
- ObjectLiteralValueExpression(Object, Class<?>) - Constructor for class com.caucho.el.ObjectLiteralValueExpression
-
- ObjectMessage - Interface in javax.jms
-
The main message.
- ObjectMessageImpl - Class in com.caucho.jms.message
-
An object message.
- ObjectMessageImpl() - Constructor for class com.caucho.jms.message.ObjectMessageImpl
-
- ObjectMessageImpl(ObjectMessage) - Constructor for class com.caucho.jms.message.ObjectMessageImpl
-
- ObjectMessageImpl(ObjectMessageImpl) - Constructor for class com.caucho.jms.message.ObjectMessageImpl
-
- ObjectMessageImpl(Serializable) - Constructor for class com.caucho.jms.message.ObjectMessageImpl
-
- ObjectMethod - Class in com.caucho.quercus.program
-
Represents sequence of statements.
- ObjectMethod(ExprFactory, Location, InterpretedClassDef, String, FunctionInfo, Arg[], Statement[]) - Constructor for class com.caucho.quercus.program.ObjectMethod
-
- ObjectMethodExpr - Class in com.caucho.quercus.expr
-
Represents a PHP function expression.
- ObjectMethodExpr(Location, Expr, StringValue, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodExpr
-
- ObjectMethodVarExpr - Class in com.caucho.quercus.expr
-
A "$foo->$bar(...)" method call
- ObjectMethodVarExpr(Location, Expr, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
-
- ObjectMethodVarExpr(Location, Expr, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
-
- ObjectMethodVarExpr(Expr, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
-
- ObjectMethodVarExpr(Expr, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
-
- ObjectNameDeserializer - Class in com.caucho.hessian.io
-
Deserializing an ObjectName
- ObjectNameDeserializer() - Constructor for class com.caucho.hessian.io.ObjectNameDeserializer
-
- ObjectNewExpr - Class in com.caucho.quercus.expr
-
Represents a PHP function expression of the form "new ClassName()".
- ObjectNewExpr(Location, String, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
-
- ObjectNewExpr(Location, String, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
-
- ObjectNewExpr(String, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
-
- ObjectNewExpr(String, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
-
- ObjectNewStaticExpr - Class in com.caucho.quercus.expr
-
Represents a PHP function expression of the form "new static()".
- ObjectNewStaticExpr(Location, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
-
- ObjectNewStaticExpr(Location, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
-
- ObjectNewStaticExpr(ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
-
- ObjectNewStaticExpr(Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
-
- ObjectNewVarExpr - Class in com.caucho.quercus.expr
-
Represents a PHP function expression of the form "new $a()".
- ObjectNewVarExpr(Location, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
-
- ObjectNewVarExpr(Location, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
-
- ObjectNewVarExpr(Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
-
- ObjectNewVarExpr(Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
-
- ObjectNotFoundException - Exception in javax.ejb
-
The main ejb context.
- ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
-
- ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
-
- ObjectProxy - Interface in com.caucho.naming
-
An object proxy for a foreign JNDI factory.
- ObjectSerializer - Interface in com.caucho.hessian.io
-
Serializing an object.
- ObjectSkeletonWrapper - Class in com.caucho.ejb.protocol
-
Special class for dealing with serialization.
- ObjectSkeletonWrapper() - Constructor for class com.caucho.ejb.protocol.ObjectSkeletonWrapper
-
Null-arg constructor for serialization
- ObjectSkeletonWrapper(Handle) - Constructor for class com.caucho.ejb.protocol.ObjectSkeletonWrapper
-
Constructor for ObjectSkeleton
- objectToValue(Object) - Static method in class com.caucho.quercus.module.ModuleContext
-
- objectToValue(Object) - Static method in class com.caucho.quercus.module.ModuleInfo
-
- objectToValue(Object) - Static method in class com.caucho.quercus.QuercusContext
-
- ObjectType - Class in com.caucho.amber.type
-
The type of a property.
- ObjectType - Class in com.caucho.config.reflect
-
class type matching
- ObjectType() - Constructor for class com.caucho.config.reflect.ObjectType
-
- ObjectType - Class in com.caucho.config.type
-
Represents a Object type.
- objectType(String) - Method in class com.caucho.env.git.GitSystem
-
Returns the object type of the specified file.
- ObjectValue - Class in com.caucho.quercus.env
-
Represents a Quercus object value.
- ObjectValue(Env) - Constructor for class com.caucho.quercus.env.ObjectValue
-
- ObjectValue(Env, QuercusClass) - Constructor for class com.caucho.quercus.env.ObjectValue
-
- ObjectValueExpression - Class in com.caucho.el
-
Abstract implementation class for an expression.
- ObjectValueExpression(Expr, String, Class<?>) - Constructor for class com.caucho.el.ObjectValueExpression
-
- ObjectValueExpression(Expr, String) - Constructor for class com.caucho.el.ObjectValueExpression
-
- ObjectValueExpression(Expr) - Constructor for class com.caucho.el.ObjectValueExpression
-
- ObjectValueExpression() - Constructor for class com.caucho.el.ObjectValueExpression
-
For serialization
- ObjectVar - Class in com.caucho.xpath.expr
-
A variable containing a Java object.
- ObjectVar(Object) - Constructor for class com.caucho.xpath.expr.ObjectVar
-
Creates a new object variable with the object.
- ObserverEntry<T> - Class in com.caucho.config.event
-
- ObserverException - Exception in javax.enterprise.event
-
Exception during runtime for webbeans
- ObserverException() - Constructor for exception javax.enterprise.event.ObserverException
-
- ObserverException(String) - Constructor for exception javax.enterprise.event.ObserverException
-
- ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
-
- ObserverException(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
-
- ObserverImpl<X,T> - Class in com.caucho.config.event
-
Implements a single observer.
- ObserverImpl(InjectManager, Bean<X>, Method, int) - Constructor for class com.caucho.config.event.ObserverImpl
-
- ObserverMap - Class in com.caucho.config.event
-
Matches bindings
- ObserverMap(Class<?>) - Constructor for class com.caucho.config.event.ObserverMap
-
- ObserverMethod<T> - Interface in javax.enterprise.inject.spi
-
Abstract introspected view of a Bean injectible field
- ObserverMethodAfterCompletionImpl<X,T> - Class in com.caucho.config.event
-
Internal implementation for a producer Bean
- ObserverMethodAfterCompletionImpl(InjectManager, Bean<X>, AnnotatedMethod<X>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterCompletionImpl
-
- ObserverMethodAfterFailureImpl<X,T> - Class in com.caucho.config.event
-
Internal implementation for a producer Bean
- ObserverMethodAfterFailureImpl(InjectManager, Bean<X>, AnnotatedMethod<X>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterFailureImpl
-
- ObserverMethodAfterSuccessImpl<X,T> - Class in com.caucho.config.event
-
Internal implementation for a producer Bean
- ObserverMethodAfterSuccessImpl(InjectManager, Bean<X>, AnnotatedMethod<X>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterSuccessImpl
-
- ObserverMethodBeforeCompletionImpl<X,T> - Class in com.caucho.config.event
-
Internal implementation for a producer Bean
- ObserverMethodBeforeCompletionImpl(InjectManager, Bean<X>, AnnotatedMethod<X>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodBeforeCompletionImpl
-
- ObserverMethodImpl<X,T> - Class in com.caucho.config.event
-
Internal implementation for a producer Bean
- ObserverMethodImpl(InjectManager, Bean<X>, AnnotatedMethod<X>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodImpl
-
- Observes - Annotation Type in javax.enterprise.event
-
The @Observes parameter annotation marks a method as capable of
receiving events.
- OCI_ASSOC - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_BFILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_BIN - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_BLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_CFILEE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_CLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_CURSOR - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_NTY - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_B_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_bind_array_by_name(Env, OracleStatement, String, ArrayValue, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Binds PHP array to Oracle PL/SQL array by name.
- oci_bind_by_name(Env, OracleStatement, String, Value, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Binds the PHP variable to the Oracle placeholder
- OCI_BOTH - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_cancel(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Cancels reading from cursor
- oci_close(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Closes Oracle connection
- oci_commit(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Commits outstanding statements
- OCI_COMMIT_ON_SUCCESS - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_connect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Establishes a connection to the Oracle server
- OCI_D_FILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_D_LOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_D_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_DEFAULT - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_define_by_name(Env, OracleStatement, String, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Uses a PHP variable for the define-step during a SELECT
- OCI_DESCRIBE_ONLY - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_DTYPE_FILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_DTYPE_LOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_DTYPE_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_error(Env, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the last error found
- OCI_EXACT_FETCH - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_execute(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Executes a statement
- oci_fetch(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Fetches the next row into result-buffer
- oci_fetch_all(Env, OracleStatement, Value, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Fetches all rows of result data into an array
- oci_fetch_array(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the next row from the result data as an
associative or numeric array, or both
- oci_fetch_assoc(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the next row from the result data as an associative array
- oci_fetch_object(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the next row from the result data as an object
- oci_fetch_row(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the next row from the result data as a numeric array
- OCI_FETCHSTATEMENT_BY_COLUMN - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_FETCHSTATEMENT_BY_ROW - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_field_is_null(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Checks if the field is NULL
- oci_field_name(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the name of a field from the statement
- oci_field_precision(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Tell the precision of a field
- oci_field_scale(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Tell the scale of the field
- oci_field_size(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns field's size
- oci_field_type(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns field's data type
- oci_field_type_raw(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Tell the raw Oracle data type of the field
- oci_free_statement(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Frees all resources associated with statement or cursor
- oci_internal_debug(Env, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Enables or disables internal debug output
- OCI_LOB_BUFFER_FREE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_lob_copy(Env, OracleOciLob, OracleOciLob, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Copies large object
- oci_lob_is_equal(Env, OracleOciLob, OracleOciLob) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Compares two LOB/FILE locators for equality
- oci_new_collection(Env, Oracle, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Allocates new collection object
- oci_new_connect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Establishes a new connection to the Oracle server
- oci_new_cursor(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Allocates and returns a new cursor (statement handle)
- oci_new_descriptor(Env, Oracle, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Initializes a new empty LOB or FILE descriptor
- OCI_NUM - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_num_fields(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the number of result columns in a statement
- oci_num_rows(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns number of rows affected during statement execution
Note: This function does not return number of rows selected!
For SELECT statements this function will return the number of rows,
that were fetched to the buffer with oci_fetchxxxx() functions.
- oci_parse(Env, Oracle, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Prepares Oracle statement for execution
- oci_password_change(Env, Oracle, String, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Changes password of Oracle's user
- oci_pconnect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Connect to an Oracle database using a persistent connection
- oci_result(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns field's value from the fetched row
- OCI_RETURN_LOBS - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_RETURN_NULLS - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_rollback(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Rolls back outstanding transaction
- OCI_SEEK_CUR - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_SEEK_END - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_SEEK_SET - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- oci_server_version(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns server version
- oci_set_prefetch(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Sets number of rows to be prefetched
- oci_statement_type(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Returns the type of an OCI statement
- OCI_SYSDATE - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_SYSDBA - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_SYSOPER - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_TEMP_BLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- OCI_TEMP_CLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
-
- ocibindbyname(Env, OracleStatement, String, Value, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_bind_by_name()
- ocicancel(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_cancel()
- ocicloselob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->close
- ocicollappend(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->append
- ocicollassign(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->assign
- ocicollassignelem(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->assignElem
- ocicollgetelem(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->getElem
- ocicollmax(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->max
- ocicollsize(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->size
- ocicolltrim(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->trim
- ocicolumnisnull(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_is_null()
- ocicolumnname(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_name()
- ocicolumnprecision(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_precision()
- ocicolumnscale(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_scale()
- ocicolumnsize(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_size()
- ocicolumntype(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_type()
- ocicolumntyperaw(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_field_type_raw()
- ocicommit(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_commit()
- ocidefinebyname(Env, OracleStatement, String, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_define_by_name()
- ocierror(Env, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_error()
- ociexecute(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_execute()
- ocifetch(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_fetch()
- ocifetchinto(Env, OracleStatement, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Fetches the next row into an array
- ocifetchstatement(Env, OracleStatement, Value, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_fetch_all()
- ocifreecollection(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Collection->free
- ocifreecursor(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_free_statement()
- ocifreedesc(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->free
- ocifreestatement(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_free_statement()
- ociinternaldebug(Env, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_internal_debug()
- ociloadlob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->load
- ocilogoff(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_close()
- ocilogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_connect()
- ocinewcollection(Env, Oracle, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_new_collection()
- ocinewcursor(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_new_cursor()
- ocinewdescriptor(Env, Oracle, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_new_descriptor()
- ocinlogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_new_connect()
- ocinumcols(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_num_fields()
- ociparse(Env, Oracle, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_parse()
- ociplogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_pconnect()
- ociresult(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_result()
- ocirollback(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_rollback()
- ocirowcount(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_num_rows()
- ocisavelob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->save
- ocisavelobfile(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->import
- ociserverversion(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_server_version()
- ocisetprefetch(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_set_prefetch()
- ocistatementtype(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of oci_statement_type()
- ociwritelobtofile(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->export
- ociwritetemporarylob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
-
Alias of OCI-Lob->writeTemporary
- octdec(Env, StringValue) - Static method in class com.caucho.quercus.lib.MathModule
-
Returns the decimal equivalent of the octal number represented by the
octal_string argument.
- OCTET_STRING - Static variable in class com.caucho.server.snmp.MbeanAttributeInfo
-
- OCTET_STRING - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- OctetStringValue - Class in com.caucho.server.snmp.types
-
- OctetStringValue(String) - Constructor for class com.caucho.server.snmp.types.OctetStringValue
-
- octToDigit(char) - Static method in class com.caucho.quercus.lib.string.StringModule
-
- OF - Static variable in class com.caucho.amber.query.QueryParser
-
- offer(Runnable) - Method in class com.caucho.config.async.AsyncQueue
-
- offer(T) - Method in class com.caucho.env.actor.AbstractWorkerQueue
-
- offer(T) - Method in interface com.caucho.env.actor.ActorQueueApi
-
- offer(T, boolean) - Method in interface com.caucho.env.actor.ActorQueueApi
-
- offer(T) - Method in class com.caucho.env.actor.MultiworkerActorQueue
-
- offer(T, boolean) - Method in class com.caucho.env.actor.MultiworkerActorQueue
-
- offer(T) - Method in class com.caucho.env.actor.ValueActorQueue
-
- offer(T, boolean) - Method in class com.caucho.env.actor.ValueActorQueue
-
- offer(Runnable, ClassLoader) - Method in class com.caucho.env.thread2.ThreadTaskRing2
-
- offer(E, long, TimeUnit) - Method in class com.caucho.jms.queue.AbstractQueue
-
Adds the item to the queue, waiting if necessary
- offer(E) - Method in class com.caucho.jms.queue.AbstractQueue
-
- offer(E, long, TimeUnit) - Method in class com.caucho.jms.queue.AbstractTopic
-
Adds the item to the queue, waiting if necessary
- offer(E) - Method in class com.caucho.jms.queue.AbstractTopic
-
- offer(Object, long, TimeUnit) - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
Adds the item to the queue, waiting if necessary
- offer(Object) - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
- offer(T) - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- offer(T, long, TimeUnit) - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- offer(T) - Method in class com.caucho.message.common.AbstractQueueSender
-
- offer(T, long, TimeUnit) - Method in class com.caucho.message.common.AbstractQueueSender
-
- offer(T) - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- offer(T, long, TimeUnit) - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- offer(DataStore.DataItem) - Method in class com.caucho.server.distcache.DataRemoveActor
-
- offer(TempBuffer) - Method in class com.caucho.server.httpproxy.MessageQueueSubscription
-
- offer(M) - Method in class com.caucho.util.AbstractActorQueue
-
- offer(M, long, TimeUnit) - Method in class com.caucho.util.AbstractActorQueue
-
- offer(M, long, TimeUnit, int) - Method in class com.caucho.util.AbstractActorQueue
-
- offer(M, long, TimeUnit, int) - Method in interface com.caucho.util.ActorQueue
-
- offer(T) - Method in class com.caucho.util.fRingValueQueueOrig
-
- offer(T, long) - Method in class com.caucho.util.fRingValueQueueOrig
-
- offer(M, long, TimeUnit) - Method in class com.caucho.util.RingValueQueue
-
- offer(M, long, TimeUnit, int) - Method in class com.caucho.util.RingValueQueue
-
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.common.AbstractMessageFactory
-
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.common.AbstractMessageSender
-
Offers a value to the queue.
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.common.AbstractQueueSender
-
Offers a value to the queue.
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.common.SenderMessageFactory
-
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.local.LocalSender
-
- offerMicros(MessagePropertiesFactory<T>, T, long) - Method in class com.caucho.message.tourmaline.NautilusClientSender
-
- offerWait(long, AtomicLong, int, long, TimeUnit) - Method in interface com.caucho.util.RingBlocker
-
- offerWait(long, AtomicLong, int, long, TimeUnit) - Method in class com.caucho.util.RingBlockerBasic
-
- offerWake() - Method in interface com.caucho.util.RingBlocker
-
- offerWake() - Method in class com.caucho.util.RingBlockerBasic
-
- OFFSET - Static variable in class com.caucho.amber.query.QueryParser
-
- offsetExists(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
-
- offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
-
- offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
-
- offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
-
- offsetGet(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
-
- offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
-
- offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
-
- offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
-
- offsetSet(Env, Value, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
-
- offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
-
- offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
-
- offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
-
- offsetUnset(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
-
- offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
-
- offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
-
- offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
-
- Oid - Class in com.caucho.server.snmp
-
- Oid() - Constructor for class com.caucho.server.snmp.Oid
-
- Oid(String, String, String, int) - Constructor for class com.caucho.server.snmp.Oid
-
- ok(String) - Method in class com.caucho.env.health.AbstractMemoryHealthCheckImpl
-
- OldByteToChar - Class in com.caucho.vfs
-
Utility class for converting a byte stream to a character stream.
- oldEncode(CharBuffer, byte[], int, int) - Static method in class com.caucho.util.Base64
-
- OnAbnormalStop - Class in com.caucho.health.predicate
-
Qualifies an action to match only when Resin is stopping with an non-OK
exit code.
- OnAbnormalStop() - Constructor for class com.caucho.health.predicate.OnAbnormalStop
-
- onAccept(long) - Method in interface com.caucho.message.MessageSettleListener
-
- onAccepted(long, long) - Method in class com.caucho.amqp.client.AmqpClientSenderLink
-
- onAccepted(long, long) - Method in class com.caucho.amqp.common.AmqpLink
-
- onAccepted(long) - Method in class com.caucho.amqp.common.AmqpSession
-
- onAccepted(long) - Method in class com.caucho.amqp.common.DeliveryNode
-
- onAccepted(long, long) - Method in class com.caucho.amqp.server.AmqpServerSenderLink
-
- onAccepted(long) - Method in interface com.caucho.message.broker.SenderSettleHandler
-
- onActive() - Method in class com.caucho.env.deploy.DeployController
-
- onActive() - Method in class com.caucho.env.deploy.ExpandDeployController
-
- onAttach(FrameAttach) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onAttach(FrameAttach) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onAttachThread() - Method in class com.caucho.network.listen.AbstractProtocolConnection
-
Called when the connection is attached to a thread
- onAttachThread() - Method in interface com.caucho.network.listen.ProtocolConnection
-
Called when the connection is attached to a thread
- onAttachThread() - Method in class com.caucho.server.http.AbstractHttpRequest
-
Returns the log buffer.
- onAttachThread() - Method in class com.caucho.server.http.StubSessionContextRequest
-
- onBegin(FrameBegin) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onBegin(FrameBegin) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
Receives a session-begin frame.
- onBuild() - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- onBuild() - Method in class com.caucho.message.common.BasicMessageReceiver
-
- onCacheChange() - Method in interface com.caucho.cloud.globalcache.GlobalCacheListener
-
- onChildIdleBegin() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Called by the thread before going into the idle state.
- onChildIdleBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
Called by the thread before going into the idle state.
- onChildIdleEnd() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Called by the thread after exiting the idle state.
- onChildIdleEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
Called by the thread after exiting the idle state.
- onChildThreadBegin() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Thread activity management
- onChildThreadEnd() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Thread activity management
- onChildThreadLaunchBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
Callback from the launched thread's run().
- onChildThreadLaunchEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
Callback from the launched thread's run().
- onChildThreadResume() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
Resume a child, i.e.
- onChildThreadResumeBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
Start housekeeping for a child thread managed by the launcher's
housekeeping, but not spawned by the launcher itself, e.g.
- onChildThreadResumeEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
End housekeeping for a child thread managed by the launcher's
housekeeping, but not spawned by the launcher itself, e.g.
- onClose() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- onClose(FrameClose) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onClose(FrameClose) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onClose(WebSocketSession) - Method in class com.caucho.distcache.websocket.CacheClientEndpoint
-
- onClose(WebSocketSession) - Method in class com.caucho.distcache.websocket.CacheServerEndpoint
-
- onClose(int, String) - Method in class com.caucho.distcache.websocket.WebSocketBareClient
-
- onClose(WebSocketSession) - Method in interface com.caucho.distcache.websocket.WebSocketEndpoint
-
- onClose() - Method in interface com.caucho.distcache.websocket.WebSocketMessageListener
-
- onClose() - Method in class com.caucho.hemp.servlet.ServerLinkActor
-
- onClose() - Method in class com.caucho.message.tourmaline.NautilusServerEndpoint
-
- onClose() - Method in class com.caucho.network.listen.AsyncController
-
Called when the connection closes.
- onClose() - Method in class com.caucho.network.listen.SocketLinkDuplexController
-
Closes the connection.
- onClose(int, String) - Method in class com.caucho.remote.websocket.WebSocketClient
-
- onClose(int, String) - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- onClose(WebSocketContext) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when the peer closes the connection gracefully.
- onClose(int, String) - Method in interface com.caucho.websocket.WebSocketContext
-
- onClose(WebSocketContext) - Method in interface com.caucho.websocket.WebSocketListener
-
Called when the peer closes the connection gracefully.
- onCloseConnection() - Method in class com.caucho.amqp.server.AmqpServerConnection
-
- onCloseConnection() - Method in class com.caucho.cloud.hmtp.HmtpRequest
-
Close when the socket closes.
- onCloseConnection() - Method in class com.caucho.distcache.websocket.AbstractWebSocketConnection
-
- onCloseConnection() - Method in class com.caucho.memcached.MemcachedConnection
-
- onCloseConnection() - Method in class com.caucho.message.stomp.StompConnection
-
- onCloseConnection() - Method in class com.caucho.network.listen.AbstractProtocolConnection
-
Handles a close event when the connection is closed.
- onCloseConnection() - Method in interface com.caucho.network.listen.ProtocolConnection
-
Handles a close event when the connection is closed.
- onCloseConnection() - Method in class com.caucho.server.hmux.HmuxRequest
-
Close when the socket closes.
- onCloseConnection() - Method in class com.caucho.server.http.AbstractHttpRequest
-
- onCloseConnection() - Method in class com.caucho.server.http.HttpRequest
-
- onCloseConnection() - Method in class com.caucho.server.http.StubSessionContextRequest
-
- onCloseConnection() - Method in class com.caucho.server.snmp.SnmpRequest
-
Handles a close event when the connection is closed.
- onClusterAdd(CloudCluster) - Method in class com.caucho.cloud.topology.AbstractCloudClusterListener
-
- onClusterAdd(CloudCluster) - Method in interface com.caucho.cloud.topology.CloudClusterListener
-
- onClusterRemove(CloudCluster) - Method in class com.caucho.cloud.topology.AbstractCloudClusterListener
-
- onClusterRemove(CloudCluster) - Method in interface com.caucho.cloud.topology.CloudClusterListener
-
- onComplete() - Method in interface com.caucho.network.listen.SocketLinkCometListener
-
Called when the connection closes
- onComplete() - Method in class com.caucho.server.http.AsyncContextImpl
-
- onComplete(AsyncEvent) - Method in class com.caucho.server.http.AsyncListenerNode
-
- onComplete() - Method in class com.caucho.server.http.ConnectionCometController
-
- onComplete(DuplexContext) - Method in interface com.caucho.servlet.DuplexListener
-
Called when the connection closes
- onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
- onCreated(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryCreatedListener
-
- onDestroy() - Method in class com.caucho.env.deploy.DeployController
-
- onDestroy() - Method in class com.caucho.env.deploy.ExpandDeployController
-
- onDetach(FrameDetach) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onDetach(FrameDetach) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onDetachThread() - Method in class com.caucho.network.listen.AbstractProtocolConnection
-
Called when the connection is detached from a thread
- onDetachThread() - Method in interface com.caucho.network.listen.ProtocolConnection
-
Called when the connection is detached from a thread
- onDetachThread() - Method in class com.caucho.server.http.AbstractHttpRequest
-
- onDetachThread() - Method in class com.caucho.server.http.StubSessionContextRequest
-
- onDisconnect(WebSocketContext) - Method in class com.caucho.hmtp.HmtpWebSocketListener
-
- onDisconnect(WebSocketContext) - Method in class com.caucho.hmtp.server.HmtpClientWebSocketListener
-
- onDisconnect(SocketLinkDuplexController) - Method in interface com.caucho.network.listen.SocketLinkDuplexListener
-
Called when the connection closes
- onDisconnect(SocketLinkDuplexController) - Method in class com.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
-
- onDisconnect(WebSocketContext) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when the connection terminates.
- onDisconnect(WebSocketContext) - Method in interface com.caucho.websocket.WebSocketListener
-
Called when the connection disconnects.
- onDisposition(FrameDisposition) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onDisposition(long, DeliveryState, long, long) - Method in class com.caucho.amqp.common.TransferSettleManager
-
- onDisposition(FrameDisposition) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- ONE - Static variable in class com.caucho.quercus.env.LongValue
-
- ONE - Static variable in class com.caucho.quercus.marshal.Marshal
-
- onEnd(FrameEnd) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onEnd(FrameEnd) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onEntry(long, boolean, boolean, long, long, long, BlockStore, long, int, int) - Method in interface com.caucho.message.journal.JournalRecoverListener
-
- onError(BamError) - Method in class com.caucho.bam.proxy.AbstractReplyCallback
-
- onError(BamError) - Method in interface com.caucho.bam.proxy.ReplyCallback
-
- onError(BamError) - Method in class com.caucho.bam.proxy.ReplyFutureCallback
-
- onError(Throwable) - Method in class com.caucho.env.deploy.DeployController
-
- onError(Throwable) - Method in class com.caucho.env.deploy.ExpandDeployController
-
- onError() - Method in class com.caucho.server.http.AsyncContextImpl
-
CometHandler callback when the connection times out.
- onError(AsyncEvent) - Method in class com.caucho.server.http.AsyncListenerNode
-
- onError(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
- OneToMany - Annotation Type in javax.persistence
-
The @OneToMany annotation.
- OneToManyExpr - Class in com.caucho.amber.expr
-
Expression to a collection of rows
The relation is maintained by a link from the child objects
to the parent object.
- OneToManyExpr(QueryParser, PathExpr, LinkColumns) - Constructor for class com.caucho.amber.expr.OneToManyExpr
-
Creates a new expression to the child objects.
- OneToManyField - Class in com.caucho.amber.field
-
Represents a field to a collection of objects where the target
hold a back-link to the source entity.
- OneToManyField(EntityType, String, CascadeType[]) - Constructor for class com.caucho.amber.field.OneToManyField
-
- OneToManyField(EntityType, String) - Constructor for class com.caucho.amber.field.OneToManyField
-
- OneToManyField(EntityType) - Constructor for class com.caucho.amber.field.OneToManyField
-
- OneToManyJoinExpr - Class in com.caucho.amber.expr
-
Joins two tables as "a.children".
- OneToManyJoinExpr(LinkColumns, FromItem, FromItem) - Constructor for class com.caucho.amber.expr.OneToManyJoinExpr
-
Creates the expr.
- OneToManySchemaExpr - Class in com.caucho.amber.expr
-
Represents a collection from a from-item table.
- OneToManySchemaExpr(OneToManyExpr) - Constructor for class com.caucho.amber.expr.OneToManySchemaExpr
-
Creates the collection schema.
- OneToOne - Annotation Type in javax.persistence
-
The @ManyToOne annotation.
- OneToOneSchemaExpr - Class in com.caucho.amber.expr
-
Represents an association from a from-item table.
- OneToOneSchemaExpr(DependentEntityOneToOneExpr, String) - Constructor for class com.caucho.amber.expr.OneToOneSchemaExpr
-
Creates the association schema.
- onException(JMSException) - Method in interface javax.jms.ExceptionListener
-
- onFail() - Method in class com.caucho.network.balance.ClientNetworkState
-
Called when the connection fails.
- onFail(String) - Method in interface com.caucho.server.repository.LoadCallback
-
- onFlow(FrameFlow) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onFlow(FrameFlow) - Method in class com.caucho.amqp.common.AmqpLink
-
- onFlow(FrameFlow) - Method in class com.caucho.amqp.common.AmqpSenderLink
-
When peer sends its link credit, update deliveryLimit.
- onFlow(FrameFlow) - Method in class com.caucho.amqp.common.AmqpSession
-
- onFlow(FrameFlow) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onFlow(FrameFlow) - Method in class com.caucho.amqp.server.AmqpServerSenderLink
-
- onFlow(int, long) - Method in class com.caucho.message.tourmaline.NautilusServerEndpoint
-
- onHeartbeatStart() - Method in class com.caucho.cloud.topology.CloudServer
-
- onHeartbeatStart() - Method in enum com.caucho.cloud.topology.CloudServerState
-
- onHeartbeatStop() - Method in class com.caucho.cloud.topology.CloudServer
-
- onHeartbeatStop() - Method in enum com.caucho.cloud.topology.CloudServerState
-
- onHeartbeatTimeout() - Method in class com.caucho.cloud.network.ClusterServer
-
- onLinkClose(Object) - Method in interface com.caucho.cloud.network.ClusterLinkListener
-
Notification that a cluster link has closed.
- onLoad(DistCacheEntry, Object) - Method in interface com.caucho.server.distcache.CacheLoaderCallback
-
- onLoad(DistCacheEntry) - Method in interface com.caucho.server.distcache.DistCacheLoadListener
-
- onLoad(HashKey, InputStream) - Method in interface com.caucho.server.distcache.LoadDataCallback
-
- onLoadFail(DistCacheEntry) - Method in interface com.caucho.server.distcache.CacheLoaderCallback
-
- onMatch(Path) - Method in interface com.caucho.config.types.FileSetType.PathCallback
-
- onMessage(InputStream) - Method in interface com.caucho.distcache.websocket.WebSocketMessageListener
-
- onMessage(Message) - Method in class com.caucho.ejb.message.MessageListenerAdapter
-
- onMessage(Message) - Method in class com.caucho.jms.jca.ListenerEndpoint
-
Runs the endpoint.
- onMessage(long, InputStream, long) - Method in interface com.caucho.message.broker.ReceiverMessageHandler
-
- onMessage(long, T, MessageReceiver<T>) - Method in interface com.caucho.message.MessageReceiverListener
-
Receives the next message.
- onMessage(Message) - Method in interface javax.jms.MessageListener
-
- onMessage(Record) - Method in interface javax.resource.cci.MessageListener
-
- onModified(long, long, boolean, boolean) - Method in class com.caucho.amqp.common.AmqpLink
-
- onModified(long, boolean, boolean) - Method in class com.caucho.amqp.common.DeliveryNode
-
- onModified(long, long, boolean, boolean) - Method in class com.caucho.amqp.server.AmqpServerSenderLink
-
- onOpen(WebSocketSession) - Method in class com.caucho.distcache.websocket.CacheClientEndpoint
-
- onOpen(WebSocketSession) - Method in class com.caucho.distcache.websocket.CacheServerEndpoint
-
- onOpen(WebSocketSession) - Method in interface com.caucho.distcache.websocket.WebSocketEndpoint
-
- onOrphanValue(HashKey) - Method in interface com.caucho.server.distcache.MnodeOrphanListener
-
- onPodAdd(CloudPod) - Method in class com.caucho.cloud.topology.AbstractCloudPodListener
-
- onPodAdd(CloudPod) - Method in interface com.caucho.cloud.topology.CloudPodListener
-
- onPodRemove(CloudPod) - Method in class com.caucho.cloud.topology.AbstractCloudPodListener
-
- onPodRemove(CloudPod) - Method in interface com.caucho.cloud.topology.CloudPodListener
-
- onPortClose(TcpPort) - Method in class com.caucho.network.listen.AbstractSelectManager
-
- onPortClose(TcpPort) - Method in class com.caucho.network.listen.JniSelectManager
-
- onProcessComplete() - Method in class com.caucho.cloud.bam.HmuxWorker
-
- onProcessComplete() - Method in class com.caucho.env.actor.AbstractActorProcessor
-
Called when all items in the queue are processed.
- onProcessComplete() - Method in class com.caucho.env.actor.AbstractWorkerQueue
-
- onProcessComplete() - Method in interface com.caucho.env.actor.ActorProcessor
-
Called when all items in the queue are processed.
- onProcessComplete() - Method in class com.caucho.message.journal.JournalWriteActor
-
- onProcessStart() - Method in class com.caucho.env.actor.AbstractActorProcessor
-
Called when all items in the queue are processed.
- onProcessStart() - Method in interface com.caucho.env.actor.ActorProcessor
-
Called before items in the queue are processed.
- onPut(HashKey, HashKey, MnodeValue) - Method in interface com.caucho.server.distcache.CacheMnodeListener
-
- onQueryError(AmpActorRef, AmpActorRef, AmpError) - Method in class com.caucho.amp.actor.AmpQueryFuture
-
- onQueryError(AmpActorRef, AmpActorRef, AmpError) - Method in interface com.caucho.amp.AmpQueryCallback
-
- onQueryError(String, String, Serializable, BamError) - Method in class com.caucho.bam.query.AbstractQueryCallback
-
- onQueryError(String, String, Serializable, BamError) - Method in interface com.caucho.bam.query.QueryCallback
-
- onQueryError(String, String, Serializable, BamError) - Method in class com.caucho.bam.query.QueryFutureCallback
-
- onQueryError(long, String, String, Serializable, BamError) - Method in class com.caucho.bam.query.QueryManager
-
Callback from the ActorStream to handle a queryResult.
- onQueryError(String, String, Serializable, BamError) - Method in class com.caucho.cloud.bam.RouterQueryCallback
-
- onQueryResult(AmpActorRef, AmpActorRef, Object) - Method in class com.caucho.amp.actor.AmpQueryFuture
-
- onQueryResult(AmpActorRef, AmpActorRef, Object) - Method in interface com.caucho.amp.AmpQueryCallback
-
- onQueryResult(String, String, Serializable) - Method in class com.caucho.bam.query.AbstractQueryCallback
-
- onQueryResult(String, String, Serializable) - Method in interface com.caucho.bam.query.QueryCallback
-
- onQueryResult(String, String, Serializable) - Method in class com.caucho.bam.query.QueryFutureCallback
-
- onQueryResult(long, String, String, Serializable) - Method in class com.caucho.bam.query.QueryManager
-
Callback from the ActorStream to handle a queryResult.
- onQueryResult(String, String, Serializable) - Method in class com.caucho.cloud.bam.RouterQueryCallback
-
- onQueueFull(Mailbox, int, long, TimeUnit, Object) - Method in class com.caucho.cloud.bam.BamQueueFullHandler
-
- onRead(SocketLinkDuplexController) - Method in interface com.caucho.network.listen.SocketLinkDuplexListener
-
Called when read data is available
- onRead(SocketLinkDuplexController) - Method in class com.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
-
- onRead(DuplexContext) - Method in interface com.caucho.servlet.DuplexListener
-
Called when read data is available
- onRead(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryReadListener
-
- onReadBinary(WebSocketContext, InputStream) - Method in class com.caucho.hmtp.HmtpWebSocketListener
-
Reads the next HMTP packet from the stream, returning false on
end of file.
- onReadBinary(WebSocketContext, InputStream) - Method in class com.caucho.hmtp.server.HmtpClientWebSocketListener
-
Reads the next HMTP packet from the stream, returning false on
end of file.
- onReadBinary(WebSocketContext, InputStream) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when a binary message is available
- onReadBinary(WebSocketContext, InputStream) - Method in interface com.caucho.websocket.WebSocketListener
-
Called when a binary message is available
- onReadText(WebSocketContext, Reader) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when a text message is available
- onReadText(WebSocketContext, Reader) - Method in interface com.caucho.websocket.WebSocketListener
-
Called when a text message is available
- onReceived(long) - Method in class com.caucho.amqp.common.DeliveryNode
-
- onReceiverDisposition(long, DeliveryState, long, long) - Method in class com.caucho.amqp.common.AmqpSession
-
- onReject(long, String) - Method in interface com.caucho.message.MessageSettleListener
-
- onRejected(long, long, AmqpError) - Method in class com.caucho.amqp.common.AmqpLink
-
- onRejected(long, String) - Method in class com.caucho.amqp.common.AmqpSession
-
- onRejected(long, AmqpError) - Method in class com.caucho.amqp.common.DeliveryNode
-
- onRejected(long, long, AmqpError) - Method in class com.caucho.amqp.server.AmqpServerSenderLink
-
- onRejected(long, String) - Method in interface com.caucho.message.broker.SenderSettleHandler
-
- onReleased(long, long) - Method in class com.caucho.amqp.common.AmqpLink
-
- onReleased(long) - Method in class com.caucho.amqp.common.DeliveryNode
-
- onReleased(long, long) - Method in class com.caucho.amqp.server.AmqpServerSenderLink
-
- onRemove() - Method in class com.caucho.env.deploy.DeployController
-
- onRemove() - Method in class com.caucho.env.deploy.ExpandDeployController
-
- onRemoved(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryRemovedListener
-
- onReply(T) - Method in class com.caucho.bam.proxy.AbstractReplyCallback
-
- onReply(T) - Method in interface com.caucho.bam.proxy.ReplyCallback
-
- onReply(T) - Method in class com.caucho.bam.proxy.ReplyFutureCallback
-
- onRequestComplete() - Method in class com.caucho.network.listen.StreamSocketLink
-
- OnRestart - Class in com.caucho.health.predicate
-
Qualifies an action to match only when Resin is restarted by the watchdog.
- OnRestart() - Constructor for class com.caucho.health.predicate.OnRestart
-
- onRuntimeException(RuntimeException) - Method in class com.caucho.sql.ManagedConnectionImpl
-
- onRuntimeException(RuntimeException) - Method in class com.caucho.sql.UserStatement
-
- onSend(InputStream) - Method in class com.caucho.message.tourmaline.NautilusServerEndpoint
-
- onSenderDisposition(long, DeliveryState, long, long) - Method in class com.caucho.amqp.common.AmqpSession
-
- onServerAdd(CloudServer) - Method in class com.caucho.cloud.topology.AbstractCloudServerListener
-
- onServerAdd(CloudServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
-
- onServerRemove(CloudServer) - Method in class com.caucho.cloud.topology.AbstractCloudServerListener
-
- onServerRemove(CloudServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
-
- onServerStateChange(CloudServer) - Method in class com.caucho.cloud.topology.AbstractCloudServerListener
-
- onServerStateChange(CloudServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
-
- onSqlException(SQLException) - Method in class com.caucho.sql.ManagedConnectionImpl
-
- onSqlException(SQLException) - Method in class com.caucho.sql.UserStatement
-
- onStart() - Method in class com.caucho.env.deploy.AbstractDeployNotificationListener
-
- onStart() - Method in interface com.caucho.env.deploy.DeployNotificationListener
-
- onStart() - Method in class com.caucho.env.deploy.DeployTagItem
-
- OnStart - Class in com.caucho.health.predicate
-
Qualifies an action to match only when Resin is starting.
- OnStart() - Constructor for class com.caucho.health.predicate.OnStart
-
- onStart(WebSocketContext) - Method in class com.caucho.hmtp.HmtpWebSocketListener
-
- onStart(WebSocketContext) - Method in class com.caucho.hmtp.server.HmtpClientWebSocketListener
-
- onStart(SocketLinkDuplexController) - Method in interface com.caucho.network.listen.SocketLinkDuplexListener
-
Called when the connection is established
- onStart(SocketLinkDuplexController) - Method in class com.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
-
- onStart(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.AsyncContextImpl
-
CometHandler callback when the connection starts.
- onStart(AsyncEvent) - Method in class com.caucho.server.http.AsyncListenerNode
-
- onStart(WebSocketContext) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when the connection is established
- onStart(WebSocketContext) - Method in interface com.caucho.websocket.WebSocketListener
-
Called after the server sends its handshake response.
- onStartAsync(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
- onStartComplete() - Method in class com.caucho.env.deploy.DeployController
-
- onStartComplete() - Method in class com.caucho.server.webapp.WebAppController
-
- onStartConnection() - Method in class com.caucho.amqp.server.AmqpServerConnection
-
- onStartConnection() - Method in class com.caucho.cloud.hmtp.HmtpRequest
-
- onStartConnection() - Method in class com.caucho.distcache.websocket.AbstractWebSocketConnection
-
- onStartConnection() - Method in class com.caucho.memcached.MemcachedConnection
-
- onStartConnection() - Method in class com.caucho.message.stomp.StompConnection
-
- onStartConnection() - Method in class com.caucho.network.listen.AbstractProtocolConnection
-
- onStartConnection() - Method in interface com.caucho.network.listen.ProtocolConnection
-
Called when the connection starts, i.e.
- onStartConnection() - Method in class com.caucho.server.hmux.HmuxRequest
-
- onStartConnection() - Method in class com.caucho.server.http.AbstractHttpRequest
-
Called when the connection starts
- onStartConnection() - Method in class com.caucho.server.http.StubSessionContextRequest
-
- onStartup(Set<Class<?>>, ServletContext) - Method in interface javax.servlet.ServletContainerInitializer
-
- onStop() - Method in class com.caucho.env.deploy.AbstractDeployNotificationListener
-
- onStop() - Method in class com.caucho.env.deploy.DeployController
-
- onStop() - Method in interface com.caucho.env.deploy.DeployNotificationListener
-
- onStop() - Method in class com.caucho.env.deploy.DeployTagItem
-
- onStop() - Method in class com.caucho.env.deploy.ExpandDeployController
-
- OnStop - Class in com.caucho.health.predicate
-
Qualifies an action to match only when Resin is stopping.
- OnStop() - Constructor for class com.caucho.health.predicate.OnStop
-
- onStop() - Method in class com.caucho.server.webapp.WebAppController
-
- onSuccess() - Method in class com.caucho.network.balance.ClientNetworkState
-
Called when the server has a successful response
- onSuccess(String) - Method in interface com.caucho.server.repository.LoadCallback
-
- onTagAdd(String) - Method in class com.caucho.env.deploy.AbstractDeployTagListener
-
- onTagAdd(String) - Method in interface com.caucho.env.deploy.DeployTagListener
-
- onTagChange(String) - Method in class com.caucho.env.deploy.ExpandDeployController
-
- onTagChange(String) - Method in class com.caucho.env.deploy.ExpandDeployGenerator
-
- onTagChange(String) - Method in interface com.caucho.env.repository.RepositoryTagListener
-
- onTagChange(String) - Method in class com.caucho.server.host.HostWebAppDeployListener
-
- onTagRemove(String) - Method in class com.caucho.env.deploy.AbstractDeployTagListener
-
- onTagRemove(String) - Method in interface com.caucho.env.deploy.DeployTagListener
-
- onThreadComplete() - Method in class com.caucho.db.block.BlockWriter
-
- onThreadComplete() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
-
- onThreadComplete() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
-
- onThreadMax() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
- onThreadMax() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
- onThreadStart() - Method in class com.caucho.db.block.BlockWriter
-
- onThreadStart() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
-
- onThreadStart() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
-
- onThrottle(String) - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
-
- onThrottle(String) - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
-
- onTimeout() - Method in interface com.caucho.network.listen.SocketLinkCometListener
-
Called when the connection times out
- onTimeout(SocketLinkDuplexController) - Method in interface com.caucho.network.listen.SocketLinkDuplexListener
-
Called when the connection times out
- onTimeout(SocketLinkDuplexController) - Method in class com.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
-
- onTimeout() - Method in class com.caucho.server.http.AsyncContextImpl
-
CometHandler callback when the connection times out.
- onTimeout(AsyncEvent) - Method in class com.caucho.server.http.AsyncListenerNode
-
- onTimeout() - Method in class com.caucho.server.http.ConnectionCometController
-
- onTimeout(String) - Method in interface com.caucho.server.repository.LoadCallback
-
- onTimeout(DuplexContext) - Method in interface com.caucho.servlet.DuplexListener
-
Called when the connection times out
- onTimeout(WebSocketContext) - Method in class com.caucho.websocket.AbstractWebSocketListener
-
Called when the connection times out
- onTimeout(WebSocketContext) - Method in interface com.caucho.websocket.WebSocketListener
-
Called when the connection times out
- onTimeout(AsyncEvent) - Method in interface javax.servlet.AsyncListener
-
- onTransfer(FrameTransfer, AmqpReader) - Method in class com.caucho.amqp.client.AmqpClientReceiverLink
-
Receives the message from the network
- onTransfer(AmqpReader, FrameTransfer) - Method in class com.caucho.amqp.common.AmqpConnectionHandler
-
- onTransfer(FrameTransfer, AmqpReader) - Method in class com.caucho.amqp.common.AmqpLink
-
Message receivers implement this method to receive a
message fragment from the network.
- onTransfer(FrameTransfer, AmqpReader) - Method in class com.caucho.amqp.common.AmqpReceiverLink
-
Message receivers implement this method to receive a
message fragment from the network.
- onTransfer(AmqpReader, FrameTransfer) - Method in interface com.caucho.amqp.io.AmqpFrameHandler
-
- onTransfer(FrameTransfer, AmqpReader) - Method in class com.caucho.amqp.server.AmqpServerReceiverLink
-
receives a message from the network
- onTransfer(NautilusQueue.QueueEntry) - Method in class com.caucho.message.nautilus.NautilusBrokerSubscriber
-
- onTriadAdd(TriadServer) - Method in class com.caucho.cloud.bam.BamTriadDispatcher
-
- onTriadAdd(TriadServer) - Method in class com.caucho.cloud.topology.AbstractCloudServerListener
-
- onTriadAdd(TriadServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
-
- onTriadRemove(TriadServer) - Method in class com.caucho.cloud.bam.BamTriadDispatcher
-
- onTriadRemove(TriadServer) - Method in class com.caucho.cloud.topology.AbstractCloudServerListener
-
- onTriadRemove(TriadServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
-
- onUpdate(String) - Method in class com.caucho.env.deploy.AbstractUpdateListener
-
- onUpdate(String) - Method in interface com.caucho.env.deploy.DeployUpdateListener
-
Notification of an update.
- onUpdate(String) - Method in class com.caucho.env.deploy.ExpandDeployGenerator
-
- onUpdated(Iterable<CacheEntryEvent<? extends K, ? extends V>>) - Method in interface javax.cache.event.CacheEntryUpdatedListener
-
- onWarning(String, String, WarningMessage) - Method in class com.caucho.boot.WatchdogChildActor
-
- onXa(long, byte[], DeliveryState) - Method in class com.caucho.amqp.common.DeliveryNode
-
- OP_BINARY - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OP_CHECKPOINT - Static variable in class com.caucho.message.journal.JournalFile
-
- OP_CLOSE - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OP_CONT - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OP_NULL - Static variable in class com.caucho.message.journal.JournalFile
-
- OP_PING - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OP_PONG - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OP_TEXT - Static variable in interface com.caucho.remote.websocket.WebSocketConstants
-
- OPAQUE - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- OpaqueAttribute - Class in com.caucho.bytecode
-
Represents a generic attribute
- OpaqueValue - Class in com.caucho.server.snmp.types
-
- OpaqueValue(String) - Constructor for class com.caucho.server.snmp.types.OpaqueValue
-
- open(Broker) - Method in interface com.caucho.bam.client.LinkConnectionFactory
-
- open() - Method in class com.caucho.cloud.loadbalance.LoadBalanceManager
-
Opens the next available server.
- open(Path, long) - Static method in class com.caucho.db.io.RandomAccessStreamNio
-
- open(String) - Method in class com.caucho.env.git.GitSystem
-
Opens an object file specified by a sha1 hash.
- open(URL) - Method in class com.caucho.hessian.client.AbstractHessianConnectionFactory
-
Opens a new or recycled connection to the HTTP server.
- open(URL) - Method in interface com.caucho.hessian.client.HessianConnectionFactory
-
Opens a new or recycled connection to the HTTP server.
- open(URL) - Method in class com.caucho.hessian.client.HessianURLConnectionFactory
-
Opens a new or recycled connection to the HTTP server.
- open(InputStream) - Method in class com.caucho.hessian.io.HessianInputFactory
-
- open() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Open a stream to the target server for the load balancer.
- open() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Open a stream to the target server for the load balancer.
- open(Env, String, String) - Method in class com.caucho.quercus.env.SessionCallback
-
- open(Env) - Method in class com.caucho.quercus.lib.file.Directory
-
- open(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.WrappedDirectory
-
- open(Env, Path) - Method in class com.caucho.quercus.lib.xml.XmlReader
-
Opens a stream using the uniform resource locator.
- open(Reader, String) - Static method in class com.caucho.quercus.script.EncoderStream
-
- open(OutputStream) - Method in class com.caucho.server.admin.HmuxOutput
-
- open(Class) - Static method in class com.caucho.util.Log
-
Returns the logger for a class.
- open(Path, byte[], int, long) - Static method in class com.caucho.vfs.JniMemoryMappedFile
-
- open(Path, byte[], int) - Static method in class com.caucho.vfs.JniRandomAccessFile
-
- open(int, int) - Static method in class com.caucho.vfs.JniServerSocketImpl
-
- open(String, int, boolean) - Static method in class com.caucho.vfs.JniSharedMemory
-
- open(Reader) - Static method in class com.caucho.vfs.ReaderStream
-
- open(String) - Static method in class com.caucho.vfs.StringReader
-
Creates a new ReadStream reading bytes from the given string.
- open(String) - Static method in class com.caucho.vfs.StringStream
-
- open() - Method in class com.caucho.vfs.ZipScanner
-
- open_image_file(String, Path, String, int) - Method in class com.caucho.quercus.lib.pdf.PDF
-
open image
- openAppend() - Method in class com.caucho.vfs.Path
-
Opens a resin stream for appending.
- openAppend() - Method in class com.caucho.vfs.PathWrapper
-
Opens a resin stream for appending.
- openAppend(String) - Static method in class com.caucho.vfs.Vfs
-
- openAppendImpl() - Method in class com.caucho.vfs.ConstPath
-
- openAppendImpl() - Method in class com.caucho.vfs.FilePath
-
- openAppendImpl() - Method in class com.caucho.vfs.GoogleStorePath
-
- openAppendImpl() - Method in class com.caucho.vfs.JniFilePathImpl
-
Returns the stream implementation for an append stream.
- openAppendImpl() - Method in class com.caucho.vfs.MemoryPath
-
- openAppendImpl() - Method in class com.caucho.vfs.MergePath
-
Opens the best path for appending.
- openAppendImpl() - Method in class com.caucho.vfs.Path
-
- openAppendImpl() - Method in class com.caucho.vfs.PathWrapper
-
- openBestServer(int, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.AbstractLoadBalanceStrategy
-
Opens the best load balance server.
- openBestServer(int, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.LeastConnectionBalanceStrategy
-
Opens the best load balance server.
- openBestServer(int, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.RoundRobinBalanceStrategy
-
Opens the best load balance server.
- openBlob(String) - Method in class com.caucho.env.git.GitSystem
-
Returns an input stream to a blob
- openBlob(String) - Method in class com.caucho.env.repository.AbstractRepository
-
Opens a stream to a git blob
- openBlob(String) - Method in class com.caucho.env.repository.FileRepository
-
Opens a stream to a blob
- openBlob(String) - Method in interface com.caucho.env.repository.RepositorySpi
-
Opens an InputStream to a git blob
- openBlob(String) - Method in class com.caucho.server.repository.ClusterRepository
-
Opens a stream to a blob
- openConnection(URL) - Method in class com.caucho.burlap.client.BurlapProxyFactory
-
Creates the URL connection.
- openConnection(URL) - Method in class com.caucho.vfs.memory.Handler
-
- openCopy() - Method in class com.caucho.quercus.lib.file.AbstractBinaryInput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
-
Opens a copy.
- openCopy() - Method in interface com.caucho.quercus.lib.file.BinaryInput
-
Opens a new copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.FileInput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.FileInputOutput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.HttpInputOutput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.PopenInput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.ReadStreamInput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.file.WrappedStream
-
Opens a new copy.
- openCopy() - Method in class com.caucho.quercus.lib.ProcOpenInput
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.zip.ZipEntryInputStream
-
Opens a copy.
- openCopy() - Method in class com.caucho.quercus.lib.zlib.ZlibInputStream
-
Opens a new copy.
- openDataSource(String, String, String, String) - Static method in class com.caucho.jstl.el.SqlSetDataSourceTag
-
- opendir(Env, StringValue, Value) - Static method in class com.caucho.quercus.lib.file.FileModule
-
Opens a directory
- opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.PhpProtocolWrapper
-
- opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.ProtocolWrapper
-
- opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.ZlibProtocolWrapper
-
- openFile(String) - Method in class com.caucho.env.git.GitCommitJar
-
- openFile() - Method in class com.caucho.env.git.GitWorkingTree
-
- openFile(Env, String, boolean, Value) - Method in class com.caucho.quercus.lib.spl.SplFileInfo
-
- openFileChannel(OpenOption...) - Method in interface com.caucho.vfs.Path.FileChannelFactory
-
- openFileRandomAccess() - Method in class com.caucho.vfs.FilePath
-
Returns the stream implementation for a random-access stream.
- openFileRandomAccess() - Method in class com.caucho.vfs.GooglePath
-
- openFileRandomAccess() - Method in class com.caucho.vfs.MergePath
-
Opens the best path for random access.
- openFileRandomAccess() - Method in class com.caucho.vfs.Path
-
Opens a random-access stream.
- openForAppend(Env, StringValue, boolean) - Static method in class com.caucho.quercus.lib.file.FileModule
-
- OpenIdRelay - Class in com.caucho.security.openid
-
- OpenIdRelay() - Constructor for class com.caucho.security.openid.OpenIdRelay
-
- openIfHeartbeatActive() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Open a stream if the target server's heartbeat is active.
- openIfLive() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Open a stream to the target server object persistence.
- openIfLive() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Open a stream to the target server object persistence.
- openInputStream() - Method in class com.caucho.db.blob.Inode
-
Opens a read stream to the inode.
- openInputStream(HashKey) - Method in class com.caucho.distcache.jdbc.JdbcDataStore
-
Reads the object from the data store.
- openInputStream() - Method in class com.caucho.server.admin.GitJarStreamSource
-
Returns an input stream, without freeing the results
- openInputStream(long, long) - Method in class com.caucho.server.distcache.DataStore
-
Reads the object from the data store.
- openInputStream() - Method in class com.caucho.server.distcache.DataStreamSource
-
Returns an input stream, without freeing the results
- openInputStream() - Method in class com.caucho.server.httpcache.TempFileInode
-
Opens a stream to read from the temp file
- openInputStream() - Method in class com.caucho.server.repository.GitStreamSource
-
Returns an input stream, without freeing the results
- openInputStream() - Method in class com.caucho.server.repository.SendFile
-
Opens the content for reading, allowing multiple reads.
- openInputStream() - Method in class com.caucho.vfs.InputStreamSource
-
Returns an input stream, without freeing the results
- openInputStream() - Method in class com.caucho.vfs.StreamSource
-
Returns an input stream, without freeing the results
- openInputStream() - Method in class com.caucho.vfs.TempOutputStream
-
Opens a read stream to the buffer.
- openInputStream() - Method in class com.caucho.vfs.TempStream
-
- openInputStreamNoFree() - Method in class com.caucho.vfs.TempOutputStream
-
Opens a read stream to the buffer.
- openJNI(int, int) - Static method in class com.caucho.vfs.QJniServerSocket
-
Creates the SSL ServerSocket.
- openListener() - Method in class com.caucho.distcache.websocket.CacheClientEndpoint
-
- openListenerForce() - Method in class com.caucho.distcache.websocket.CacheClientEndpoint
-
- openlog(Env, String, int, int) - Static method in class com.caucho.quercus.lib.NetworkModule
-
Opens syslog.
- openLogStream(String) - Method in class com.caucho.env.log.LogSystem
-
- openLogStream(long, String, String, Level) - Method in class com.caucho.env.log.LogSystem
-
- openLogStream(String) - Method in class com.caucho.env.log.ProLogSystem
-
Logs a message given a full name.
- openLogStream(long, String, String, Level) - Method in class com.caucho.env.log.ProLogSystem
-
Logs a message given a full name.
- openMemory(Env) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Opens the writer for a memory target
- openMemoryMappedFile(long) - Method in class com.caucho.vfs.FilePath
-
- openMemoryMappedFile(long) - Method in class com.caucho.vfs.JniFilePathImpl
-
- openMemoryMappedFile(long) - Method in class com.caucho.vfs.Path
-
Opens a random-access stream.
- openOutputStream() - Method in class com.caucho.db.blob.Inode
-
Opens a byte output stream to the inode.
- openOutputStream() - Method in class com.caucho.server.httpcache.AbstractCacheEntry
-
Opens an output stream for byte entries.
- openOutputStream() - Method in class com.caucho.server.httpcache.ProxyCacheEntry
-
Opens the inode for byte writing.
- openOutputStream() - Method in class com.caucho.server.httpcache.TempFileInode
-
Opens a stream to write to the temp file
- OpenPort - Class in com.caucho.boot
-
Represents a protocol connection.
- OpenPort() - Constructor for class com.caucho.boot.OpenPort
-
- OpenPort.DummyOpenSSLFactory - Class in com.caucho.boot
-
- openRandomAccess() - Method in class com.caucho.vfs.DatastorePath
-
Returns the stream implementation for a random-access stream.
- openRandomAccess() - Method in class com.caucho.vfs.JniFilePathImpl
-
Returns the stream implementation for a random-access stream.
- openRandomAccess() - Method in class com.caucho.vfs.Path
-
Opens a random-access stream.
- openRandomAccess() - Method in class com.caucho.vfs.PathWrapper
-
Opens a random-access stream.
- openRandomAccess() - Method in class com.caucho.vfs.SpyPath
-
Opens a random-access stream.
- openRawGitFile(String) - Method in class com.caucho.env.git.GitSystem
-
Opens a stream to the raw git file.
- openRawGitFile(String) - Method in class com.caucho.env.repository.AbstractRepository
-
Opens a stream to the raw git file.
- openRawGitFile(String) - Method in class com.caucho.env.repository.FileRepository
-
Opens a stream to the raw git file.
- openRawGitFile(String) - Method in interface com.caucho.env.repository.RepositorySpi
-
Opens a stream to the raw git file.
- openRawGitFile(String) - Method in class com.caucho.server.repository.ClusterRepository
-
Opens a stream to the raw git file.
- openRead(long, int) - Method in interface com.caucho.db.io.StoreReadWrite
-
Opens the underlying file to the database.
- openRead(long, int) - Method in class com.caucho.db.io.StoreReadWriteImpl
-
Opens the underlying file to the database.
- openRead(long, int) - Method in class com.caucho.db.io.StoreReadWriteMmapNio
-
Opens the underlying file to the database.
- openRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.AbstractPath
-
Opens an InputStream for reading
- openRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.ApplicationPath
-
Opens an InputStream for reading
- openRead(byte[], int) - Static method in class com.caucho.vfs.JniFileStream
-
- openRead() - Method in class com.caucho.vfs.MultipartStream
-
Opens the next part of the multipart/mime stream for reading.
- openRead() - Method in class com.caucho.vfs.Path
-
Opens a resin ReadStream for reading.
- openRead() - Method in class com.caucho.vfs.TempOutputStream
-
Opens a read stream to the buffer.
- openRead() - Method in class com.caucho.vfs.TempStream
-
Opens a read stream to the buffer.
- openRead(ReadStream) - Method in class com.caucho.vfs.TempStream
-
Opens a read stream to the buffer.
- openRead() - Method in interface com.caucho.vfs.TempStreamApi
-
- openRead(InputStream) - Static method in class com.caucho.vfs.Vfs
-
Creates new ReadStream from an InputStream
- openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.Vfs
-
- openRead(Reader) - Static method in class com.caucho.vfs.Vfs
-
Creates a ReadStream from a Reader
- openRead(String) - Static method in class com.caucho.vfs.Vfs
-
Create a ReadStream from a string.
- openRead(InputStream) - Static method in class com.caucho.vfs.VfsStream
-
Opens a read stream based on a java.io.InputStream.
- openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.VfsStream
-
- openReadAndSaveBuffer() - Method in class com.caucho.vfs.MemoryStream
-
- openReadAndSaveBuffer() - Method in class com.caucho.vfs.TempStream
-
Opens a read stream to the buffer.
- openReader() - Method in class com.caucho.db.blob.Inode
-
Opens a char reader to the inode.
- openReadImpl() - Method in class com.caucho.env.vfs.RepositoryPath
-
- openReadImpl() - Method in class com.caucho.server.hmux.HmuxPath
-
Returns a read stream for a GET request.
- openReadImpl() - Method in class com.caucho.vfs.ClasspathPath
-
Returns a read stream for a GET request.
- openReadImpl() - Method in class com.caucho.vfs.ConstPath
-
- openReadImpl() - Method in class com.caucho.vfs.DatastorePath
-
Returns the stream implementation for a read stream.
- openReadImpl() - Method in class com.caucho.vfs.FilePath
-
Returns the stream implementation for a read stream.
- openReadImpl() - Method in class com.caucho.vfs.GooglePath
-
Returns the stream implementation for a read stream.
- openReadImpl() - Method in class com.caucho.vfs.HttpPath
-
Returns a read stream for a GET request.
- openReadImpl() - Method in class com.caucho.vfs.HttpsPath
-
Returns a read stream for a GET request.
- openReadImpl(Path) - Method in class com.caucho.vfs.Jar
-
Opens a stream to an entry in the jar.
- openReadImpl(String) - Method in class com.caucho.vfs.Jar
-
- openReadImpl() - Method in class com.caucho.vfs.JarPath
-
- openReadImpl() - Method in class com.caucho.vfs.JniFilePathImpl
-
Returns the stream implementation for a read stream.
- openReadImpl() - Method in class com.caucho.vfs.MemoryPath
-
- openReadImpl() - Method in class com.caucho.vfs.MergePath
-
Opens the best path for reading.
- openReadImpl() - Method in class com.caucho.vfs.NotFoundPath
-
Throws a FileNotFoundException for any read.
- openReadImpl() - Method in class com.caucho.vfs.Path
-
- openReadImpl() - Method in class com.caucho.vfs.PathWrapper
-
- openReadImpl() - Method in class com.caucho.vfs.remote.RemotePath
-
Opens a read stream.
- openReadImpl() - Method in class com.caucho.vfs.StringPath
-
- openReadImpl() - Method in class com.caucho.vfs.TcpPath
-
- openReadWrite() - Method in class com.caucho.vfs.Path
-
Opens a resin ReadWritePair for reading and writing.
- openReadWrite(boolean) - Method in class com.caucho.vfs.Path
-
Opens a resin ReadWritePair for reading and writing.
- openReadWrite(ReadStream, WriteStream) - Method in class com.caucho.vfs.Path
-
Opens a resin ReadWritePair for reading and writing.
- openReadWrite() - Method in class com.caucho.vfs.PathWrapper
-
Opens a resin ReadWritePair for reading and writing.
- openReadWrite(ReadStream, WriteStream) - Method in class com.caucho.vfs.PathWrapper
-
Opens a resin ReadWritePair for reading and writing.
- openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.Vfs
-
- openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.VfsStream
-
- openReadWriteImpl() - Method in class com.caucho.server.hmux.HmuxPath
-
Returns a read/write pair for a POST request.
- openReadWriteImpl() - Method in class com.caucho.vfs.ConstPath
-
- openReadWriteImpl() - Method in class com.caucho.vfs.FilePath
-
- openReadWriteImpl() - Method in class com.caucho.vfs.HttpPath
-
Returns a read/write pair for a POST request.
- openReadWriteImpl() - Method in class com.caucho.vfs.HttpsPath
-
Returns a read/write pair for a POST request.
- openReadWriteImpl() - Method in class com.caucho.vfs.MergePath
-
Opens the best path for reading and writing.
- openReadWriteImpl() - Method in class com.caucho.vfs.Path
-
- openReadWriteImpl() - Method in class com.caucho.vfs.PathWrapper
-
- openReadWriteImpl() - Method in class com.caucho.vfs.TcpPath
-
- openResultDocument(OutputStream) - Method in class com.caucho.xsl.XslWriter
-
- openServer(ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.AbstractLoadBalanceStrategy
-
Opens the next available server.
- openServerSocket(String, int) - Method in class com.caucho.vfs.net.NetworkSystem
-
- openServerSocket(InetAddress, int, int, boolean) - Method in class com.caucho.vfs.net.NetworkSystem
-
- openServerSocket(InetAddress, int, int, boolean) - Method in class com.caucho.vfs.net.TcpNetworkSystem
-
- openSource(InputSource) - Method in class com.caucho.xml.AbstractParser
-
Opens the source
- openSource(InputSource) - Method in class com.caucho.xml2.AbstractParser
-
Opens the source
- OpenSSLFactory - Class in com.caucho.vfs
-
Abstract socket to handle both normal sockets and bin/resin sockets.
- OpenSSLFactory() - Constructor for class com.caucho.vfs.OpenSSLFactory
-
Creates a ServerSocket factory without initializing it.
- openSticky(String, Object, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.ClusterLoadBalanceManager
-
Opens the next available server.
- openSticky(String, Object, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.LoadBalanceManager
-
Opens the next available server, using a sticky session if available.
- openSticky(String, Object, ClientSocketFactory) - Method in class com.caucho.cloud.loadbalance.SingleLoadBalanceManager
-
Opens the next available server.
- openSticky() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Open a stream to the target server for a session.
- openSticky() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Open a stream to the target server for a session.
- openStream(String, String) - Method in class com.caucho.xml.AbstractParser
-
Looks up an input stream from the system id.
- openStream(String, String, EntityResolver) - Method in class com.caucho.xml.AbstractParser
-
Looks up an input stream from the system id.
- openStream(String, String, EntityResolver, boolean) - Method in class com.caucho.xml.AbstractParser
-
Looks up an input stream from the system id.
- openStream(String, String) - Method in class com.caucho.xml2.AbstractParser
-
Looks up an input stream from the system id.
- openStream(String, String, EntityResolver) - Method in class com.caucho.xml2.AbstractParser
-
Looks up an input stream from the system id.
- openStream(String, String, EntityResolver, boolean) - Method in class com.caucho.xml2.AbstractParser
-
Looks up an input stream from the system id.
- openString(String) - Static method in class com.caucho.vfs.Vfs
-
- openTopStream(String, String) - Method in class com.caucho.xml.AbstractParser
-
Looks up an input stream from the system id.
- openTopStream(String, String) - Method in class com.caucho.xml2.AbstractParser
-
Looks up an input stream from the system id.
- openURI(Env, Path) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Opens the writer for a uri target
- openWarm() - Method in class com.caucho.network.balance.ClientSocketFactory
-
Open a stream to the target server, restricted by warmup.
- openWarm() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
Open a stream to the target server.
- openWrite(long, int) - Method in interface com.caucho.db.io.StoreReadWrite
-
Opens the underlying file to the database.
- openWrite(long, int) - Method in class com.caucho.db.io.StoreReadWriteImpl
-
Opens the underlying file to the database.
- openWrite(long, int) - Method in class com.caucho.db.io.StoreReadWriteMmapNio
-
Opens the underlying file to the database.
- openWrite(HttpServletResponse) - Method in class com.caucho.quercus.servlet.QuercusServletImpl
-
- openWrite(HttpServletResponse) - Method in class com.caucho.quercus.servlet.ResinQuercusServlet
-
- openWrite(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.AbstractPath
-
Opens an OutputStream for writing.
- openWrite(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.ApplicationPath
-
Opens an OutputStream for writing.
- openWrite(byte[], int, boolean) - Static method in class com.caucho.vfs.JniFileStream
-
- openWrite() - Method in class com.caucho.vfs.Path
-
Opens a resin WriteStream for writing.
- openWrite() - Method in class com.caucho.vfs.StringWriter
-
Opens a write stream using this StringWriter as the resulting string
- openWrite() - Method in class com.caucho.vfs.TempCharStream
-
Initializes the temp stream for writing.
- openWrite() - Method in class com.caucho.vfs.TempStream
-
Initializes the temp stream for writing.
- openWrite(OutputStream) - Static method in class com.caucho.vfs.Vfs
-
- openWrite(Writer) - Static method in class com.caucho.vfs.Vfs
-
- openWrite(CharBuffer) - Static method in class com.caucho.vfs.Vfs
-
Creates a write stream to a CharBuffer.
- openWrite(String) - Static method in class com.caucho.vfs.Vfs
-
- openWrite(OutputStream) - Static method in class com.caucho.vfs.VfsStream
-
- openWrite(ExprEnvironment, String) - Method in class com.caucho.xsl.XslWriter
-
- openWriteImpl() - Method in class com.caucho.vfs.ConstPath
-
- openWriteImpl() - Method in class com.caucho.vfs.DatastorePath
-
- openWriteImpl() - Method in class com.caucho.vfs.FilePath
-
- openWriteImpl() - Method in class com.caucho.vfs.GoogleBlobStorePath
-
- openWriteImpl() - Method in class com.caucho.vfs.GoogleStorePath
-
- openWriteImpl() - Method in class com.caucho.vfs.JniFilePathImpl
-
Returns the stream implementation for a write stream.
- openWriteImpl() - Method in class com.caucho.vfs.MailtoPath
-
Implementation to open a WriteStream.
- openWriteImpl() - Method in class com.caucho.vfs.MemoryPath
-
- openWriteImpl() - Method in class com.caucho.vfs.MergePath
-
Opens the best path for writing.
- openWriteImpl() - Method in class com.caucho.vfs.Path
-
- openWriteImpl() - Method in class com.caucho.vfs.PathWrapper
-
- openWriter() - Method in class com.caucho.db.blob.Inode
-
Opens a char writer to the inode.
- openWriter() - Method in class com.caucho.server.httpcache.AbstractCacheEntry
-
Opens a writer for char entries.
- openWriter() - Method in class com.caucho.server.httpcache.ProxyCacheEntry
-
Opens the inode for writing.
- openWriter() - Method in class com.caucho.server.httpcache.TempFileInode
-
- Operation() - Constructor for class com.caucho.server.admin.ListJmxQueryReply.Operation
-
- OPT_BINARY_PROTOCOL - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_BUFFER_WRITES - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_CACHE_LOOKUPS - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_COMPRESSION - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_CONNECT_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_DISTRIBUTION - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_HASH - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_LIBKETAMA_COMPATIBLE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_NO_BLOCK - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_POLL_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_PREFIX_KEY - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_RECV_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_RETRY_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_SEND_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_SERIALIZER - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_SERVER_FAILURE_LIMIT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_SOCKET_RECV_SIZE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_SOCKET_SEND_SIZE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OPT_TCP_NODELAY - Static variable in class com.caucho.quercus.lib.memcache.Memcached
-
- OptimisticLockException - Exception in javax.persistence
-
Thrown by the persistence provider when an
optimistic locking conflict occurs.
- OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
-
- OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
-
- OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
-
- OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
-
- OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
-
- OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
-
- Optional - Annotation Type in com.caucho.quercus.annotation
-
The @Optional annotation.
- OptionalFeature - Enum in javax.cache
-
The lifecycle status of the Cache.
- options(Env, int, Value) - Method in class com.caucho.quercus.lib.db.Mysqli
-
Sets a mysqli option.
- OptionsModule - Class in com.caucho.quercus.lib
-
PHP options
- OptionsModule() - Constructor for class com.caucho.quercus.lib.OptionsModule
-
- OR - Static variable in class com.caucho.amber.query.QueryParser
-
- Or - Class in com.caucho.health.predicate
-
Matches if any of the child predicates match.
- Or() - Constructor for class com.caucho.health.predicate.Or
-
- Or - Class in com.caucho.rewrite
-
Matches if any of the child predicates match.
- Or() - Constructor for class com.caucho.rewrite.Or
-
- OR - Static variable in class com.caucho.xpath.Expr
-
- or(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- or(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- Oracle - Class in com.caucho.quercus.lib.db
-
oracle connection class (oracle has NO object oriented API)
- Oracle(Env, String, String, String, String, int, String, String) - Constructor for class com.caucho.quercus.lib.db.Oracle
-
- OracleMetaData - Class in com.caucho.jdbc
-
Abstract way of grabbing data from the JDBC connection.
- OracleMetaData(DataSource) - Constructor for class com.caucho.jdbc.OracleMetaData
-
- OracleModule - Class in com.caucho.quercus.lib.db
-
Quercus oracle routines.
- OracleModule() - Constructor for class com.caucho.quercus.lib.db.OracleModule
-
- OracleOciCollection - Class in com.caucho.quercus.lib.db
-
Quercus Oracle OCI-Collection object oriented API.
- OracleOciLob - Class in com.caucho.quercus.lib.db
-
Quercus Oracle OCI-Lob object oriented API.
- OracleResult - Class in com.caucho.quercus.lib.db
-
oracle result set class (postgres has NO object oriented API)
- OracleResult(ResultSet, Oracle) - Constructor for class com.caucho.quercus.lib.db.OracleResult
-
Constructor for OracleResult
- OracleResult(ResultSetMetaData, Oracle) - Constructor for class com.caucho.quercus.lib.db.OracleResult
-
Constructor for OracleResult
- OracleStatement - Class in com.caucho.quercus.lib.db
-
Oracle statement class.
- OrConditions - Class in com.caucho.server.rewrite
-
- OrConditions(RewriteDispatch) - Constructor for class com.caucho.server.rewrite.OrConditions
-
- OrConditions() - Constructor for class com.caucho.server.rewrite.OrConditions
-
- ord(StringValue) - Static method in class com.caucho.quercus.lib.string.StringModule
-
Converts the first character to an integer.
- ORDER - Static variable in class com.caucho.amber.query.QueryParser
-
- Order - Interface in javax.persistence.criteria
-
Represents an order expression.
- orderBy(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
-
- orderBy(List<Order>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
- OrderBy - Annotation Type in javax.persistence
-
The @OrderBy annotation.
- OrderColumn - Annotation Type in javax.persistence
-
The @OrderColumn annotation.
- ORDERED_LIBS - Static variable in interface javax.servlet.ServletContext
-
- Ordering - Class in com.caucho.server.webapp
-
- Ordering() - Constructor for class com.caucho.server.webapp.Ordering
-
- OrExpr - Class in com.caucho.amber.expr
-
A disjunction.
- OrExpr() - Constructor for class com.caucho.amber.expr.OrExpr
-
- OrExpr - Class in com.caucho.quercus.lib.gettext.expr
-
- OrExpr(Expr, Expr) - Constructor for class com.caucho.quercus.lib.gettext.expr.OrExpr
-
- org.springframework.instrument.classloading - package org.springframework.instrument.classloading
-
- orig - Variable in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- orig - Variable in class javax.servlet.jsp.jstl.core.IteratedExpression
-
- OrSelector - Class in com.caucho.jms.selector
-
The base selector.
- os - Variable in class com.caucho.burlap.io.BurlapOutput
-
- os - Variable in class com.caucho.hessian.io.HessianOutput
-
- os - Variable in class com.caucho.hessian.micro.MicroHessianOutput
-
- OsgiBundleMXBean - Interface in com.caucho.management.server
-
MBean API for an OsgiBundle
- OsgiServiceBinding - Annotation Type in com.caucho.config.annotation
-
The @OsgiServiceBinding fires a startup event to register the
bean as an osgi service.
- OsgiServiceMXBean - Interface in com.caucho.management.server
-
MBean API for an OsgiService
- OsgiServiceStartup - Annotation Type in com.caucho.config
-
- othersDeletesAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if deletes made by others are visible.
- othersInsertsAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if inserts made by others are visible.
- othersUpdatesAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if updates made by others are visible.
- otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
-
- otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
-
- otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
- otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
- OtherwiseTag - Class in com.caucho.jstl
-
Tag representing an "otherwise" condition.
- OtherwiseTag() - Constructor for class com.caucho.jstl.OtherwiseTag
-
- OUT - Static variable in class javax.servlet.jsp.PageContext
-
- OutboundMessageStream - Class in com.caucho.bam.client
-
HMTP client protocol
- OutboundMessageStream(LinkConnectionFactory, Broker) - Constructor for class com.caucho.bam.client.OutboundMessageStream
-
- OutboundResourceAdapterConfig - Class in com.caucho.jca.cfg
-
Configuration for a connector.
- OUTER - Static variable in class com.caucho.amber.query.QueryParser
-
- OuterIterator - Interface in com.caucho.quercus.lib.spl
-
- outgoingAccepted(long) - Method in class com.caucho.amqp.common.AmqpSession
-
- output_add_rewrite_var(Env, String, String) - Static method in class com.caucho.quercus.lib.OutputModule
-
Adds a variable to the list for rewritten URLs.
- output_reset_rewrite_vars(Env) - Static method in class com.caucho.quercus.lib.OutputModule
-
Clears the list of variables for rewritten URLs.
- OutputBuffer - Class in com.caucho.quercus.env
-
Represents a PHP output buffer
- outputChar(int) - Method in class com.caucho.vfs.AbstractByteToChar
-
- outputChar(int) - Method in class com.caucho.vfs.ByteToChar
-
- outputChar(int) - Method in class com.caucho.vfs.ByteToCharWriter
-
- OutputFormat - Class in com.caucho.xsl
-
Encapsulates the xsl:output attributes.
- OutputFormat() - Constructor for class com.caucho.xsl.OutputFormat
-
- outputMemory() - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Returns the memory result
- OutputModule - Class in com.caucho.quercus.lib
-
PHP output routines.
- OutputModule() - Constructor for class com.caucho.quercus.lib.OutputModule
-
- OutputStreamWithBuffer - Class in com.caucho.vfs
-
An OutputStream with an accessible buffer.
- OutputStreamWithBuffer() - Constructor for class com.caucho.vfs.OutputStreamWithBuffer
-
- OutStore - Interface in com.caucho.db.io
-
Write access to the random access filesystem.
- OutTag - Class in com.caucho.jstl.rt
-
- OutTag() - Constructor for class com.caucho.jstl.rt.OutTag
-
- overload(AbstractJavaMethod) - Method in class com.caucho.quercus.env.AbstractJavaMethod
-
Returns an overloaded java method.
- overload(AbstractJavaMethod) - Method in class com.caucho.quercus.env.JavaOverloadMethod
-
Returns an overloaded java method.
- override(AmberBeanType) - Method in class com.caucho.amber.field.AbstractField
-
Creates a copy of the field for a parent
- override(AmberBeanType) - Method in interface com.caucho.amber.field.AmberField
-
Override the field
- override(AmberBeanType) - Method in class com.caucho.amber.field.EmbeddedSubField
-
Override the field
- override(AmberBeanType) - Method in class com.caucho.amber.field.KeyPropertyField
-
Creates a copy of the field for a parent
- override(AmberBeanType) - Method in class com.caucho.amber.field.ManyToOneField
-
Creates a copy of the field for a parent
- override(AmberBeanType) - Method in class com.caucho.amber.field.PropertyField
-
Creates a copy of the field for a parent
- overrideState(CloudServerState) - Method in class com.caucho.cloud.topology.CloudServer
-
- ownDeletesAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if deletes made by self are visible.
- OWNER_VALUES - Static variable in enum com.caucho.cloud.topology.TriadOwner
-
- OWNER_VALUES - Static variable in class com.caucho.server.cluster.ClusterPod
-
- OwnerCreationalContext<T> - Class in com.caucho.config.inject
-
Stack of partially constructed beans.
- OwnerCreationalContext(Contextual<T>) - Constructor for class com.caucho.config.inject.OwnerCreationalContext
-
- OwnerCreationalContext(Contextual<T>, CreationalContextImpl<?>) - Constructor for class com.caucho.config.inject.OwnerCreationalContext
-
- ownerDocument(Node) - Method in class com.caucho.xsl.StylesheetImpl
-
- OwnerServerTriad - Class in com.caucho.server.cluster
-
The primary,secondary,tertiary for a ClusterTriad.Owner
- OwnerServerTriad(ClusterServer, ClusterServer, ClusterServer) - Constructor for class com.caucho.server.cluster.OwnerServerTriad
-
Creates the server triad for a ClusterTriad.Owner
- ownInsertsAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if inserts made by self are visible.
- ownUpdatesAreVisible(int) - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
-
Returns true if updates made by self are visible.