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

O

OBJECT - Static variable in class com.caucho.bytecode.JClass
 
OBJECT - Static variable in class com.caucho.el.Marshall
 
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
 
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
 
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
 
ObjectIdentifierValue - Class in com.caucho.server.snmp.types
 
ObjectIdentifierValue(String) - Constructor for class com.caucho.server.snmp.types.ObjectIdentifierValue
 
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
 
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.
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
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.
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.
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
 
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(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
 
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
 
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
 
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
 
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() - 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.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
 
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.
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(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
 
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
 
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.
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.
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
 
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(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.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() - 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
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(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.topology.AbstractCloudServerListener
 
onTriadAdd(TriadServer) - Method in interface com.caucho.cloud.topology.CloudServerListener
 
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() - 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(Class) - Static method in class com.caucho.util.Log
Returns the logger for a class.
open(int, int) - Static method in class com.caucho.vfs.JniServerSocketImpl
 
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
 
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.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
 
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
openConnection(URL) - Method in class com.caucho.vfs.memory.Handler
 
openDataSource(String, String, String, String) - Static method in class com.caucho.jstl.el.SqlSetDataSourceTag
 
openFile(String) - Method in class com.caucho.env.git.GitCommitJar
 
openFile() - Method in class com.caucho.env.git.GitWorkingTree
 
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.MergePath
Opens the best path for random access.
openFileRandomAccess() - Method in class com.caucho.vfs.Path
Opens a random-access stream.
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() - 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.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.
openLogStream(String) - Method in class com.caucho.env.log.LogSystem
 
openLogStream(long, String, String, Level) - Method in class com.caucho.env.log.LogSystem
 
openMemoryMappedFile(long) - Method in class com.caucho.vfs.FilePath
 
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.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.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.
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.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.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.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
 
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
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.
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.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.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.TempFileInode
 
Operation() - Constructor for class com.caucho.server.admin.ListJmxQueryReply.Operation
 
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
 
OptionalFeature - Enum in javax.cache
The lifecycle status of the Cache.
OR - Static variable in class com.caucho.amber.query.QueryParser
 
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
 
OracleMetaData - Class in com.caucho.jdbc
Abstract way of grabbing data from the JDBC connection.
OracleMetaData(DataSource) - Constructor for class com.caucho.jdbc.OracleMetaData
 
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
 
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
 
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.
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
 
outgoingAccepted(long) - Method in class com.caucho.amqp.common.AmqpSession
 
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
 
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
 
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links