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 _

W

W3C - Static variable in class com.caucho.quercus.lib.date.DateTime
 
waitFor() - Method in class com.caucho.bootjni.JniProcess
 
waitForActive(long) - Method in class com.caucho.lifecycle.Lifecycle
Wait for a period of time until the service starts.
waitForExit() - Method in class com.caucho.server.resin.Resin
Thread to wait until Resin should be stopped.
waitForFlush(long) - Method in class com.caucho.server.log.AccessLogWriter
 
waitForRead() - Method in class com.caucho.vfs.ReadStream
Waits for data to be available.
wake() - Method in class com.caucho.server.cluster.ServerConnector
We now know that the server is live, e.g.
wake() - Method in class com.caucho.server.cluster.ServerPool
We now know that the server is live, e.g.
wake() - Method in class com.caucho.server.connection.Connection
Wake the controller.
wake() - Method in class com.caucho.server.connection.ConnectionController
Wakes the connection.
wake() - Method in class com.caucho.server.port.TcpConnection
Wakes the connection (comet-style).
wake() - Method in interface com.caucho.servlet.comet.CometController
Wakes the connection.
warning(String) - Method in class com.caucho.quercus.env.Env
A runtime warning.
warning(Location, String) - Method in class com.caucho.quercus.env.Env
A runtime warning.
warning(String, Throwable) - Method in class com.caucho.quercus.env.Env
A warning with an exception.
warning(Location, String, Throwable) - Method in class com.caucho.quercus.env.Env
A warning with an exception.
warning(Throwable) - Method in class com.caucho.quercus.env.Env
A warning with an exception.
warning(Location, Throwable) - Method in class com.caucho.quercus.env.Env
A warning with an exception.
warning(SAXParseException) - Method in class com.caucho.relaxng.VerifierFilter
 
warning(SAXParseException) - Method in class com.caucho.xml.DOMBuilder
 
warning(SAXParseException) - Method in class com.caucho.xml2.DOMBuilder
 
warning_count(Env) - Method in class com.caucho.quercus.lib.db.Mysqli
returns the number of warnings from the last query in the connection object.
wasNull() - Method in class com.caucho.amber.query.ResultSetImpl
Returns true if the last column read was null.
wasNull() - Method in class com.caucho.db.jdbc.AbstractResultSet
 
wasNull() - Method in class com.caucho.db.jdbc.GeneratedKeysResultSet
 
wasNull() - Method in class com.caucho.db.jdbc.NullResultSet
 
wasNull() - Method in class com.caucho.db.jdbc.ResultSetImpl
 
wasNull() - Method in class com.caucho.db.ResultSetImpl
 
wasNull() - Method in class com.caucho.db.sql.SelectResult
Returns true if the last column read was null.
wasNull() - Method in class com.caucho.db.sql.SelectResultSetImpl
Returns true if the last column read was null.
wasNull() - Method in class com.caucho.sql.UserCallableStatement
Returns true if the last out parameter was null.
wasNull() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
 
wasNull() - Method in class com.caucho.tools.profiler.ResultSetWrapper
 
WatchdogAPI - Interface in com.caucho.boot
Process responsible for watching a backend server.
WatchdogMXBean - Interface in com.caucho.management.server
Management interface for the watchdog thread watching a server.
WatchdogServlet - Class in com.caucho.boot
Process responsible for watching a backend server.
WatchdogServlet() - Constructor for class com.caucho.boot.WatchdogServlet
 
WbBinding - Class in com.caucho.webbeans.cfg
Configuration for the xml web bean component.
WbBinding() - Constructor for class com.caucho.webbeans.cfg.WbBinding
 
WbBinding(Annotation) - Constructor for class com.caucho.webbeans.cfg.WbBinding
 
WbBinding.WbBindingValue - Class in com.caucho.webbeans.cfg
 
WbComponentConfig - Class in com.caucho.webbeans.cfg
Configuration for the xml web bean component.
WbComponentConfig() - Constructor for class com.caucho.webbeans.cfg.WbComponentConfig
 
WbComponentConfig(WbWebBeans) - Constructor for class com.caucho.webbeans.cfg.WbComponentConfig
 
WbComponentType - Class in com.caucho.webbeans.cfg
Configuration for the xml component type.
WbComponentType(Class) - Constructor for class com.caucho.webbeans.cfg.WbComponentType
 
WbInterceptor - Class in com.caucho.webbeans.cfg
Configuration for the xml interceptor.
WbWebBeans - Class in com.caucho.webbeans.cfg
Configuration for a classloader root containing webbeans
WbWebBeans(WebBeansContainer, Path) - Constructor for class com.caucho.webbeans.cfg.WbWebBeans
 
WbWebBeans.Interceptors - Class in com.caucho.webbeans.cfg
 
