|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
ServletRequest.isSecure().ServletRequest.getServerName() matches a regexp.ServletRequest.getServerPort() matches a regexp.- ServletEmbed() -
Constructor for class com.caucho.resin.ServletEmbed
- Creates a new embedded servlet
- ServletEmbed(String) -
Constructor for class com.caucho.resin.ServletEmbed
- Creates a new embedded servlet
- ServletEmbed(String, String) -
Constructor for class com.caucho.resin.ServletEmbed
- Creates a new embedded servlet
- ServletException - Exception in javax.servlet
- A servlet exception.
- ServletException() -
Constructor for exception javax.servlet.ServletException
- Basic exception constructor.
- ServletException(String) -
Constructor for exception javax.servlet.ServletException
- Create a new servlet exception with a message.
- ServletException(String, Throwable) -
Constructor for exception javax.servlet.ServletException
- Create a new servlet exception with a message and a wrapped exception.
- ServletException(Throwable) -
Constructor for exception javax.servlet.ServletException
- Create a new servlet exception with a wrapped exception.
- ServletExternalContext - Class in com.caucho.jsf.context
-
- ServletFacesContextImpl - Class in com.caucho.jsf.context
-
- ServletFacesContextImpl(FacesContextFactoryImpl, ServletContext, HttpServletRequest, HttpServletResponse) -
Constructor for class com.caucho.jsf.context.ServletFacesContextImpl
-
- ServletFilterChain - Class in com.caucho.server.dispatch
- Represents the final servlet in a filter chain.
- ServletFilterChain(ServletConfigImpl) -
Constructor for class com.caucho.server.dispatch.ServletFilterChain
- Create the filter chain servlet.
- ServletInputStream - Class in javax.servlet
- Servlets generally read POSTed data with ServletInputStream.
- ServletInputStream() -
Constructor for class javax.servlet.ServletInputStream
-
- ServletInputStreamImpl - Class in com.caucho.server.http
-
- ServletInputStreamImpl() -
Constructor for class com.caucho.server.http.ServletInputStreamImpl
-
- ServletInvocation - Class in com.caucho.server.dispatch
- A repository for request information gleaned from the uri.
- ServletInvocation() -
Constructor for class com.caucho.server.dispatch.ServletInvocation
- Creates a new invocation
- ServletLineConfigException - Exception in com.caucho.server.dispatch
- Represents the final servlet in a filter chain.
- ServletLineConfigException() -
Constructor for exception com.caucho.server.dispatch.ServletLineConfigException
- Creates a servlet config exception.
- ServletLineConfigException(String) -
Constructor for exception com.caucho.server.dispatch.ServletLineConfigException
- Creates a servlet config exception.
- ServletLineConfigException(String, Throwable) -
Constructor for exception com.caucho.server.dispatch.ServletLineConfigException
- Creates a servlet config exception.
- ServletManager - Class in com.caucho.server.dispatch
- Manages the servlets.
- ServletManager() -
Constructor for class com.caucho.server.dispatch.ServletManager
-
- ServletMapper - Class in com.caucho.server.dispatch
- Manages dispatching: servlets and filters.
- ServletMapper(WebApp) -
Constructor for class com.caucho.server.dispatch.ServletMapper
-
- ServletMapping - Class in com.caucho.server.dispatch
- Configuration for a servlet.
- ServletMapping() -
Constructor for class com.caucho.server.dispatch.ServletMapping
- Creates a new servlet mapping object.
- ServletMappingEmbed - Class in com.caucho.resin
- Embeddable version of a servlet-mapping
- ServletMappingEmbed() -
Constructor for class com.caucho.resin.ServletMappingEmbed
- Creates a new embedded servlet-mapping
- ServletMappingEmbed(String) -
Constructor for class com.caucho.resin.ServletMappingEmbed
- Creates a new embedded servlet-mapping
- ServletMappingEmbed(String, String) -
Constructor for class com.caucho.resin.ServletMappingEmbed
- Creates a new embedded servlet-mapping
- ServletMappingEmbed(String, String, String) -
Constructor for class com.caucho.resin.ServletMappingEmbed
- Creates a new embedded servlet-mapping
- ServletOutputStream - Class in javax.servlet
- Servlets can use ServletOutputStream to write binary data to
the response.
- ServletOutputStream() -
Constructor for class javax.servlet.ServletOutputStream
-
- ServletOutputStreamImpl - Class in com.caucho.server.http
- Implementation of the ServletOutputStream.
- ServletOutputStreamImpl() -
Constructor for class com.caucho.server.http.ServletOutputStreamImpl
-
- ServletProtocolConfig - Class in com.caucho.server.dispatch
- Configuration for a servlet web-service protocol.
- ServletProtocolConfig() -
Constructor for class com.caucho.server.dispatch.ServletProtocolConfig
- Creates a new protocol configuration object.
- ServletProtocolEmbed - Class in com.caucho.resin
- Embeddable version of a servlet remoting protocol like hessian or burlap.
- ServletProtocolEmbed() -
Constructor for class com.caucho.resin.ServletProtocolEmbed
- Creates a new embedded servlet protocol
- ServletProtocolEmbed(String) -
Constructor for class com.caucho.resin.ServletProtocolEmbed
- Creates a new servlet protocol
- ServletRegexp - Class in com.caucho.server.dispatch
- Configuration for a servlet regexp.
- ServletRegexp() -
Constructor for class com.caucho.server.dispatch.ServletRegexp
- Creates a new servlet regexp object.
- ServletRegistration - Interface in javax.servlet
-
- ServletRegistration.Dynamic - Interface in javax.servlet
-
- ServletRequest - Interface in javax.servlet
- ServletRequest encapsulates client request data.
- ServletRequestAttributeEvent - Class in javax.servlet
- The event class for changes to servlet request attributes.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) -
Constructor for class javax.servlet.ServletRequestAttributeEvent
- Creates a ServletContextAttributeEvent for the changed application.
- ServletRequestAttributeListener - Interface in javax.servlet
- Interface for a listener receiving events when any of the ServletRequest
attributes change.
- ServletRequestEvent - Class in javax.servlet
- The event class for changes to the servlet context.
- ServletRequestEvent(ServletContext, ServletRequest) -
Constructor for class javax.servlet.ServletRequestEvent
- Creates a ServletRequestEvent from the changed application.
- ServletRequestListener - Interface in javax.servlet
- Interface for a listener receiving events when the ServletRequest
changes.
- ServletRequestWrapper - Class in javax.servlet
- Wraps a servlet request in another request.
- ServletRequestWrapper(ServletRequest) -
Constructor for class javax.servlet.ServletRequestWrapper
- Create a new ServletRequestWrapper wrapping the enclosed request.
- ServletResponse - Interface in javax.servlet
- ServletReponse control the output to the client.
- ServletResponseWrapper - Class in javax.servlet
- Wraps a servlet response in another response.
- ServletResponseWrapper(ServletResponse) -
Constructor for class javax.servlet.ServletResponseWrapper
- Create a new ServletResponseWrapper, wrapping a specified response.
- ServletSecurity - Annotation Type in javax.servlet.annotation
-
- ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
-
- ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
-
- ServletSecurityElement - Class in javax.servlet
-
- ServletSecurityElement() -
Constructor for class javax.servlet.ServletSecurityElement
-
- ServletSecurityElement(HttpConstraintElement) -
Constructor for class javax.servlet.ServletSecurityElement
-
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) -
Constructor for class javax.servlet.ServletSecurityElement
-
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) -
Constructor for class javax.servlet.ServletSecurityElement
-
- ServletSecurityElement(ServletSecurity) -
Constructor for class javax.servlet.ServletSecurityElement
-
- ServletSystem - Class in com.caucho.server.cluster
- The main servlet service in a Resin server.
- ServletSystem(Server) -
Constructor for class com.caucho.server.cluster.ServletSystem
-
- Session - Interface in javax.jms
- The main destination.
- SESSION -
Static variable in class javax.servlet.jsp.PageContext
-
- session_cache_expire(Env, Value) -
Method in class com.caucho.quercus.lib.session.SessionModule
-
- session_cache_limiter(Env, Value) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Returns and/or sets the value of session.cache_limiter, affecting the
cache related headers that are sent as a result of a call to
SessionModule.session_start(Env).
- session_commit(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Alias of session_write_close.
- session_decode(Env, StringValue) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Encodes the session values.
- session_destroy(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Destroys the session
- session_encode(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Encodes the session values.
- session_get_cookie_params(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Returns the session cookie parameters
- session_id(Env, String) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Returns the session id
- session_is_registered(Env, StringValue) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Returns true if a session variable is registered.
- session_module_name(Env, String) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Returns the object's class name
- session_name(Env, String) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Returns the object's class name
- session_regenerate_id(Env, boolean) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Regenerates the session id.
- session_register(Env, Value[]) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Registers global variables in the session.
- session_save_path(Env, String) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Returns the session's save path
- SESSION_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
-
- session_set_cookie_params(Env, long, Value, Value, Value, Value) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Sets the session cookie parameters
- session_set_save_handler(Env, Callable, Callable, Callable, Callable, Callable, Callable) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Sets the session save handler
- session_start(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Start the session
- SESSION_TRANSACTED -
Static variable in interface javax.jms.Session
-
- session_unregister(Env, Value) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Unsets the specified session values
- session_unset(Env) -
Method in class com.caucho.quercus.lib.session.SessionModule
- Unsets the session values
- session_write_close(Env) -
Static method in class com.caucho.quercus.lib.session.SessionModule
- Writes the session and closes it.
- SessionArrayValue - Class in com.caucho.quercus.env
- Represents the $_SESSION
- SessionArrayValue(String, long, long) -
Constructor for class com.caucho.quercus.env.SessionArrayValue
-
- SessionArrayValue(String, long, long, ArrayValue) -
Constructor for class com.caucho.quercus.env.SessionArrayValue
-
- SessionBean - Interface in javax.ejb
- The main ejb context.
- SessionBeanImpl<X,T> - Class in com.caucho.ejb.inject
- Internal implementation for a Bean
- SessionBeanImpl(AbstractSessionContext<X, T>, ManagedBeanImpl<X>, Set<Type>, AnnotatedType<X>) -
Constructor for class com.caucho.ejb.inject.SessionBeanImpl
-
- SessionBeanType - Enum in javax.enterprise.inject.spi
- session bean types
- SessionCallback - Class in com.caucho.quercus.env
- Represents a PHP session callback.
- SessionCallback(Callable, Callable, Callable, Callable, Callable, Callable) -
Constructor for class com.caucho.quercus.env.SessionCallback
-
- SessionContext - Interface in javax.ejb
- The main ejb context.
- SessionContextContainer - Class in com.caucho.server.webbeans
- Configuration for the xml web bean component.
- SessionContextContainer() -
Constructor for class com.caucho.server.webbeans.SessionContextContainer
-
- SessionCookieConfig - Interface in javax.servlet
- Configuration for cookie handling
- sessionCreated(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Called after the session is created.
- SessionDeserializer - Class in com.caucho.server.session
- Serializer for session data
- SessionDeserializer() -
Constructor for class com.caucho.server.session.SessionDeserializer
-
- sessionDestroyed(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Called when the object is destroyed.
- sessionDidActivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Callback after the session activates.
- SessionExpression - Class in com.caucho.jsp.el
-
- SessionExpression() -
Constructor for class com.caucho.jsp.el.SessionExpression
-
- SessionFactory - Class in com.caucho.server.session
- A factory for creating sessions.
- SessionFactory() -
Constructor for class com.caucho.server.session.SessionFactory
-
- SessionFieldExpression - Class in com.caucho.jsp.el
-
- SessionGenerator<X> - Class in com.caucho.ejb.gen
- Generates the skeleton for a session bean.
- SessionGenerator(String, AnnotatedType<X>, ArrayList<AnnotatedType<? super X>>, AnnotatedType<X>, ArrayList<AnnotatedType<? super X>>, String) -
Constructor for class com.caucho.ejb.gen.SessionGenerator
-
- SessionImpl - Class in com.caucho.server.session
- Implements a HTTP session.
- SessionImpl(SessionManager, String, long) -
Constructor for class com.caucho.server.session.SessionImpl
- Create a new session object.
- sessionInvalidate(HttpSession, boolean) -
Method in class com.caucho.security.AbstractLogin
- Called when the session invalidates.
- sessionInvalidate(HttpSession, boolean) -
Method in interface com.caucho.security.Login
- Called when the session invalidates.
- sessionInvalidate(HttpSession, boolean) -
Method in class com.caucho.security.LoginList
- Called when the session invalidates.
- SessionManager - Class in com.caucho.server.session
- Manages sessions in a web-webApp.
- SessionManager(WebApp) -
Constructor for class com.caucho.server.session.SessionManager
- Creates and initializes a new session manager
- SessionManagerAdmin - Class in com.caucho.server.session
- Implementation of the SessionManager's administration mbean.
- SessionManagerAdmin(SessionManager) -
Constructor for class com.caucho.server.session.SessionManagerAdmin
-
- SessionManagerMXBean - Interface in com.caucho.management.server
- Administration for the SessionManager for a WebApp.
- SessionModule - Class in com.caucho.quercus.lib.session
- Quercus session handling
- SessionModule() -
Constructor for class com.caucho.quercus.lib.session.SessionModule
-
- SessionPool - Annotation Type in com.caucho.ejb
- Configures the size of the session pool.
- SessionProxyFactory<T> - Interface in com.caucho.ejb.session
- Factory for a session bean.
- SessionRegistrationBean<X,T> - Class in com.caucho.ejb.inject
- Internal registration for the EJB.
- SessionRegistrationBean(InjectManager, AbstractSessionContext<X, T>, Bean<X>, BeanName) -
Constructor for class com.caucho.ejb.inject.SessionRegistrationBean
-
- SessionScoped - Annotation Type in javax.enterprise.context
- The @SessionScoped represents the servlet session scope
- SessionScopeExpression - Class in com.caucho.jsp.el
-
- SessionScopeExpression() -
Constructor for class com.caucho.jsp.el.SessionScopeExpression
-
- SessionScopeImpl - Class in com.caucho.server.webbeans
- The session scope value
- SessionScopeImpl() -
Constructor for class com.caucho.server.webbeans.SessionScopeImpl
-
- SessionSerializer - Class in com.caucho.server.session
- Serializer for session data
- SessionSerializer() -
Constructor for class com.caucho.server.session.SessionSerializer
-
- sessionSetOrRemove(String, Object) -
Method in class com.caucho.jsp.PageContextImpl
- Set/Remove a session attribute.
- SessionStanza - Class in com.caucho.xmpp
- XMPP protocol item for successful query
- SessionStanza() -
Constructor for class com.caucho.xmpp.SessionStanza
-
- SessionStateManager - Class in com.caucho.jsf.application
-
- SessionStateManager() -
Constructor for class com.caucho.jsf.application.SessionStateManager
-
- SessionStateManager.StateSerializationMethod - Enum in com.caucho.jsf.application
-
- SessionSynchronization - Interface in javax.ejb
- The main ejb context.
- SessionTrackingMode - Enum in javax.servlet
- Tracking mode for sessions
- SessionVar - Class in com.caucho.quercus.env
- Represents a PHP variable value.
- SessionVar() -
Constructor for class com.caucho.quercus.env.SessionVar
-
- sessionWillPassivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Callback before the session passivates.
- sessionWriteClose() -
Method in class com.caucho.quercus.env.Env
-
- SET -
Static variable in class com.caucho.amber.query.QueryParser
-
- set(Object) -
Method in class com.caucho.cloud.globalcache.AbstractGlobalCache
-
- set(Object) -
Method in class com.caucho.cloud.globalcache.ServerGlobalCache
-
- set(DbTransaction, TableIterator, Expr, QueryContext) -
Method in class com.caucho.db.table.Column
- Sets based on an iterator.
- set(E) -
Method in class com.caucho.loader.EnvironmentLocal
- Sets the variable for the context classloader.
- set(E, ClassLoader) -
Method in class com.caucho.loader.EnvironmentLocal
- Sets the variable for the context classloader.
- set(Value) -
Method in class com.caucho.quercus.env.ArrayValue.Entry
-
- set(Value) -
Method in class com.caucho.quercus.env.EnvVar
- Sets the current value.
- set(Value) -
Method in class com.caucho.quercus.env.EnvVarImpl
- Sets the current value.
- set(Value) -
Method in class com.caucho.quercus.env.JavaAdapterVar
- Sets the value.
- set(Value) -
Method in class com.caucho.quercus.env.LazySaveEnvVar
- Sets the current value.
- set(Value) -
Method in class com.caucho.quercus.env.SessionVar
- Sets the value.
- set(Value) -
Method in class com.caucho.quercus.env.Value
- Sets the value ref.
- set(Value) -
Method in class com.caucho.quercus.env.Var
- Sets the value.
- set(Env, String, Value, int, int) -
Method in class com.caucho.quercus.lib.Memcache
- Sets a value.
- set(QuercusContext, Value) -
Method in class com.caucho.quercus.module.IniDefinition
- Set the ini value for the given scope.
- set(QuercusContext, String) -
Method in class com.caucho.quercus.module.IniDefinition
- Set the ini value for the given scope.
- set(Env, Value) -
Method in class com.caucho.quercus.module.IniDefinition
- Set the ini value for the given scope.
- set(Env, String) -
Method in class com.caucho.quercus.module.IniDefinition
- Set the ini value for the given scope.
- set(HashMap<String, Value>, int, Value) -
Method in class com.caucho.quercus.module.IniDefinition
- Set the ini value for the given scope.
- set(HashMap<String, Value>, int, Value) -
Method in class com.caucho.quercus.module.IniDefinition.Unsupported
-
- set(int, byte[], int, int) -
Method in class com.caucho.util.ByteBuffer
-
- set(int, int) -
Method in class com.caucho.util.ByteBuffer
-
- set(int, E) -
Method in class com.caucho.util.ConcurrentArrayList
-
- set(int, double) -
Method in class com.caucho.util.DoubleArray
-
- set(int, int) -
Method in class com.caucho.util.IntArray
- Sets the value at the given index.
- set(E) -
Method in class com.caucho.util.NullIterator
-
- set(int, long) -
Method in class com.caucho.util.QDate
- Sets values based on a field.
- set(ServletRequest, String, Object) -
Static method in class javax.servlet.jsp.jstl.core.Config
-
- set(HttpSession, String, Object) -
Static method in class javax.servlet.jsp.jstl.core.Config
-
- set(ServletContext, String, Object) -
Static method in class javax.servlet.jsp.jstl.core.Config
-
- set(PageContext, String, Object, int) -
Static method in class javax.servlet.jsp.jstl.core.Config
-
- set_charset(String) -
Method in class com.caucho.quercus.lib.db.Mysqli
- Sets the character set
- set_error_handler(Env, Callable, int) -
Static method in class com.caucho.quercus.lib.ErrorModule
- Sets an error handler
- set_exception_handler(Env, Callable) -
Static method in class com.caucho.quercus.lib.ErrorModule
- Sets an exception handler
- set_file_buffer(Env, BinaryOutput, int) -
Static method in class com.caucho.quercus.lib.file.FileModule
- Sets the write buffer.
- SET_FLAG -
Static variable in class com.caucho.quercus.lib.db.MysqliModule
-
- set_include_path(Env, String) -
Static method in class com.caucho.quercus.lib.OptionsModule
- Sets the include path
- set_info(String, String) -
Method in class com.caucho.quercus.lib.pdf.PDF
-
- set_magic_quotes_runtime(Env, Value) -
Static method in class com.caucho.quercus.lib.OptionsModule
- Sets the magic quotes value.
- set_opt(int, Value) -
Method in class com.caucho.quercus.lib.db.Mysqli
- Sets a mysqli option
- set_parameter(String, String) -
Method in class com.caucho.quercus.lib.pdf.PDF
-
- SET_REQUEST_PDU -
Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- set_text_pos(double, double) -
Method in class com.caucho.quercus.lib.pdf.PDF
- Sets the text position.
- set_time_limit(Env, long) -
Static method in class com.caucho.quercus.lib.OptionsModule
- Sets the time limit and resets the timeout.
- set_value(String, double) -
Method in class com.caucho.quercus.lib.pdf.PDF
-
- setAbsoluteTarget(String) -
Method in class com.caucho.rewrite.AbstractTargetDispatchRule
-
- setAbsoluteTarget(String) -
Method in class com.caucho.rewrite.Forward
-
- setAbsoluteTarget(String) -
Method in class com.caucho.server.rewrite.DispatchRule
-
- setAbsoluteTarget(String) -
Method in class com.caucho.server.rewrite.ForwardRule
-
- setAbstract(boolean) -
Method in class com.caucho.quercus.program.InterpretedClassDef
- true for an abstract class.
- setAccept(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setAcceptcharset(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setAcceptListenBacklog(ConfigProgram) -
Method in class com.caucho.cloud.network.ClusterServer
- Sets the socket's listen property
- setAcceptListenBacklog(int) -
Method in class com.caucho.network.listen.TcpSocketLinkListener
- Sets the operating system listen backlog
- setAcceptThreadIdleTimeout(Period) -
Method in class com.caucho.network.listen.TcpSocketLinkListener
- Sets the minimum spare idle timeout.
- setAcceptThreadMax(ConfigProgram) -
Method in class com.caucho.cloud.network.ClusterServer
- Sets the maximum spare listen.
- setAcceptThreadMax(int) -
Method in class com.caucho.network.listen.TcpSocketLinkListener
- Sets the minimum spare listen.
- setAcceptThreadMin(ConfigProgram) -
Method in class com.caucho.cloud.network.ClusterServer
- Sets the minimum spare listen.
- setAcceptThreadMin(int) -
Method in class com.caucho.network.listen.TcpSocketLinkListener
- Sets the minimum spare listen.
- setAccess(String) -
Method in class com.caucho.amber.cfg.EntityMappingsConfig
-
- setAccess(String) -
Method in class com.caucho.amber.cfg.PersistenceUnitDefaultsConfig
-
- setAccess(long) -
Method in class com.caucho.quercus.env.SessionArrayValue
-
- setAccessedExpireTimeout(Period) -
Method in class com.caucho.distcache.AbstractCache
- The maximum idle time for an item, which is typically used for
temporary data like sessions.
- setAccessedExpireTimeout(long) -
Method in class com.caucho.server.distcache.CacheConfig
- The maximum time that an item can remain in cache without being referenced.
- setAccessedExpireTimeoutMillis(long) -
Method in class com.caucho.distcache.AbstractCache
- Sets the idle timeout in milliseconds
- setAccessedExpireTimeoutWindow(Period) -
Method in class com.caucho.distcache.AbstractCache
- Sets the idle timeout windows
- setAccessedExpireTimeoutWindow(long) -
Method in class com.caucho.server.distcache.CacheConfig
- Provides the option to set the idle check window, the amount of time
in which the idle time limit can be spread out to smooth performance.
- setAccessFlags(int) -
Method in class com.caucho.bytecode.JavaClass
- Sets the access flags.
- setAccessFlags(int) -
Method in class com.caucho.bytecode.JavaField
- Sets the access flags
- setAccessFlags(int) -
Method in class com.caucho.bytecode.JavaMethod
- Sets the access flags
- setAccessKey(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setAccessLog(AccessLog) -
Method in class com.caucho.server.cluster.Server
- Sets the access log.
- setAccessLog(AccessLog) -
Method in class com.caucho.server.cluster.ServletContainerConfig
- Sets the access log.
- setAccessLog(AccessLog) -
Method in class com.caucho.server.host.Host
-
- setAccessLog(AbstractAccessLog) -
Method in class com.caucho.server.webapp.WebApp
- Sets the access log.
- setAccessLog(AbstractAccessLog) -
Method in class com.caucho.server.webapp.WebAppContainer
- Sets the access log.
- setAccessTime(long) -
Method in class com.caucho.server.session.SessionImpl
-
- setAccessTimeout(EjbTimeout) -
Method in class com.caucho.ejb.cfg.ConcurrentMethod
-
- setAcknowledgeMode(int) -
Method in class com.caucho.ejb.cfg.EjbMessageBean
- Set the acknowledge mode.
- setAcknowledgeMode(int) -
Method in class com.caucho.ejb.message.JmsResourceAdapter
-
- setAction(HealthAction) -
Method in class com.caucho.health.predicate.AbstractCombiningPredicate
-
- setAction(HealthAction) -
Method in class com.caucho.health.predicate.EventPredicate
-
- setAction(HealthAction) -
Method in interface com.caucho.health.predicate.HealthActionAware
-
- setAction(HealthAction) -
Method in class com.caucho.health.predicate.IfNotRecent
-
- setAction(MethodExpression) -
Method in class com.caucho.jsf.taglib.HtmlCommandButtonTag
-
- setAction(MethodExpression) -
Method in class com.caucho.jsf.taglib.HtmlCommandLinkTag
-
- setActionListener(ActionListener) -
Method in class com.caucho.jsf.application.ApplicationImpl
-
- setActionListener(Class) -
Method in class com.caucho.jsf.cfg.ApplicationConfig
-
- setActionListener(MethodExpression) -
Method in class com.caucho.jsf.taglib.HtmlCommandButtonTag
-
- setActionListener(MethodExpression) -
Method in class com.caucho.jsf.taglib.HtmlCommandLinkTag
-
- setActivation(ActivationSpec) -
Method in class com.caucho.jca.ra.ConnectorConfig.ConnectionListener
-
- setActivation(ActivationSpec) -
Method in class com.caucho.jca.ra.ConnectorResource.ConnectionListener
-
- setActivationConfigPropertyName(String) -
Method in class com.caucho.ejb.cfg.EjbMessageBean.ActivationConfigPropertyConfig
-
- setActivationConfigPropertyValue(String) -
Method in class com.caucho.ejb.cfg.EjbMessageBean.ActivationConfigPropertyConfig
-
- setActivationSpec(ActivationSpec) -
Method in class com.caucho.ejb.cfg.EjbMessageBean
- Sets the JCA activation spec.
- setActivationSpec(ActivationSpec) -
Method in class com.caucho.ejb.cfg.MessageBeanConfig
- Sets the activation spec
- setActivationSpec(ActivationSpec) -
Method in class com.caucho.ejb.message.MessageManager
- Sets the activation spec
- setActivationspecClass(Class) -
Method in class com.caucho.jca.cfg.MessageListenerConfig.ActivationSpecConfig
- Sets the activation spec class.
- setActiveDynamicServer(String, String, int, int) -
Method in class com.caucho.server.cluster.ClusterPod
- Sets the active dynamic server
- setActiveTime(Period) -
Method in class com.caucho.health.action.StartProfiler
-
- setActiveTimeMillis(long) -
Method in class com.caucho.health.action.StartProfiler
-
- setActiveWaitTime(Period) -
Method in class com.caucho.server.webapp.WebApp
- Sets the delay time waiting for a restart
- setActiveWaitTimeMillis(long) -
Method in class com.caucho.env.deploy.DeployController
- Sets the delay time waiting for a restart
- setActor(String) -
Method in class com.caucho.xmpp.muc.MucAdminItem
-
- setActor(String) -
Method in class com.caucho.xmpp.muc.MucUserItem
-
- setActorClass(Class<?>) -
Method in class com.caucho.jsmp.JmtpServlet
-
- setActorStream(Actor) -
Method in class com.caucho.hmtp.server.HmtpServlet
-
- setActualEncoding(String) -
Method in class com.caucho.xml.QDocument
-
- setActualEncoding(String) -
Method in class com.caucho.xml2.QDocument
-
- setAddAnnotation(Attribute) -
Method in class com.caucho.config.type.InlineBeanType
-
- setAddCustomBean(Attribute) -
Method in class com.caucho.config.type.InlineBeanType
-
- setAddress(String) -
Method in class com.caucho.bam.actor.AbstractActorHolder
-
- setAddress(String) -
Method in interface com.caucho.bam.actor.ActorHolder
-
- setAddress(String) -
Method in interface com.caucho.bam.actor.ManagedActor
-
- setAddress(String) -
Method in class com.caucho.bam.actor.SimpleActor
-
- setAddress(String) -
Method in class com.caucho.bam.stream.NullActor
-
- setAddress(String) -
Method in class com.caucho.bam.stream.NullMessageStream
-
- setAddress(String) -
Method in class com.caucho.hmtp.HmtpLinkWorker
-
- setAddress(String) -
Method in class com.caucho.hmtp.HmtpWebSocketContextWriter
- The address of the stream
- setAddress(String) -
Method in class com.caucho.hmtp.HmtpWebSocketWriter
- The address of the stream
- setAddress(String) -
Method in class com.caucho.hmtp.HmtpWriter
- The address of the stream
- setAddress(String) -
Method in class com.caucho.hmtp.server.HmtpServlet
-
- setAddress(String) -
Method in class com.caucho.jsmp.JsmpWebSocketWriter
- The address of the stream
- setAddress(String) -
Method in class com.caucho.network.listen.TcpSocketLinkListener
- Sets the address
- setAddress(String) -
Method in class com.caucho.resin.PortEmbed
- The binding address
- setAddress(String) -
Method in class com.caucho.server.resin.BootServerConfig
-
- setAddress(String) -
Method in class com.caucho.xmpp.muc.MucAdminItem
-
- setAddress(String) -
Method in class com.caucho.xmpp.muc.MucUserItem
-
- setAddressList(String) -
Method in class com.caucho.server.resin.BootServerMultiConfig
-
- setAdmin(boolean) -
Method in class com.caucho.remote.HmtpServlet
-
- setAdminAuthenticator(AdminAuthenticator) -
Method in class com.caucho.boot.BootManagementConfig
-
- setAdminobjectClass(Class) -
Method in class com.caucho.jca.cfg.AdminObjectConfig
- Sets the object class
- setAdminobjectInterface(Class) -
Method in class com.caucho.jca.cfg.AdminObjectConfig
- Sets the interface class
- setAdminPath(Path) -
Method in class com.caucho.server.resin.ResinConfig
- Deprecated.
- setAffectedRows(int) -
Method in class com.caucho.quercus.lib.db.JdbcConnectionResource
-
- setAffectedRows(int) -
Method in class com.caucho.quercus.lib.db.JdbcResultResource
- Set the number of affected rows to the specified value.
- setAffiliation(String) -
Method in class com.caucho.xmpp.muc.MucAdminItem
-
- setAffiliation(String) -
Method in class com.caucho.xmpp.muc.MucUserItem
-
- setAffiliation(String) -
Method in class com.caucho.xmpp.muc.MucUserPresence
-
- setAfter(Period) -
Method in class com.caucho.health.predicate.IfUptime
-
- setAfterPhase(MethodExpression) -
Method in class com.caucho.jsf.taglib.FacesViewTag
- Sets the after-phase method
- setAfterReturnsAgain(boolean) -
Method in class com.caucho.jsp.AnalyzedTag
- Set true if the doAfterBody can return EVAL_BODY_AGAIN
- setAlgorithm(String) -
Method in class com.caucho.hessian.security.X509Encryption
- Sets the encryption algorithm for the content.
- setAlgorithm(String) -
Method in class com.caucho.hessian.security.X509Signature
- Sets the encryption algorithm for the content.
- setAlgorithm(String) -
Method in class com.caucho.security.PasswordDigest
- Returns the message digest algorithm.
- setAlias(String) -
Method in class com.caucho.jsp.cfg.TldVariable
- Sets the alias for tag files
- setAlias(String) -
Method in class com.caucho.vfs.JsseSSLFactory
- Sets the certificate alias
- setAliasField(AmberField) -
Method in class com.caucho.amber.field.ManyToOneField
- Sets any alias field.
- setAll(QuercusLocale) -
Method in class com.caucho.quercus.env.LocaleInfo
-
- setAllBeans(boolean) -
Method in class com.caucho.server.admin.JmxListQuery
-
- setAllocationSize(int) -
Method in class com.caucho.amber.cfg.AbstractGeneratorConfig
-
- setAllowEL(boolean) -
Method in class com.caucho.config.types.InitParam
- Sets true if EL is allowed.
- setAllowEL(boolean) -
Method in class com.caucho.server.dispatch.ServletConfigImpl
- Sets the allow value.
- setAllowForwardAfterFlush(boolean) -
Method in class com.caucho.server.webapp.WebApp
-
- setAllowMalformedOut(boolean) -
Method in class com.caucho.quercus.lib.i18n.Decoder
-
- setAllowNonSerializable(boolean) -
Method in class com.caucho.hessian.io.SerializerFactory
- If true, non-serializable objects are allowed.
- setAllowPOJO(boolean) -
Method in class com.caucho.ejb.cfg.EjbBean
- Sets true if POJO are allowed.
- setAllowPOJO(boolean) -
Method in class com.caucho.ejb.EJBServer
- Set true to allow POJO beans
- setAllowRepository(boolean) -
Method in class com.caucho.env.deploy.ExpandDeployController
-
- setAllowServletEL(boolean) -
Method in class com.caucho.server.webapp.WebApp
- Sets the servlet init-param EL enabling.
- setAlt(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setAlternateSessionURLPrefix(String) -
Method in class com.caucho.server.cluster.Server
- Sets the alternate session url prefix.
- setAlternateSessionUrlPrefix(String) -
Method in class com.caucho.server.cluster.ServletContainerConfig
- Sets the alternate session url prefix.
- setAlternateSessionURLPrefix(String) -
Method in class com.caucho.server.dispatch.InvocationDecoder
- Sets the alternate session url prefix.
- setAlwaysLoad(boolean) -
Method in class com.caucho.server.distcache.PersistentStoreConfig
-
- setAlwaysLoadSession(boolean) -
Method in class com.caucho.quercus.lib.session.QuercusSessionManager
- True if sessions should always be loadd.
- setAlwaysLoadSession(boolean) -
Method in class com.caucho.server.session.SessionManager
- True if sessions should always be loadd.
- setAlwaysSave(boolean) -
Method in class com.caucho.server.distcache.PersistentStoreConfig
-
- setAlwaysSaveSession(boolean) -
Method in class com.caucho.quercus.lib.session.QuercusSessionManager
- True if sessions should always be saved.
- setAlwaysSaveSession(boolean) -
Method in class com.caucho.server.session.SessionManager
- True if sessions should always be saved.
- setAmberFactory(JndiBuilder) -
Method in class com.caucho.amber.filters.AmberContextFilter
- Sets the factory.
- setAnnotated(Annotated) -
Method in class com.caucho.remote.client.AbstractProtocolProxyFactory
- Sets the ServiceType annotated
- setAnnotated(Annotated) -
Method in interface com.caucho.remote.client.ProtocolProxyFactory
- Sets the ServiceType annotated
- setAnnotated(Annotated) -
Method in class com.caucho.remote.server.AbstractProtocolServletFactory
- Sets the ServiceType annotated
- setAnnotated(Annotated) -
Method in interface com.caucho.remote.server.ProtocolServletFactory
- Sets the ServiceType annotated
- setAnnotatedType(AnnotatedType<X>) -
Method in class com.caucho.config.extension.ProcessAnnotatedTypeImpl
-
- setAnnotatedType(AnnotatedType<X>) -
Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
- setAnnotation(Class) -
Method in class com.caucho.loader.enhancer.ClassEnhancerConfig
- Sets the annotation.
- setAnnotation(Class) -
Method in interface com.caucho.loader.enhancer.MethodEnhancer
- Sets the annotation.
- setAPIClass(Class<?>) -
Method in class com.caucho.burlap.server.BurlapServlet
- Sets the api-class.
- setAPIClass(Class<?>) -
Method in class com.caucho.hessian.server.HessianServlet
- Sets the api-class.
- setAPIClass(Class) -
Method in class com.caucho.jms.services.HessianListener
- Sets the api-class.
- setAppDir(Path) -
Method in class com.caucho.jsp.JspCompiler.ApplicationConfig
-
- setAppDir(Path) -
Method in class com.caucho.jsp.JspCompiler
- Sets the source webApp directory.
- setAppDir(Path) -
Method in class com.caucho.server.webapp.WebApp
- Sets the webApp directory.
- setAppDir(RawString) -
Method in class com.caucho.server.webapp.WebAppConfig
- Sets the app-dir.
- setApplication(Application) -
Method in class com.caucho.jsf.application.ApplicationFactoryImpl
-
- setApplication(ApplicationConfig) -
Method in class com.caucho.jsf.cfg.FacesConfig
-
- setApplicationExtension(ConfigProgram) -
Method in class com.caucho.jsf.cfg.ApplicationConfig
-
- setApplicationFactory(Class) -
Method in class com.caucho.jsf.cfg.FactoryConfig
-
- setApplicationMap(Map<String, JsfDeveloperAid.Bean>) -
Method in class com.caucho.jsf.dev.JsfDeveloperAid.ViewRoot
-
- setAppName(String, ClassLoader) -
Static method in class com.caucho.ejb.manager.EjbModule
-
- setArchiveDirectory(Path) -
Method in class com.caucho.env.deploy.ExpandDeployGenerator
- Sets the war expand dir to check for new archive files.
- setArchiveFormat(String) -
Method in class com.caucho.log.AbstractRolloverLog
- Sets the archive name format
- setArchiveFormat(String) -
Method in class com.caucho.log.LogHandlerConfig
- Sets the archive-format
- setArchiveFormat(String) -
Method in class com.caucho.log.PathHandler
- Sets the archive-format
- setArchiveFormat(String) -
Method in class com.caucho.log.RotateLog
- Sets the archive format.
- setArchiveFormat(String) -
Method in class com.caucho.log.RotateStream
- Sets the archive format.
- setArchiveFormat(String) -
Method in class com.caucho.server.log.AccessLog
- Sets the archive name format
- setArchivePath(RawString) -
Method in class com.caucho.env.deploy.DeployConfig
- Sets the archive-path
- setArchivePath(Path) -
Method in class com.caucho.env.deploy.ExpandDeployController
- Sets the archive path.
- setArchivePath(String) -
Method in class com.caucho.resin.WebAppEmbed
- The path to the archive war file
- setArchiveType(String) -
Method in class com.caucho.j2ee.deployserver.DeploymentPlan
- Sets the deployment type.
- setArgs(String) -
Method in class com.caucho.java.JavacConfig
- Sets the args.
- setArgs(String) -
Method in class com.caucho.java.JavaCompilerUtil
- Sets any additional arguments for the compiler.
- setArgs(ArrayList<String>) -
Method in class com.caucho.java.JavaCompilerUtil
-
- setArgs(String) -
Method in class com.caucho.loader.CompilingLoader
- Sets the arguments.
- setArgs(String[]) -
Method in class com.caucho.quercus.env.Env
-
- setArgument(boolean) -
Method in class com.caucho.quercus.expr.InfoVarPro
- True if the variable is a function argument
- setArgumentIndex(int) -
Method in class com.caucho.quercus.expr.InfoVarPro
- Sets the argument index
- setAroundInvoke(AroundInvokeConfig) -
Method in class com.caucho.ejb.cfg.EjbBean
-
- setAroundInvoke(AroundInvokeConfig) -
Method in class com.caucho.ejb.cfg.Interceptor
-
- setAroundInvoke(AroundInvokeConfig) -
Method in class com.caucho.ejb.server.AbstractEjbBeanManager
-
- setArray(int, Array) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setArray(boolean) -
Method in class com.caucho.jsf.dev.JsfDeveloperAid.Bean
-
- setArray(int, Array) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setArray(int, Array) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as an array
- setArray(int, Array) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setArray(int, Array) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setArrayCount(JavaInvoker) -
Method in class com.caucho.quercus.program.FunctionArrayDelegate
- Sets the custom function for the array set.
- setArrayDelegate(ArrayDelegate) -
Method in class com.caucho.quercus.env.QuercusClass
- Sets the array delegate (see ArrayAccess)
- setArrayGet(JavaInvoker) -
Method in class com.caucho.quercus.program.FunctionArrayDelegate
- Sets the custom function for the array get.
- setArrayModified(boolean) -
Method in class com.caucho.quercus.expr.InfoVarPro
-
- setArrayObject() -
Method in class com.caucho.bytecode.CodeWriterAttribute
-
- setArrayPut(JavaInvoker) -
Method in class com.caucho.quercus.program.FunctionArrayDelegate
- Sets the custom function for the array set.
- setArtifact(String) -
Method in class com.caucho.loader.ivy.IvyDependency
- The artifact name
- setArtifactId(String) -
Method in class com.caucho.loader.maven.MavenProject.Dependency
-
- setArtifactId(String) -
Method in class com.caucho.loader.maven.MavenProject.Parent
- Sets the artifactId for the project
- setArtifactId(String) -
Method in class com.caucho.loader.maven.MavenProject
- Sets the artifactId for the project
- setArtifactPath(Path) -
Method in class com.caucho.loader.ivy.IvyModule
- The path to the artifact
- setAsciiStream(int, InputStream, int) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setAsciiStream(int, InputStream, long) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setAsciiStream(int, InputStream) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setAsciiStream(long) -
Method in class com.caucho.db.sql.ClobImpl
- Returns a stream to write to the clob.
- setAsciiStream(int, InputStream, int) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setAsciiStream(int, InputStream, long) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setAsciiStream(int, InputStream) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setAsciiStream(String, InputStream, int) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the asciiStream
- setAsciiStream(String, InputStream, long) -
Method in class com.caucho.sql.UserCallableStatement
-
- setAsciiStream(String, InputStream) -
Method in class com.caucho.sql.UserCallableStatement
-
- setAsciiStream(int, InputStream, int) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as an ascii stream.
- setAsciiStream(int, InputStream, long) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setAsciiStream(int, InputStream) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setAsciiStream(String, InputStream, int) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(int, InputStream, int) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(String, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(String, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(int, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(int, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setAsciiStream(int, InputStream, int) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, long) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setAsk(String) -
Method in class com.caucho.xmpp.im.RosterItem
-
- setAssigned() -
Method in class com.caucho.quercus.expr.InfoVarPro
- True if the variable is assigned in the function, e.g.
- setAssociationTable(AmberTable) -
Method in class com.caucho.amber.field.ElementCollectionField
- Sets the association table
- setAssociationTable(AmberTable) -
Method in class com.caucho.amber.field.ManyToManyField
- Sets the association table
- setAsync(boolean) -
Method in class com.caucho.health.action.DumpJmx
- If set, spawn a thread to dump the jmx.
- setAsynchronousResult(PostgresResult) -
Method in class com.caucho.quercus.lib.db.Postgres
-
- setAsynchronousStatement(PostgresStatement) -
Method in class com.caucho.quercus.lib.db.Postgres
-
- setAsyncListenerNode(AsyncListenerNode) -
Method in class com.caucho.server.http.ConnectionCometController
- Sets the async listener
- setAsyncSupported(boolean) -
Method in class com.caucho.resin.ServletEmbed
- Sets true if the servlet can use async/comet
- setAsyncSupported(boolean) -
Method in class com.caucho.server.dispatch.FilterConfigImpl
-
- setAsyncSupported(boolean) -
Method in class com.caucho.server.dispatch.ServletConfigImpl
-
- setAsyncSupported(boolean) -
Method in class com.caucho.server.http.StubServletRequest
-
- setAsyncSupported(boolean) -
Method in interface javax.servlet.Registration.Dynamic
-
- setAttribute(Object, String, Object) -
Static method in class com.caucho.config.Config
- Sets an attribute with a value.
- setAttribute(String, Object) -
Method in class com.caucho.config.types.AnnotationConfig
-
- setAttribute(String) -
Method in class com.caucho.health.action.SetJmxAttribute
-
- setAttribute(String) -
Method in class com.caucho.health.meter.JmxMeter
-
- setAttribute(ObjectName, Attribute) -
Method in class com.caucho.jmx.AbstractMBeanServer
- Sets an attribute in the MBean.
- setAttribute(String, Object) -
Method in interface com.caucho.jmx.GenericMBeanInterface
- Sets the named attribute.
- setAttribute(Attribute) -
Method in class com.caucho.jmx.IntrospectionMBean
- Sets an attribute value.
- setAttribute(Object, String, Object) -
Method in class com.caucho.jmx.MBeanSkeleton
- Sets the attribute value.
- setAttribute(ObjectName, Attribute) -
Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- setAttribute(String, String) -
Method in class com.caucho.jsf.dev.JsfDeveloperAid.Component
-
- setAttribute(String, Object) -
Method in class com.caucho.jsp.PageContextImpl
- Sets the page attribute with the given name.
- setAttribute(String, Object, int) -
Method in class com.caucho.jsp.PageContextImpl
-
- setAttribute(String, Object) -
Static method in class com.caucho.loader.Environment
- Sets a local variable for the current environment.
- setAttribute(String, Object, ClassLoader) -
Static method in class com.caucho.loader.Environment
- Sets a local variable for the current environment.
- setAttribute(String, Object) -
Method in class com.caucho.loader.EnvironmentClassLoader
- Sets the named attributes
- setAttribute(int, Value) -
Method in class com.caucho.quercus.lib.db.PDO
-
- setAttribute(int, Value) -
Method in class com.caucho.quercus.lib.db.PDOStatement
-
- setAttribute(int, Value, boolean) -
Method in class com.caucho.quercus.lib.db.PDOStatement
-
- setAttribute(String, String) -
Method in class com.caucho.quercus.lib.dom.DOMElement
-
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.AttributeItem
- Returns the next item on the match.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.ChoiceItem
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.EmptyItem
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.GroupItem
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.InElementItem
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.InterleaveItem
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.Item
- Sets an attribute.
- setAttribute(QName, String) -
Method in class com.caucho.relaxng.program.MemoItem
- Sets an attribute.
- setAttribute(String) -
Method in class com.caucho.server.admin.JmxSetQuery
-
- setAttribute(ObjectName, Attribute) -
Method in class com.caucho.server.admin.RemoteMBeanServerConnection
-
- setAttribute(String) -
Method in class com.caucho.server.admin.StatSystem.JmxItem
-
- setAttribute(String, Object) -
Method in class com.caucho.server.http.CauchoRequestWrapper
-
- setAttribute(String, Object) -
Method in class com.caucho.server.http.ConnectionCometController
- Sets a request attribute.
- setAttribute(String, Object) -
Method in class com.caucho.server.http.HttpServletRequestImpl
- Sets the value of the named request attribute.
- setAttribute(String, Object) -
Method in class com.caucho.server.http.RequestWrapper
- Sets an attribute value.
- setAttribute(String, Object) -
Method in class com.caucho.server.http.StubServletRequest
-
- setAttribute(String, Object) -
Method in class com.caucho.server.session.SessionImpl
- Sets a session attribute.
- setAttribute(String) -
Method in class com.caucho.server.snmp.Oid
-
- setAttribute(String, Object) -
Method in class com.caucho.server.webapp.ServletContextImpl
- Sets an application attribute.
- setAttribute(Attribute) -
Method in class com.caucho.server.webbeans.BeanMBean
-
- setAttribute(String, Object) -
Method in interface com.caucho.servlet.comet.CometController
- Deprecated. Sets a request attribute.
- setAttribute(AttributeName, String, String, HttpServletRequest, ServletContext) -
Method in class com.caucho.servlets.webdav.AbstractPath
- Sets an attribute value.
- setAttribute(AttributeName, String, String, HttpServletRequest, ServletContext) -
Method in class com.caucho.servlets.webdav.ApplicationPath
- Sets an attribute value.
- setAttribute(AttributeName, String) -
Method in class com.caucho.servlets.webdav.XmlApplicationPath.FileAttributes
- Sets an attribute value.
- setAttribute(AttributeName, String, String, HttpServletRequest, ServletContext) -
Method in class com.caucho.servlets.webdav.XmlApplicationPath
- Sets an attribute value.
- setAttribute(String, Object) -
Method in class com.caucho.transaction.TransactionImpl
- Adds an attribute.
- setAttribute(String, Object) -
Method in class com.caucho.vfs.HttpStreamWrapper
- Sets a header for the request.
- setAttribute(String, Object) -
Method in class com.caucho.vfs.ReadStream
- Sets a named attribute.
- setAttribute(String, Object) -
Method in class com.caucho.vfs.StreamImpl
- Sets a stream attribute.
- setAttribute(String, Object) -
Method in class com.caucho.vfs.WriteStream
- Sets a named attribute.
- setAttribute(String, Object) -
Method in class com.caucho.xml.parsers.HtmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml.parsers.LooseHtmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml.parsers.LooseXmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml.parsers.XmlDocumentBuilderFactory
-
- setAttribute(String, String) -
Method in class com.caucho.xml.QAttributedNode
-
- setAttribute(String, Object) -
Method in class com.caucho.xml2.parsers.HtmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml2.parsers.LooseHtmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml2.parsers.LooseXmlDocumentBuilderFactory
-
- setAttribute(String, Object) -
Method in class com.caucho.xml2.parsers.XmlDocumentBuilderFactory
-
- setAttribute(String, String) -
Method in class com.caucho.xml2.QAttributedNode
-
- setAttribute(String, Object) -
Method in class com.caucho.xsl.AbstractStylesheetFactory
- Sets an implementation-specific attribute.
- setAttribute(String, String, String, String) -
Method in class com.caucho.xsl.XslWriter
- Adds a namespace-aware attribute to the current node, making the
new attribute the current node.
- setAttribute(String, NamespaceContext, String) -
Method in class com.caucho.xsl.XslWriter
- Adds a new attribute with the given name to the current node, making
the attribute the current node.
- setAttribute(String, String) -
Method in class com.caucho.xsl.XslWriter
- Directly sets an attribute with a value.
- SetAttribute<X,E> - Interface in javax.persistence.metamodel
- Reflection model for a JPA attribute
- setAttribute(String, Object) -
Method in interface javax.servlet.http.HttpSession
- Sets an attribute value.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.JspContext
- Sets the named page attribute.
- setAttribute(String, Object, int) -
Method in class javax.servlet.jsp.JspContext
- Sets an attribute in a given scope.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.PageContext
- Sets the named page attribute.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.tagext.TagData
- Sets the attribute with the given name.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletContext
- Sets an attribute value.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletRequest
- Sets an attribute value.
- setAttribute(String, Object) -
Method in class javax.servlet.ServletRequestWrapper
- Sets an attribute value.
- setAttributeClass(Class) -
Method in class com.caucho.jsf.cfg.AttributeConfig
-
- setAttributeExtension(ConfigProgram) -
Method in class com.caucho.jsf.cfg.AttributeConfig
-
- setAttributeName(String) -
Method in class com.caucho.jsf.cfg.AttributeConfig
-
- setAttributeNode(DOMAttr) -
Method in class com.caucho.quercus.lib.dom.DOMElement
-
- setAttributeNode(Attr) -
Method in class com.caucho.xml.QAttributedNode
- Sets an attribute, specified by the object.
- setAttributeNode(Attr) -
Method in class com.caucho.xml2.QAttributedNode
- Sets an attribute, specified by the object.
- setAttributeNodeNS(DOMAttr) -
Method in class com.caucho.quercus.lib.dom.DOMElement
-
- setAttributeNodeNS(Attr) -
Method in class com.caucho.xml.QAttributedNode
-
- setAttributeNodeNS(Attr) -
Method in class com.caucho.xml2.QAttributedNode
-
- setAttributeNS(String, String, String) -
Method in class com.caucho.quercus.lib.dom.DOMElement
-
- setAttributeNS(String, String, String) -
Method in class com.caucho.xml.QAttributedNode
-
- setAttributeNS(String, String, String) -
Method in class com.caucho.xml2.QAttributedNode
-
- setAttributes(EmbeddableAttributesConfig) -
Method in class com.caucho.amber.cfg.EmbeddableConfig
- Sets the attributes.
- setAttributes(AttributesConfig) -
Method in class com.caucho.amber.cfg.MappedSuperclassConfig
- Sets the attributes.
- setAttributes(ArrayList<Attribute>) -
Method in class com.caucho.bytecode.CodeAttribute
- Returns the exceptions.
- setAttributes(ObjectName, AttributeList) -
Method in class com.caucho.jmx.AbstractMBeanServer
- Set an attributes in the MBean.
- setAttributes(AttributeList) -
Method in class com.caucho.jmx.IntrospectionMBean
- Sets attribute values.
- setAttributes(ObjectName, AttributeList) -
Method in class com.caucho.jmx.remote.HessianMBeanServerConnection
-
- setAttributes(Map<String, String>) -
Method in class com.caucho.jsf.dev.JsfDeveloperAid.Bean
-
- setAttributes(Map<String, String>) -
Method in class com.caucho.jsf.dev.JsfDeveloperAid.Component
-
- setAttributes(TagAttributeInfo[]) -
Method in class com.caucho.jsp.TempTagInfo
-
- setAttributes(ObjectName, AttributeList) -
Method in class com.caucho.server.admin.RemoteMBeanServerConnection
-
- setAttributes(AttributeList) -
Method in class com.caucho.server.webbeans.BeanMBean
-
- setAuthenticated(boolean) -
Method in class com.caucho.network.balance.ClientSocket
- Returns true if the stream has been authenticated
- setAuthenticationMechanismType(String) -
Method in class com.caucho.jca.cfg.AuthenticationMechanism
-
- setAuthenticationMechanismType(String) -
Method in class com.caucho.jca.cfg.ResourceAdapterConfig.AuthenticationMechanism
-
- setAuthenticationRequired(boolean) -
Method in class com.caucho.admin.RemoteAdminService
-
- setAuthenticationRequired(boolean) -
Method in class com.caucho.hemp.servlet.ServerAuthManager
-
- setAuthenticationRequired(boolean) -
Method in class com.caucho.remote.HmtpServlet
-
- setAuthenticator(Authenticator) -
Method in class com.caucho.cloud.security.SecurityService
-
- setAuthenticator(Authenticator) -
Method in class com.caucho.jca.cfg.JavaMailConfig
- Sets the authenticator
- setAuthenticator(Authenticator) -
Method in class com.caucho.security.AbstractLogin
- Sets the authenticator.
- setAuthenticator(Authenticator) -
Method in class com.caucho.server.security.LoginConfig
- Sets the authenticator.
- setAuthMethod(String) -
Method in class com.caucho.server.security.LoginConfig
- Sets the auth-method
- setAuthor(String) -
Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- setAuthorizationManager(AuthorizationManager) -
Static method in class com.caucho.security.AuthorizationManager
- Sets the context security manager.
- setAuthType(String) -
Method in class com.caucho.server.rewrite.ConditionConfig
- Sets the el expression.
- setAutoCommit(boolean) -
Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- setAutoCommit(boolean) -
Method in class com.caucho.db.jdbc.ConnectionImpl
-
- setAutoCommit(boolean) -
Method in class com.caucho.db.xa.DbTransaction
- Returns true for an auto-commit transaction.
- setAutoCommit(boolean) -
Method in class com.caucho.quercus.lib.db.JdbcConnectionResource
- sets auto-commmit to true or false
- setAutoCommit(boolean) -
Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- setAutoCommit(boolean) -
Method in class com.caucho.sql.ManagedConnectionImpl
- Sets the auto-commit.
- setAutoCommit(boolean) -
Method in class com.caucho.sql.spy.SpyConnection
-
- setAutoCommit(boolean) -
Method in class com.caucho.sql.UserConnection
-
- setAutoCommit(boolean) -
Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- setAutoCompile(boolean) -
Method in class com.caucho.ejb.EJBServer
- Set true to automatically compile old EJBs.
- setAutoCompile(boolean) -
Method in class com.caucho.ejb.manager.EjbManager
- true if beans should be auto-compiled
- setAutoCompile(boolean) -
Method in class com.caucho.jsp.cfg.JspPropertyGroup
- Set if auto-compile is allowed.
- setAutoCompile(boolean) -
Method in class com.caucho.xsl.AbstractStylesheetFactory
- Returns true if precompiled stylesheets should be loaded.
- setAutocomplete(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setAutodetectXml(boolean) -
Method in class com.caucho.xml.AbstractParser
- Set true if the parser should switch from HTML to XML if it detects
the <?xml ?> header.
- setAutoFlush(boolean) -
Method in class com.caucho.jsp.ParseState
- Set if the autoFlush is enabled.
- setAutoFlush(boolean) -
Method in class com.caucho.server.http.AbstractResponseStream
- Sets the auto-flush
- setAutoFlush(boolean) -
Method in class com.caucho.server.http.ResponseStream
-
- setAutoFlush(boolean) -
Method in class com.caucho.server.log.AccessLog
- Sets the auto-flush attribute.
- setAutoFlushTime(Period) -
Method in class com.caucho.server.log.AccessLog
- Sets the autoFlushTime
- setAutoIncrement(int) -
Method in class com.caucho.db.table.Column
- Returns true if the column is auto increment
- setAutoIncrement(String, int) -
Method in class com.caucho.db.table.TableFactory
- Sets the named column as auto-increment
- setBackup(boolean) -
Method in class com.caucho.cloud.network.ClusterServer
- Sets true for backups
- setBackup(boolean) -
Method in class com.caucho.jms.cluster.ClusterQueueImpl
- Set true if messages should be backed up.
- setBackup(boolean) -
Method in class com.caucho.server.distcache.PersistentStoreConfig
-
- setBaseClassName(String) -
Method in class com.caucho.amber.gen.AmberMappedComponent
- Sets the base class name
- setBaseClassName(String) -
Method in class com.caucho.amber.gen.EmbeddableComponent
- Sets the base class name
- setBaseClassName(String) -
Method in class com.caucho.amber.gen.EntityGenerator
- Sets the base class name
- setBaseClassName(String) -
Method in class com.caucho.amber.gen.ListenerComponent
- Sets the base class name
- setBaseClassName(String) -
Method in class com.caucho.amber.gen.ListenerGenerator
- Sets the base class name
- setBaseDn(String) -
Method in class com.caucho.security.LdapAuthenticator
-
- setBaseName(String) -
Method in class com.caucho.jsf.cfg.ResourceBundleConfig
-
- setBasename(ValueExpression) -
Method in class com.caucho.jsf.taglib.LoadBundleTag
-
- setBasename(Expr) -
Method in class com.caucho.jstl.el.BundleTag
- Sets the JSP-EL expression for the basename.
- setBasename(Expr) -
Method in class com.caucho.jstl.el.SetBundleTag
- Sets the JSP-EL expression for the basename.
- setBasename(String) -
Method in class com.caucho.jstl.rt.BundleTag
- Sets the basename.
- setBasename(String) -
Method in class com.caucho.jstl.rt.SetBundleTag
- Sets the basename.
- setBaseTag(TldTag) -
Method in class com.caucho.jsp.cfg.TldTag
-
- setBatch(boolean) -
Method in class com.caucho.loader.CompilingLoader
- Sets true if compilation should batch as many files as possible.
- setBean(Bean<X>) -
Method in class com.caucho.config.extension.ProcessBeanImpl
-
- setBean(EjbBean<X>) -
Method in class com.caucho.ejb.cfg.EjbMethodPattern
- Sets the bean.
- setBean(Bean<?>) -
Method in class com.caucho.server.dispatch.ServletConfigImpl
- Set the bean
- setBeanClass(Class) -
Method in class com.caucho.amber.type.AbstractEnhancedType
- Sets the bean class.
- setBeanClass(Class) -
Method in class com.caucho.amber.type.AmberBeanType
- Sets the bean class.
- setBeanClass(Class) -
Method in class com.caucho.amber.type.EnumType
- Sets the bean class.
- setBeanConfig(String, EjbBean<?>) -
Method in class com.caucho.ejb.cfg.EjbConfig
- Sets the cfg bean with the given name.
- setBeanConfigClass(Class<?>) -
Method in class com.caucho.config.cfg.BeanConfig
-
- setBeanMethod(BeanMethod) -
Method in class com.caucho.ejb.cfg.RemoveMethod
-
- setBeansXml(boolean) -
Method in class com.caucho.config.xml.XmlBeanConfig
-
- setBeforePhase(MethodExpression) -
Method in class com.caucho.jsf.taglib.FacesViewTag
- Sets the before-phase method
- setBegin(Expr) -
Method in class com.caucho.jstl.el.ForEachTag
- Sets the beginning index.
- setBegin(int) -
Method in class com.caucho.jstl.el.XmlForEachTag
- Sets the begin value.
- setBegin(int) -
Method in class com.caucho.jstl.rt.CoreForEachTag
- Sets the beginning value
- setBegin(int) -
Method in class com.caucho.jstl.rt.CoreForTokensTag
- Sets the beginning value
- setBegin(int, int) -
Method in class com.caucho.quercus.lib.regexp.RegexpState
-
- setBgcolor(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setBigDecimal(int, BigDecimal) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBigDecimal(int, BigDecimal) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBigDecimal(String, BigDecimal) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the bigDecimal
- setBigDecimal(int, BigDecimal) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a BigDecimal
- setBigDecimal(String, BigDecimal) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBigDecimal(int, BigDecimal) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBigDecimal(int, BigDecimal) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBinaryStream(int, InputStream, long) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBinaryStream(int, InputStream) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBinaryStream(long) -
Method in class com.caucho.db.sql.BlobImpl
- Returns a stream to write to the blob.
- setBinaryStream(InputStream, int) -
Method in class com.caucho.db.sql.Data
- Sets the value as a stream.
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.db.sql.QueryContext
- Set a binary stream parameter.
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBinaryStream(int, InputStream, long) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBinaryStream(int, InputStream) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBinaryStream(String, InputStream, int) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the binaryStream
- setBinaryStream(String, InputStream, long) -
Method in class com.caucho.sql.UserCallableStatement
-
- setBinaryStream(String, InputStream) -
Method in class com.caucho.sql.UserCallableStatement
-
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a binary stream.
- setBinaryStream(int, InputStream, long) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setBinaryStream(int, InputStream) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setBinaryStream(String, InputStream, int) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(String, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(String, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(int, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(int, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBinaryStream(int, InputStream, int) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, long) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ActionListenerTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ConvertByIdTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ConvertDateTimeTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ConvertNumberTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.PhaseListenerTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.SubViewTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ValidateByIdTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ValidateDoubleRangeTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ValidateLengthTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ValidateLongRangeTag
-
- setBinding(ValueExpression) -
Method in class com.caucho.jsf.taglib.ValueChangeListenerTag
-
- setBindingClass(QuercusClass) -
Method in class com.caucho.quercus.function.AbstractFunction
-
- setBindPortsAfterStart(boolean) -
Method in class com.caucho.cloud.network.NetworkListenSystem
- If true, ports are bound at end.
- setBindPortsAfterStart(boolean) -
Method in class com.caucho.cloud.network.NetworkServerConfig
- If true, ports are bound at end.
- setBlob(int, Blob) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBlob(int, InputStream, long) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBlob(int, InputStream) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBlob(Blob) -
Method in class com.caucho.server.distcache.MnodeEntry
-
- setBlob(int, Blob) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBlob(int, InputStream, long) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBlob(int, InputStream) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBlob(String, InputStream, long) -
Method in class com.caucho.sql.UserCallableStatement
-
- setBlob(String, Blob) -
Method in class com.caucho.sql.UserCallableStatement
-
- setBlob(String, InputStream) -
Method in class com.caucho.sql.UserCallableStatement
-
- setBlob(int, InputStream) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setBlob(int, Blob) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a blob.
- setBlob(int, InputStream, long) -
Method in class com.caucho.sql.UserPreparedStatement
-
- setBlob(int, Blob) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(String, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(String, Blob) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(String, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(int, InputStream, long) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(int, InputStream) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBlob(int, Blob) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBlob(int, InputStream, long) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBlob(int, InputStream) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBlockId(long) -
Method in class com.caucho.db.table.TableIterator
- Sets the current block id of the iterator.
- setBody(StringValue) -
Method in class com.caucho.quercus.lib.curl.CurlResource
- Sets the body of the last request.
- setBodyContent(String) -
Method in class com.caucho.jsp.cfg.TldTag
- Sets the body-content
- setBodycontent(String) -
Method in class com.caucho.jsp.cfg.TldTag
- Sets the bodycontent (backwards compat)
- setBodyContent(String) -
Method in class com.caucho.jsp.java.JavaTagGenerator
- Sets the body content.
- setBodyContent(boolean) -
Method in class com.caucho.jsp.TagInstance
- Set true if the tag has a body content.
- setBodyContent(String) -
Method in class com.caucho.jsp.TempTagInfo
-
- setBodyContent(BodyContent) -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Sets the BodyContent stream.
- setBodyContent(BodyContent) -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Called by the JSP engine just before calling doInitBody().
- setBodyReadOnly() -
Method in class com.caucho.jms.message.MessageImpl
- Sets the body for reading.
- setBodyTag(boolean) -
Method in class com.caucho.jsp.AnalyzedTag
- Set true for a body tag.
- setBom(int) -
Method in class com.caucho.jsp.ParseState
-
- setBoolean(int, boolean) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBoolean(boolean) -
Method in class com.caucho.db.sql.Data
- Sets the value as a boolean.
- setBoolean(int, boolean) -
Method in class com.caucho.db.sql.QueryContext
- Set a boolean parameter.
- setBoolean(String, boolean) -
Method in class com.caucho.jms.message.MapMessageImpl
- Sets a boolean to the stream.
- setBoolean(int, boolean) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBoolean(String, boolean) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the boolean
- setBoolean(int, boolean) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a boolean.
- setBoolean(String, boolean) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBoolean(int, boolean) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBoolean(int, boolean) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBoolean(String, boolean) -
Method in interface javax.jms.MapMessage
-
- setBooleanLiteral(BooleanLiteral) -
Method in class com.caucho.ejb.cfg.EjbJar
-
- setBooleanProperty(String, boolean) -
Method in class com.caucho.jms.message.MessageImpl
- Sets a boolean property.
- setBooleanProperty(String, boolean) -
Method in interface javax.jms.Message
-
- setBorder(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setBroker(Broker) -
Method in class com.caucho.bam.actor.AbstractActorHolder
- The stream to the link is used by the Actor to send messages to
all other Actors in the system.
- setBroker(Broker) -
Method in interface com.caucho.bam.actor.ActorHolder
-
- setBroker(Broker) -
Method in interface com.caucho.bam.actor.ManagedActor
-
- setBroker(Broker) -
Method in class com.caucho.bam.actor.SimpleActor
-
- setBroker(Broker) -
Method in class com.caucho.bam.actor.SimpleActorSender
-
- setBroker(Broker) -
Method in class com.caucho.bam.stream.NullActor
-
- setBroker(Broker) -
Method in class com.caucho.bam.stream.NullMessageStream
-
- setBroker(Broker) -
Method in class com.caucho.hmtp.server.HmtpServlet
-
- setBroker(StompBroker) -
Method in class com.caucho.mqueue.stomp.StompProtocol
-
- setBrush(ImageModule.QuercusImage) -
Method in class com.caucho.quercus.lib.ImageModule.QuercusImage
-
- setBuffer(String) -
Method in class com.caucho.jsp.cfg.JspPropertyGroup
-
- setBuffer(int) -
Method in class com.caucho.jsp.ParseState
- Set the buffer size.
- setBuffering(Env, boolean) -
Method in class com.caucho.quercus.lib.db.OracleOciLob
- Changes current state of buffering for the large object
- setBufferOffset(int) -
Method in class com.caucho.jsp.BodyResponseStream
- Sets the byte buffer offset.
- setBufferOffset(int) -
Method in class com.caucho.server.http.ResponseStream
- Sets the byte offset.
- setBufferOffset(int) -
Method in class com.caucho.server.http.StubResponseStream
- Sets the stream's buffer length.
- setBufferOffset(int) -
Method in class com.caucho.server.http.ToByteResponseStream
- Sets the byte offset.
- setBufferOffset(int) -
Method in class com.caucho.server.http.ToCharResponseStream
- Sets the byte buffer offset.
- setBufferOffset(int) -
Method in class com.caucho.server.http.WrapperResponseStream
- Sets the byte buffer offset.
- setBufferOffset(int) -
Method in class com.caucho.server.webapp.IncludeResponseStream2
- Sets the byte buffer offset.
- setBufferOffset(int) -
Method in class com.caucho.vfs.OutputStreamWithBuffer
- Sets the stream's buffer length.
- setBufferOffset(int) -
Method in class com.caucho.vfs.WriteStream
- Sets the write offset.
- setBufferSize(int) -
Method in class com.caucho.jsp.BodyResponseStream
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.http.AbstractResponseStream
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.http.CauchoResponseWrapper
-
- setBufferSize(int) -
Method in class com.caucho.server.http.HttpServletResponseImpl
- Sets the output buffer size to
size.
- setBufferSize(int) -
Method in class com.caucho.server.http.ResponseAdapter
-
- setBufferSize(int) -
Method in class com.caucho.server.http.ResponseStream
-
- setBufferSize(int) -
Method in class com.caucho.server.http.ResponseWrapper
- Sets the output buffer size to
size.
- setBufferSize(int) -
Method in class com.caucho.server.http.ResponseWriter
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.http.StubResponseStream
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.http.StubServletResponse
-
- setBufferSize(int) -
Method in class com.caucho.server.http.ToByteResponseStream
- Sets the buffer capacity.
- setBufferSize(int) -
Method in class com.caucho.server.http.ToCharResponseStream
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.http.WrapperResponseStream
- Sets the buffer size.
- setBufferSize(int) -
Method in class com.caucho.server.webapp.IncludeResponse
-
- setBufferSize(int) -
Method in interface javax.servlet.ServletResponse
- Sets the output buffer size to
size.
- setBufferSize(int) -
Method in class javax.servlet.ServletResponseWrapper
- Sets the output buffer size to
size.
- setBuilder(JspBuilder) -
Method in class com.caucho.jsp.ParseState
- Sets the builder
- setBundle(String, PageContextImpl) -
Static method in class com.caucho.jstl.el.BundleTag
-
- setBundle(Expr) -
Method in class com.caucho.jstl.el.MessageTag
- Sets the bundle.
- setBundle(String, PageContextImpl) -
Static method in class com.caucho.jstl.rt.BundleTag
-
- setBundle(Object) -
Method in class com.caucho.jstl.rt.MessageTag
- Sets the bundle.
- SetBundleTag - Class in com.caucho.jstl.el
- Sets the i18n localization bundle for the current page.
- SetBundleTag() -
Constructor for class com.caucho.jstl.el.SetBundleTag
-
- SetBundleTag - Class in com.caucho.jstl.rt
- Sets the i18n localization bundle for the current page.
- SetBundleTag() -
Constructor for class com.caucho.jstl.rt.SetBundleTag
-
- setBusinessLocal(Class<?>) -
Method in class com.caucho.ejb.server.AbstractEjbBeanManager
-
- setByte(int, byte) -
Method in interface com.caucho.amber.AmberQuery
- Sets the argument with a byte
- setByte(int, byte) -
Method in class com.caucho.amber.query.QueryArgs
- Sets the argument with a byte
- setByte(int, byte) -
Method in class com.caucho.amber.query.UserQuery
- Sets the argument with a byte
- setByte(int, int) -
Method in class com.caucho.bytecode.CodeEnhancer
- Adds a byte to the code.
- setByte(int, byte) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setByte(String, byte) -
Method in class com.caucho.jms.message.MapMessageImpl
- Sets a byte to the stream.
- setByte(int, byte) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setByte(String, byte) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the byte
- setByte(int, byte) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a byte.
- setByte(String, byte) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setByte(int, byte) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setByte(int, byte) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setByte(String, byte) -
Method in interface javax.jms.MapMessage
-
- setByteArg(int, int) -
Method in class com.caucho.bytecode.CodeVisitor
- Sets a byte value.
- setByteAt(int, int) -
Method in class com.caucho.util.ByteBuffer
- Returns the byte at the specified offset.
- setByteCacheStream(OutputStream) -
Method in class com.caucho.server.http.AbstractResponseStream
- Sets a byte cache stream.
- setByteCacheStream(OutputStream) -
Method in class com.caucho.server.http.ResponseStream
- Sets the underlying cache stream for a cached request.
- setByteCacheStream(OutputStream) -
Method in class com.caucho.server.webapp.IncludeResponseStream2
- Sets any cache stream.
- setBytecodeGenerator(boolean) -
Method in class com.caucho.amber.manager.AmberPersistenceUnit
- Set false for EJB-style generation.
- setByteProperty(String, byte) -
Method in class com.caucho.jms.message.MessageImpl
- Sets a byte property.
- setByteProperty(String, byte) -
Method in interface javax.jms.Message
-
- setBytes(int, byte[]) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setBytes(long, byte[]) -
Method in class com.caucho.db.sql.BlobImpl
- Sets a subset of bytes.
- setBytes(long, byte[], int, int) -
Method in class com.caucho.db.sql.BlobImpl
- Sets a subset of bytes.
- setBytes(byte[]) -
Method in class com.caucho.db.sql.Data
-
- setBytes(int, byte[]) -
Method in class com.caucho.db.sql.QueryContext
- Set a binary stream parameter.
- setBytes(String, byte[]) -
Method in class com.caucho.jms.message.MapMessageImpl
- Sets a byte array to the stream.
- setBytes(String, byte[], int, int) -
Method in class com.caucho.jms.message.MapMessageImpl
- Sets a byte array to the stream.
- setBytes(int, byte[]) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setBytes(String, byte[]) -
Method in class com.caucho.sql.UserCallableStatement
- Sets the bytes
- setBytes(int, byte[]) -
Method in class com.caucho.sql.UserPreparedStatement
- Sets the parameter as a byte array.
- setBytes(String, byte[]) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBytes(int, byte[]) -
Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- setBytes(int, byte[]) -
Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- setBytes(String, byte[]) -
Method in interface javax.jms.MapMessage
-
- setBytes(String, byte[], int, int) -
Method in interface javax.jms.MapMessage
-
- setCACertificateFile(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the caCertificateFile.
- setCACertificatePath(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the caCertificatePath.
- setCache(Object, Object) -
Method in class com.caucho.xpath.Env
-
- setCacheable(boolean) -
Method in class com.caucho.management.server.CacheItem
-
- setCacheChunk(ResultSetCacheChunk, ResultSetMetaData) -
Method in class com.caucho.amber.query.ResultSetImpl
- Sets the first cache chunk
- setCacheControl(boolean) -
Method in class com.caucho.server.http.HttpServletResponseImpl
- True if the application has a set a cache-control directive
that Resin doesn't understand.
- setCached(boolean) -
Method in class com.caucho.management.server.CacheItem
-
- setCachedClass(int, QuercusClass) -
Method in class com.caucho.quercus.QuercusContext
- Returns the undefined functions
- setCacheEngine(CacheEngine) -
Method in class com.caucho.server.distcache.CacheStoreManager
-
- setCacheInvocation(AbstractCacheFilterChain) -
Method in interface com.caucho.server.http.CauchoResponse
-
- setCacheInvocation(AbstractCacheFilterChain) -
Method in class com.caucho.server.http.CauchoResponseWrapper
-
- setCacheInvocation(AbstractCacheFilterChain) -
Method in class com.caucho.server.http.HttpServletResponseImpl
- Sets the cache invocation to indicate that the response might be
cacheable.
- setCacheInvocation(AbstractCacheFilterChain) -
Method in class com.caucho.server.http.ResponseWrapper
-
- setCacheInvocation(AbstractCacheFilterChain) -
Method in class com.caucho.server.http.StubServletResponse
-
- setCacheInvocation(AbstractCacheFilterChain) -
Method in class com.caucho.server.webapp.IncludeResponse
- Sets the cache invocation to indicate that the response might be
cacheable.
- setCacheKey(HashKey) -
Method in class com.caucho.server.distcache.CacheConfig
- Sets the globally-unique id for the cache
- setCacheLoader(CacheLoader) -
Method in class com.caucho.distcache.AbstractCache
- Sets the CacheLoader that the Cache can then use to populate
cache misses from a reference store (database).
- setCacheLoader(CacheLoader<K, ? extends V>) -
Method in class com.caucho.distcache.jcache.CacheBuilderImpl
-
- setCacheLoader(CacheLoader) -
Method in class com.caucho.server.distcache.CacheConfig
- Sets the CacheLoader that the Cache can then use to
populate cache misses for a reference store (database)
- setCacheLoader(CacheLoader<K, ? extends V>) -
Method in interface javax.cache.CacheBuilder
-
- setCacheManager(CacheManagerFacade) -
Method in class com.caucho.distcache.AbstractCache
-
- setCacheMaxAge(long) -
Method in interface com.caucho.amber.AmberQuery
- Sets the cache max age.
- setCacheMaxAge(long) -
Method in class com.caucho.amber.query.UserQuery
- Sets the cache max age for the query.
- setCacheSize(int) -
Method in class com.caucho.rewrite.IfNetwork
- Size of the cache used to hold whether or not to allow a certain IP
address, default is 256.
- setCacheSize(int) -
Method in class com.caucho.security.MemorySingleSignon
- Sets the size of the principal cache.
- setCacheSize(int) -
Method in class com.caucho.server.security.IPConstraint
- Size of the cache used to hold whether or not to allow a certain IP
address, default is 256.
- setCacheTime(Period) -
Method in class com.caucho.filters.AnonymousExpiresFilter
- Sets the file cache time.
- setCacheTime(Period) -
Method in class com.caucho.filters.ExpiresFilter
-
- setCacheTimeout(long) -
Method in class com.caucho.amber.table.AmberTable
- Sets the cache timeout.
- setCacheTimeout(long) -
Method in class com.caucho.amber.type.EntityType
- Sets the cache timeout.
- setCacheWriter(CacheWriter<? super K, ? super V>) -
Method in class com.caucho.distcache.jcache.CacheBuilderImpl
-
- setCacheWriter(CacheWriter) -
Method in class com.caucho.server.distcache.CacheConfig
-
- setCacheWriter(CacheWriter<? super K, ? super V>) -
Method in interface javax.cache.CacheBuilder
-
- setCall(CallChain) -
Method in class com.caucho.java.gen.BaseMethod
- Sets the call.
- setCall(AbstractFunction) -
Method in class com.caucho.quercus.env.QuercusClass
- Sets the __call
- setCallback(Callback) -
Method in class com.caucho.quercus.env.OutputBuffer
- Sets the callback for this output buffer.
- setCallback(MessageStream) -
Method in class com.caucho.xmpp.XmppClient
-
- setCallingClass(QuercusClass) -
Method in class com.caucho.quercus.env.Env
-
- setCanRead(boolean) -
Method in class com.caucho.vfs.remote.Stat
- True if the path is readable.
- setCanWrite(boolean) -
Method in class com.caucho.vfs.remote.Stat
-
- setCapacity(int) -
Method in class com.caucho.db.block.BlockManager
- Ensures the cache has a minimum number of blocks.
- setCapacity(int) -
Method in class com.caucho.util.LongKeyLruCache
-
- setCaptionClass(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setCaptionStyle(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setCARevocationFile(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the caRevocationFile.
- setCARevocationPath(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the caRevocationPath.
- setCascadeAll(boolean) -
Method in class com.caucho.amber.cfg.CascadeConfig
-
- setCascadeDelete(boolean) -
Method in class com.caucho.amber.field.DependentEntityOneToOneField
- Sets the cascade-delete property.
- setCascadeMerge(boolean) -
Method in class com.caucho.amber.cfg.CascadeConfig
-
- setCascadePersist(boolean) -
Method in class com.caucho.amber.cfg.CascadeConfig
-
- setCascadePersist(boolean) -
Method in class com.caucho.amber.cfg.PersistenceUnitDefaultsConfig
-
- setCascadeRefresh(boolean) -
Method in class com.caucho.amber.cfg.CascadeConfig
-
- setCascadeRemove(boolean) -
Method in class com.caucho.amber.cfg.CascadeConfig
-
- setCascadeType(CascadeType[]) -
Method in class com.caucho.amber.field.CascadableField
- Sets the cascade types for this field
from parent to child.
- setCaseInsensitive(boolean) -
Method in class com.caucho.server.rewrite.CookieCondition
-
- setCaseInsensitive(boolean) -
Method in class com.caucho.server.rewrite.HeaderCondition
-
- setCaseInsensitive(boolean) -
Method in class com.caucho.server.rewrite.QueryParamCondition
-
- setCaseOrder(Expr) -
Method in class com.caucho.xsl.Sort
- Sets the case order.
- setCatalog(String) -
Method in class com.caucho.amber.cfg.AbstractTableConfig
-
- setCatalog(String) -
Method in class com.caucho.amber.cfg.EntityMappingsConfig
-
- setCatalog(String) -
Method in class com.caucho.amber.cfg.PersistenceUnitDefaultsConfig
-
- setCatalog(String) -
Method in class com.caucho.amber.cfg.TableGeneratorConfig
-
- setCatalog(String) -
Method in class com.caucho.amber.jdbc.AmberConnectionImpl
- Sets the JDBC catalog.
- setCatalog(String) -
Method in class com.caucho.db.jdbc.ConnectionImpl
-
- setCatalog(String) -
Method in class com.caucho.quercus.env.ConnectionEntry
-
- setCatalog(String) -
Method in class com.caucho.quercus.lib.db.JdbcConnectionResource
- Sets the catalog
- setCatalog(String) -
Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
- Sets the JDBC catalog.
- setCatalog(String) -
Method in class com.caucho.sql.ConnectionConfig
- Sets the catalog
- setCatalog(String) -
Method in class com.caucho.sql.ManagedConnectionImpl
- Sets the JDBC catalog.
- setCatalog(String) -
Method in class com.caucho.sql.spy.SpyConnection
- Sets the JDBC catalog.
- setCatalog(String) -
Method in class com.caucho.sql.UserConnection
- Sets the JDBC catalog.
- setCatalog(String) -
Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- setCategorizing(boolean) -
Method in class com.caucho.tools.profiler.ProfilerPointConfig
-
- setCauchoResponse(CauchoResponse) -
Method in class com.caucho.server.http.AbstractResponseStream
-
- setCdataSectionElements(ArrayList) -
Method in class com.caucho.xsl.OutputFormat
-
- setCellpadding(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setCellspacing(ValueExpression) -
Method in class com.caucho.jsf.taglib.HtmlStyleBaseTag
-
- setCertificate(X509Certificate) -
Method in class com.caucho.hessian.security.X509Encryption
- The X509 certificate to obtain the public key of the recipient.
- setCertificate(X509Certificate) -
Method in class com.caucho.hessian.security.X509Signature
- The X509 certificate to obtain the public key of the recipient.
- setCertificateChainFile(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the certificateChainFile.
- setCertificateFile(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the certificate file.
- setCertificateKeyFile(Path) -
Method in class com.caucho.vfs.OpenSSLFactory
- Sets the key file.
- setChar(String, char) -
Method in class com.caucho.jms.message.MapMessageImpl
- Sets a character to the stream.
- setChar(String, char) -
Method in interface javax.jms.MapMessage
-
- setCharacterEncoding(String) -
Method in class com.caucho.jsp.cfg.JspPropertyGroup
-
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.AbstractHttpRequest
- Sets the character encoding of a post.
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.CauchoRequestWrapper
-
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.CauchoResponseWrapper
-
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.HttpServletRequestImpl
- Overrides the character encoding specified in the request.
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.HttpServletResponseImpl
- Sets the character encoding.
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.RequestWrapper
- Sets the character encoding to be used for forms and getReader.
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.ResponseWrapper
- Sets the character encoding the response is using for output.
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.StubServletRequest
-
- setCharacterEncoding(String) -
Method in class com.caucho.server.http.StubServletResponse
-
- setCharacterEncoding(String) -
Method in class com.caucho.servlets.FileServlet
- Sets the character encoding.
- setCharacterEncoding(String) -
Method in class com.caucho.vfs.XmlWriter
- Default is "UTF-8".
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletRequest
- Overrides the character encoding specified in the request.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletRequestWrapper
- Sets the character encoding to be used for forms and getReader.
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletResponse
- Sets the character encoding the response is using for output.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletResponseWrapper
- Sets the character encoding the response is using for output.
- setCharacterStream(int, Reader, int) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setCharacterStream(int, Reader, long) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setCharacterStream(int, Reader) -
Method in class com.caucho.db.jdbc.PreparedStatementImpl
-
- setCharacterStream(long) -
Method in class com.caucho.db.sql.ClobImpl
- Returns a stream to write to the clob.
- setCharacterStream(int, Reader, int) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setCharacterStream(int, Reader, long) -
Method in class com.caucho.sql.spy.SpyPreparedStatement
-
- setCharacterStream(int, Reader) -
Method in class com