WbWebBeans.Interceptors() - Constructor for class com.caucho.webbeans.cfg.WbWebBeans.Interceptors
 
WbWebBeans.WbComponentTypes - Class in com.caucho.webbeans.cfg
 
WbWebBeans.WbComponentTypes() - Constructor for class com.caucho.webbeans.cfg.WbWebBeans.WbComponentTypes
 
WeakAlarm - Class in com.caucho.util
The alarm class provides a lightweight event scheduler.
WeakAlarm(AlarmListener) - Constructor for class com.caucho.util.WeakAlarm
Create a new wakeup alarm with a designated listener as a callback.
WeakAlarm(String, AlarmListener) - Constructor for class com.caucho.util.WeakAlarm
Create a new wakeup alarm with a designated listener as a callback.
WeakAlarm(String, AlarmListener, long) - Constructor for class com.caucho.util.WeakAlarm
Creates a named alarm and schedules its wakeup.
WeakAlarm(AlarmListener, long) - Constructor for class com.caucho.util.WeakAlarm
Creates a new alarm and schedules its wakeup.
WeakCloseListener - Class in com.caucho.loader
Waits for the close event and calls a destroy() method.
WeakCloseListener(Object) - Constructor for class com.caucho.loader.WeakCloseListener
Creates the new close listener.
WeakDestroyListener - Class in com.caucho.loader
Waits for the stop event and calls a @PreDestroy
WeakDestroyListener(Method, Object) - Constructor for class com.caucho.loader.WeakDestroyListener
Creates the new stop listener.
WeakLoaderListener - Class in com.caucho.loader
Waits for the close event and calls a destroy() method.
WeakLoaderListener(ClassLoaderListener) - Constructor for class com.caucho.loader.WeakLoaderListener
Creates the new close listener.
WeakLruCache<K,V> - Class in com.caucho.util
Fixed length cache with a LRU replacement policy.
WeakLruCache(int) - Constructor for class com.caucho.util.WeakLruCache
Create the LRU cache with a specific capacity.
WeakStopListener - Class in com.caucho.loader
Waits for the stop event and calls a stop() method.
WeakStopListener(Object) - Constructor for class com.caucho.loader.WeakStopListener
Creates the new stop listener.
WebApp - Class in com.caucho.server.webapp
Resin's webApp implementation.
WebApp(Path) - Constructor for class com.caucho.server.webapp.WebApp
Creates the webApp with its environment loader.
WebAppAdmin - Class in com.caucho.server.webapp
The admin implementation for a web-app.
WebAppAdmin(WebAppController) - Constructor for class com.caucho.server.webapp.WebAppAdmin
 
WebAppCommandQuery - Class in com.caucho.server.admin
 
WebAppCommandQuery() - Constructor for class com.caucho.server.admin.WebAppCommandQuery
 
WebAppCommandQuery.WebAppCommand - Enum in com.caucho.server.admin
 
WebAppConfig - Class in com.caucho.server.webapp
The configuration for a web-app in the resin.conf
WebAppConfig() - Constructor for class com.caucho.server.webapp.WebAppConfig
 
WebAppContainer - Class in com.caucho.server.webapp
Resin's webApp implementation.
WebAppContainer() - Constructor for class com.caucho.server.webapp.WebAppContainer
Creates the webApp with its environment loader.
WebAppContainer(EnvironmentClassLoader) - Constructor for class com.caucho.server.webapp.WebAppContainer
Creates the webApp with its environment loader.
WebAppController - Class in com.caucho.server.webapp
A configuration entry for a web-app.
WebAppController() - Constructor for class com.caucho.server.webapp.WebAppController
 
WebAppController(String, String, Path, WebAppContainer) - Constructor for class com.caucho.server.webapp.WebAppController
 
WebAppController.Var - Class in com.caucho.server.webapp
EL variables for the app.
WebAppController.Var() - Constructor for class com.caucho.server.webapp.WebAppController.Var
 
WebAppDeployMXBean - Interface in com.caucho.management.server
 
WebAppEarDeployGenerator - Class in com.caucho.server.webapp
The generator for the ear deploy
WebAppEarDeployGenerator(DeployContainer<WebAppController>, WebAppContainer, EarDeployGenerator) - Constructor for class com.caucho.server.webapp.WebAppEarDeployGenerator
Creates the new host deploy.
WebAppEmbed - Class in com.caucho.resin
Embeddable version of a Resin web-app.
WebAppEmbed() - Constructor for class com.caucho.resin.WebAppEmbed
Creates a new embedded webapp
WebAppEmbed(String) - Constructor for class com.caucho.resin.WebAppEmbed
Creates a new embedded webapp
WebAppEmbed(String, String) - Constructor for class com.caucho.resin.WebAppEmbed
Creates a new embedded webapp
WebAppExpandDeployGenerator - Class in com.caucho.server.webapp
The generator for the web-app deploy
WebAppExpandDeployGenerator(DeployContainer<WebAppController>, WebAppContainer) - Constructor for class com.caucho.server.webapp.WebAppExpandDeployGenerator
Creates the new expand deploy.
WebAppExpandDeployGeneratorAdmin - Class in com.caucho.server.webapp
 
WebAppExpandDeployGeneratorAdmin(WebAppExpandDeployGenerator) - Constructor for class com.caucho.server.webapp.WebAppExpandDeployGeneratorAdmin
 
WebAppFilterChain - Class in com.caucho.server.webapp
Represents the next filter in a filter chain.
WebAppFilterChain(FilterChain, WebApp) - Constructor for class com.caucho.server.webapp.WebAppFilterChain
Creates a new FilterChainFilter.
WebAppFilterChain(FilterChain, WebApp, boolean) - Constructor for class com.caucho.server.webapp.WebAppFilterChain
Creates a new FilterChainFilter.
WebAppLocalDeployEmbed - Class in com.caucho.resin
Enables the local deployment service at /resin.deploy
WebAppLocalDeployEmbed() - Constructor for class com.caucho.resin.WebAppLocalDeployEmbed
 
WebAppMXBean - Interface in com.caucho.management.server
MBean API for the WebApp.
WebAppQuery - Class in com.caucho.server.admin
 
WebAppQuery() - Constructor for class com.caucho.server.admin.WebAppQuery
 
WebAppRegexpDeployGenerator - Class in com.caucho.server.webapp
The generator for the web-app deploy
WebAppRegexpDeployGenerator(DeployContainer<WebAppController>) - Constructor for class com.caucho.server.webapp.WebAppRegexpDeployGenerator
Creates the new host deploy.
WebAppRegexpDeployGenerator(DeployContainer<WebAppController>, WebAppContainer, WebAppConfig) - Constructor for class com.caucho.server.webapp.WebAppRegexpDeployGenerator
Creates the new host deploy.
WebAppSingleDeployGenerator - Class in com.caucho.server.webapp
The generator for the web-app deploy
WebAppSingleDeployGenerator(DeployContainer<WebAppController>) - Constructor for class com.caucho.server.webapp.WebAppSingleDeployGenerator
Creates the new host deploy.
WebAppSingleDeployGenerator(DeployContainer<WebAppController>, WebAppContainer, WebAppConfig) - Constructor for class com.caucho.server.webapp.WebAppSingleDeployGenerator
Creates the new web-app deploy.
WebAppVersioningController - Class in com.caucho.server.webapp
A configuration entry for a versioning web-app.
WebAppVersioningController(String, String, WebAppExpandDeployGenerator, WebAppContainer) - Constructor for class com.caucho.server.webapp.WebAppVersioningController
 
WebBeans - Class in com.caucho.webbeans
The web beans for a given environment (?)
WebBeansAddLoaderListener - Class in com.caucho.webbeans.manager
Listener for environment creation to detect webbeans
WebBeansAddLoaderListener() - Constructor for class com.caucho.webbeans.manager.WebBeansAddLoaderListener
 
WebBeansContainer - Class in com.caucho.webbeans.manager
The web beans container for a given environment.
WebBeansContextResolver - Class in com.caucho.webbeans.el
Variable resolution for webbeans variables
WebBeansContextResolver() - Constructor for class com.caucho.webbeans.el.WebBeansContextResolver
 
WebBeansELResolver - Class in com.caucho.webbeans.el
Variable resolution for webbeans variables
WebBeansELResolver() - Constructor for class com.caucho.webbeans.el.WebBeansELResolver
 
WebBeansHandle - Class in com.caucho.webbeans.component
Handle for webbeans serialization
WebBeansHandle() - Constructor for class com.caucho.webbeans.component.WebBeansHandle
 
WebBeansHandle(Class) - Constructor for class com.caucho.webbeans.component.WebBeansHandle
Constructor for known/system singletons
WebBeansHandle(Type, ArrayList<WbBinding>) - Constructor for class com.caucho.webbeans.component.WebBeansHandle
 
WebComponent - Class in com.caucho.webbeans.manager
Configuration for the xml web bean component.
WebComponent(Type) - Constructor for class com.caucho.webbeans.manager.WebComponent
 
WebDavServlet - Class in com.caucho.servlets.webdav
Serves the WebDAV protocol.
WebDavServlet() - Constructor for class com.caucho.servlets.webdav.WebDavServlet
 
WebmailServlet - Class in com.caucho.web.webmail
 
WebmailServlet() - Constructor for class com.caucho.web.webmail.WebmailServlet
 
WebModule - Class in com.caucho.server.e_app
Configuration for the application web module
WebModule() - Constructor for class com.caucho.server.e_app.WebModule
 
WebOnly - Class in com.caucho.xtpdoc
 
WebOnly(Document) - Constructor for class com.caucho.xtpdoc.WebOnly
 
WebResourceCollection - Class in com.caucho.server.security
Configuration for the web-resource-collection.
WebResourceCollection() - Constructor for class com.caucho.server.security.WebResourceCollection
 
WebResourceCollection.HttpMethod - Enum in com.caucho.server.security
 
WebServiceFilterChain - Class in com.caucho.server.dispatch
Represents the final servlet in a filter chain.
WebServiceFilterChain(ServletConfigImpl) - Constructor for class com.caucho.server.dispatch.WebServiceFilterChain
Create the filter chain servlet.
WebServiceServletFactory - Interface in com.caucho.remote.server
A factory for creating @WebService servlets.
WelcomeFileList - Class in com.caucho.server.webapp
Configuration for welcome-file-list.
WelcomeFileList() - Constructor for class com.caucho.server.webapp.WelcomeFileList
 
WhenTag - Class in com.caucho.jstl.el
Tag representing an "when" condition.
WhenTag() - Constructor for class com.caucho.jstl.el.WhenTag
 
WHERE - Static variable in class com.caucho.amber.query.QueryParser
 
WhileStatement - Class in com.caucho.quercus.program
Represents a while statement.
WhileStatement(Location, Expr, Statement) - Constructor for class com.caucho.quercus.program.WhileStatement
 
WHITESPACE - Static variable in class com.caucho.quercus.lib.xml.XmlReader
 
WIDE - Static variable in class com.caucho.bytecode.CodeVisitor
 
Widget<S extends WidgetState> - Class in com.caucho.widget
A Widget stores request specific state (S).
Widget() - Constructor for class com.caucho.widget.Widget
 
Widget(String) - Constructor for class com.caucho.widget.Widget
 
Widget(Widget) - Constructor for class com.caucho.widget.Widget
 
Widget(Widget, String) - Constructor for class com.caucho.widget.Widget
 
WidgetConnection - Class in com.caucho.widget
 
WidgetConnection() - Constructor for class com.caucho.widget.WidgetConnection
 
WidgetContainer - Class in com.caucho.widget
A Widget that contains other widgets.
WidgetContainer() - Constructor for class com.caucho.widget.WidgetContainer
 
WidgetContainer(String) - Constructor for class com.caucho.widget.WidgetContainer
 
WidgetContainer(Widget) - Constructor for class com.caucho.widget.WidgetContainer
 
WidgetContainer(Widget, String) - Constructor for class com.caucho.widget.WidgetContainer
 
WidgetContainerState - Class in com.caucho.widget
 
WidgetContainerState() - Constructor for class com.caucho.widget.WidgetContainerState
 
WidgetError - Class in com.caucho.widget
 
WidgetError() - Constructor for class com.caucho.widget.WidgetError
 
WidgetError(String) - Constructor for class com.caucho.widget.WidgetError
 
WidgetException - Exception in com.caucho.widget
 
WidgetException() - Constructor for exception com.caucho.widget.WidgetException
 
WidgetException(String) - Constructor for exception com.caucho.widget.WidgetException
 
WidgetException(String, Throwable) - Constructor for exception com.caucho.widget.WidgetException
 
WidgetException(Throwable) - Constructor for exception com.caucho.widget.WidgetException
 
WidgetMode - Class in com.caucho.widget
 
WidgetMode(String) - Constructor for class com.caucho.widget.WidgetMode
 
WidgetMode() - Constructor for class com.caucho.widget.WidgetMode
 
WidgetPreference - Class in com.caucho.widget
 
WidgetPreference() - Constructor for class com.caucho.widget.WidgetPreference
 
WidgetPreferences - Class in com.caucho.widget
 
WidgetPreferences() - Constructor for class com.caucho.widget.WidgetPreferences
 
WidgetRenderer<S> - Class in com.caucho.widget
A WidgetRenderer renders a Widget (of type W) using a state object (of type S).
WidgetRenderer() - Constructor for class com.caucho.widget.WidgetRenderer
 
WidgetState - Class in com.caucho.widget
The state for a widget is restored from and saved to a String[].
WidgetState() - Constructor for class com.caucho.widget.WidgetState
 
WidgetURL - Class in com.caucho.widget
 
WidgetURL() - Constructor for class com.caucho.widget.WidgetURL
 
WidgetUtil - Class in com.caucho.widget
 
WidgetUtil() - Constructor for class com.caucho.widget.WidgetUtil
 
WidgetWarning - Class in com.caucho.widget
 
WidgetWarning() - Constructor for class com.caucho.widget.WidgetWarning
 
WidgetWarning(String) - Constructor for class com.caucho.widget.WidgetWarning
 
WidgetWriter - Class in com.caucho.widget
 
WidgetWriter(Writer) - Constructor for class com.caucho.widget.WidgetWriter
 
Window - Interface in com.caucho.portal.generic
A Window represents the use of a portlet on a page.
WindowContext - Class in com.caucho.portal.generic.context
Some of the state of the Context depends on the current portlet being rendered.
WindowContext() - Constructor for class com.caucho.portal.generic.context.WindowContext
 
WindowsHackReader - Class in com.caucho.vfs.i18n
Implements an encoding reader to convert the stupid windows "smart" quotes into ISO-8859-1 (Latin-1) characters.
WindowsHackReader() - Constructor for class com.caucho.vfs.i18n.WindowsHackReader
Null-arg constructor for instantiation by com.caucho.vfs.Encoding only.
WindowsHackWriter - Class in com.caucho.vfs.i18n
Implements an encoding char-to-byte writer for the windows hack factory.
WindowsHackWriter() - Constructor for class com.caucho.vfs.i18n.WindowsHackWriter
Null-arg constructor for instantiation by com.caucho.vfs.Encoding only.
wordwrap(String, int, String, boolean) - Static method in class com.caucho.quercus.lib.string.StringModule
Wraps a string to the given number of characters.
Work - Interface in javax.resource.spi.work
A work instance.
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
 
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
 
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
 
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
 
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Called with a Work instance has been accepted.
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Called with a Work instance has been accepted.
WorkAdapter - Class in javax.resource.spi.work
A work listener convenience class
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Called with a Work instance has completed
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Called with a Work instance has completed
WorkCompletedException - Exception in javax.resource.spi.work
An exception for an unavailable service.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
 
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
 
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
 
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
 
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
 
WorkDir - Class in com.caucho.java
 
WorkDir() - Constructor for class com.caucho.java.WorkDir
 
WorkEvent - Class in javax.resource.spi.work
A work event.
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Called with a Work instance has been accepted.
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Called with a Work instance has been accepted.
WorkException - Exception in javax.resource.spi.work
An exception for an unavailable service.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
 
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
 
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
 
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
 
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
 
WorkListener - Interface in javax.resource.spi.work
A work instance.
WorkManager - Interface in javax.resource.spi.work
Allow submission of work instances.
WorkManagerImpl - Class in com.caucho.jca
Implementation of the work manager.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Called with a Work instance has been rejected.
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Called with a Work instance has been rejected.
WorkRejectedException - Exception in javax.resource.spi.work
An exception for an unavailable service.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
 
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
 
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
 
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
 
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
 
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
Called with a Work instance has been started
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Called with a Work instance has been started
WorkThread - Class in com.caucho.jca
Implementation of the work manager.
wrap(Hessian2Output) - Method in class com.caucho.hessian.io.Deflation
 
wrap(Hessian2Output) - Method in class com.caucho.hessian.io.HessianEnvelope
Wrap the Hessian output stream in an envelope.
wrap(Hessian2Output) - Method in class com.caucho.hessian.security.X509Encryption
 
wrap(Hessian2Output) - Method in class com.caucho.hessian.security.X509Signature
 
wrap(Object) - Method in class com.caucho.quercus.lib.dom.DOMWrapper
 
wrap(DOMException) - Method in class com.caucho.quercus.lib.dom.DOMWrapper
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.CompositeDataClassDef
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaArrayClassDef
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaClassDef
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaCollectionClassDef
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaListClassDef
 
wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaMapClassDef
 
wrap(ComponentImpl) - Method in class com.caucho.webbeans.bytecode.ScopeAdapter
 
wrapJava(Object, boolean) - Method in class com.caucho.quercus.env.Env
Returns a PHP value for a Java object
wrapJava(Object, JavaClassDef, boolean) - Method in class com.caucho.quercus.env.Env
Returns a PHP value for a Java object
wrapJava(Object) - Method in class com.caucho.quercus.env.Env
Returns a PHP value for a Java object
wrapJava(Object, JavaClassDef) - Method in class com.caucho.quercus.env.Env
Returns a PHP value for a Java object
wrapJava(Object) - Method in class com.caucho.quercus.env.JavaAdapter
 
wrapJava(Env, QuercusClass, SimpleXMLElement) - Static method in class com.caucho.quercus.lib.simplexml.SimpleXMLElement
 
WrappedDirectoryValue - Class in com.caucho.quercus.lib.file
Represents a PHP directory listing
WrappedDirectoryValue(Env, QuercusClass) - Constructor for class com.caucho.quercus.lib.file.WrappedDirectoryValue
 
WrappedStream - Class in com.caucho.quercus.lib.file
A stream that has its operations mediated by a Quercus object.
WrappedStream(Env, QuercusClass, StringValue, StringValue, LongValue) - Constructor for class com.caucho.quercus.lib.file.WrappedStream
 
WrapperResponseStream - Class in com.caucho.server.connection
 
WrapperResponseStream() - Constructor for class com.caucho.server.connection.WrapperResponseStream
 
write(ByteCodeWriter) - Method in class com.caucho.bytecode.Attribute
Writes the field to the output.
write(int) - Method in class com.caucho.bytecode.ByteCodeWriter
Writes a byte
write(byte[], int, int) - Method in class com.caucho.bytecode.ByteCodeWriter
Writes a buffer
write(ByteCodeWriter) - Method in class com.caucho.bytecode.CodeAttribute
Writes the field to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.ExceptionsAttribute
Writes the field to the output.
write(WriteStream) - Method in class com.caucho.bytecode.JavaClass
Writes the class to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.JavaField
Writes the field to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.JavaMethod
Writes the field to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.OpaqueAttribute
Writes the field to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.SignatureAttribute
Writes the field to the output.
write(ByteCodeWriter) - Method in class com.caucho.bytecode.SourceDebugExtensionAttribute
Writes the field to the output.
write(int) - Method in class com.caucho.db.sql.SelectResult
Writes the next byte.
write(byte[], int, int) - Method in class com.caucho.db.sql.SelectResult
Writes a buffer
write(int) - Method in class com.caucho.db.store.BlobOutputStream
Writes a byte.
write(byte[], int, int) - Method in class com.caucho.db.store.BlobOutputStream
Writes a buffer.
write() - Method in class com.caucho.db.store.Block
Forces a write of the data (should be private?)
write(Object) - Method in class com.caucho.ejb.protocol.SelfSerializer
Serializes the object to the temp stream.
write(int) - Method in class com.caucho.hessian.io.HessianDebugOutputStream
Writes a character.
write(int) - Method in class com.caucho.hessian.mux.MuxOutputStream
Writes a data byte to the output stream.
write(byte[], int, int) - Method in class com.caucho.hessian.mux.MuxOutputStream
Writes data to the output stream.
write(char[], int, int) - Method in class com.caucho.java.JavaWriter
 
write(LineMap) - Method in class com.caucho.java.LineMapWriter
Writes the line map
write(int) - Method in class com.caucho.jms.util.BytesMessageOutputStream
 
write(byte[], int, int) - Method in class com.caucho.jms.util.BytesMessageOutputStream
 
write(byte[]) - Method in class com.caucho.jms.util.BytesMessageOutputStream
 
write(char[], int, int) - Method in class com.caucho.jsf.context.ResponseWriterImpl
 
write(char) - Method in class com.caucho.jsf.context.ResponseWriterImpl
 
write(int) - Method in class com.caucho.jsf.html.HtmlResponseStream
 
write(byte[], int, int) - Method in class com.caucho.jsf.html.HtmlResponseStream
 
write(char[], int, int) - Method in class com.caucho.jsf.html.HtmlResponseWriter
 
write(char) - Method in class com.caucho.jsf.html.HtmlResponseWriter
 
write(String) - Method in class com.caucho.jsf.html.HtmlResponseWriter
 
write(char[], int, int) - Method in class com.caucho.jsp.BodyContentImpl
Writes characters to the stream.
write(String, int, int) - Method in class com.caucho.jsp.BodyContentImpl
Writes characters to the stream.
write(int) - Method in class com.caucho.jsp.BodyContentImpl
Writes characters to the stream.
write(byte[], int, int) - Method in class com.caucho.jsp.BodyResponseStream
Writes the next chunk of data to the response stream.
write(int) - Method in class com.caucho.jsp.BodyResponseStream
Writes the next chunk of data to the response stream.
write(byte[], int, int) - Method in interface com.caucho.jsp.ByteWriteStream
 
write(char[], int, int) - Method in class com.caucho.jsp.JspPrintWriter
Writes a character array to the writer.
write(int) - Method in class com.caucho.jsp.JspPrintWriter
Writes a character to the output.
write(char[]) - Method in class com.caucho.jsp.JspPrintWriter
Writes a char buffer to the output.
write(String) - Method in class com.caucho.jsp.JspPrintWriter
Writes a string to the output.
write(String, int, int) - Method in class com.caucho.jsp.JspPrintWriter
Writes a subsection of a string to the output.
write(char[], int, int) - Method in class com.caucho.jsp.JspWriterAdapter
Writes a character array to the writer.
write(int) - Method in class com.caucho.jsp.JspWriterAdapter
Writes a character to the output.
write(String, int, int) - Method in class com.caucho.jsp.JspWriterAdapter
Writes a subsection of a string to the output.
write(byte[], int, int) - Method in class com.caucho.log.AbstractRolloverLog
Writes to the underlying log.
write(byte[], int, int, boolean) - Method in class com.caucho.log.EnvironmentStream
Write data to the stream.
write(byte[], int, int, boolean) - Method in class com.caucho.log.RotateStream
Writes to the stream
write(byte[], int, int, boolean) - Method in class com.caucho.log.TimestampFilter
Write data to the stream.
write(byte[], int, int) - Method in class com.caucho.portal.generic.context.AbstractResponseHandler
Write bytes out to the underlying OutputStream
write(byte) - Method in class com.caucho.portal.generic.context.AbstractResponseHandler
Write a byte out to the underlying OutputStream
write(byte[], int, int) - Method in class com.caucho.portal.generic.context.BufferedResponseHandler
 
write(byte) - Method in class com.caucho.portal.generic.context.BufferedResponseHandler
 
write(byte[], int, int) - Method in class com.caucho.portal.generic.context.CachingResponseHandler
 
write(byte) - Method in class com.caucho.portal.generic.context.CachingResponseHandler
 
write(char[], int, int) - Method in class com.caucho.portal.generic.FastPrintWriter
 
write(String, int, int) - Method in class com.caucho.portal.generic.FastPrintWriter
 
write(int) - Method in class com.caucho.portal.generic.FastPrintWriter
 
write(char[]) - Method in class com.caucho.portal.generic.FastPrintWriter
 
write(String) - Method in class com.caucho.portal.generic.FastPrintWriter
 
write(int) - Method in class com.caucho.portal.generic.HttpPortletRequestDispatcher.ServletOutputStreamWrapper
 
write(byte[], int, int) - Method in class com.caucho.portal.generic.HttpPortletRequestDispatcher.ServletOutputStreamWrapper
 
write(byte[]) - Method in class com.caucho.portal.generic.HttpPortletRequestDispatcher.ServletOutputStreamWrapper
 
write(byte[], int, int) - Method in interface com.caucho.portal.generic.PortletByteBuffer
 
write(int) - Method in interface com.caucho.portal.generic.PortletByteBuffer
 
write(byte[], int, int, boolean) - Method in class com.caucho.quercus.env.BinaryBuilderStream
Writes a buffer to the underlying stream.
write(byte[], int, int) - Method in class com.caucho.quercus.env.Env
Prints a byte buffer.
write(Env, String, String) - Method in class com.caucho.quercus.env.SessionCallback
 
write(Env, String, long) - Method in class com.caucho.quercus.lib.db.OracleOciLob
Writes data to the large object
write(int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
 
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
 
write(InputStream, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
Read length bytes of data from the InputStream argument and write them to this output stream.
write(InputStream, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryOutput
Writes to a stream.
write(byte[], int, int) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
Writes a buffer.
write(InputStream, int) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
Writes a buffer.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileInputOutput
Writes a buffer to a file.
write(int) - Method in class com.caucho.quercus.lib.file.FileInputOutput
Writes a buffer to a file.
write(int) - Method in class com.caucho.quercus.lib.file.FileOutput
Writes a character
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileOutput
Writes a buffer to a file.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileWriteValue
Writes a buffer to a file.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpBinaryOutput
Writes a buffer.
write(int) - Method in class com.caucho.quercus.lib.file.PhpBinaryOutput
 
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpStderr
Writes a buffer.
write(int) - Method in class com.caucho.quercus.lib.file.PhpStderr
 
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpStdout
Writes a buffer.
write(int) - Method in class com.caucho.quercus.lib.file.PhpStdout
 
write(int) - Method in class com.caucho.quercus.lib.file.PopenOutput
Writes a character
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PopenOutput
Writes a buffer to a file.
write(int) - Method in class com.caucho.quercus.lib.file.SocketInputOutput
 
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.SocketInputOutput
 
write(InputStream, int) - Method in class com.caucho.quercus.lib.file.SocketInputOutput
Read length bytes of data from the InputStream argument and write them to this output stream.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.WrappedStream
 
write(InputStream, int) - Method in class com.caucho.quercus.lib.file.WrappedStream
Writes to a stream.
write(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFStream
 
write(byte[], int, int) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
write(int) - Method in class com.caucho.quercus.lib.ProcOpenOutput
Writes a character
write(byte[], int, int) - Method in class com.caucho.quercus.lib.ProcOpenOutput
Writes a buffer to a file.
write(int) - Method in class com.caucho.quercus.lib.zlib.GZIPOutputStream
Writes a byte.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.zlib.GZIPOutputStream
 
write(int) - Method in class com.caucho.quercus.lib.zlib.ZlibOutputStream
Writes a byte.
write(byte[], int, int) - Method in class com.caucho.quercus.lib.zlib.ZlibOutputStream
 
write(byte[], int, int) - Method in class com.caucho.quercus.resources.StreamReadWrite
Writes to a buffer.
write(byte[], int, int) - Method in class com.caucho.quercus.resources.StreamResource
Writes to a buffer.
write(int) - Method in class com.caucho.server.admin.HmuxOutput
 
write(byte[], int, int) - Method in class com.caucho.server.admin.HmuxOutput
 
write(int) - Method in class com.caucho.server.cluster.DigestOutputStream
 
write(byte[], int, int) - Method in class com.caucho.server.cluster.DigestOutputStream
 
write(int) - Method in class com.caucho.server.cluster.TempDigestOutputStream
 
write(byte[], int, int) - Method in class com.caucho.server.cluster.TempDigestOutputStream
 
write(int) - Method in class com.caucho.server.connection.AbstractResponseStream
Writes a byte to the output.
write(byte[], int, int) - Method in class com.caucho.server.connection.AbstractResponseStream
Writes a byte array to the output.
write(int) - Method in class com.caucho.server.connection.IncludeResponseStream
Writes the next chunk of data to the response stream.
write(byte[], int, int) - Method in class com.caucho.server.connection.IncludeResponseStream
Writes the next chunk of data to the response stream.
write(int) - Method in class com.caucho.server.connection.ResponseWriter
Writes a character to the output.
write(char[], int, int) - Method in class com.caucho.server.connection.ResponseWriter
Writes a character array to the writer.
write(String, int, int) - Method in class com.caucho.server.connection.ResponseWriter
Writes a subsection of a string to the output.
write(int) - Method in class com.caucho.server.connection.ServletOutputStreamImpl
Writes a byte to the output stream.
write(byte[], int, int) - Method in class com.caucho.server.connection.ServletOutputStreamImpl
Writes a byte buffer to the output stream.
write(int) - Method in class com.caucho.server.connection.ToByteResponseStream
Writes a character to the output.
write(byte[], int, int) - Method in class com.caucho.server.connection.ToByteResponseStream
Writes a chunk of bytes to the stream.
write(byte[], int, int) - Method in class com.caucho.server.connection.ToCharResponseStream
Writes the next chunk of data to the response stream.
write(int) - Method in class com.caucho.server.connection.ToCharResponseStream
Writes the next chunk of data to the response stream.
write(int) - Method in class com.caucho.server.connection.WrapperResponseStream
Writes the next chunk of data to the response stream.
write(byte[], int, int) - Method in class com.caucho.server.connection.WrapperResponseStream
Writes the next chunk of data to the response stream.
write(int) - Method in class com.caucho.util.NullOutputStream
 
write(byte[]) - Method in class com.caucho.util.NullOutputStream
 
write(byte[], int, int) - Method in class com.caucho.util.NullOutputStream
 
write(char[], int, int) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a character array to the writer.
write(int) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a character to the output.
write(String, int, int) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a subsection of a string to the output.
write(char[]) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a char buffer to the output.
write(String) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a string to the output.
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.Crc64Stream
Writes a buffer to the underlying stream.
write(byte[], int, int) - Method in class com.caucho.vfs.FileRandomAccessStream
Writes a block starting from the current file pointer.
write(long, byte[], int, int) - Method in class com.caucho.vfs.FileRandomAccessStream
Writes a block from a given location.
write(int) - Method in class com.caucho.vfs.FileRandomAccessStream
Write a byte to the file, advancing the pointer.
write(int) - Method in class com.caucho.vfs.GzipStream
Writes a byte
write(byte[], int, int) - Method in class com.caucho.vfs.GzipStream
Writes a buffer to the underlying stream.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.EncodingWriter
Writes the next character using the correct encoding.
write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.EncodingWriter
Writes a character buffer using the correct encoding.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
Writes a character to the output stream with the correct encoding.
write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
Writes a character buffer using the correct encoding.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.JAVAWriter
Writes a character to the output stream with the correct encoding.
write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.JAVAWriter
Writes into a character buffer using the correct encoding.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.JDKWriter
JDKWriter is only a factory.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.UTF16Writer
Writes the character using the correct encoding.
write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.UTF16Writer
Writes a character buffer using the UTF-16 encoding.
write(OutputStreamWithBuffer, char) - Method in class com.caucho.vfs.i18n.UTF8Writer
Writes a character to the output stream with the correct encoding.
write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.UTF8Writer
Writes into a character buffer using the correct encoding.
write(OutputStreamWith