- Table - Class in com.caucho.db.table
-
Table format:
- Table - Annotation Type in javax.persistence
-
The @Table annotation.
- TableCacheUpdate - Class in com.caucho.amber.query
-
Update callback where any addition or deletion modifies the cached query.
- TableCacheUpdate(CachedQuery) - Constructor for class com.caucho.amber.query.TableCacheUpdate
-
- TableConfig - Class in com.caucho.amber.cfg
-
The tag in orm.xml
- TableConfig() - Constructor for class com.caucho.amber.cfg.TableConfig
-
- TableFactory - Class in com.caucho.db.table
-
- TableFactory(Database) - Constructor for class com.caucho.db.table.TableFactory
-
- TableGenerator - Annotation Type in javax.persistence
-
The @TableGenerator annotation.
- TableGeneratorConfig - Class in com.caucho.amber.cfg
-
- TableGeneratorConfig() - Constructor for class com.caucho.amber.cfg.TableGeneratorConfig
-
- TableIdExpr - Class in com.caucho.amber.expr
-
Represents from-item table.
- TableIdExpr(EntityType, String) - Constructor for class com.caucho.amber.expr.TableIdExpr
-
Creates the table id expr.
- TableInvalidateCompletion - Class in com.caucho.amber.entity
-
Code to update the cache value on the completion of a transaction.
- TableInvalidateCompletion(String) - Constructor for class com.caucho.amber.entity.TableInvalidateCompletion
-
- TableIterator - Class in com.caucho.db.table
-
Iterates over a table's rows.
- TableIterator() - Constructor for class com.caucho.db.table.TableIterator
-
- TABLESWITCH - Static variable in class com.caucho.bytecode.CodeVisitor
-
- Tag - Interface in javax.servlet.jsp.tagext
-
Tags are Java classes implementing JSP Tag extensions.
- TagAdapter - Class in javax.servlet.jsp.tagext
-
Adapts an object to the tag hierarchy.
- TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
-
Creates a new adapter.
- TagAnalyzer - Class in com.caucho.jsp
-
Analyzes the class for tag.
- TagAnalyzer() - Constructor for class com.caucho.jsp.TagAnalyzer
-
- TagAttributeInfo - Class in javax.servlet.jsp.tagext
-
Information about tag attributes.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagData - Class in javax.servlet.jsp.tagext
-
Tag instance attributes and values.
- TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Create a new TagData object based on an attribute key/value hash table.
- TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Create a new TagData object based on and array of attribute key/values.
- TAGDIR - Static variable in class com.caucho.jsp.JspParser
-
- TagExtraInfo - Class in javax.servlet.jsp.tagext
-
Extra tag information for a custom tag.
- TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
-
Implementing classes must implement a zero-arg constructor.
- TagFileInfo - Class in javax.servlet.jsp.tagext
-
Represents the tag information from a *.tag.
- TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
-
Create a new TagFileInfo.
- TagFileManager - Class in com.caucho.jsp
-
Stores the information for the .tags
- TagFileManager(JspCompiler) - Constructor for class com.caucho.jsp.TagFileManager
-
- tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TagFileTag - Class in com.caucho.jsp.java
-
Represents a custom tag.
- TagFileTag() - Constructor for class com.caucho.jsp.java.TagFileTag
-
- TagInfo - Class in javax.servlet.jsp.tagext
-
Represents the tag information from the tld.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TagInfoExt - Class in com.caucho.jsp.java
-
Information for a tag file.
- TagInfoExt(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean, String, ArrayList<Dependency>) - Constructor for class com.caucho.jsp.java.TagInfoExt
-
- TagInfoImpl - Class in com.caucho.jsp
-
Stores the entire information for a tag library.
- TagInstance - Class in com.caucho.jsp
-
Describes a single tag instance.
- TagInstance(ParseTagManager) - Constructor for class com.caucho.jsp.TagInstance
-
- TagInstance(ParseTagManager, String) - Constructor for class com.caucho.jsp.TagInstance
-
- tagKey(String) - Method in class com.caucho.env.repository.CommitBuilder
-
Sets the tagKey
- TAGLIB - Static variable in class com.caucho.jsp.JspParser
-
- Taglib - Class in com.caucho.jsp
-
Stores the entire information for a tag library.
- TaglibDescriptor - Interface in javax.servlet.descriptor
-
- TaglibManager - Class in com.caucho.jsp
-
Stores the entire information for a tag library.
- TaglibManager(JspResourceManager, WebApp, TagFileManager) - Constructor for class com.caucho.jsp.TaglibManager
-
- TagLibraryInfo - Class in javax.servlet.jsp.tagext
-
Information about the entire tag library.
- TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
-
Called by the JSP engine to collect tag library information.
- TagLibraryValidator - Class in javax.servlet.jsp.tagext
-
Abstract class for a JSP page validator.
- TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
-
Zero-arg constructor for the validator.
- TagManager - Class in com.caucho.jsp
-
Stores the information for the .tags
- TagManager(JspResourceManager) - Constructor for class com.caucho.jsp.TagManager
-
- TagName - Annotation Type in com.caucho.config
-
Specifies the configuration XML tag name in cases where the automatic
name generation doesn't work properly.
- tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TagSupport - Class in javax.servlet.jsp.tagext
-
Convenient support class for creating tags which don't analyze their
bodies.
- TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
-
Tags need to implement a zero-arg constructor.
- TagTaglib - Class in com.caucho.jsp.java
-
Stores the entire information for a tag library.
- TagTaglib(String, String) - Constructor for class com.caucho.jsp.java.TagTaglib
-
- TagVariableInfo - Class in javax.servlet.jsp.tagext
-
TagVariableInfo objects create runtime variables available to the tags.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
-
Creates information for a variable.
- take() - Method in class com.caucho.env.actor2.QueueRingBase
-
- take() - Method in class com.caucho.jms.queue.AbstractQueue
-
- take() - Method in class com.caucho.jms.queue.AbstractTopic
-
- take() - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
- take() - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- take() - Method in class com.caucho.message.common.AbstractQueueSender
-
- take() - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- take() - Method in class com.caucho.util.AbstractActorQueue
-
- takeAndSchedule(ResinThread2) - Method in class com.caucho.env.thread2.ThreadTaskRing2
-
- TargetObjectType - Class in com.caucho.config.reflect
-
class type matching
- TargetObjectType() - Constructor for class com.caucho.config.reflect.TargetObjectType
-
- TaskConfig - Class in com.caucho.make
-
Configuration for a task.
- TaskConfig() - Constructor for class com.caucho.make.TaskConfig
-
- TaskResource - Class in com.caucho.resources
-
The task resource starts a background task on initialization.
- TaskResource() - Constructor for class com.caucho.resources.TaskResource
-
- TaskWorker - Interface in com.caucho.env.thread
-
A generic pool of threads available for Alarms and Work tasks.
- TcpConnectionInfo - Class in com.caucho.management.server
-
Information about a tcp connection
- TcpConnectionInfo(int, long, String, int, String, long) - Constructor for class com.caucho.management.server.TcpConnectionInfo
-
- TcpConnectionMXBean - Interface in com.caucho.management.server
-
Represents a tcp-connection
- TcpNetworkSystem - Class in com.caucho.vfs.net
-
Standard TCP network system.
- TcpNetworkSystem() - Constructor for class com.caucho.vfs.net.TcpNetworkSystem
-
- TcpPath - Class in com.caucho.vfs
-
Implements a tcp stream, essentially just a socket pair.
- TcpPath(TcpPath, String, Map<String, Object>, String, int) - Constructor for class com.caucho.vfs.TcpPath
-
- TcpPool - Class in com.caucho.servlets
-
TCP connection pool for the HTTP proxy
- TcpPool() - Constructor for class com.caucho.servlets.TcpPool
-
- TcpPort - Class in com.caucho.network.listen
-
Represents a protocol connection.
- TcpPort() - Constructor for class com.caucho.network.listen.TcpPort
-
- TcpPort.SuspendReaper - Class in com.caucho.network.listen
-
- TcpPortAdmin - Class in com.caucho.network.listen
-
- TcpPortAdmin(TcpPort) - Constructor for class com.caucho.network.listen.TcpPortAdmin
-
- TcpSocketLink - Class in com.caucho.network.listen
-
A protocol-independent TcpConnection.
- TcpsPath - Class in com.caucho.vfs
-
Implements a tcp stream, essentially just a socket pair.
- TcpsPath(TcpPath, String, Map<String, Object>, String, int) - Constructor for class com.caucho.vfs.TcpsPath
-
- TempBuffer - Class in com.caucho.vfs
-
Pooled temporary byte buffer.
- TempBuffer(int) - Constructor for class com.caucho.vfs.TempBuffer
-
Create a new TempBuffer.
- TempCharBuffer - Class in com.caucho.vfs
-
- TempCharBuffer(int) - Constructor for class com.caucho.vfs.TempCharBuffer
-
Create a new TempBuffer.
- TempCharReader - Class in com.caucho.vfs
-
Char reader based on an underlying buffer.
- TempCharReader() - Constructor for class com.caucho.vfs.TempCharReader
-
Create a new TempCharReader.
- TempCharReader(TempCharBuffer) - Constructor for class com.caucho.vfs.TempCharReader
-
Create a new TempBuffer.
- TempCharStream - Class in com.caucho.vfs
-
- TempCharStream() - Constructor for class com.caucho.vfs.TempCharStream
-
- TempDir - Class in com.caucho.java
-
- TempDir() - Constructor for class com.caucho.java.TempDir
-
- TEMPDIR - Static variable in interface javax.servlet.ServletContext
-
- TempDynamicClassLoader - Class in com.caucho.loader
-
Temporary class loader for class enhancement
- TempDynamicClassLoader(DynamicClassLoader) - Constructor for class com.caucho.loader.TempDynamicClassLoader
-
Create a new class loader.
- TempFile - Class in com.caucho.vfs
-
- TempFile(Path) - Constructor for class com.caucho.vfs.TempFile
-
- TempFileInode - Class in com.caucho.server.httpcache
-
Represents an inode to a temporary file.
- TempFileManager - Class in com.caucho.server.httpcache
-
Represents an inode to a temporary file.
- TempFileManager(Path) - Constructor for class com.caucho.server.httpcache.TempFileManager
-
- TempFileService - Class in com.caucho.server.httpcache
-
Represents an inode to a temporary file.
- TempFileService(TempFileManager) - Constructor for class com.caucho.server.httpcache.TempFileService
-
- TempInputStream - Class in com.caucho.vfs
-
- TempInputStream(TempBuffer) - Constructor for class com.caucho.vfs.TempInputStream
-
- TempInputStreamNoFree - Class in com.caucho.vfs
-
- TempInputStreamNoFree(TempBuffer) - Constructor for class com.caucho.vfs.TempInputStreamNoFree
-
- Template - Class in com.caucho.xsl
-
- Template(AbstractPattern, String, int, int, double, int, String, int) - Constructor for class com.caucho.xsl.Template
-
- templates - Variable in class com.caucho.xsl.StylesheetImpl
-
- TemplatesHandlerImpl - Class in com.caucho.xsl
-
- Temporal - Annotation Type in javax.persistence
-
The @Temporal annotation.
- TEMPORAL_DATE_TYPE - Static variable in class com.caucho.amber.type.CalendarType
-
- TEMPORAL_DATE_TYPE - Static variable in class com.caucho.amber.type.UtilDateType
-
- TEMPORAL_TIME_TYPE - Static variable in class com.caucho.amber.type.CalendarType
-
- TEMPORAL_TIME_TYPE - Static variable in class com.caucho.amber.type.UtilDateType
-
- TEMPORAL_TIMESTAMP_TYPE - Static variable in class com.caucho.amber.type.CalendarType
-
- TEMPORAL_TIMESTAMP_TYPE - Static variable in class com.caucho.amber.type.UtilDateType
-
- TemporalType - Enum in javax.persistence
-
The type of the lock modes.
- TemporaryQueue - Interface in javax.jms
-
The main destination.
- TemporaryQueueImpl - Class in com.caucho.jms.connection
-
A temporary queue
- TemporaryTopic - Interface in javax.jms
-
The main destination.
- TemporaryTopicImpl - Class in com.caucho.jms.connection
-
A basic topic.
- TempOutputStream - Class in com.caucho.vfs
-
- TempOutputStream() - Constructor for class com.caucho.vfs.TempOutputStream
-
- TempQuery - Class in com.caucho.db.sql
-
- TempQuery(FromItem[]) - Constructor for class com.caucho.db.sql.TempQuery
-
- TempReadStream - Class in com.caucho.vfs
-
- TempReadStream(TempBuffer) - Constructor for class com.caucho.vfs.TempReadStream
-
- TempReadStream() - Constructor for class com.caucho.vfs.TempReadStream
-
- TempStream - Class in com.caucho.vfs
-
- TempStream() - Constructor for class com.caucho.vfs.TempStream
-
- TempStreamApi - Interface in com.caucho.vfs
-
- TempTagInfo - Class in com.caucho.jsp
-
Temporary tag information for recursive tags.
- TempTagInfo() - Constructor for class com.caucho.jsp.TempTagInfo
-
- tertiary(TriadOwner) - Method in class com.caucho.cloud.topology.TriadDispatcher
-
Returns the tertiary server.
- tertiary(TriadOwner) - Method in class com.caucho.cloud.topology.TriadDispatcherDouble
-
Returns the tertiary server.
- tertiary(TriadOwner) - Method in class com.caucho.cloud.topology.TriadDispatcherSingle
-
Returns the tertiary server.
- tertiary(TriadOwner) - Method in class com.caucho.cloud.topology.TriadDispatcherTriple
-
Returns the tertiary server.
- test(WriteStream) - Method in class com.caucho.db.debug.DebugStore
-
- test(String, InputStream) - Method in class com.caucho.server.resin.ManagementAdmin
-
- Test - Class in com.caucho.util
-
QA harness set this.
- Test() - Constructor for class com.caucho.util.Test
-
- testClear() - Method in class com.caucho.transaction.TransactionManagerImpl
-
Clearing for test purposes.
- testSequenceSQL(String) - Method in class com.caucho.jdbc.JdbcMetaData
-
Returns a sequence select expression.
- testSequenceSQL(String) - Method in class com.caucho.jdbc.PostgresMetaData
-
Returns a sequence select expression.
- TEXT - Static variable in class com.caucho.config.type.InlineBeanType
-
- TEXT - Static variable in class com.caucho.config.xml.XmlConfigContext
-
- text(String) - Method in class com.caucho.jsp.java.JavaJspBuilder
-
Adds text.
- text(String, String, int, int) - Method in class com.caucho.jsp.java.JavaJspBuilder
-
Adds text.
- text(String) - Method in class com.caucho.jsp.JspBuilder
-
Adds text.
- text(String, String, int, int) - Method in class com.caucho.jsp.JspBuilder
-
Adds text.
- text(CharSequence) - Method in class com.caucho.relaxng.program.ChoiceItem
-
Returns the next item on the match.
- text(CharSequence) - Method in class com.caucho.relaxng.program.DataItem
-
Data repeats
- text(CharSequence) - Method in class com.caucho.relaxng.program.GroupItem
-
Returns the next item when some text data is available.
- text(CharSequence) - Method in class com.caucho.relaxng.program.InElementItem
-
Returns the next item when some text data is available.
- text(CharSequence) - Method in class com.caucho.relaxng.program.InterleaveItem
-
Returns the next item on some text
- text(CharSequence) - Method in class com.caucho.relaxng.program.Item
-
Adds text.
- text(CharSequence) - Method in class com.caucho.relaxng.program.MemoItem
-
Adds text.
- TEXT - Static variable in class com.caucho.relaxng.program.TextItem
-
- text(CharSequence) - Method in class com.caucho.relaxng.program.TextItem
-
Text repeats
- text(String) - Method in class com.caucho.xml.DOMBuilder
-
- text(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
-
- text(String) - Method in class com.caucho.xml.SAXBuilder
-
- text(char[], int, int) - Method in class com.caucho.xml.SAXBuilder
-
- text(String) - Method in class com.caucho.xml.XmlPrinter
-
Prints text.
- text(char[], int, int) - Method in class com.caucho.xml.XmlPrinter
-
Prints text.
- text(String) - Method in interface com.caucho.xml.XMLWriter
-
- text(char[], int, int) - Method in interface com.caucho.xml.XMLWriter
-
- text(String) - Method in class com.caucho.xml2.DOMBuilder
-
- text(char[], int, int) - Method in class com.caucho.xml2.DOMBuilder
-
- text(String) - Method in class com.caucho.xml2.SAXBuilder
-
- text(char[], int, int) - Method in class com.caucho.xml2.SAXBuilder
-
- text(String) - Method in class com.caucho.xml2.XmlPrinter
-
Prints text.
- text(char[], int, int) - Method in class com.caucho.xml2.XmlPrinter
-
Prints text.
- text(String) - Method in interface com.caucho.xml2.XMLWriter
-
- text(char[], int, int) - Method in interface com.caucho.xml2.XMLWriter
-
- text - Variable in class com.caucho.xsl.StylesheetImpl
-
- TextAttribute<T> - Class in com.caucho.config.attribute
-
- TextAttribute(Method, Class<T>) - Constructor for class com.caucho.config.attribute.TextAttribute
-
- TextItem - Class in com.caucho.relaxng.program
-
Generates programs from patterns.
- TextMessage - Interface in javax.jms
-
The main message.
- TextMessageImpl - Class in com.caucho.jms.message
-
A text message.
- TextMessageImpl() - Constructor for class com.caucho.jms.message.TextMessageImpl
-
- TextMessageImpl(String) - Constructor for class com.caucho.jms.message.TextMessageImpl
-
- TextMessageImpl(TextMessage) - Constructor for class com.caucho.jms.message.TextMessageImpl
-
- TextMessageImpl(TextMessageImpl) - Constructor for class com.caucho.jms.message.TextMessageImpl
-
- TextNode - Class in com.caucho.xsl.java
-
Represents any XSL node from the stylesheet.
- TextNode(String) - Constructor for class com.caucho.xsl.java.TextNode
-
- TextPattern - Class in com.caucho.relaxng.pattern
-
Relax empty pattern
- TextPattern() - Constructor for class com.caucho.relaxng.pattern.TextPattern
-
Creates a new empty pattern.
- TextStatement - Class in com.caucho.servlets.ssi
-
Represents a SSI statement
- textValue(Node) - Static method in class com.caucho.xml.XmlUtil
-
Extracts the text value from the node.
- textValue(CharBuffer, Node) - Static method in class com.caucho.xml.XmlUtil
-
Extracts the text value from the node.
- textValue(Node) - Static method in class com.caucho.xml2.XmlUtil
-
Extracts the text value from the node.
- textValue(CharBuffer, Node) - Static method in class com.caucho.xml2.XmlUtil
-
Extracts the text value from the node.
- THIS - Static variable in class com.caucho.amber.query.QueryParser
-
- THREAD_FULL_EVENT - Static variable in class com.caucho.env.thread1.ThreadPool1
-
- THREAD_FULL_EVENT - Static variable in class com.caucho.env.thread2.ThreadPool2
-
- ThreadActivityCode - Enum in com.caucho.admin.thread
-
- ThreadActivityGroup - Class in com.caucho.admin.thread
-
- ThreadActivityGroup(String) - Constructor for class com.caucho.admin.thread.ThreadActivityGroup
-
- ThreadActivityGroup(String, ThreadSnapshotFilter) - Constructor for class com.caucho.admin.thread.ThreadActivityGroup
-
- ThreadConnectionManager - Class in com.caucho.env.dbpool
-
Manages the connections for a thread.
- ThreadConnectionManager() - Constructor for class com.caucho.env.dbpool.ThreadConnectionManager
-
- ThreadContext - Class in com.caucho.inject
-
The ThreadContext works with @ThreadScoped.
- ThreadContext() - Constructor for class com.caucho.inject.ThreadContext
-
- ThreadDump - Class in com.caucho.util
-
Generate a thread dump
- ThreadDump() - Constructor for class com.caucho.util.ThreadDump
-
- ThreadDumpAction - Class in com.caucho.admin.action
-
- ThreadDumpAction() - Constructor for class com.caucho.admin.action.ThreadDumpAction
-
- ThreadDumpCommand - Class in com.caucho.boot
-
- ThreadDumpCommand() - Constructor for class com.caucho.boot.ThreadDumpCommand
-
- ThreadDumpQuery - Class in com.caucho.server.admin
-
- ThreadDumpQuery() - Constructor for class com.caucho.server.admin.ThreadDumpQuery
-
- ThreadDumpQuery(boolean) - Constructor for class com.caucho.server.admin.ThreadDumpQuery
-
- threadMax() - Method in class com.caucho.hemp.broker.BamServiceLiteral
-
- ThreadPool - Class in com.caucho.env.thread
-
A generic pool of threads available for Alarms and Work tasks.
- ThreadPool() - Constructor for class com.caucho.env.thread.ThreadPool
-
- ThreadPool(String) - Constructor for class com.caucho.env.thread.ThreadPool
-
- ThreadPool1 - Class in com.caucho.env.thread1
-
A generic pool of threads available for Alarms and Work tasks.
- ThreadPool1() - Constructor for class com.caucho.env.thread1.ThreadPool1
-
- ThreadPool1(String) - Constructor for class com.caucho.env.thread1.ThreadPool1
-
- ThreadPool2 - Class in com.caucho.env.thread2
-
A generic pool of threads available for Alarms and Work tasks.
- ThreadPool2() - Constructor for class com.caucho.env.thread2.ThreadPool2
-
- ThreadPool2(String) - Constructor for class com.caucho.env.thread2.ThreadPool2
-
- ThreadPoolAdmin - Class in com.caucho.server.resin
-
- ThreadPoolConfig - Class in com.caucho.server.resin
-
- ThreadPoolConfig() - Constructor for class com.caucho.server.resin.ThreadPoolConfig
-
- ThreadPoolMXBean - Interface in com.caucho.management.server
-
Management interface for the thread pool.
- ThreadRequestFactory - Class in com.caucho.config.scope
-
The thread request factory
- ThreadRequestFactory() - Constructor for class com.caucho.config.scope.ThreadRequestFactory
-
- ThreadScoped - Annotation Type in com.caucho.inject
-
- ThreadServerRequestFactory - Class in com.caucho.server.http
-
The thread request factory
- ThreadServerRequestFactory() - Constructor for class com.caucho.server.http.ThreadServerRequestFactory
-
- ThreadSnapshot - Class in com.caucho.admin.thread
-
- ThreadSnapshot(ThreadInfo) - Constructor for class com.caucho.admin.thread.ThreadSnapshot
-
- ThreadSnapshotFilter - Interface in com.caucho.admin.thread.filter
-
- ThreadTask - Interface in com.caucho.util
-
Interface for a generic thread task.
- ThreadTaskRing2 - Class in com.caucho.env.thread2
-
- ThreadTaskRing2() - Constructor for class com.caucho.env.thread2.ThreadTaskRing2
-
- Throttle - Class in com.caucho.network.listen
-
Throttles connections
- Throttle() - Constructor for class com.caucho.network.listen.Throttle
-
- ThrottleFilter - Class in com.caucho.filters
-
Throttles the filter to only a limited number of requests.
- ThrottleFilter() - Constructor for class com.caucho.filters.ThrottleFilter
-
- ThrowableDeserializer - Class in com.caucho.ejb.hessian
-
Serializing an object for known object types.
- ThrowableDeserializer(Class) - Constructor for class com.caucho.ejb.hessian.ThrowableDeserializer
-
- TIME - Static variable in class com.caucho.util.QDate
-
- TIME_HOUR - Static variable in class com.caucho.server.distcache.CacheConfig
-
- TIME_INFINITY - Static variable in class com.caucho.server.distcache.CacheConfig
-
- TIME_TICKS - Static variable in class com.caucho.server.snmp.MbeanAttributeInfo
-
- TIME_TICKS - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- TIME_ZONE - Static variable in class com.caucho.util.QDate
-
- TimedCache<K,V> - Class in com.caucho.util
-
A timed LRU cache.
- TimedCache(int, long) - Constructor for class com.caucho.util.TimedCache
-
Creates a new timed LRU cache.
- TimedItem - Class in com.caucho.server.thread
-
A single item timed cache.
- TimedItem(long) - Constructor for class com.caucho.server.thread.TimedItem
-
Create a new timed item with a specified update time
- TimedItem - Class in com.caucho.util
-
A single item timed cache.
- TimedItem(long) - Constructor for class com.caucho.util.TimedItem
-
Create a new timed item with a specified update time
- TimedObject - Interface in javax.ejb
-
The TimedObject interface contains the callback method that is used to
deliver timer expiration notifications.
- TimeInterval - Interface in com.caucho.util
-
Defines a TimeInterval, the period of time something is current.
- TimeInterval.Comparison - Enum in com.caucho.util
-
Defines the set of relationships between two time intervals.
- TimeIntervalElement - Class in com.caucho.util
-
- TimeIntervalElement(long, long) - Constructor for class com.caucho.util.TimeIntervalElement
-
- TimeIntervalEntry - Interface in com.caucho.util
-
Implementing this interface facilitiates scheduling events.
- TimeIntervalScheduler<E extends TimeIntervalEntry> - Interface in com.caucho.util
-
Defines an interface for scheduling "something" on an entry that
a provider of that service would implement.
- TimeIntervalScheduler.ScheduleType - Enum in com.caucho.util
-
- TimeMeter - Class in com.caucho.env.meter
-
- TimeMeter(String) - Constructor for class com.caucho.env.meter.TimeMeter
-
- timeout(Timer) - Method in class com.caucho.config.timer.MethodTimeoutInvoker
-
- timeout(Method) - Method in interface com.caucho.config.timer.TimeoutCaller
-
- timeout(Method, Timer) - Method in interface com.caucho.config.timer.TimeoutCaller
-
- timeout(Timer) - Method in class com.caucho.config.timer.TimeoutInvoker
-
- timeout(Timer) - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
-
- timeout(Timer) - Method in class com.caucho.ejb.timer.EjbTimerInvocation
-
- timeout() - Method in class com.caucho.network.listen.AsyncController
-
- timeout() - Method in class com.caucho.server.http.ConnectionCometController
-
Sets the timeout.
- timeout() - Method in class com.caucho.server.session.SessionImpl
-
Called by the session manager for a session timeout
- Timeout - Annotation Type in javax.ejb
-
Designates a method on the bean that should receive EJB timer expirations for
that bean.
- TIMEOUT_EXN - Static variable in class com.caucho.vfs.JniStream
-
- TimeoutCaller - Interface in com.caucho.config.timer
-
Callback for a timer
- TimeoutException - Exception in com.caucho.bam
-
HMPP wrapper
- TimeoutException() - Constructor for exception com.caucho.bam.TimeoutException
-
- TimeoutException(String) - Constructor for exception com.caucho.bam.TimeoutException
-
- TimeoutException(Throwable) - Constructor for exception com.caucho.bam.TimeoutException
-
- TimeoutException(String, Throwable) - Constructor for exception com.caucho.bam.TimeoutException
-
- TimeoutInvoker - Class in com.caucho.config.timer
-
Callback for a timer
- TimeoutInvoker() - Constructor for class com.caucho.config.timer.TimeoutInvoker
-
- Timer - Interface in javax.ejb
-
The Timer interface contains information about a timer that was created
through the EJB Timer Service.
- TimeRangeMeter - Class in com.caucho.env.meter
-
- TimeRangeMeter(String) - Constructor for class com.caucho.env.meter.TimeRangeMeter
-
- TimerConfig - Class in javax.ejb
-
Specifies the configuration of a timer.
- TimerConfig() - Constructor for class javax.ejb.TimerConfig
-
Constructs a new timer configuration.
- TimerConfig(Serializable, boolean) - Constructor for class javax.ejb.TimerConfig
-
Constructs a new timer configuration.
- TimerHandle - Interface in javax.ejb
-
The TimerHandle interface is implemented by all EJB timer handles.
- TimerService - Interface in javax.ejb
-
The TimerService interface provides enterprise bean components with access to
the container-provided Timer Service.
- TimerTask - Class in com.caucho.config.timer
-
Scheduled task.
- TimerTask(EjbTimerContainer, TimeoutInvoker, EjbTimer, CronExpression, Trigger, Serializable) - Constructor for class com.caucho.config.timer.TimerTask
-
Constructs a new scheduled task.
- TimerTrigger - Class in com.caucho.resources
-
Trigger for delay, period
- TimerTrigger() - Constructor for class com.caucho.resources.TimerTrigger
-
Constructs a new timer trigger.
- TimerTrigger(long) - Constructor for class com.caucho.resources.TimerTrigger
-
Creates a timer trigger.
- TimerTrigger(long, long) - Constructor for class com.caucho.resources.TimerTrigger
-
Creates a timer trigger.
- TimeSensor - Interface in com.caucho.env.meter
-
- timestamp(String) - Static method in class com.caucho.config.functions.FmtFunctions
-
Make a timestamp for current date and time.
- timestamp(String, long) - Static method in class com.caucho.config.functions.FmtFunctions
-
- timestamp(String, Date) - Static method in class com.caucho.config.functions.FmtFunctions
-
- timestamp(String, Calendar) - Static method in class com.caucho.config.functions.FmtFunctions
-
- timestamp(String, QDate) - Static method in class com.caucho.config.functions.FmtFunctions
-
- TimestampFilter - Class in com.caucho.log
-
Automatically-rotating streams.
- TimestampFilter() - Constructor for class com.caucho.log.TimestampFilter
-
Create listener.
- TimestampFilter(WriteStream, String) - Constructor for class com.caucho.log.TimestampFilter
-
Create listener.
- TimestampFormatter - Class in com.caucho.log
-
Formats a timestamp
- TimestampFormatter() - Constructor for class com.caucho.log.TimestampFormatter
-
Create formatter.
- TimestampLogFormatter - Class in com.caucho.log
-
Formats a log message.
- TimestampLogFormatter() - Constructor for class com.caucho.log.TimestampLogFormatter
-
- TimeTicksValue - Class in com.caucho.server.snmp.types
-
- TimeTicksValue(long) - Constructor for class com.caucho.server.snmp.types.TimeTicksValue
-
- timezone(String) - Method in class javax.ejb.ScheduleExpression
-
Sets the time zone for this schedule.
- TldAttribute - Class in com.caucho.jsp.cfg
-
Configuration for the taglib attribute in the .tld
- TldAttribute() - Constructor for class com.caucho.jsp.cfg.TldAttribute
-
- TldAttribute.DeferredMethod - Class in com.caucho.jsp.cfg
-
- TldAttribute.DeferredValue - Class in com.caucho.jsp.cfg
-
- TldFragmentAttribute - Class in com.caucho.jsp.cfg
-
Configuration for the taglib attribute in the .tld
- TldFragmentAttribute() - Constructor for class com.caucho.jsp.cfg.TldFragmentAttribute
-
- TldFragmentInput - Class in com.caucho.jsp.cfg
-
Configuration for the taglib attribute in the .tld
- TldFragmentInput() - Constructor for class com.caucho.jsp.cfg.TldFragmentInput
-
- TldFunction - Class in com.caucho.jsp.cfg
-
Configuration for the taglib tag in the .tld
- TldFunction() - Constructor for class com.caucho.jsp.cfg.TldFunction
-
- TldListener - Class in com.caucho.jsp.cfg
-
Configuration for the taglib listener in the .tld
- TldListener() - Constructor for class com.caucho.jsp.cfg.TldListener
-
- TldManager - Class in com.caucho.jsp
-
Stores the parsed tlds.
- TldPreload - Class in com.caucho.jsp.cfg
-
Configuration for the taglib in the .tld
- TldPreload() - Constructor for class com.caucho.jsp.cfg.TldPreload
-
- TldTag - Class in com.caucho.jsp.cfg
-
Configuration for the taglib tag in the .tld
- TldTag() - Constructor for class com.caucho.jsp.cfg.TldTag
-
- TldTagFile - Class in com.caucho.jsp.cfg
-
Configuration for the taglib attribute in the .tld
- TldTagFile() - Constructor for class com.caucho.jsp.cfg.TldTagFile
-
- TldTaglib - Class in com.caucho.jsp.cfg
-
Configuration for the taglib in the .tld
- TldTaglib() - Constructor for class com.caucho.jsp.cfg.TldTaglib
-
- TldValidator - Class in com.caucho.jsp.cfg
-
Configuration for the taglib validator in the .tld
- TldValidator() - Constructor for class com.caucho.jsp.cfg.TldValidator
-
- TldVariable - Class in com.caucho.jsp.cfg
-
Configuration for the taglib variable in the .tld
- TldVariable() - Constructor for class com.caucho.jsp.cfg.TldVariable
-
- tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMFAIL - Static variable in interface javax.transaction.xa.XAResource
-
- TMJOIN - Static variable in interface javax.transaction.xa.XAResource
-
- TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
-
- TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
-
- TMRESUME - Static variable in interface javax.transaction.xa.XAResource
-
- TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
-
- toActive() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the active state.
- toActive() - Method in class com.caucho.network.balance.ClientSocket
-
- toActive() - Method in interface com.caucho.network.balance.ClientSocketApi
-
- toArray() - Method in class com.caucho.env.actor2.QueueRingBase
-
- toArray(X[]) - Method in class com.caucho.env.actor2.QueueRingBase
-
- toArray() - Method in class com.caucho.env.dbpool.IdlePoolSet
-
Returns an array of the elements in the set.
- toArray(ManagedConnection[]) - Method in class com.caucho.env.dbpool.IdlePoolSet
-
Returns an array of the elements in the set.
- toArray() - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- toArray(X[]) - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- toArray() - Method in class com.caucho.message.common.AbstractQueueSender
-
- toArray(X[]) - Method in class com.caucho.message.common.AbstractQueueSender
-
- toArray() - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- toArray(T[]) - Method in class com.caucho.remote.websocket.WebSocketBlockingQueue
-
- toArray() - Method in class com.caucho.server.security.AbstractConstraint
-
converts the sub constraints to an array.
- toArray() - Method in class com.caucho.server.security.ContainerConstraint
-
converts the sub constraints to an array.
- toArray() - Method in class com.caucho.util.AbstractActorQueue
-
- toArray(X[]) - Method in class com.caucho.util.AbstractActorQueue
-
- toArray() - Method in class com.caucho.util.AlarmHeap
-
- toArray() - Method in class com.caucho.util.ConcurrentArrayList
-
- toArray() - Method in class com.caucho.util.IntArray
-
Return a new int array with the contents.
- toArray() - Method in class com.caucho.util.LifoSet
-
Returns an array of the elements in the set.
- toArray(T[]) - Method in class com.caucho.util.LifoSet
-
Returns an array of the elements in the set.
- toArray() - Method in interface javax.persistence.Tuple
-
- toArtifact(Path) - Method in class com.caucho.loader.maven.MavenProject
-
Returns the Artifact corresponding to the project.
- toAscii(String) - Static method in class com.caucho.server.host.DomainName
-
Converts to the ascii "punicode".
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.IntegerValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.IpAddressValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.NullValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.ObjectIdentifierValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.OctetStringValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.PduValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.SequenceValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.SnmpMessageValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.SnmpValue
-
- toAsn1() - Method in class com.caucho.server.snmp.types.SnmpValue
-
- toAsn1(StringBuilder) - Method in class com.caucho.server.snmp.types.UnsignedIntegerValue
-
- toBigDecimal(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a big decimal
- toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toBigInteger(BigDecimal, boolean) - Static method in class com.caucho.amber.type.BigIntegerType
-
Converts a value to a int.
- toBigInteger(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a big integer
- toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toBoolean(boolean, boolean) - Static method in class com.caucho.amber.type.BooleanType
-
Converts a value to a boolean.
- toBoolean(String, boolean) - Static method in class com.caucho.amber.type.TrueFalseType
-
Converts a value to a boolean.
- toBoolean(String, boolean) - Static method in class com.caucho.amber.type.YesNoType
-
Converts a value to a boolean.
- toBoolean(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a boolean.
- toBoolean(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns an object converted to a boolean.
- toBoolean(boolean) - Static method in class com.caucho.jms.selector.Selector
-
- toBoolean(String) - Static method in class com.caucho.jsp.PageContextImpl
-
Parses a boolean value.
- toBoolean(Object) - Static method in class com.caucho.xpath.Expr
-
Convert a Java object to a boolean using the XPath rules.
- toBusy() - Method in class com.caucho.network.balance.ClientSocketFactory
-
- toBusy() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
- toByte(int, boolean) - Static method in class com.caucho.amber.type.ByteType
-
Converts a value to a int.
- toByte(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a byte
- toByteArray() - Method in class com.caucho.vfs.TempOutputStream
-
- ToByteResponseStream - Class in com.caucho.server.http
-
Handles the dual char/byte buffering for the response stream.
- ToByteResponseStream() - Constructor for class com.caucho.server.http.ToByteResponseStream
-
- toBytes(String) - Static method in class com.caucho.config.types.Bytes
-
Converts a byte string to a number of bytes.
- toBytes(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a byte[]
- toBytes(String) - Static method in class com.caucho.util.Hex
-
Convert hex to bytes
- toCalendar(Date) - Static method in class com.caucho.amber.type.CalendarType
-
Gets the value.
- toChar(String) - Static method in class com.caucho.amber.type.CharacterType
-
Converts a value to a char.
- toChar(String) - Static method in class com.caucho.amber.type.PrimitiveCharType
-
Converts a value to a char.
- toChar(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a char
- toCharacter(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toCharArray(String, boolean) - Static method in class com.caucho.amber.type.CharacterArrayType
-
Gets the value.
- toCharArray(String, boolean) - Static method in class com.caucho.amber.type.PrimitiveCharArrayType
-
- ToCharResponseAdapter - Class in com.caucho.server.http
-
- ToCharResponseStream - Class in com.caucho.server.http
-
- ToCharResponseStream() - Constructor for class com.caucho.server.http.ToCharResponseStream
-
- toClass(String) - Static method in class com.caucho.amber.type.ClassType
-
Gets the value.
- toClass(Object, ELContext) - Static method in class com.caucho.el.Expr
-
jsp/3019
- toClassPath(ArrayList<String>) - Static method in class com.caucho.loader.DynamicClassLoader
-
- toClosing() - Method in class com.caucho.server.http.AbstractResponseStream
-
- toComet(SocketLinkCometListener) - Method in class com.caucho.network.listen.AbstractSocketLink
-
Starts a comet request
- toComet(SocketLinkCometListener) - Method in interface com.caucho.network.listen.SocketLink
-
Starts a comet request
- toComet(SocketLinkCometListener) - Method in class com.caucho.network.listen.StreamSocketLink
-
- toComet(SocketLinkCometListener) - Method in class com.caucho.network.listen.TcpSocketLink
-
Starts a comet connection.
- toCometRestart(SocketLinkCometListener) - Method in class com.caucho.network.listen.AbstractSocketLink
-
Starts a comet request
- toCometRestart(SocketLinkCometListener) - Method in interface com.caucho.network.listen.SocketLink
-
- toCometRestart(SocketLinkCometListener) - Method in class com.caucho.network.listen.TcpSocketLink
-
Starts a comet connection.
- toData(OutputStream) - Method in class com.caucho.env.git.GitTree
-
- toData(OutputStream) - Method in class com.caucho.env.git.GitWorkingTree
-
- toDate(Timestamp) - Static method in class com.caucho.amber.type.UtilDateType
-
Gets the value.
- toDebugString() - Method in class com.caucho.config.inject.AbstractIntrospectedBean
-
- toDebugString() - Method in class com.caucho.loader.module.ArtifactVersion
-
- toDebugString() - Method in class com.caucho.loader.module.ArtifactVersionRange
-
- toDestroy() - Method in enum com.caucho.db.block.BlockState
-
- toDestroy() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the closed state.
- toDestroying() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the destroying state.
- toDisplayString() - Method in class com.caucho.config.inject.AbstractBean
-
- toDisplayString() - Method in interface com.caucho.config.inject.DisplayableInjectionTarget
-
- toDisplayString() - Method in class com.caucho.config.xml.XmlInjectionTarget
-
- toDisplayString() - Method in class com.caucho.config.xml.XmlManagedBeanImpl
-
- toDisplayStringImpl() - Method in class com.caucho.config.inject.AbstractBean
-
- toDouble(double, boolean) - Static method in class com.caucho.amber.type.DoubleType
-
Converts a value to a int.
- toDouble(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a double.
- toDouble(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a double
- toDouble(Object) - Method in class com.caucho.jms.selector.Selector
-
- toDouble(Object) - Static method in class com.caucho.util.Sprintf
-
Converts some unknown value to a double.
- toDouble(Object) - Static method in class com.caucho.xpath.Expr
-
Convert a Java object to a double using the XPath rules.
- toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toELObject(String, Class<?>) - Static method in class com.caucho.jsp.java.JspNode
-
- toEnum(int, boolean, Object[]) - Static method in class com.caucho.amber.type.EnumType
-
Converts a value to a enum.
- toEnum(String, boolean, Class) - Static method in class com.caucho.amber.type.EnumType
-
Converts a value to a enum.
- toEnum(Object, Class<? extends Enum>) - Static method in class com.caucho.el.Expr
-
- toError(Throwable) - Method in class com.caucho.env.deploy.DeployTagItem
-
Change the state to an error state.
- toError() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the error state.
- toFail() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the failed state.
- toFail() - Method in class com.caucho.network.balance.ClientSocketFactory
-
- toFail() - Method in interface com.caucho.network.balance.ClientSocketFactoryApi
-
- toFloat(float, boolean) - Static method in class com.caucho.amber.type.FloatType
-
Converts a value to a int.
- toFloat(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a float
- toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toForeignInt(int, boolean) - Static method in class com.caucho.amber.type.PrimitiveIntType
-
Converts a value to a int.
- toForeignLong(long, boolean) - Static method in class com.caucho.amber.type.PrimitiveLongType
-
Converts a value to a int.
- toFullClassName(String, String, String) - Static method in class com.caucho.ejb.gen.SessionGenerator
-
- toFunctionInfo() - Method in class com.caucho.jsp.cfg.TldFunction
-
- toHex(byte[]) - Static method in class com.caucho.util.Hex
-
Convert bytes to hex
- toHex(byte[], int, int) - Static method in class com.caucho.util.Hex
-
Convert bytes to hex
- toIdle() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the idle (stopped) state.
- toInit() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the init state.
- toInitializing() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the initializing state.
- toInt(int, boolean) - Static method in class com.caucho.amber.type.IntegerType
-
Converts a value to a int.
- toInt(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as an integer
- toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toJavaIdentifier(String) - Method in class com.caucho.xsl.JavaGenerator
-
Converts a string to a Java identifier, encoding unknown characters
as "_"
- toJavaObject() - Method in class com.caucho.quercus.env.CompositeDataValue
-
Convert to java
- TOKEN - Static variable in class com.caucho.server.http.AbstractHttpRequest
-
- toLong(long, boolean) - Static method in class com.caucho.amber.type.LongType
-
Converts a value to a int.
- toLong(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a long.
- toLong(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a long
- toLong(Object) - Method in class com.caucho.jms.selector.Selector
-
- toLong(byte[]) - Static method in class com.caucho.util.Hex
-
- toLong(Object) - Static method in class com.caucho.util.Sprintf
-
Converts some unknown value to a long.
- toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toLowerCase(String) - Static method in class com.caucho.jstl.Functions
-
Convert to lower case.
- toLowerCase() - Method in class com.caucho.util.CharSegment
-
Converts the contents of the segment to lower case.
- toNode(Object) - Static method in class com.caucho.xpath.Expr
-
Convert a Java object to a node using the XPath rules.
- toNodeList() - Method in class com.caucho.xpath.expr.NodeSetExpr
-
Convert from an expression to a pattern.
- toNodeList() - Method in class com.caucho.xpath.expr.ObjectExpr
-
Convert from an expression to a pattern.
- toNodeList() - Method in class com.caucho.xpath.Expr
-
Convert from an expression to a pattern.
- TOO_BIG - Static variable in class com.caucho.server.snmp.SnmpRequest
-
- toObject(String) - Method in class com.caucho.amber.field.AbstractField
-
Converts to an object.
- toObject(String) - Method in interface com.caucho.amber.field.AmberField
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.field.CompositeId
-
Generates code to convert to the object.
- toObject(String) - Method in class com.caucho.amber.field.EmbeddedIdField
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.field.EmbeddedSubField
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.field.Id
-
Generates code to convert to the object.
- toObject(String) - Method in class com.caucho.amber.field.KeyPropertyField
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.field.SubId
-
Generates code to convert to the object.
- toObject(String) - Method in class com.caucho.amber.type.AmberType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.AmberType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.EnumType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.EnumType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.IntegerType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveBooleanType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveByteType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveCharType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveDoubleType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveFloatType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveIntType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.PrimitiveIntType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveLongType
-
Converts to an object.
- toObject(String) - Method in class com.caucho.amber.type.PrimitiveShortType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.PrimitiveShortType
-
Converts to an object.
- toObject(long) - Method in class com.caucho.amber.type.ShortType
-
Converts to an object.
- toObject() - Method in class com.caucho.config.xml.XmlBeanConfig
-
- toObjectKey(long) - Method in class com.caucho.amber.entity.AmberEntityHome
-
Converts a long key to the key.
- toObjectKey(long) - Method in class com.caucho.amber.field.Id
-
Generates code to convert to the object.
- toObjectKey(long) - Method in class com.caucho.amber.table.AmberColumn
-
Converts to the object key.
- TOP_TAG - Static variable in class com.caucho.jsp.TagInstance
-
- toPatternString() - Method in class com.caucho.xpath.pattern.AbstractPattern
-
- toPeriod(String) - Static method in class com.caucho.config.types.Period
-
Converts a period string to a time.
- toPeriod(String, long) - Static method in class com.caucho.config.types.Period
-
Converts a period string to a time.
- Topic - Interface in javax.jms
-
The main destination.
- TopicAdmin - Class in com.caucho.jms.queue
-
Administration for a JMS topic
- TopicConnection - Interface in javax.jms
-
The main destination.
- TopicConnectionFactory - Interface in javax.jms
-
The main destination.
- TopicConnectionImpl - Class in com.caucho.jms.connection
-
A sample queue connection factory.
- TopicConnectionImpl(ConnectionFactoryImpl, boolean) - Constructor for class com.caucho.jms.connection.TopicConnectionImpl
-
Create a new topic connection.
- TopicConnectionImpl(ConnectionFactoryImpl) - Constructor for class com.caucho.jms.connection.TopicConnectionImpl
-
Create a new topic connection.
- TopicPublisher - Interface in javax.jms
-
The main destination.
- TopicPublisherImpl - Class in com.caucho.jms.connection
-
A basic topic.
- TopicPublisherImpl(JmsSession, AbstractTopic) - Constructor for class com.caucho.jms.connection.TopicPublisherImpl
-
- TopicRequestor - Class in javax.jms
-
The main destination.
- TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
-
- TopicSession - Interface in javax.jms
-
The main destination.
- TopicSessionImpl - Class in com.caucho.jms.connection
-
A sample topic session.
- TopicSessionImpl(ConnectionImpl, boolean, int, boolean) - Constructor for class com.caucho.jms.connection.TopicSessionImpl
-
- TopicSubscriber - Interface in javax.jms
-
The main destination.
- TopicSubscriberImpl - Class in com.caucho.jms.connection
-
A basic topic subscriber
- TopologyService - Class in com.caucho.cloud.topology
-
Interface for a service registered with the Resin Server.
- TopologyService(String) - Constructor for class com.caucho.cloud.topology.TopologyService
-
- toPostInit() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the init from the stopped state.
- toProduction() - Method in class com.caucho.relaxng.pattern.AnyNamePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.AttributePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.ChoiceNamePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.ChoicePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.DataPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.ElementPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.EmptyPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.GroupPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.InterleavePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.NamePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.NsNamePattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.Pattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.RefPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.TextPattern
-
Returns a string for the production.
- toProduction() - Method in class com.caucho.relaxng.pattern.ZeroOrMorePattern
-
Returns a string for the production.
- toRealPath(String) - Method in class com.caucho.server.webapp.RewriteRealPath.RealPath
-
- toRepairingXMLStreamWriter(XMLStreamWriter) - Static method in class com.caucho.xml.stream.StaxUtil
-
- toRestart() - Method in class com.caucho.env.deploy.AbstractDeployActionHandler
-
- toRestart() - Method in interface com.caucho.env.deploy.DeployActionHandler
-
- toRestart() - Method in class com.caucho.env.deploy.DeployController
-
- toRestart() - Method in class com.caucho.env.deploy.DeployTagItem
-
- toResult(ResultSet) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
-
- toResult(ResultSet, int) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
-
- toSAX(Node, ContentHandler) - Static method in class com.caucho.xml.XmlUtil
-
Sends data to the helper.
- toSAX(Node, ContentHandler) - Static method in class com.caucho.xml2.XmlUtil
-
Sends data to the helper.
- toScoreboard() - Method in class com.caucho.admin.thread.ThreadActivityGroup
-
- toShort(int, boolean) - Static method in class com.caucho.amber.type.ShortType
-
Converts a value to a int.
- toShort(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a short
- toSignatureString() - Method in class com.caucho.ejb.cfg.MethodSignature
-
- toSqlName(String) - Static method in class com.caucho.amber.cfg.AbstractConfigIntrospector
-
- toStart() - Method in class com.caucho.env.deploy.AbstractDeployActionHandler
-
- toStart() - Method in interface com.caucho.env.deploy.DeployActionHandler
-
- toStart() - Method in class com.caucho.env.deploy.DeployController
-
- toStart() - Method in class com.caucho.env.deploy.DeployTagItem
-
Change the state to an active state.
- toStarting() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the starting state.
- toState(BlockState) - Method in enum com.caucho.db.block.BlockState
-
- toStop() - Method in class com.caucho.env.deploy.AbstractDeployActionHandler
-
- toStop() - Method in interface com.caucho.env.deploy.DeployActionHandler
-
- toStop() - Method in class com.caucho.env.deploy.DeployController
-
- toStop() - Method in class com.caucho.env.deploy.DeployTagItem
-
Change the state to the stopped state.
- toStop() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the stopped state.
- toStopping() - Method in class com.caucho.lifecycle.Lifecycle
-
Changes to the stopping state.
- toStream(JspWriter, Object, boolean) - Static method in class com.caucho.el.Expr
-
Write to the stream.
- toStream(WriteStream, Object) - Static method in class com.caucho.el.Expr
-
Write to the stream.
- toStream(JspWriter, Object) - Static method in class com.caucho.el.Expr
-
Write to the stream.
- toStream(JspWriter, PageContextImpl, Expr, boolean) - Static method in class com.caucho.jstl.el.XmlOutTag
-
Process the tag.
- toStreamEscaped(Writer, Object) - Static method in class com.caucho.el.Expr
-
Write to the stream.
- toStreamEscaped(WriteStream, Object) - Static method in class com.caucho.el.Expr
-
Write to the stream escaping XML reserved characters.
- toStreamEscaped(Writer, Reader) - Static method in class com.caucho.el.Expr
-
Write to the stream escaping XML reserved characters.
- toString() - Method in class com.caucho.admin.action.AddLicenseAction
-
- toString() - Method in class com.caucho.admin.RemoteAdminService
-
- toString() - Method in class com.caucho.amber.cfg.EntityConfig
-
- toString() - Method in class com.caucho.amber.cfg.EntityMappingsConfig
-
- toString() - Method in class com.caucho.amber.cfg.MappedSuperclassConfig
-
- toString() - Method in class com.caucho.amber.entity.AmberEntityHome
-
- toString() - Method in class com.caucho.amber.entity.CacheableEntityItem
-
- toString() - Method in class com.caucho.amber.entity.EntityKey
-
- toString() - Method in class com.caucho.amber.entity.RowInvalidateCompletion
-
- toString() - Method in class com.caucho.amber.entity.XAEntityItem
-
- toString() - Method in class com.caucho.amber.EnvAmberManager
-
- toString() - Method in class com.caucho.amber.expr.AmberColumnExpr
-
- toString() - Method in class com.caucho.amber.expr.ArgExpr
-
- toString() - Method in class com.caucho.amber.expr.BetweenExpr
-
- toString() - Method in class com.caucho.amber.expr.BinaryExpr
-
- toString() - Method in class com.caucho.amber.expr.BooleanColumnExpr
-
- toString() - Method in class com.caucho.amber.expr.DependentEntityOneToOneExpr
-
- toString() - Method in class com.caucho.amber.expr.ElementCollectionExpr
-
- toString() - Method in class com.caucho.amber.expr.EmbeddedExpr
-
- toString() - Method in class com.caucho.amber.expr.EmbeddedSchemaExpr
-
- toString() - Method in class com.caucho.amber.expr.EnumExpr
-
- toString() - Method in class com.caucho.amber.expr.EqualJoinExpr
-
- toString() - Method in class com.caucho.amber.expr.fun.FunExpr
-
- toString() - Method in class com.caucho.amber.expr.IdExpr
-
- toString() - Method in class com.caucho.amber.expr.InExpr
-
- toString() - Method in class com.caucho.amber.expr.KeyManyToOneExpr
-
- toString() - Method in class com.caucho.amber.expr.KeyPropertyExpr
-
Returns the field string.
- toString() - Method in class com.caucho.amber.expr.LikeExpr
-
- toString() - Method in class com.caucho.amber.expr.LiteralExpr
-
- toString() - Method in class com.caucho.amber.expr.LoadExpr
-
- toString() - Method in class com.caucho.amber.expr.ManyToOneExpr
-
- toString() - Method in class com.caucho.amber.expr.ManyToOneJoinExpr
-
- toString() - Method in class com.caucho.amber.expr.MapFieldExpr
-
- toString() - Method in class com.caucho.amber.expr.NullExpr
-
- toString() - Method in class com.caucho.amber.expr.OneToManyExpr
-
- toString() - Method in class com.caucho.amber.expr.OneToManyJoinExpr
-
- toString() - Method in class com.caucho.amber.expr.OrExpr
-
- toString() - Method in class com.caucho.amber.expr.UnaryExpr
-
- toString() - Method in class com.caucho.amber.field.AbstractField
-
- toString() - Method in class com.caucho.amber.gen.AmberEnhancer
-
- toString() - Method in class com.caucho.amber.jdbc.AmberConnectionImpl
-
- toString() - Method in class com.caucho.amber.manager.AmberConnection
-
- toString() - Method in class com.caucho.amber.manager.AmberContainer
-
- toString() - Method in class com.caucho.amber.manager.AmberEntityManager
-
- toString() - Method in class com.caucho.amber.manager.AmberEntityManagerFactory
-
- toString() - Method in class com.caucho.amber.manager.AmberPersistenceUnit
-
- toString() - Method in class com.caucho.amber.manager.EntityManagerExtendedProxy
-
- toString() - Method in class com.caucho.amber.manager.EntityManagerProxy
-
- toString() - Method in class com.caucho.amber.query.AmberDeleteQuery
-
Debug view.
- toString() - Method in class com.caucho.amber.query.AmberSelectQuery
-
Debug view.
- toString() - Method in class com.caucho.amber.query.CachedQuery
-
- toString() - Method in class com.caucho.amber.query.FromItem
-
- toString() - Method in class com.caucho.amber.query.QueryArgs
-
- toString() - Method in class com.caucho.amber.query.QueryCacheKey
-
- toString() - Method in class com.caucho.amber.query.QueryParser
-
Returns a debuggable description of the select.
- toString() - Method in class com.caucho.amber.query.UpdateQuery
-
Debug view.
- toString() - Method in class com.caucho.amber.query.UserQuery
-
- toString() - Method in class com.caucho.amber.session.AmberSessionImpl
-
- toString() - Method in class com.caucho.amber.table.AmberColumn
-
Returns the name.
- toString() - Method in class com.caucho.amber.table.AmberTable
-
Printable version of the entity.
- toString() - Method in class com.caucho.amber.table.ForeignColumn
-
- toString() - Method in class com.caucho.amber.table.LinkColumns
-
- toString() - Method in class com.caucho.amber.type.AbstractEnhancedType
-
Printable version of the listener.
- toString() - Method in class com.caucho.amber.type.GeneratorTableType
-
Printable version of the entity.
- toString() - Method in class com.caucho.amber.type.ListenerType
-
Printable version of the listener.
- toString() - Method in class com.caucho.amber.type.SubEntityType
-
Printable version of the entity.
- toString() - Method in class com.caucho.amber.type.SubListenerType
-
Printable version of the listener.
- toString() - Method in class com.caucho.amp.actor.AbstractActorRef
-
- toString() - Method in class com.caucho.amp.actor.ActorContextImpl
-
- toString() - Method in class com.caucho.amp.actor.ActorRefImpl
-
- toString() - Method in class com.caucho.amp.actor.AmpQueryFuture
-
- toString() - Method in class com.caucho.amp.actor.NullActorRef
-
- toString() - Method in class com.caucho.amp.impl.QueueMailbox
-
- toString() - Method in class com.caucho.amp.impl.SimpleAmpMailbox
-
- toString() - Method in class com.caucho.amqp.client.AmqpClientConnectionImpl
-
- toString() - Method in class com.caucho.amqp.common.AmqpLink
-
- toString() - Method in class com.caucho.amqp.common.AmqpSession
-
- toString() - Method in class com.caucho.amqp.common.DeliveryNode
-
- toString() - Method in class com.caucho.amqp.io.AmqpError
-
- toString() - Method in class com.caucho.amqp.io.DeliveryAccepted
-
- toString() - Method in class com.caucho.amqp.io.DeliveryRejected
-
- toString() - Method in class com.caucho.amqp.io.FrameAttach
-
- toString() - Method in class com.caucho.amqp.io.FrameBegin
-
- toString() - Method in class com.caucho.amqp.io.FrameDetach
-
- toString() - Method in class com.caucho.amqp.io.FrameDisposition
-
- toString() - Method in class com.caucho.amqp.io.FrameOpen
-
- toString() - Method in class com.caucho.bam.actor.AbstractActorHolder
-
- toString() - Method in class com.caucho.bam.actor.AbstractAgent
-
- toString() - Method in class com.caucho.bam.actor.BamSkeleton
-
- toString() - Method in class com.caucho.bam.actor.SimpleActorRef
-
- toString() - Method in class com.caucho.bam.actor.SimpleActorSender
-
- toString() - Method in class com.caucho.bam.actor.SkeletonActorFilter
-
- toString() - Method in class com.caucho.bam.BamError
-
- toString() - Method in class com.caucho.bam.broker.AbstractBrokerStream
-
- toString() - Method in class com.caucho.bam.broker.ActorMissingEvent
-
- toString() - Method in class com.caucho.bam.broker.PassthroughBroker
-
- toString() - Method in class com.caucho.bam.client.LinkClient
-
- toString() - Method in class com.caucho.bam.client.OutboundMessageStream
-
- toString() - Method in class com.caucho.bam.mailbox.DualSizeMailbox
-
- toString() - Method in class com.caucho.bam.mailbox.MultiworkerMailbox
-
- toString() - Method in class com.caucho.bam.mailbox.PassthroughMailbox
-
- toString() - Method in class com.caucho.bam.manager.SimpleBamManager
-
- toString() - Method in class com.caucho.bam.packet.Message
-
- toString() - Method in class com.caucho.bam.packet.MessageError
-
- toString() - Method in class com.caucho.bam.packet.Packet
-
- toString() - Method in class com.caucho.bam.packet.Query
-
- toString() - Method in class com.caucho.bam.packet.QueryError
-
- toString() - Method in class com.caucho.bam.packet.QueryResult
-
- toString() - Method in class com.caucho.bam.proxy.AbstractReplyCallback
-
- toString() - Method in class com.caucho.bam.proxy.CallPayload
-
- toString() - Method in class com.caucho.bam.proxy.ProxyActor
-
- toString() - Method in class com.caucho.bam.proxy.ProxySkeleton
-
- toString() - Method in class com.caucho.bam.proxy.ReplyPayload
-
- toString() - Method in class com.caucho.bam.query.QueryActorFilter
-
- toString() - Method in class com.caucho.bam.query.QueryFutureCallback
-
- toString() - Method in class com.caucho.bam.query.QueryManager
-
- toString() - Method in class com.caucho.bam.query.QueryMessageStreamFilter
-
- toString() - Method in class com.caucho.bam.router.AbstractBamRouter
-
- toString() - Method in class com.caucho.bam.stream.AbstractMessageStream
-
- toString() - Method in class com.caucho.bam.stream.AbstractMessageStreamFilter
-
- toString() - Method in class com.caucho.bam.stream.FallbackMessageStream
-
- toString() - Method in class com.caucho.boot.AbstractBootCommand
-
- toString() - Method in class com.caucho.boot.AbstractBootOption
-
- toString() - Method in class com.caucho.boot.BootClusterConfig
-
- toString() - Method in class com.caucho.boot.BootStdoutLogConfig
-
- toString() - Method in class com.caucho.boot.PidQuery
-
- toString() - Method in class com.caucho.boot.ResultStatus
-
- toString() - Method in class com.caucho.boot.StartInfoMessage
-
- toString() - Method in class com.caucho.boot.StartQuery
-
- toString() - Method in class com.caucho.boot.WatchdogKillQuery
-
- toString() - Method in class com.caucho.boot.WatchdogRestartQuery
-
- toString() - Method in class com.caucho.boot.WatchdogShutdownQuery
-
- toString() - Method in class com.caucho.boot.WatchdogStartQuery
-
- toString() - Method in class com.caucho.boot.WatchdogStatusQuery
-
- toString() - Method in class com.caucho.boot.WatchdogStopQuery
-
- toString() - Method in class com.caucho.bytecode.Attribute
-
- toString() - Method in class com.caucho.bytecode.ClassConstant
-
- toString() - Method in class com.caucho.bytecode.CodeAttribute
-
- toString() - Method in class com.caucho.bytecode.DoubleConstant
-
- toString() - Method in class com.caucho.bytecode.ExceptionsAttribute
-
- toString() - Method in class com.caucho.bytecode.FieldRefConstant
-
- toString() - Method in class com.caucho.bytecode.FloatConstant
-
- toString() - Method in class com.caucho.bytecode.IntegerConstant
-
- toString() - Method in class com.caucho.bytecode.InterfaceMethodRefConstant
-
- toString() - Method in class com.caucho.bytecode.InvokeDynamicConstant
-
- toString() - Method in class com.caucho.bytecode.JAnnotation
-
- toString() - Method in class com.caucho.bytecode.JavaAnnotation
-
- toString() - Method in class com.caucho.bytecode.JavaClass
-
- toString() - Method in class com.caucho.bytecode.JavaClassLoader
-
- toString() - Method in class com.caucho.bytecode.JavaField
-
- toString() - Method in class com.caucho.bytecode.JavaMethod
-
- toString() - Method in class com.caucho.bytecode.JClass
-
- toString() - Method in class com.caucho.bytecode.JClassArray
-
- toString() - Method in class com.caucho.bytecode.JClassLoader
-
- toString() - Method in class com.caucho.bytecode.JClassLoaderWrapper
-
- toString() - Method in class com.caucho.bytecode.JClassWrapper
-
- toString() - Method in class com.caucho.bytecode.JField
-
- toString() - Method in class com.caucho.bytecode.JMethod
-
- toString() - Method in class com.caucho.bytecode.LongConstant
-
- toString() - Method in class com.caucho.bytecode.MethodHandleConstant
-
- toString() - Method in class com.caucho.bytecode.MethodRefConstant
-
- toString() - Method in class com.caucho.bytecode.MethodTypeConstant
-
- toString() - Method in class com.caucho.bytecode.NameAndTypeConstant
-
- toString() - Method in class com.caucho.bytecode.OpaqueAttribute
-
- toString() - Method in class com.caucho.bytecode.SignatureAttribute
-
- toString() - Method in class com.caucho.bytecode.SourceDebugExtensionAttribute
-
- toString() - Method in class com.caucho.bytecode.StringConstant
-
- toString() - Method in class com.caucho.bytecode.Utf8Constant
-
- toString() - Method in class com.caucho.cache.Configuration.Duration
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Accessed
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Default
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Modified
-
- toString() - Method in class com.caucho.cloud.bam.BamSystem
-
- toString() - Method in class com.caucho.cloud.deploy.CopyTagQuery
-
- toString() - Method in class com.caucho.cloud.deploy.RemoveTagQuery
-
- toString() - Method in class com.caucho.cloud.deploy.SetTagQuery
-
- toString() - Method in class com.caucho.cloud.hmtp.HmtpLinkRegisterMessage
-
- toString() - Method in class com.caucho.cloud.hmtp.HmtpRequest
-
- toString() - Method in class com.caucho.cloud.loadbalance.LoadBalanceBackend
-
- toString() - Method in class com.caucho.cloud.loadbalance.LoadBalanceBuilder
-
- toString() - Method in class com.caucho.cloud.loadbalance.LoadBalanceManager
-
- toString() - Method in class com.caucho.cloud.loadbalance.LoadBalanceService
-
- toString() - Method in class com.caucho.cloud.network.ClusterServer
-
- toString() - Method in class com.caucho.cloud.network.ClusterServerAdmin
-
- toString() - Method in class com.caucho.cloud.network.NetworkAddressResult
-
- toString() - Method in class com.caucho.cloud.network.NetworkClusterSystem
-
- toString() - Method in class com.caucho.cloud.network.ServerHeartbeatState
-
- toString() - Method in class com.caucho.cloud.topology.CloudCluster
-
- toString() - Method in class com.caucho.cloud.topology.CloudClusterAdmin
-
- toString() - Method in class com.caucho.cloud.topology.CloudPod
-
- toString() - Method in class com.caucho.cloud.topology.CloudServer
-
- toString() - Method in class com.caucho.cloud.topology.CloudSystem
-
- toString() - Method in class com.caucho.cloud.topology.TopologyService
-
- toString() - Method in class com.caucho.cluster.AbstractLock
-
- toString() - Method in class com.caucho.cluster.ClusterVoteManager
-
- toString() - Method in class com.caucho.config.async.AsyncItem
-
- toString() - Method in class com.caucho.config.attribute.Attribute
-
- toString() - Method in class com.caucho.config.attribute.ProgramAttribute
-
- toString() - Method in class com.caucho.config.attribute.SetterAttribute
-
- toString() - Method in class com.caucho.config.bytecode.ScopeProxyHandle
-
- toString() - Method in class com.caucho.config.cfg.ApplicationScopedLiteral
-
- toString() - Method in class com.caucho.config.cfg.BeanConfig
-
- toString() - Method in class com.caucho.config.cfg.BeansConfig
-
- toString() - Method in class com.caucho.config.cfg.ConversationScopedLiteral
-
- toString() - Method in class com.caucho.config.cfg.DependentLiteral
-
- toString() - Method in class com.caucho.config.cfg.RequestScopedLiteral
-
- toString() - Method in class com.caucho.config.cfg.SessionScopedLiteral
-
- toString() - Method in class com.caucho.config.cfg.SingletonLiteral
-
- toString() - Method in class com.caucho.config.ConfigELContext
-
- toString() - Method in class com.caucho.config.ConfigPropertiesResolver
-
Returns the system property resolver.
- toString() - Method in class com.caucho.config.core.ResinSet
-
- toString() - Method in class com.caucho.config.el.CandiExpr
-
- toString() - Method in class com.caucho.config.el.CandiExpressionFactory
-
- toString() - Method in class com.caucho.config.el.CandiValueExpression
-
- toString() - Method in class com.caucho.config.event.EventBeanImpl
-
- toString() - Method in class com.caucho.config.event.EventImpl
-
- toString() - Method in class com.caucho.config.event.EventManager
-
Registers an event observer
- toString() - Method in class com.caucho.config.event.ObserverEntry
-
- toString() - Method in class com.caucho.config.event.ObserverImpl
-
- toString() - Method in class com.caucho.config.event.ObserverMap
-
- toString() - Method in class com.caucho.config.event.ObserverMethodImpl
-
- toString() - Method in class com.caucho.config.extension.AfterBeanDiscoveryImpl
-
- toString() - Method in class com.caucho.config.extension.AfterDeploymentValidationImpl
-
- toString() - Method in class com.caucho.config.extension.BeforeBeanDiscoveryImpl
-
- toString() - Method in class com.caucho.config.extension.ExtensionManager
-
- toString() - Method in class com.caucho.config.extension.ProcessAnnotatedTypeImpl
-
- toString() - Method in class com.caucho.config.extension.ProcessBeanImpl
-
- toString() - Method in class com.caucho.config.extension.ProcessInjectionTargetImpl
-
- toString() - Method in class com.caucho.config.extension.ProcessObserverImpl
-
- toString() - Method in class com.caucho.config.extension.ProcessProducerImpl
-
- toString() - Method in class com.caucho.config.gen.AbstractAspectFactory
-
- toString() - Method in class com.caucho.config.gen.AbstractAspectGenerator
-
- toString() - Method in class com.caucho.config.gen.BeanGenerator
-
- toString() - Method in class com.caucho.config.gen.CandiAspectBeanFactory
-
- toString() - Method in class com.caucho.config.gen.CandiInvocationContext
-
- toString() - Method in class com.caucho.config.gen.MethodTailFactory
-
- toString() - Method in class com.caucho.config.inject.AbstractBean
-
- toString() - Method in class com.caucho.config.inject.AbstractInjectionPoint
-
- toString() - Method in class com.caucho.config.inject.AnyLiteral
-
- toString() - Method in class com.caucho.config.inject.BeanBuilder
-
- toString() - Method in class com.caucho.config.inject.BeanInstance
-
- toString() - Method in class com.caucho.config.inject.BeanStartupEvent
-
- toString() - Method in class com.caucho.config.inject.CandiELContext
-
- toString() - Method in class com.caucho.config.inject.CandiProducer
-
- toString() - Method in class com.caucho.config.inject.CreationalContextImpl
-
- toString() - Method in class com.caucho.config.inject.DecoratorBean
-
- toString() - Method in class com.caucho.config.inject.DecoratorEntry
-
- toString() - Method in class com.caucho.config.inject.DefaultLiteral
-
- toString() - Method in class com.caucho.config.inject.InjectionPointImpl
-
- toString() - Method in class com.caucho.config.inject.InjectionPointImplHandle
-
- toString() - Method in class com.caucho.config.inject.InjectionPointStandardBean
-
- toString() - Method in class com.caucho.config.inject.InjectionTargetBuilder
-
- toString() - Method in class com.caucho.config.inject.InjectionTargetFilter
-
- toString() - Method in class com.caucho.config.inject.InjectManager.DependentReferenceFactory
-
- toString() - Method in class com.caucho.config.inject.InjectManager
-
- toString() - Method in class com.caucho.config.inject.InstanceBeanImpl
-
- toString() - Method in class com.caucho.config.inject.InstanceImpl
-
- toString() - Method in class com.caucho.config.inject.InterceptorBean
-
- toString() - Method in class com.caucho.config.inject.InterceptorEntry
-
- toString() - Method in class com.caucho.config.inject.InterceptorLiteral
-
- toString() - Method in class com.caucho.config.inject.InterceptorRuntimeBean
-
- toString() - Method in class com.caucho.config.inject.NewLiteral
-
- toString() - Method in class com.caucho.config.inject.NoAspectLiteral
-
- toString() - Method in class com.caucho.config.inject.ProducesFieldBean
-
- toString() - Method in class com.caucho.config.inject.ProducesMethodBean
-
- toString() - Method in class com.caucho.config.inject.QualifierBinding
-
- toString() - Method in class com.caucho.config.inject.ScanRootContext
-
- toString() - Method in class com.caucho.config.inject.SingletonBindingHandle
-
- toString() - Method in class com.caucho.config.inject.SingletonHandle
-
- toString() - Method in class com.caucho.config.inject.WebComponent
-
- toString() - Method in class com.caucho.config.j2ee.BeanNameLiteral
-
- toString() - Method in class com.caucho.config.j2ee.EjbQualifierLiteral
-
- toString() - Method in class com.caucho.config.j2ee.JavaeeResourceGenerator
-
- toString() - Method in class com.caucho.config.j2ee.JndiValueGenerator
-
- toString() - Method in class com.caucho.config.j2ee.JpaPersistenceContextLiteral
-
- toString() - Method in class com.caucho.config.j2ee.PersistenceContextGenerator
-
- toString() - Method in class com.caucho.config.j2ee.PostConstructProgram
-
- toString() - Method in class com.caucho.config.j2ee.PreDestroyInject
-
- toString() - Method in exception com.caucho.config.LineConfigException
-
- toString() - Method in class com.caucho.config.Names
-
- toString() - Method in class com.caucho.config.program.BeanArg
-
- toString() - Method in class com.caucho.config.program.BeanValueGenerator
-
- toString() - Method in class com.caucho.config.program.ContainerProgram
-
- toString() - Method in class com.caucho.config.program.ExprProgram
-
- toString() - Method in class com.caucho.config.program.NamedProgram
-
Returns the string representation.
- toString() - Method in class com.caucho.config.program.NodeBuilderChildProgram
-
- toString() - Method in class com.caucho.config.program.NodeBuilderProgram
-
- toString() - Method in class com.caucho.config.program.PropertyStringProgram
-
- toString() - Method in class com.caucho.config.program.PropertyValueProgram
-
- toString() - Method in class com.caucho.config.program.RecoverableProgram
-
- toString() - Method in class com.caucho.config.program.ResourceInjectionTargetProgram
-
- toString() - Method in class com.caucho.config.program.SingletonValueGenerator
-
- toString() - Method in class com.caucho.config.reflect.AnnotatedConstructorImpl
-
- toString() - Method in class com.caucho.config.reflect.AnnotatedElementImpl
-
- toString() - Method in class com.caucho.config.reflect.AnnotatedFieldImpl
-
- toString() - Method in class com.caucho.config.reflect.AnnotatedMethodImpl
-
- toString() - Method in class com.caucho.config.reflect.AnnotationSet
-
- toString() - Method in class com.caucho.config.reflect.ArrayType
-
- toString() - Method in class com.caucho.config.reflect.BaseType
-
- toString() - Method in class com.caucho.config.reflect.BoxType
-
- toString() - Method in class com.caucho.config.reflect.ClassType
-
- toString() - Method in class com.caucho.config.reflect.ObjectType
-
- toString() - Method in class com.caucho.config.reflect.ParamType
-
- toString() - Method in class com.caucho.config.reflect.ReflectionAnnotated
-
- toString() - Method in class com.caucho.config.reflect.ReflectionAnnotatedFactory
-
- toString() - Method in class com.caucho.config.reflect.ReflectionSimpleAnnotatedType
-
- toString() - Method in class com.caucho.config.reflect.VarType
-
- toString() - Method in class com.caucho.config.reflect.WildcardTypeImpl
-
- toString() - Method in class com.caucho.config.scope.DependentContext
-
- toString() - Method in class com.caucho.config.timer.CronExpression
-
- toString() - Method in class com.caucho.config.timer.EjbTimer
-
- toString() - Method in class com.caucho.config.timer.MethodTimeoutInvoker
-
- toString() - Method in class com.caucho.config.timer.TimerTask
-
- toString() - Method in class com.caucho.config.type.AbstractBeanType
-
- toString(HashMap<String, Object>) - Method in class com.caucho.config.type.AnnotationInterfaceType
-
- toString() - Method in class com.caucho.config.type.AnnotationInterfaceType
-
- toString() - Method in class com.caucho.config.type.ArrayType
-
- toString() - Method in class com.caucho.config.type.ConfigType
-
- toString() - Method in class com.caucho.config.type.InlineBeanType
-
- toString() - Method in class com.caucho.config.type.InterfaceType
-
- toString() - Method in class com.caucho.config.type.ListType
-
- toString() - Method in class com.caucho.config.type.TypeFactory
-
- toString() - Method in class com.caucho.config.types.AnnotationBuilder
-
- toString() - Method in class com.caucho.config.types.AnnotationConfig
-
- toString() - Method in class com.caucho.config.types.BeanJndiProxy
-
- toString() - Method in class com.caucho.config.types.CronType
-
- toString() - Method in class com.caucho.config.types.DataSourceRef
-
- toString() - Method in class com.caucho.config.types.DirVar
-
- toString() - Method in class com.caucho.config.types.EjbRef
-
- toString() - Method in class com.caucho.config.types.EjbRefContext
-
- toString() - Method in class com.caucho.config.types.EnvEntry
-
- toString() - Method in class com.caucho.config.types.FileSetType
-
- toString() - Method in class com.caucho.config.types.FileVar
-
- toString() - Method in class com.caucho.config.types.Icon
-
- toString() - Method in class com.caucho.config.types.InitParam
-
- toString() - Method in class com.caucho.config.types.InterfaceConfig
-
- toString() - Method in class com.caucho.config.types.JndiLink
-
- toString() - Method in class com.caucho.config.types.MessageDestinationRef
-
- toString() - Method in class com.caucho.config.types.PathPatternType
-
- toString() - Method in class com.caucho.config.types.Period
-
- toString() - Method in class com.caucho.config.types.PersistenceUnitRef
-
- toString() - Method in class com.caucho.config.types.RawString
-
- toString() - Method in class com.caucho.config.types.ReferenceConfig
-
- toString() - Method in class com.caucho.config.types.ResourceGroupConfig
-
- toString() - Method in class com.caucho.config.types.ResourceRef
-
- toString() - Method in class com.caucho.config.types.SecurityRoleRef
-
- toString() - Method in class com.caucho.config.types.Signature
-
- toString() - Method in class com.caucho.config.types.SignaturePattern
-
- toString() - Method in class com.caucho.config.util.CacheKeyImpl
-
- toString() - Method in class com.caucho.config.xml.XmlBeanConfig
-
- toString() - Method in class com.caucho.config.xml.XmlBeanProgramAttribute
-
- toString() - Method in class com.caucho.config.xml.XmlBeanType
-
- toString() - Method in class com.caucho.config.xml.XmlConfigContext
-
- toString() - Method in class com.caucho.config.xml.XmlCookieLiteral
-
- toString() - Method in class com.caucho.config.xml.XmlStandardPlugin
-
- toString() - Method in class com.caucho.db.block.Block
-
- toString() - Method in class com.caucho.db.block.BlockReadWrite
-
- toString() - Method in class com.caucho.db.block.BlockStore
-
- toString() - Method in class com.caucho.db.block.BlockWriteQueue
-
- toString() - Method in class com.caucho.db.block.BlockWriter
-
- toString() - Method in class com.caucho.db.Database
-
- toString() - Method in class com.caucho.db.fun.BitandExpr
-
- toString(byte[], int, int) - Method in class com.caucho.db.index.BinaryKeyCompare
-
- toString() - Method in class com.caucho.db.index.BTree
-
- toString() - Method in class com.caucho.db.index.IndexKey
-
- toString(byte[], int, int) - Method in class com.caucho.db.index.IntKeyCompare
-
Returns a printable version of the string.
- toString(byte[], int, int) - Method in class com.caucho.db.index.KeyCompare
-
- toString(byte[], int, int) - Method in class com.caucho.db.index.LongKeyCompare
-
Compares the key to the block data.
- toString(byte[], int, int) - Method in class com.caucho.db.index.StringKeyCompare
-
- toString(byte[], int, int) - Method in class com.caucho.db.index.VarBinaryKeyCompare
-
- toString() - Method in class com.caucho.db.io.RandomAccessStreamNio
-
Returns the debug name for the stream.
- toString() - Method in class com.caucho.db.io.StoreReadWriteImpl
-
- toString() - Method in class com.caucho.db.io.StoreReadWriteMmapNio
-
- toString() - Method in class com.caucho.db.jdbc.AbstractResultSet
-
- toString() - Method in class com.caucho.db.jdbc.ConnectionImpl
-
- toString() - Method in class com.caucho.db.jdbc.ConnectionPoolDataSourceImpl
-
- toString() - Method in class com.caucho.db.jdbc.CursorResultSetImpl
-
- toString() - Method in class com.caucho.db.jdbc.DataSourceImpl
-
- toString() - Method in class com.caucho.db.jdbc.GeneratedKeysResultSet
-
- toString() - Method in class com.caucho.db.jdbc.ResultSetImpl
-
- toString() - Method in class com.caucho.db.jdbc.StatementImpl
-
- toString() - Method in class com.caucho.db.lock.DatabaseLock
-
- toString() - Method in class com.caucho.db.sql.BlobImpl
-
- toString() - Method in class com.caucho.db.sql.ClobImpl
-
- toString() - Method in class com.caucho.db.sql.CreateQuery
-
- toString() - Method in class com.caucho.db.sql.Data
-
- toString() - Method in class com.caucho.db.sql.ExistsEvalExpr
-
- toString() - Method in class com.caucho.db.sql.ExistsExpr
-
- toString() - Method in class com.caucho.db.sql.FromItem
-
Printable version of the FROM item.
- toString() - Method in class com.caucho.db.sql.GroupResultExpr
-
- toString() - Method in class com.caucho.db.sql.MaxExpr
-
- toString() - Method in class com.caucho.db.sql.SelectQuery
-
- toString() - Method in class com.caucho.db.sql.SubSelectEvalExpr
-
- toString() - Method in class com.caucho.db.sql.SubSelectExpr
-
- toString() - Method in class com.caucho.db.sql.SubSelectParamExpr
-
- toString() - Method in class com.caucho.db.table.Column
-
- toString() - Method in class com.caucho.db.table.Table
-
- toString() - Method in class com.caucho.db.table.TableIterator
-
- toString() - Method in class com.caucho.distcache.AbstractCache
-
- toString() - Method in class com.caucho.distcache.jcache.CacheBuilderImpl
-
- toString() - Method in class com.caucho.distcache.jcache.CacheManagerFacade
-
- toString() - Method in class com.caucho.distcache.jcache.CacheManagerFactoryImpl
-
- toString() - Method in class com.caucho.distcache.jdbc.JdbcCacheBacking
-
- toString() - Method in class com.caucho.ejb.cfg.ActivationSpecConfig
-
- toString() - Method in class com.caucho.ejb.cfg.EjbBean
-
- toString() - Method in class com.caucho.ejb.cfg.EjbBeanConfigProxy
-
- toString() - Method in class com.caucho.ejb.cfg.EjbConfig
-
- toString() - Method in class com.caucho.ejb.cfg.EjbJar
-
- toString() - Method in class com.caucho.ejb.cfg.EjbMessageBean.ActivationConfigPropertyConfig
-
- toString() - Method in class com.caucho.ejb.cfg.EjbMethod
-
- toString() - Method in class com.caucho.ejb.cfg.EjbMethodPattern
-
- toString() - Method in class com.caucho.ejb.cfg.EjbRootConfig
-
- toString() - Method in class com.caucho.ejb.cfg.FunctionSignature
-
Returns a string value.
- toString() - Method in class com.caucho.ejb.cfg.Interceptor
-
- toString() - Method in class com.caucho.ejb.cfg.InterceptorBinding
-
- toString() - Method in class com.caucho.ejb.cfg.MessageDestination
-
- toString() - Method in class com.caucho.ejb.cfg.MethodSignature
-
- toString() - Method in class com.caucho.ejb.cfg.PostConstructType
-
- toString() - Method in class com.caucho.ejb.embeddable.EJBContainerImpl
-
- toString() - Method in class com.caucho.ejb.gen.NonBusinessMethodGenerator
-
- toString() - Method in class com.caucho.ejb.hessian.HessianModel
-
- toString() - Method in class com.caucho.ejb.inject.SessionBeanImpl
-
- toString() - Method in class com.caucho.ejb.manager.EjbManager
-
- toString() - Method in class com.caucho.ejb.message.JmsResourceAdapter
-
- toString() - Method in class com.caucho.ejb.message.MessageDrivenContextImpl
-
- toString() - Method in class com.caucho.ejb.protocol.ProtocolContainer
-
- toString() - Method in class com.caucho.ejb.protocol.ServerLocalProxy
-
- toString() - Method in class com.caucho.ejb.server.AbstractEjbBeanManager
-
- toString() - Method in class com.caucho.ejb.server.EjbInjectionTarget
-
- toString() - Method in class com.caucho.ejb.session.AbstractSessionContext
-
- toString() - Method in class com.caucho.ejb.session.StatelessPool
-
- toString() - Method in class com.caucho.ejb.timer.EjbTimerInvocation
-
- toString() - Method in class com.caucho.ejb.timer.EjbTimerService
-
Returns a string representation of the object.
- toString() - Method in class com.caucho.ejb.util.AppExceptionItem
-
- toString() - Method in class com.caucho.ejb.util.XAManager.SynchronizationAdapter
-
- toString() - Method in class com.caucho.ejb.util.XAManager
-
- toString() - Method in class com.caucho.el.AbstractValueExpression
-
- toString() - Method in class com.caucho.el.AbstractVariableResolver
-
- toString() - Method in class com.caucho.el.AddExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ArrayExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ArrayResolverExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.BinaryExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.BooleanExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.BooleanLiteral
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.CmpExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ConditionalExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ConditionalNullExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.DivExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.DoubleLiteral
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.EnvironmentELResolver
-
- toString() - Method in class com.caucho.el.EnvironmentLevelELResolver
-
- toString() - Method in class com.caucho.el.EqExpr
-
Returns a readable representation of the expr.
- toString(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toString(long, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toString(double, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toString(boolean, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toString(char, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toString() - Method in class com.caucho.el.Expr
-
- toString() - Method in class com.caucho.el.FunctionExpr
-
- toString() - Method in class com.caucho.el.GeExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.GtExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.IdExpr
-
- toString() - Method in class com.caucho.el.InterpolateExpr
-
- toString() - Method in class com.caucho.el.LeExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.LongLiteral
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.LtExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.MapVariableResolver
-
- toString() - Method in class com.caucho.el.MatchesExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.MethodExpr
-
Returns the printed version.
- toString() - Method in class com.caucho.el.MethodExpressionImpl
-
- toString() - Method in class com.caucho.el.MinusExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ModExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.MulExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.NeExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.NullLiteral
-
Returns a printable view.
- toString() - Method in class com.caucho.el.ObjectValueExpression
-
- toString() - Method in class com.caucho.el.PathExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.StaticMethodExpr
-
- toString() - Method in class com.caucho.el.StringLiteral
-
Returns a printable version.
- toString() - Method in class com.caucho.el.SubExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.SystemPropertiesResolver
-
Returns the system property resolver.
- toString() - Method in class com.caucho.el.UnaryExpr
-
Returns a readable representation of the expr.
- toString() - Method in class com.caucho.el.ValueExpr
-
- toString() - Method in class com.caucho.env.actor.ActorQueue
-
- toString() - Method in class com.caucho.env.actor.MultiworkerActorQueue
-
- toString() - Method in class com.caucho.env.actor2.ActorQueue2
-
- toString() - Method in class com.caucho.env.actor2.ActorQueue2MultiWorker
-
- toString() - Method in class com.caucho.env.actor2.QueueRingBase
-
- toString() - Method in class com.caucho.env.actor2.QueueRingFixed
-
- toString() - Method in class com.caucho.env.dbpool.ConnectionPool
-
- toString() - Method in class com.caucho.env.deploy.AbstractDeployInstance
-
- toString() - Method in class com.caucho.env.deploy.DeployContainer
-
- toString() - Method in class com.caucho.env.deploy.DeployController
-
Returns the entry's debug name.
- toString() - Method in class com.caucho.env.deploy.DeployControllerAdmin
-
- toString() - Method in class com.caucho.env.deploy.DeployGenerator
-
- toString() - Method in class com.caucho.env.deploy.DeployListGenerator
-
- toString() - Method in class com.caucho.env.deploy.DeployTagItem
-
- toString() - Method in class com.caucho.env.deploy.EnvironmentDeployController
-
Returns a printable view.
- toString() - Method in class com.caucho.env.deploy.ExpandDeployGenerator
-
- toString() - Method in class com.caucho.env.deploy.ExpandVersion
-
- toString() - Method in class com.caucho.env.deploy.ExpandVersionGroup
-
- toString() - Method in class com.caucho.env.deploy.RepositoryDependency
-
Returns a printable version of the dependency.
- toString() - Method in class com.caucho.env.deploy.VersionEntry
-
- toString() - Method in class com.caucho.env.git.GitCommit
-
- toString() - Method in class com.caucho.env.git.GitCommitJar
-
- toString() - Method in class com.caucho.env.git.GitCommitTree
-
- toString() - Method in class com.caucho.env.git.GitObjectStream
-
- toString() - Method in class com.caucho.env.git.GitSystem
-
- toString() - Method in class com.caucho.env.git.GitTree.Entry
-
- toString() - Method in class com.caucho.env.git.GitTree
-
- toString() - Method in class com.caucho.env.git.GitWorkingTree.Entry
-
- toString() - Method in class com.caucho.env.git.GitWorkingTree
-
- toString() - Method in class com.caucho.env.jpa.ConfigPersistenceUnit
-
- toString() - Method in class com.caucho.env.jpa.DisabledPersistenceProvider
-
- toString() - Method in class com.caucho.env.jpa.EntityManagerFactoryProxy
-
- toString() - Method in class com.caucho.env.jpa.EntityManagerJtaProxy
-
- toString() - Method in class com.caucho.env.jpa.PersistenceManager
-
- toString() - Method in class com.caucho.env.jpa.PersistenceUnitManager
-
- toString() - Method in class com.caucho.env.jpa.PersistenceUnitManager.TransformerAdapter
-
- toString() - Method in class com.caucho.env.lock.AbstractLockManager
-
- toString() - Method in class com.caucho.env.lock.SingleLock
-
- toString() - Method in class com.caucho.env.meter.AbstractMeter
-
- toString() - Method in class com.caucho.env.repository.AbstractRepository
-
- toString() - Method in class com.caucho.env.repository.CommitBuilder
-
- toString() - Method in class com.caucho.env.repository.RepositorySpi.ValidateHashResult
-
- toString() - Method in class com.caucho.env.repository.RepositorySystem
-
- toString() - Method in class com.caucho.env.repository.RepositoryTagEntry
-
- toString() - Method in class com.caucho.env.repository.RepositoryTagMap
-
- toString() - Method in class com.caucho.env.service.AbstractResinSubSystem
-
- toString() - Method in class com.caucho.env.service.ResinSystem
-
- toString() - Method in class com.caucho.env.shutdown.ShutdownSystem
-
- toString() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
-
- toString() - Method in class com.caucho.env.thread1.ThreadPool1
-
- toString() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
-
- toString() - Method in class com.caucho.env.thread2.ThreadPool2
-
- toString() - Method in class com.caucho.env.vfs.RepositoryRoot
-
- toString() - Method in class com.caucho.env.vote.AbstractVoteManager
-
- toString() - Method in class com.caucho.hemp.broker.DomainManager
-
- toString() - Method in class com.caucho.hemp.broker.HempBroker
-
- toString() - Method in class com.caucho.hemp.broker.HempBrokerManager
-
- toString() - Method in class com.caucho.hemp.broker.HempDomainManager
-
- toString() - Method in class com.caucho.hemp.services.MailService
-
- toString() - Method in class com.caucho.hemp.servlet.ClientStubManager
-
- toString() - Method in class com.caucho.hemp.servlet.LoginQuery
-
- toString() - Method in class com.caucho.hemp.servlet.ServerAuthManager
-
- toString() - Method in class com.caucho.hemp.servlet.ServerGatewayBroker
-
- toString() - Method in class com.caucho.hemp.servlet.ServerProxyBroker
-
- toString() - Method in class com.caucho.hmtp.AuthQuery
-
- toString() - Method in class com.caucho.hmtp.AuthResult
-
- toString() - Method in class com.caucho.hmtp.GetPublicKeyQuery
-
- toString() - Method in class com.caucho.hmtp.HmtpClient
-
- toString() - Method in class com.caucho.hmtp.HmtpReader
-
- toString() - Method in class com.caucho.hmtp.HmtpWebSocketListener
-
- toString() - Method in class com.caucho.hmtp.HmtpWebSocketReader
-
- toString() - Method in class com.caucho.hmtp.HmtpWriter
-
- toString() - Method in class com.caucho.hmtp.NonceQuery
-
- toString() - Method in class com.caucho.hmtp.server.HmtpClientWebSocketListener
-
- toString() - Method in class com.caucho.hmtp.server.HmtpServlet
-
- toString() - Method in class com.caucho.hmtp.SignedCredentials
-
- toString() - Method in class com.caucho.i18n.CharacterEncoding
-
- toString() - Method in class com.caucho.inject.NamedLiteral
-
- toString() - Method in class com.caucho.j2ee.appclient.ClientEjbRef
-
- toString() - Method in class com.caucho.j2ee.appclient.ClientEjbRefContext
-
- toString() - Method in class com.caucho.java.LineMap.Line
-
- toString() - Method in class com.caucho.jca.cfg.Resource
-
- toString() - Method in class com.caucho.jca.ra.ConnectorConfig
-
- toString() - Method in class com.caucho.jca.ra.ConnectorResource
-
- toString() - Method in class com.caucho.jca.ra.ResourceAdapterController
-
- toString() - Method in class com.caucho.jca.ra.ResourceAdapterProducer
-
- toString() - Method in class com.caucho.jca.ra.ResourceArchive
-
- toString() - Method in class com.caucho.jca.ra.ResourceManagerImpl
-
- toString() - Method in class com.caucho.jms.connection.ConnectionFactoryImpl
-
- toString() - Method in class com.caucho.jms.connection.ConnectionImpl
-
- toString() - Method in class com.caucho.jms.connection.JmsSession
-
- toString() - Method in class com.caucho.jms.connection.MessageBrowserImpl
-
- toString() - Method in class com.caucho.jms.connection.MessageConsumerImpl
-
- toString() - Method in class com.caucho.jms.connection.MessageProducerImpl
-
- toString() - Method in class com.caucho.jms.file.FileQueueStore
-
- toString() - Method in class com.caucho.jms.file.FileSubscriberQueue
-
- toString() - Method in class com.caucho.jms.file.FileTopicImpl
-
- toString() - Method in class com.caucho.jms.jdbc.JdbcMessage
-
Returns a printable view of the queue.
- toString() - Method in class com.caucho.jms.jdbc.JdbcQueue
-
Returns a printable view of the queue.
- toString() - Method in class com.caucho.jms.jdbc.JdbcTopic
-
Returns a printable view of the queue.
- toString() - Method in class com.caucho.jms.message.BytesMessageImpl
-
- toString() - Method in class com.caucho.jms.message.MapMessageImpl
-
- toString() - Method in class com.caucho.jms.message.MessageImpl
-
- toString(Object) - Static method in class com.caucho.jms.message.ObjectConverter
-
Returns a property as a string
- toString() - Method in class com.caucho.jms.message.StreamMessageImpl
-
- toString() - Method in class com.caucho.jms.queue.AbstractDestination
-
- toString() - Method in class com.caucho.jms.queue.DestinationHandle
-
- toString() - Method in class com.caucho.jms.queue.JmsBlockingQueue
-
- toString() - Method in class com.caucho.jms.queue.QueueEntry
-
- toString() - Method in class com.caucho.jms.resource.MessageSenderResource
-
- toString() - Method in class com.caucho.jms.selector.BooleanBinarySelector
-
- toString() - Method in class com.caucho.jms.selector.BooleanLiteralSelector
-
- toString() - Method in class com.caucho.jms.selector.IdentifierSelector
-
- toString() - Method in class com.caucho.jms.selector.LikeSelector
-
- toString() - Method in class com.caucho.jms.selector.LiteralSelector
-
- toString() - Method in class com.caucho.jms.selector.OrSelector
-
- toString() - Method in class com.caucho.jms.selector.SpecialIdentifierSelector
-
- toString() - Method in class com.caucho.jms.selector.UnarySelector
-
- toString() - Method in class com.caucho.jmx.AbstractMBeanServer
-
Returns the string form.
- toString() - Method in class com.caucho.jmx.EnvironmentMBeanServer
-
Returns the string form.
- toString() - Method in class com.caucho.jmx.GlobalMBeanServer
-
Returns the string form.
- toString() - Method in class com.caucho.jmx.LocalMBeanServer
-
Returns the string form.
- toString() - Method in class com.caucho.jmx.MBeanConfig
-
- toString() - Method in class com.caucho.jmx.MBeanContext.MBeanClose
-
- toString() - Method in class com.caucho.jmx.MBeanContext
-
Display name.
- toString() - Method in class com.caucho.jmx.MBeanView
-
- toString() - Method in class com.caucho.jsf.integration.Mojarra12InjectionProvider
-
- toString() - Method in class com.caucho.jsmp.JsmpReader
-
- toString() - Method in class com.caucho.jsmp.JsmpWriter
-
- toString() - Method in class com.caucho.json.JsonArray
-
- toString() - Method in class com.caucho.json.JsonBoolean
-
- toString() - Method in class com.caucho.json.JsonDouble
-
- toString() - Method in class com.caucho.json.JsonInput2
-
- toString() - Method in class com.caucho.json.JsonInt
-
- toString() - Method in class com.caucho.json.JsonMap
-
- toString() - Method in class com.caucho.json.JsonNull
-
- toString() - Method in class com.caucho.json.JsonString
-
- toString() - Method in class com.caucho.json.ser.JavaDeserializer
-
- toString() - Method in class com.caucho.json.ser.StringDeserializer
-
- toString() - Method in class com.caucho.jsp.AnalyzedTag
-
- toString() - Method in class com.caucho.jsp.cfg.JsfTag
-
- toString() - Method in class com.caucho.jsp.cfg.JsfTldPreload
-
- toString() - Method in class com.caucho.jsp.cfg.JspTaglib
-
- toString() - Method in class com.caucho.jsp.cfg.TldFunction
-
- toString() - Method in class com.caucho.jsp.cfg.TldPreload
-
- toString() - Method in class com.caucho.jsp.cfg.TldTag
-
- toString() - Method in class com.caucho.jsp.el.AbstractValueExpression
-
- toString() - Method in class com.caucho.jsp.el.ImplicitFieldExpr
-
- toString() - Method in class com.caucho.jsp.el.ImplicitObjectExpr
-
- toString() - Method in class com.caucho.jsp.el.JspApplicationContextImpl
-
- toString() - Method in class com.caucho.jsp.el.PageContextAttributeMap
-
- toString() - Method in class com.caucho.jsp.IntegerLoopSupportTag
-
- toString() - Method in class com.caucho.jsp.java.JspNode
-
Returns a printable version of the node.
- toString() - Method in class com.caucho.jsp.java.JspTagSupport
-
- toString() - Method in class com.caucho.jsp.java.TagTaglib
-
- toString() - Method in class com.caucho.jsp.JspServlet
-
- toString() - Method in class com.caucho.jsp.JspWriterAdapter
-
- toString() - Method in class com.caucho.jsp.PageContextImpl.PageELContext
-
- toString() - Method in class com.caucho.jsp.PageContextImpl.PageVariableMapper
-
- toString() - Method in class com.caucho.jsp.StaticPage
-
Returns a printable version of the static page object.
- toString() - Method in class com.caucho.jsp.Taglib
-
- toString() - Method in class com.caucho.lifecycle.Lifecycle
-
Debug string value.
- toString() - Method in class com.caucho.loader.ClassEntry
-
- toString() - Method in class com.caucho.loader.ClassLoaderConfig
-
- toString() - Method in class com.caucho.loader.ClasspathConfig
-
- toString() - Method in class com.caucho.loader.CloseListener
-
- toString() - Method in class com.caucho.loader.CompilingLoader
-
- toString() - Method in class com.caucho.loader.DependencyCheckInterval
-
- toString() - Method in class com.caucho.loader.DynamicClassLoader
-
- toString() - Method in class com.caucho.loader.enhancer.EnhancerManager
-
- toString() - Method in class com.caucho.loader.enhancer.EnhancingClassLoader
-
- toString() - Method in class com.caucho.loader.EnvironmentAdmin
-
- toString() - Method in class com.caucho.loader.EnvironmentClassLoader
-
- toString() - Method in class com.caucho.loader.EnvironmentMap
-
- toString() - Method in class com.caucho.loader.EnvironmentProperties
-
- toString() - Method in class com.caucho.loader.ivy.IvyCache
-
- toString() - Method in class com.caucho.loader.ivy.IvyDependency
-
- toString() - Method in class com.caucho.loader.ivy.IvyInfo
-
- toString() - Method in class com.caucho.loader.ivy.IvyLoader
-
- toString() - Method in class com.caucho.loader.ivy.IvyManager
-
- toString() - Method in class com.caucho.loader.ivy.IvyModule
-
- toString() - Method in class com.caucho.loader.ivy.IvyPattern
-
- toString() - Method in class com.caucho.loader.ivy.IvyRevision
-
- toString() - Method in class com.caucho.loader.JarListLoader
-
- toString() - Method in class com.caucho.loader.LibraryLoader
-
- toString() - Method in class com.caucho.loader.maven.MavenProject
-
- toString() - Method in class com.caucho.loader.module.Artifact
-
- toString() - Method in class com.caucho.loader.module.ArtifactDependency
-
- toString() - Method in class com.caucho.loader.module.ArtifactManager
-
- toString() - Method in class com.caucho.loader.module.ArtifactRepository
-
- toString() - Method in class com.caucho.loader.module.ArtifactVersion
-
- toString() - Method in class com.caucho.loader.module.ArtifactVersionRange
-
- toString() - Method in class com.caucho.loader.PathLoader
-
- toString() - Method in class com.caucho.loader.ResourceLoader
-
Returns a printable representation of the loader.
- toString() - Method in class com.caucho.loader.ServletClassloaderHack
-
- toString() - Method in class com.caucho.loader.SimpleLoader
-
Returns a printable representation of the loader.
- toString() - Method in class com.caucho.loader.TreeLoader
-
- toString() - Method in class com.caucho.loader.WeakCloseListener
-
- toString() - Method in class com.caucho.log.AbstractLogHandler
-
- toString() - Method in class com.caucho.log.AbstractRolloverLog
-
- toString() - Method in class com.caucho.log.EventHandler
-
- toString() - Method in class com.caucho.log.HmtpHandler
-
- toString() - Method in class com.caucho.log.JmsHandler
-
- toString() - Method in class com.caucho.log.MailHandler
-
- toString() - Method in class com.caucho.log.PathHandler
-
- toString() - Method in class com.caucho.log.StreamHandler
-
- toString() - Method in class com.caucho.log.SubHandler
-
- toString() - Method in class com.caucho.make.AlwaysModified
-
- toString() - Method in class com.caucho.make.ClassDependency
-
- toString() - Method in class com.caucho.make.DependencyConfig
-
- toString() - Method in class com.caucho.make.DependencyContainer
-
- toString() - Method in class com.caucho.make.DependencyList
-
- toString() - Method in class com.caucho.make.MakeContainer
-
- toString() - Method in class com.caucho.management.server.AbstractManagedObject
-
- toString() - Method in class com.caucho.management.server.CacheItem
-
- toString() - Method in class com.caucho.management.server.DownTime
-
- toString() - Method in class com.caucho.management.server.HealthEventLog
-
- toString() - Method in class com.caucho.management.server.LogMessage
-
- toString() - Method in class com.caucho.management.server.LogNotification
-
- toString() - Method in class com.caucho.management.server.StatServiceAttribute
-
- toString() - Method in class com.caucho.management.server.StatServiceValue
-
- toString() - Method in class com.caucho.management.server.TcpConnectionInfo
-
- toString() - Method in class com.caucho.memcached.MemcachedClient
-
- toString() - Method in class com.caucho.memcached.MemcachedConnection
-
- toString() - Method in class com.caucho.message.broker.EnvironmentMessageBroker
-
- toString() - Method in class com.caucho.message.common.AbstractMessageReceiver
-
- toString() - Method in class com.caucho.message.common.AbstractMessageReceiverFactory
-
- toString() - Method in class com.caucho.message.common.AbstractMessageSender
-
- toString() - Method in class com.caucho.message.common.AbstractQueueSender
-
- toString() - Method in class com.caucho.message.common.BasicMessageReceiver
-
- toString() - Method in class com.caucho.message.common.SenderMessageFactory
-
- toString() - Method in class com.caucho.message.journal.JournalFile
-
- toString() - Method in class com.caucho.message.journal.JournalResult
-
- toString() - Method in class com.caucho.message.journal.JournalRingItem
-
- toString() - Method in class com.caucho.message.journal.JournalWriteActor
-
- toString() - Method in class com.caucho.message.local.LocalReceiver
-
- toString() - Method in class com.caucho.message.local.LocalSender
-
- toString() - Method in class com.caucho.message.tourmaline.NautilusClientSender
-
- toString() - Method in class com.caucho.message.tourmaline.NautilusMessageWriter
-
- toString() - Method in class com.caucho.naming.burlap.BurlapContextImpl
-
Returns a string value.
- toString() - Method in class com.caucho.naming.ContextImpl
-
Returns a string value.
- toString() - Method in class com.caucho.naming.DirContextImpl
-
Returns a string value.
- toString() - Method in class com.caucho.naming.EnvironmentModel
-
- toString() - Method in class com.caucho.naming.hessian.HessianContextImpl
-
Returns a string value.
- toString() - Method in class com.caucho.naming.LinkProxy
-
- toString() - Method in class com.caucho.naming.mbean.MBeanContextImpl
-
Returns a string value.
- toString() - Method in exception com.caucho.naming.NamingExceptionWrapper
-
Print the exception as a string.
- toString() - Method in class com.caucho.naming.QBindingEnumeration
-
- toString() - Method in class com.caucho.naming.QName
-
Converts the name to a string.
- toString() - Method in class com.caucho.naming.QNameClassEnumeration
-
- toString() - Method in class com.caucho.network.balance.ClientNetworkState
-
- toString() - Method in class com.caucho.network.balance.ClientSocket
-
- toString() - Method in class com.caucho.network.balance.ClientSocketFactory
-
- toString() - Method in class com.caucho.network.listen.SocketLinkDuplexController
-
- toString() - Method in class com.caucho.network.listen.TcpPort
-
- toString() - Method in class com.caucho.network.listen.TcpPortAdmin
-
- toString() - Method in class com.caucho.network.listen.TcpSocketLink
-
- toString() - Method in class com.caucho.network.proxy.HttpProxyClient
-
- toString() - Method in class com.caucho.network.proxy.ProxyResult
-
- toString() - Method in class com.caucho.profile.StackEntry
-
- toString() - Method in class com.caucho.quercus.env.CompositeDataValue
-
- toString() - Method in class com.caucho.quercus.env.CompositeDataWrapper
-
- toString() - Method in class com.caucho.quercus.lib.bam.BamPhpActor
-
- toString() - Method in class com.caucho.quercus.lib.bam.BamPhpRootService
-
- toString() - Method in class com.caucho.quercus.lib.bam.BamPhpServiceManager
-
- toString() - Method in class com.caucho.quercus.lib.resin.CompositeDataBean
-
- toString() - Method in class com.caucho.quercus.lib.resin.MBean
-
- toString() - Method in class com.caucho.quercus.lib.resin.MBeanServer
-
- toString() - Method in class com.caucho.quercus.lib.ResinModule.QuercusDistcache
-
- toString() - Method in class com.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlColumn
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlConnectionImpl
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlDatabaseMetaData
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlResultImpl
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlResultSetMetaData
-
- toString() - Method in class com.caucho.quercus.mysql.MysqlStatementImpl
-
- toString() - Method in class com.caucho.quercus.mysql.QuercusMysqlDriver
-
- toString() - Method in class com.caucho.relaxng.pattern.AnyNamePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.AttributePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.ChoiceNamePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.ChoicePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.DataPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.ElementPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.EmptyPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.ExcludeNamePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.GrammarPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.GroupPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.InterleavePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.NamePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.NsNamePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.RefPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.TextPattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.pattern.ZeroOrMorePattern
-
Debugging.
- toString() - Method in class com.caucho.relaxng.program.AttributeItem
-
- toString() - Method in class com.caucho.relaxng.program.ChoiceItem
-
- toString() - Method in class com.caucho.relaxng.program.ChoiceNameItem
-
- toString() - Method in class com.caucho.relaxng.program.DataItem
-
- toString() - Method in class com.caucho.relaxng.program.ElementItem
-
- toString() - Method in class com.caucho.relaxng.program.EmptyItem
-
- toString() - Method in class com.caucho.relaxng.program.GroupItem
-
- toString() - Method in class com.caucho.relaxng.program.InElementItem
-
- toString() - Method in class com.caucho.relaxng.program.InterleaveItem
-
- toString() - Method in class com.caucho.relaxng.program.NameItem
-
- toString() - Method in class com.caucho.relaxng.program.TextItem
-
- toString() - Method in class com.caucho.relaxng.program.ZeroOrMoreItem
-
- toString() - Method in class com.caucho.relaxng.SchemaImpl
-
- toString() - Method in class com.caucho.remote.websocket.MaskedInputStream
-
- toString() - Method in class com.caucho.remote.websocket.UnmaskedFrameInputStream
-
- toString() - Method in class com.caucho.remote.websocket.WebSocketClient
-
- toString() - Method in class com.caucho.remote.websocket.WebSocketContextStreamImpl
-
- toString() - Method in class com.caucho.resin.ResinBeanContainer
-
- toString() - Method in class com.caucho.resources.ScheduledTask.MethodTask
-
- toString() - Method in class com.caucho.resources.ScheduledTask.ServletTask
-
- toString() - Method in class com.caucho.resources.ScheduledTask
-
- toString() - Method in class com.caucho.resources.ScheduledTaskConfig
-
Deprecated.
- toString() - Method in class com.caucho.resources.TimerTrigger
-
- toString() - Method in class com.caucho.rewrite.AbstractDispatchRule
-
- toString() - Method in class com.caucho.rewrite.AbstractRegexpDispatchRule
-
- toString() - Method in class com.caucho.rewrite.AbstractRewriteFilter
-
- toString() - Method in class com.caucho.rewrite.And
-
- toString() - Method in class com.caucho.rewrite.IfMethod
-
- toString() - Method in class com.caucho.rewrite.IfNetwork
-
- toString() - Method in class com.caucho.rewrite.IfUserInRole
-
- toString() - Method in class com.caucho.rewrite.Not
-
- toString() - Method in class com.caucho.rewrite.NotAnd
-
- toString() - Method in class com.caucho.rewrite.NotOr
-
- toString() - Method in class com.caucho.rewrite.Or
-
- toString() - Method in class com.caucho.rewrite.RewriteFilterAdapter
-
- toString() - Method in class com.caucho.security.AbstractAuthenticator
-
- toString() - Method in class com.caucho.security.AbstractLogin
-
Logs the user out from the session.
- toString() - Method in class com.caucho.security.AuthorizationManager
-
- toString() - Method in class com.caucho.security.BasicPrincipal
-
- toString() - Method in class com.caucho.security.ClusterSingleSignon
-
- toString() - Method in class com.caucho.security.DigestCredentials
-
- toString() - Method in class com.caucho.security.HttpDigestCredentials
-
- toString() - Method in class com.caucho.security.LoginList
-
- toString() - Method in class com.caucho.security.openid.OpenIdRelay
-
- toString() - Method in class com.caucho.security.openid.YadisService
-
- toString() - Method in class com.caucho.security.PasswordCredentials
-
- toString() - Method in class com.caucho.security.PasswordDigest
-
- toString() - Method in class com.caucho.security.PasswordUser
-
- toString() - Method in class com.caucho.security.PermissionManager
-
- toString() - Method in class com.caucho.security.PolicyImpl
-
- toString() - Method in class com.caucho.security.PropertiesAuthenticator
-
- toString() - Method in class com.caucho.security.RoleMapManager
-
- toString() - Method in exception com.caucho.security.SecurityContextException
-
Print the exception as a string.
- toString() - Method in class com.caucho.security.SelfEncryptedCookie
-
- toString() - Method in class com.caucho.server.admin.AddUserQuery
-
- toString() - Method in class com.caucho.server.admin.HeapDumpQuery
-
- toString() - Method in class com.caucho.server.admin.HmuxClientFactory
-
- toString() - Method in class com.caucho.server.admin.JmxCallQuery
-
- toString() - Method in class com.caucho.server.admin.JmxDumpQuery
-
- toString() - Method in class com.caucho.server.admin.JmxListQuery
-
- toString() - Method in class com.caucho.server.admin.JmxSetQuery
-
- toString() - Method in class com.caucho.server.admin.LicenseAddQuery
-
- toString() - Method in class com.caucho.server.admin.ListRestartsQuery
-
- toString() - Method in class com.caucho.server.admin.ListUsersQuery
-
- toString() - Method in class com.caucho.server.admin.LogLevelQuery
-
- toString() - Method in class com.caucho.server.admin.ManagementService
-
- toString() - Method in class com.caucho.server.admin.ManagerClient
-
- toString() - Method in class com.caucho.server.admin.PdfReportQuery
-
- toString() - Method in class com.caucho.server.admin.ProfileQuery
-
- toString() - Method in class com.caucho.server.admin.RemoveUserQuery
-
- toString() - Method in class com.caucho.server.admin.ScoreboardQuery
-
- toString() - Method in class com.caucho.server.admin.ServerStatusQuery
-
- toString() - Method in class com.caucho.server.admin.ServerStatusWebAppQuery
-
- toString() - Method in class com.caucho.server.admin.StatsQuery
-
- toString() - Method in class com.caucho.server.admin.StatSystem.Sample
-
- toString() - Method in class com.caucho.server.admin.StatusQuery
-
- toString() - Method in class com.caucho.server.admin.ThreadDumpQuery
-
- toString() - Method in class com.caucho.server.cluster.Cluster.ClusterVar
-
- toString() - Method in class com.caucho.server.cluster.Cluster
-
- toString() - Method in class com.caucho.server.cluster.ClusterPod
-
- toString() - Method in class com.caucho.server.cluster.DynamicServerQuery
-
- toString() - Method in class com.caucho.server.cluster.DynamicServerResult
-
- toString() - Method in class com.caucho.server.cluster.OwnerServerTriad
-
- toString() - Method in class com.caucho.server.cluster.ServletContainerConfig.ClusterVar
-
- toString() - Method in class com.caucho.server.cluster.ServletService
-
- toString() - Method in class com.caucho.server.deploy.DeployActor
-
- toString() - Method in class com.caucho.server.deploy.DeployClient
-
- toString() - Method in class com.caucho.server.deploy.DeployControllerState
-
- toString() - Method in class com.caucho.server.deploy.DeployTagResult
-
- toString() - Method in class com.caucho.server.deploy.DeployTagStateQuery
-
- toString() - Method in class com.caucho.server.dispatch.ErrorFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.ExceptionFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.FilterConfigImpl
-
Returns a printable representation of the filter config object.
- toString() - Method in class com.caucho.server.dispatch.FilterFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.FilterMapping
-
Returns a printable representation of the filter config object.
- toString() - Method in class com.caucho.server.dispatch.ForwardAbsoluteFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.ForwardFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.Invocation
-
- toString() - Method in class com.caucho.server.dispatch.PageFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.RewriteDispatchFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.RewriteIncludeFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.SecurityRoleMapFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.SecurityRoleRef
-
Returns a printable representation of the servlet config object.
- toString() - Method in class com.caucho.server.dispatch.ServletConfigImpl
-
Returns a printable representation of the servlet config object.
- toString() - Method in class com.caucho.server.dispatch.ServletFilterChain
-
- toString() - Method in class com.caucho.server.dispatch.ServletInvocation
-
- toString() - Method in class com.caucho.server.dispatch.ServletMapping
-
Returns a printable representation of the servlet config object.
- toString() - Method in class com.caucho.server.dispatch.ServletRegexp
-
Returns a printable representation of the servlet config object.
- toString() - Method in class com.caucho.server.dispatch.WebServiceFilterChain
-
- toString() - Method in class com.caucho.server.distcache.CacheConfig
-
- toString() - Method in class com.caucho.server.distcache.CacheDataBackingImpl
-
- toString() - Method in class com.caucho.server.distcache.CacheEntryManager
-
- toString() - Method in class com.caucho.server.distcache.CacheHandle
-
- toString() - Method in class com.caucho.server.distcache.CacheImpl
-
- toString() - Method in class com.caucho.server.distcache.CacheKeyManager
-
- toString() - Method in class com.caucho.server.distcache.CacheLoaderAdapter
-
- toString() - Method in class com.caucho.server.distcache.CacheStatisticsImpl
-
- toString() - Method in class com.caucho.server.distcache.CacheStoreManager
-
- toString() - Method in class com.caucho.server.distcache.CacheUpdateWithSource
-
- toString() - Method in class com.caucho.server.distcache.CacheWriterAdapter
-
- toString() - Method in class com.caucho.server.distcache.DataRemoveActor
-
- toString() - Method in class com.caucho.server.distcache.DataStore
-
- toString() - Method in class com.caucho.server.distcache.DataStreamSource
-
- toString() - Method in class com.caucho.server.distcache.DistCacheEntry
-
- toString() - Method in class com.caucho.server.distcache.DistCacheSystem
-
- toString() - Method in class com.caucho.server.distcache.ExtCacheEntryFacade
-
- toString() - Method in class com.caucho.server.distcache.LocalDataManager.DataItemLocal
-
- toString() - Method in class com.caucho.server.distcache.LocalDataManager
-
- toString() - Method in class com.caucho.server.distcache.MnodeEntry
-
- toString() - Method in class com.caucho.server.distcache.MnodeStore.ExpiredMnode
-
- toString() - Method in class com.caucho.server.distcache.MnodeStore
-
- toString() - Method in class com.caucho.server.distcache.MnodeUpdate
-
- toString() - Method in class com.caucho.server.distcache.MnodeValue
-
- toString() - Method in class com.caucho.server.e_app.EarDeployController
-
Returns a printable view.
- toString() - Method in class com.caucho.server.e_app.EnterpriseApplication
-
- toString() - Method in class com.caucho.server.e_app.WebModule
-
- toString() - Method in class com.caucho.server.fastcgi.FastCgiRequest
-
- toString() - Method in class com.caucho.server.hmux.HmuxPath
-
Returns the string form of the http path.
- toString() - Method in class com.caucho.server.hmux.HmuxRequest
-
- toString() - Method in class com.caucho.server.host.Host
-
- toString() - Method in class com.caucho.server.host.HostAdmin
-
Returns a string view.
- toString() - Method in class com.caucho.server.host.HostController
-
Returns a printable view.
- toString() - Method in class com.caucho.server.host.HostExpandDeployGenerator
-
- toString() - Method in class com.caucho.server.host.HostRegexpDeployGenerator
-
- toString() - Method in class com.caucho.server.host.HostSingleDeployGenerator
-
- toString() - Method in class com.caucho.server.host.HostVar
-
- toString() - Method in class com.caucho.server.host.HostWebAppDeployListener
-
- toString() - Method in class com.caucho.server.http.AbstractCauchoRequest
-
- toString() - Method in class com.caucho.server.http.AbstractCauchoResponse
-
- toString() - Method in class com.caucho.server.http.AbstractResponseStream
-
- toString() - Method in class com.caucho.server.http.AsyncContextImpl
-
- toString() - Method in class com.caucho.server.http.CacheStream
-
- toString() - Method in class com.caucho.server.http.CauchoDispatchRequest
-
- toString() - Method in class com.caucho.server.http.CauchoDispatchResponse
-
- toString() - Method in class com.caucho.server.http.CauchoRequestWrapper
-
- toString() - Method in class com.caucho.server.http.CauchoResponseWrapper
-
- toString() - Method in class com.caucho.server.http.ConnectionCometController
-
- toString() - Method in class com.caucho.server.http.ContentLengthStream
-
- toString() - Method in class com.caucho.server.http.HttpBufferStore
-
- toString() - Method in class com.caucho.server.http.HttpRequest
-
- toString() - Method in class com.caucho.server.http.HttpResponse
-
- toString() - Method in class com.caucho.server.http.HttpServletRequestImpl
-
- toString() - Method in class com.caucho.server.http.HttpServletResponseImpl
-
- toString() - Method in class com.caucho.server.http.InvocationKey
-
Returns a printable representation of the key.
- toString() - Method in class com.caucho.server.http.RequestAdapter
-
- toString() - Method in class com.caucho.server.http.ResponseStream
-
- toString() - Method in class com.caucho.server.http.ResponseWriter
-
- toString() - Method in class com.caucho.server.http.ServletInputStreamImpl
-
- toString() - Method in class com.caucho.server.http.ServletOutputStreamImpl
-
- toString() - Method in class com.caucho.server.http.ToCharResponseAdapter
-
- toString() - Method in class com.caucho.server.log.LogBuffer
-
- toString() - Method in class com.caucho.server.repository.ProjectJarRepository
-
- toString() - Method in class com.caucho.server.resin.BootClusterConfig
-
- toString() - Method in class com.caucho.server.resin.BootClusterProxy
-
- toString() - Method in class com.caucho.server.resin.BootPodConfig
-
- toString() - Method in class com.caucho.server.resin.BootServerConfig
-
- toString() - Method in class com.caucho.server.resin.BootServerMultiConfig
-
- toString() - Method in class com.caucho.server.resin.Resin
-
- toString() - Method in class com.caucho.server.resin.ResinAdmin
-
- toString() - Method in class com.caucho.server.resin.ResinArgs
-
- toString() - Method in class com.caucho.server.resin.ResinConfig
-
- toString() - Method in class com.caucho.server.resin.ResinDelegate
-
- toString() - Method in class com.caucho.server.resin.ResinELContext
-
- toString() - Method in class com.caucho.server.resin.WarningMessage
-
- toString() - Method in class com.caucho.server.rewrite.MatchFilterChain
-
- toString() - Method in class com.caucho.server.rewrite.ProxyRule.ProxyRequest
-
- toString() - Method in class com.caucho.server.rewrite.RewriteDispatch
-
- toString() - Method in class com.caucho.server.rewrite.SetRequestSecureFilterChain
-
- toString() - Method in class com.caucho.server.security.AuthenticatorConfig
-
- toString() - Method in class com.caucho.server.security.PasswordUser
-
- toString() - Method in class com.caucho.server.security.RoleConstraint
-
- toString() - Method in class com.caucho.server.security.SecurityFilterChain
-
- toString() - Method in class com.caucho.server.session.HashChunkInputStream
-
- toString() - Method in class com.caucho.server.session.SessionImpl
-
- toString() - Method in class com.caucho.server.session.SessionManager
-
- toString() - Method in class com.caucho.server.session.SessionManagerAdmin
-
- toString() - Method in class com.caucho.server.snmp.MbeanAttributeInfo
-
- toString() - Method in class com.caucho.server.snmp.Oid
-
- toString() - Method in class com.caucho.server.snmp.types.CounterValue
-
- toString() - Method in class com.caucho.server.snmp.types.GaugeValue
-
- toString() - Method in class com.caucho.server.snmp.types.GetNextRequestPduValue
-
- toString() - Method in class com.caucho.server.snmp.types.GetRequestPduValue
-
- toString() - Method in class com.caucho.server.snmp.types.GetResponsePduValue
-
- toString() - Method in class com.caucho.server.snmp.types.IntegerValue
-
- toString() - Method in class com.caucho.server.snmp.types.IpAddressValue
-
- toString() - Method in class com.caucho.server.snmp.types.NullValue
-
- toString() - Method in class com.caucho.server.snmp.types.ObjectIdentifierValue
-
- toString() - Method in class com.caucho.server.snmp.types.OctetStringValue
-
- toString() - Method in class com.caucho.server.snmp.types.OpaqueValue
-
- toString() - Method in class com.caucho.server.snmp.types.SequenceValue
-
- toString() - Method in class com.caucho.server.snmp.types.SetRequestPduValue
-
- toString() - Method in class com.caucho.server.snmp.types.SnmpMessageValue
-
- toString() - Method in class com.caucho.server.snmp.types.TimeTicksValue
-
- toString() - Method in class com.caucho.server.snmp.types.UnsignedIntegerValue
-
- toString() - Method in class com.caucho.server.thread.ResinThreadPoolExecutor
-
- toString() - Method in class com.caucho.server.util.ScheduledThreadPool
-
- toString() - Method in class com.caucho.server.webapp.AccessLogFilterChain
-
- toString() - Method in class com.caucho.server.webapp.ContextFilterChain
-
- toString() - Method in class com.caucho.server.webapp.DispatchFilterChain
-
- toString() - Method in class com.caucho.server.webapp.DispatchResponse
-
- toString() - Method in class com.caucho.server.webapp.ErrorPageManager
-
- toString() - Method in class com.caucho.server.webapp.ListenerConfig
-
- toString() - Method in class com.caucho.server.webapp.RequestDispatcherImpl
-
- toString() - Method in class com.caucho.server.webapp.ResumeFilterChain
-
- toString() - Method in class com.caucho.server.webapp.WebApp
-
- toString() - Method in class com.caucho.server.webapp.WebAppConfig
-
- toString() - Method in class com.caucho.server.webapp.WebAppContainer
-
- toString() - Method in class com.caucho.server.webapp.WebAppController
-
Returns a printable view.
- toString() - Method in class com.caucho.server.webapp.WebAppController.Var
-
- toString() - Method in class com.caucho.server.webapp.WebAppEarDeployGenerator
-
- toString() - Method in class com.caucho.server.webapp.WebAppFilterChain
-
- toString() - Method in class com.caucho.server.webapp.WebAppFragmentConfig
-
- toString() - Method in class com.caucho.server.webapp.WebAppInjectExtension
-
- toString() - Method in class com.caucho.server.webapp.WebAppListenerFilterChain
-
- toString() - Method in class com.caucho.server.webapp.WebAppRegexpDeployGenerator
-
- toString() - Method in class com.caucho.server.webapp.WebAppSingleDeployGenerator
-
- toString() - Method in class com.caucho.server.webapp.WebAppVersioningController
-
Returns a printable view.
- toString() - Method in class com.caucho.server.webapp.WebServiceContextProxy
-
- toString() - Method in class com.caucho.server.webbeans.ConversationContext
-
- toString() - Method in class com.caucho.server.webbeans.ResinStandardPlugin
-
- toString() - Method in class com.caucho.server.webbeans.SessionScopeImpl
-
- toString() - Method in class com.caucho.servlets.ssi.EqExpr
-
- toString() - Method in class com.caucho.servlets.ssi.GeExpr
-
- toString() - Method in class com.caucho.servlets.ssi.GtExpr
-
- toString() - Method in class com.caucho.servlets.ssi.LeExpr
-
- toString() - Method in class com.caucho.servlets.ssi.LtExpr
-
- toString() - Method in class com.caucho.servlets.ssi.StringExpr
-
- toString() - Method in class com.caucho.servlets.ssi.VarExpr
-
- toString() - Method in class com.caucho.servlets.webdav.AttributeName
-
- toString() - Method in class com.caucho.servlets.webdav.FilePath
-
- toString() - Method in class com.caucho.sql.Credential
-
- toString() - Method in class com.caucho.sql.DatabaseAdmin
-
- toString() - Method in class com.caucho.sql.DBPool
-
Returns a string description of the pool.
- toString() - Method in class com.caucho.sql.DBPoolImpl
-
Returns a string description of the pool.
- toString() - Method in class com.caucho.sql.DisjointXAResource
-
- toString() - Method in class com.caucho.sql.DriverAdmin
-
- toString() - Method in class com.caucho.sql.DriverConfig
-
Returns a string description of the pool.
- toString() - Method in class com.caucho.sql.ManagedConnectionImpl
-
- toString() - Method in class com.caucho.sql.ManagedFactoryImpl
-
- toString() - Method in class com.caucho.sql.QueryAdmin
-
- toString() - Method in class com.caucho.sql.spy.SpyConnection
-
- toString() - Method in class com.caucho.sql.spy.SpyConnectionPoolDataSource
-
- toString() - Method in class com.caucho.sql.spy.SpyDriver
-
- toString() - Method in class com.caucho.sql.spy.SpyPooledConnection
-
- toString() - Method in class com.caucho.sql.spy.SpyStatement
-
- toString() - Method in class com.caucho.sql.spy.SpyXAConnection
-
- toString() - Method in class com.caucho.sql.spy.SpyXADataSource
-
- toString() - Method in class com.caucho.sql.spy.SpyXAResource
-
- toString() - Method in class com.caucho.sql.UserConnection
-
- toString() - Method in class com.caucho.sql.UserDataSource
-
- toString() - Method in class com.caucho.sql.UserPreparedStatement
-
- toString() - Method in class com.caucho.sql.UserStatement
-
- toString() - Method in class com.caucho.tools.profiler.CallableStatementWrapper
-
- toString() - Method in class com.caucho.tools.profiler.ConnectionPoolDataSourceWrapper
-
- toString() - Method in class com.caucho.tools.profiler.ConnectionWrapper
-
- toString() - Method in class com.caucho.tools.profiler.DataSourceWrapper
-
- toString() - Method in class com.caucho.tools.profiler.DriverWrapper
-
- toString() - Method in class com.caucho.tools.profiler.PooledConnectionWrapper
-
- toString() - Method in class com.caucho.tools.profiler.PreparedStatementWrapper
-
- toString() - Method in class com.caucho.tools.profiler.ProfilerManager
-
- toString() - Method in class com.caucho.tools.profiler.ProfilerPoint
-
- toString() - Method in class com.caucho.tools.profiler.ResultSetWrapper
-
- toString() - Method in class com.caucho.tools.profiler.StatementWrapper
-
- toString() - Method in class com.caucho.tools.profiler.XAConnectionWrapper
-
- toString() - Method in class com.caucho.tools.profiler.XADataSourceWrapper
-
- toString() - Method in class com.caucho.tools.profiler.XAResourceWrapper
-
- toString() - Method in class com.caucho.transaction.TransactionImpl
-
Printable version of the transaction.
- toString() - Method in class com.caucho.transaction.TransactionManagerImpl
-
- toString() - Method in class com.caucho.transaction.TransactionSynchronizationRegistryImpl
-
- toString() - Method in class com.caucho.transaction.UserTransactionImpl
-
- toString() - Method in class com.caucho.transaction.UserTransactionProxy
-
- toString() - Method in class com.caucho.transaction.XidImpl
-
Printable version of the transaction id.
- toString() - Method in class com.caucho.util.AbstractActorQueue
-
- toString() - Method in class com.caucho.util.AbstractSoftScheduler
-
- toString() - Method in class com.caucho.util.Alarm
-
- toString() - Method in class com.caucho.util.AlarmClock
-
- toString() - Method in class com.caucho.util.AlarmHeap
-
- toString() - Method in class com.caucho.util.ByteBuffer
-
String representation of the buffer.
- toString(String) - Method in class com.caucho.util.ByteBuffer
-
- toString() - Method in class com.caucho.util.CaseInsensitiveIntMap
-
- toString() - Method in class com.caucho.util.CharBuffer
-
String representation of the buffer.
- toString() - Method in class com.caucho.util.CharSegment
-
String representation of the buffer.
- toString(byte[]) - Static method in class com.caucho.util.HashKey
-
- toString(byte[], int) - Static method in class com.caucho.util.HashKey
-
- toString() - Method in class com.caucho.util.HashKey
-
- toString() - Method in class com.caucho.util.IdentityIntMap
-
- toString() - Method in class com.caucho.util.InetNetwork
-
Return a readable string.
- toString() - Method in class com.caucho.util.IntArray
-
- toString() - Method in class com.caucho.util.IntMap
-
- toString() - Method in class com.caucho.util.IntSet
-
Returns a visible.
- toString() - Method in class com.caucho.util.JniTroubleshoot
-
- toString() - Method in class com.caucho.util.LongKeyMap
-
- toString() - Method in class com.caucho.util.LongMap
-
- toString() - Method in class com.caucho.util.QDate
-
- toString() - Method in class com.caucho.util.ResinThreadPoolExecutor
-
- toString() - Method in class com.caucho.util.RingItem
-
- toString() - Method in class com.caucho.util.RingValueQueue
-
- toString(Object, String) - Static method in class com.caucho.util.Sprintf
-
Converts some unknown value to a String.
- toString() - Method in class com.caucho.util.TimeIntervalElement
-
- toString() - Method in class com.caucho.util.WaitQueue
-
- toString() - Method in class com.caucho.vfs.BasicDependencyContainer
-
- toString() - Method in class com.caucho.vfs.ByteToChar
-
Prints the object.
- toString() - Method in class com.caucho.vfs.ClasspathPath
-
Returns the string form of the http path.
- toString() - Method in class com.caucho.vfs.Crc64InputStream
-
- toString() - Method in class com.caucho.vfs.DatastorePath
-
- toString() - Method in class com.caucho.vfs.Depend
-
Returns a printable version of the dependency.
- toString() - Method in class com.caucho.vfs.FileRandomAccessStream
-
- toString() - Method in class com.caucho.vfs.FileStatus
-
- toString() - Method in class com.caucho.vfs.HttpPath
-
Returns the string form of the http path.
- toString() - Method in class com.caucho.vfs.Jar
-
- toString() - Method in class com.caucho.vfs.JarPath
-
- toString() - Method in class com.caucho.vfs.JniFileStream
-
Returns the debug name for the stream.
- toString() - Method in class com.caucho.vfs.JniServerSocketImpl
-
- toString() - Method in class com.caucho.vfs.JniSocketImpl
-
- toString() - Method in class com.caucho.vfs.JniStream
-
- toString() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
-
- toString() - Method in class com.caucho.vfs.MergePath
-
Returns a name for the path
- toString() - Method in class com.caucho.vfs.net.NetworkSystem
-
- toString() - Method in class com.caucho.vfs.OldByteToChar
-
Prints the object.
- toString() - Method in class com.caucho.vfs.Path
-
- toString() - Method in class com.caucho.vfs.PathExistsDependency
-
Returns a printable version of the dependency.
- toString() - Method in class com.caucho.vfs.PathWrapper
-
- toString() - Method in class com.caucho.vfs.QServerSocket
-
- toString() - Method in class com.caucho.vfs.QServerSocketWrapper
-
- toString() - Method in class com.caucho.vfs.QSocket
-
- toString() - Method in class com.caucho.vfs.QSocketChannelWrapper
-
- toString() - Method in class com.caucho.vfs.QSocketWrapper
-
- toString() - Method in class com.caucho.vfs.ReadStream
-
Returns a printable representation of the read stream.
- toString() - Method in class com.caucho.vfs.SchemeRoot
-
- toString() - Method in class com.caucho.vfs.SelfSignedCert
-
- toString() - Method in class com.caucho.vfs.SocketChannelStream
-
- toString() - Method in class com.caucho.vfs.SocketStream
-
- toString() - Method in class com.caucho.vfs.StreamSource
-
- toString() - Method in class com.caucho.vfs.TcpPath
-
- toString() - Method in class com.caucho.vfs.TcpsPath
-
- toString() - Method in class com.caucho.vfs.TempInputStream
-
- toString() - Method in class com.caucho.vfs.TempInputStreamNoFree
-
- toString() - Method in class com.caucho.vfs.TempReadStream
-
- toString() - Method in class com.caucho.vfs.VfsStream
-
- toString() - Method in class com.caucho.vfs.WriteStream
-
- toString() - Method in class com.caucho.xml.NodeListImpl
-
- toString() - Method in class com.caucho.xml.QAttr
-
- toString() - Method in class com.caucho.xml.QComment
-
- toString() - Method in class com.caucho.xml.QDocument
-
- toString() - Method in class com.caucho.xml.QDocumentFragment
-
- toString() - Method in class com.caucho.xml.QDocumentType
-
- toString() - Method in class com.caucho.xml.QElement
-
- toString() - Method in class com.caucho.xml.QEntityReference
-
- toString() - Method in class com.caucho.xml.QName
-
- toString() - Method in class com.caucho.xml.QProcessingInstruction
-
- toString() - Method in class com.caucho.xml.QText
-
- toString() - Method in class com.caucho.xml.stream.events.AttributeImpl
-
- toString() - Method in class com.caucho.xml.stream.events.CharactersImpl
-
- toString() - Method in class com.caucho.xml.stream.events.NamespaceImpl
-
- toString() - Method in class com.caucho.xml.stream.events.StartDocumentImpl
-
- toString() - Method in class com.caucho.xml.stream.events.StartElementImpl
-
- toString() - Method in class com.caucho.xml.stream.NamespaceWriterContext
-
- toString() - Method in class com.caucho.xml2.NodeListImpl
-
- toString() - Method in class com.caucho.xml2.QAttr
-
- toString() - Method in class com.caucho.xml2.QComment
-
- toString() - Method in class com.caucho.xml2.QDocument
-
- toString() - Method in class com.caucho.xml2.QDocumentFragment
-
- toString() - Method in class com.caucho.xml2.QDocumentType
-
- toString() - Method in class com.caucho.xml2.QElement
-
- toString() - Method in class com.caucho.xml2.QEntityReference
-
- toString() - Method in class com.caucho.xml2.QProcessingInstruction
-
- toString() - Method in class com.caucho.xml2.QText
-
- toString() - Method in class com.caucho.xpath.expr.BooleanExpr
-
- toString() - Method in class com.caucho.xpath.expr.Functions.BaseURI
-
- toString() - Method in class com.caucho.xpath.expr.FunExpr
-
- toString() - Method in class com.caucho.xpath.expr.IdExpr
-
- toString() - Method in class com.caucho.xpath.expr.NewJavaExpr
-
Return the expression as a string.
- toString() - Method in class com.caucho.xpath.expr.NodeSetExpr
-
- toString() - Method in class com.caucho.xpath.expr.NumberVar
-
- toString() - Method in class com.caucho.xpath.expr.NumericExpr
-
- toString() - Method in class com.caucho.xpath.expr.ObjectExpr
-
- toString() - Method in class com.caucho.xpath.expr.ObjectJavaExpr
-
Return the expression as a string.
- toString() - Method in class com.caucho.xpath.expr.ObjectVar
-
- toString() - Method in class com.caucho.xpath.expr.StaticJavaExpr
-
Return the expression as a string.
- toString() - Method in class com.caucho.xpath.expr.StringExpr
-
Return the expression as a string.
- toString(Object) - Static method in class com.caucho.xpath.Expr
-
Convert a Java object to a string using the XPath rules.
- toString() - Method in class com.caucho.xpath.expr.VarExpr
-
- toString() - Method in class com.caucho.xpath.functions.BaseURI
-
- toString() - Method in class com.caucho.xpath.functions.ResolveURI
-
- toString() - Method in class com.caucho.xpath.functions.Trace
-
- toString() - Method in class com.caucho.xpath.pattern.AttributeIterator
-
- toString() - Method in class com.caucho.xpath.pattern.AttributeListIterator
-
- toString() - Method in class com.caucho.xpath.pattern.AxisIterator
-
- toString() - Method in class com.caucho.xpath.pattern.CurrentPattern
-
- toString() - Method in class com.caucho.xpath.pattern.FilterIterator
-
- toString() - Method in class com.caucho.xpath.pattern.FilterPattern
-
- toString() - Method in class com.caucho.xpath.pattern.FromAncestors
-
- toString() - Method in class com.caucho.xpath.pattern.FromAny
-
- toString() - Method in class com.caucho.xpath.pattern.FromAttributes
-
- toString() - Method in class com.caucho.xpath.pattern.FromChildren
-
- toString() - Method in class com.caucho.xpath.pattern.FromContext
-
Prints the pattern representing the context.
- toString() - Method in class com.caucho.xpath.pattern.FromDescendants
-
- toString() - Method in class com.caucho.xpath.pattern.FromExpr
-
- toString() - Method in class com.caucho.xpath.pattern.FromNamespace
-
- toString() - Method in class com.caucho.xpath.pattern.FromNext
-
- toString() - Method in class com.caucho.xpath.pattern.FromNextSibling
-
- toString() - Method in class com.caucho.xpath.pattern.FromParent
-
- toString() - Method in class com.caucho.xpath.pattern.FromPrevious
-
- toString() - Method in class com.caucho.xpath.pattern.FromPreviousSibling
-
- toString() - Method in class com.caucho.xpath.pattern.FromRoot
-
- toString() - Method in class com.caucho.xpath.pattern.FromSelf
-
- toString() - Method in class com.caucho.xpath.pattern.NamespaceIterator
-
- toString() - Method in class com.caucho.xpath.pattern.NamespaceNode
-
- toString() - Method in class com.caucho.xpath.pattern.NamespacePattern
-
- toString() - Method in class com.caucho.xpath.pattern.NodePattern
-
Converts the pattern back to its
- toString() - Method in class com.caucho.xpath.pattern.NodeTypePattern
-
Returns the printable representation of the pattern.
- toString() - Method in class com.caucho.xpath.pattern.NSNamePattern
-
- toString() - Method in class com.caucho.xpath.Pattern
-
- toString() - Method in class com.caucho.xpath.pattern.UnionPattern
-
- toString() - Method in class com.caucho.xsl.java.XslAttributeNode
-
- toString() - Method in class com.caucho.xsl.java.XslNode
-
Returns a printable version of the node.
- toString() - Method in class com.caucho.xsl.Template
-
- toString() - Method in exception com.caucho.xsl.XslParseException
-
- toString() - Method in class javax.ejb.ScheduleExpression
-
- toString() - Method in class javax.enterprise.util.AnnotationLiteral
-
- toString() - Method in class javax.enterprise.util.TypeLiteral
-
- toString() - Method in interface javax.jms.Queue
-
- toString() - Method in interface javax.jms.Topic
-
- toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toString() - Method in class javax.servlet.GenericServlet
-
- toString() - Method in class javax.servlet.http.Cookie
-
Converts the cookie to a string for debugging.
- toString() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
- toString() - Method in class javax.servlet.ServletContextAttributeEvent
-
- toString() - Method in class javax.servlet.ServletResponseWrapper
-
- toStringWithNull(Object, ELContext) - Static method in class com.caucho.el.Expr
-
Converts some unknown value to a string.
- toSyntaxDescription(String) - Method in class com.caucho.relaxng.program.AnyNameItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.AttributeItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.ChoiceItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(String) - Method in class com.caucho.relaxng.program.ChoiceNameItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.DataItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.ElementItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.EmptyItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.GroupItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.InElementItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.InterleaveItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.Item
-
Returns the pretty printed syntax.
- toSyntaxDescription(String) - Method in class com.caucho.relaxng.program.NameClassItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(String) - Method in class com.caucho.relaxng.program.NameItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(String) - Method in class com.caucho.relaxng.program.NsNameItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.TextItem
-
Returns the pretty printed syntax.
- toSyntaxDescription(int) - Method in class com.caucho.relaxng.program.ZeroOrMoreItem
-
Returns the pretty printed syntax.
- TotalMeter - Class in com.caucho.env.meter
-
- TotalMeter(String) - Constructor for class com.caucho.env.meter.TotalMeter
-
- toType() - Method in class com.caucho.config.reflect.ArrayType
-
- toType() - Method in class com.caucho.config.reflect.BaseType
-
- toType() - Method in class com.caucho.config.reflect.ClassType
-
- toType() - Method in class com.caucho.config.reflect.ParamType
-
- toType() - Method in class com.caucho.config.reflect.VarType
-
- toType() - Method in class com.caucho.config.reflect.WildcardTypeImpl
-
- toUpperCase(String) - Static method in class com.caucho.jstl.Functions
-
Convert to upper case.
- toURL() - Method in class com.caucho.network.listen.TcpPort
-
- toValid() - Method in enum com.caucho.db.block.BlockState
-
- toValue(String, String) - Static method in class com.caucho.admin.action.AbstractJmxAction
-
- toValue(String) - Method in class com.caucho.amber.field.EmbeddedIdField
-
Converts from an object.
- toValue(String) - Method in interface com.caucho.amber.field.IdField
-
Converts from an object.
- toValue(String) - Method in class com.caucho.amber.field.KeyEmbeddedSubField
-
Converts from an object.
- toValue(String) - Method in class com.caucho.amber.field.KeyManyToOneField
-
Converts from an object.
- toValue(String) - Method in class com.caucho.amber.field.KeyPropertyField
-
Converts from an object.
- toWrite() - Method in enum com.caucho.db.block.BlockState
-
- Trace - Class in com.caucho.xpath.functions
-
Traces an object.
- Trace(Expr, Expr) - Constructor for class com.caucho.xpath.functions.Trace
-
- TRAILING - Static variable in class com.caucho.amber.query.QueryParser
-
- Transaction - Interface in javax.transaction
-
The transaction interface.
- TransactionAttribute - Annotation Type in javax.ejb
-
The transaction attribute annotation.
- TransactionAttributeLiteral - Class in com.caucho.config.gen
-
Utilities
- TransactionAttributeLiteral(TransactionAttributeType) - Constructor for class com.caucho.config.gen.TransactionAttributeLiteral
-
- TransactionAttributeType - Enum in javax.ejb
-
The Transaction annotations
- TransactionException - Exception in com.caucho.cache.transaction
-
- TransactionException() - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(String) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(String, Throwable) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(Throwable) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionFilter - Class in com.caucho.filters
-
Wraps the request in a transaction.
- TransactionFilter() - Constructor for class com.caucho.filters.TransactionFilter
-
- TransactionImpl - Class in com.caucho.transaction
-
Implementation of the transaction.
- TransactionInProgressException - Exception in javax.jms
-
The exception
- TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
-
- TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
-
- TransactionLog - Class in com.caucho.server.admin
-
- TransactionLog(TransactionManager) - Constructor for class com.caucho.server.admin.TransactionLog
-
- TransactionManagement - Annotation Type in javax.ejb
-
The TransactionManagement type for local interfaces.
- TransactionManagementLiteral - Class in com.caucho.config.gen
-
Utilities
- TransactionManagementLiteral(TransactionManagementType) - Constructor for class com.caucho.config.gen.TransactionManagementLiteral
-
- TransactionManagementType - Enum in javax.ejb
-
The Stateless transaction management type
- TransactionManager - Class in com.caucho.server.admin
-
Configures the transaction manager.
- TransactionManager(Management) - Constructor for class com.caucho.server.admin.TransactionManager
-
- TransactionManager(Resin) - Constructor for class com.caucho.server.admin.TransactionManager
-
Deprecated.
- TransactionManager(Path) - Constructor for class com.caucho.server.admin.TransactionManager
-
Deprecated.
- TransactionManager - Interface in javax.transaction
-
The app server transaction interface.
- TransactionManagerImpl - Class in com.caucho.transaction
-
Implementation of the transaction manager.
- TransactionManagerImpl() - Constructor for class com.caucho.transaction.TransactionManagerImpl
-
- TransactionManagerMXBean - Interface in com.caucho.management.server
-
MBean API for the TransactionManager connection pool.
- TransactionPhase - Enum in javax.enterprise.event
-
event types
- TransactionRequiredException - Exception in javax.persistence
-
- TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
-
- TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
-
- TransactionRequiredException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredLocalException - Exception in javax.ejb
-
The main ejb context.
- TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
- TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
- TransactionRolledBackException - Exception in javax.jms
-
The exception
- TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
-
- TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
-
- TransactionRolledbackException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackLocalException - Exception in javax.ejb
-
The main ejb context.
- TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionRuntimeException - Exception in com.caucho.transaction
-
Wrapper exception.
- TransactionRuntimeException() - Constructor for exception com.caucho.transaction.TransactionRuntimeException
-
Creates an empty exception
- TransactionRuntimeException(String) - Constructor for exception com.caucho.transaction.TransactionRuntimeException
-
Creates an exception with a message
- TransactionRuntimeException(String, Throwable) - Constructor for exception com.caucho.transaction.TransactionRuntimeException
-
Creates an exception with a message and a cause
- TransactionRuntimeException(Throwable) - Constructor for exception com.caucho.transaction.TransactionRuntimeException
-
Creates an exception with a nested exception
- TransactionScope - Class in com.caucho.server.webbeans
-
Scope based on the current transaction.
- TransactionScope() - Constructor for class com.caucho.server.webbeans.TransactionScope
-
- TransactionScoped - Annotation Type in com.caucho.inject
-
The @TransactionScoped marks a bean as scoped to the current XA.
- TransactionSynchronizationRegistry - Interface in javax.transaction
-
- TransactionSynchronizationRegistryImpl - Class in com.caucho.transaction
-
Resin transaction synchronization registry implementation.
- TransactionSynchronizationRegistryImpl(TransactionManagerImpl) - Constructor for class com.caucho.transaction.TransactionSynchronizationRegistryImpl
-
- transfer(long, SettleMode, InputStream) - Method in class com.caucho.amqp.common.AmqpSenderLink
-
- transfer(AmqpSenderLink, long, SettleMode, InputStream) - Method in class com.caucho.amqp.common.AmqpSession
-
Sends a message to the network.
- transfer(AmqpSession, AmqpSenderLink, long, SettleMode, InputStream) - Method in class com.caucho.amqp.io.AmqpConnectionWriter
-
Transfers a message.
- TransferSettleManager<L extends AmqpLink> - Class in com.caucho.amqp.common
-
manages transfers and settlements.
- TransferSettleManager() - Constructor for class com.caucho.amqp.common.TransferSettleManager
-
- transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class com.caucho.env.jpa.PersistenceUnitManager.TransformerAdapter
-
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.caucho.loader.enhancer.EnhancerManager
-
Returns the enhanced .class or null if no enhancement.
- transform(Node, XMLWriter, TransformerImpl) - Method in class com.caucho.xsl.AbstractStylesheet
-
Transforms the XML node to a new XML document based on this stylesheet.
- transform(Document, Node, OutputStream) - Method in class com.caucho.xsl.AbstractStylesheetFactory
-
Convenience class to transform a node.
- transform(String, Node, OutputStream) - Method in class com.caucho.xsl.AbstractStylesheetFactory
-
Convenience class to transform a node.
- transform(Node, XMLWriter, TransformerImpl) - Method in class com.caucho.xsl.IdentityStylesheet
-
Transforms the XML node to a new XML document based on this stylesheet.
- transform(InputStream, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
-
Transforms the input stream as an XML document into children
of the result node.
- transform(String, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
-
- transform(Node, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
-
- transform(InputStream, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
-
- transform(String, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
-
- transform(InputStream) - Method in class com.caucho.xsl.StringTransformerImpl
-
- transform(String) - Method in class com.caucho.xsl.StringTransformerImpl
-
- transform(Node) - Method in class com.caucho.xsl.StringTransformerImpl
-
Transform a node, producing an output string.
- transform(Node, XMLWriter, TransformerImpl) - Method in class com.caucho.xsl.StylesheetImpl
-
Transforms the input node to the output writer
- transform(Source, Result) - Method in class com.caucho.xsl.TransformerImpl
-
Transforms the source into the result.
- transform(Node, OutputStream) - Method in class com.caucho.xsl.TransformerImpl
-
- transform(Node, OutputStream, String, String) - Method in class com.caucho.xsl.TransformerImpl
-
Transforms from a DOM node to an output stream.
- transform(Node, Node) - Method in class com.caucho.xsl.TransformerImpl
-
Transforms from the source node to the destination node, returning
the destination node.
- transform(Node, ContentHandler, LexicalHandler) - Method in class com.caucho.xsl.TransformerImpl
-
Transforms from the source node to the sax handlers.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
-
Create an return an EntityManagerFactory for the named unit.
- transformer - Variable in class com.caucho.xsl.SAXFilterImpl
-
- TransformerConfigurationExceptionWrapper - Exception in com.caucho.xsl
-
Represents a exception when creating a transformation.
- TransformerConfigurationExceptionWrapper() - Constructor for exception com.caucho.xsl.TransformerConfigurationExceptionWrapper
-
Create a new exception with no error message.
- TransformerConfigurationExceptionWrapper(String) - Constructor for exception com.caucho.xsl.TransformerConfigurationExceptionWrapper
-
Create a new exception with a string error message.
- TransformerConfigurationExceptionWrapper(String, Throwable) - Constructor for exception com.caucho.xsl.TransformerConfigurationExceptionWrapper
-
Create a new exception with a wrapped exception.
- TransformerConfigurationExceptionWrapper(Throwable) - Constructor for exception com.caucho.xsl.TransformerConfigurationExceptionWrapper
-
Create a new exception with a wrapped exception.
- TransformerExceptionWrapper - Exception in com.caucho.xsl
-
Represents a exception when creating a transformation.
- TransformerExceptionWrapper() - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with no error message.
- TransformerExceptionWrapper(String) - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with a string error message.
- TransformerExceptionWrapper(String, SourceLocator) - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with a message and an error location.
- TransformerExceptionWrapper(String, SourceLocator, Throwable) - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with a message and an error location.
- TransformerExceptionWrapper(String, Throwable) - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with a wrapped exception.
- TransformerExceptionWrapper(Throwable) - Constructor for exception com.caucho.xsl.TransformerExceptionWrapper
-
Create a new exception with a wrapped exception.
- TransformerHandlerImpl - Class in com.caucho.xsl
-
- TransformerImpl - Class in com.caucho.xsl
-
- TransformerImpl(StylesheetImpl) - Constructor for class com.caucho.xsl.TransformerImpl
-
- transformString(String, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
-
- transformString(String, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
-
- transformString(String) - Method in class com.caucho.xsl.StringTransformerImpl
-
- Transient - Annotation Type in com.caucho.json
-
- Transient - Annotation Type in javax.persistence
-
The @Transient annotation.
- TransientCache - Class in com.caucho.distcache
-
Cache with no persistence.
- TransientCache() - Constructor for class com.caucho.distcache.TransientCache
-
- TransientCache(String) - Constructor for class com.caucho.distcache.TransientCache
-
- TransientConfig - Class in com.caucho.amber.cfg
-
tag in the orm.xml
- TransientConfig() - Constructor for class com.caucho.amber.cfg.TransientConfig
-
- TRANSLATE - Static variable in class com.caucho.xpath.Expr
-
- TransportConstraint - Class in com.caucho.server.security
-
- TransportConstraint() - Constructor for class com.caucho.server.security.TransportConstraint
-
- TransportConstraint(String) - Constructor for class com.caucho.server.security.TransportConstraint
-
- TRAP_PDU - Static variable in class com.caucho.server.snmp.types.SnmpValue
-
- TrapPduValue - Class in com.caucho.server.snmp.types
-
- TrapPduValue() - Constructor for class com.caucho.server.snmp.types.TrapPduValue
-
- TrapPduValue(int, int, int) - Constructor for class com.caucho.server.snmp.types.TrapPduValue
-
- TrapPduValue(IntegerValue, IntegerValue, IntegerValue, VarBindListValue) - Constructor for class com.caucho.server.snmp.types.TrapPduValue
-
- Tree - Class in com.caucho.util
-
- Tree(Object) - Constructor for class com.caucho.util.Tree
-
- TreeLoader - Class in com.caucho.loader
-
Class loader which checks for changes in class files and automatically
picks up new jars.
- TreeLoader() - Constructor for class com.caucho.loader.TreeLoader
-
Creates a new directory loader.
- TreeLoader(ClassLoader) - Constructor for class com.caucho.loader.TreeLoader
-
Creates a new directory loader.
- TreeLoader(ClassLoader, Path) - Constructor for class com.caucho.loader.TreeLoader
-
Creates a new directory loader.
- TriadDispatcher<X> - Class in com.caucho.cloud.topology
-
Selects one of the triad members, given the triad owner.
- TriadDispatcher() - Constructor for class com.caucho.cloud.topology.TriadDispatcher
-
- TriadDispatcherDouble<X> - Class in com.caucho.cloud.topology
-
Selects one of the triad members, given the triad owner.
- TriadDispatcherDouble(X, X) - Constructor for class com.caucho.cloud.topology.TriadDispatcherDouble
-
- TriadDispatcherSingle<X> - Class in com.caucho.cloud.topology
-
Selects one of the triad members, given the triad owner.
- TriadDispatcherSingle(X) - Constructor for class com.caucho.cloud.topology.TriadDispatcherSingle
-
- TriadDispatcherTriple<X> - Class in com.caucho.cloud.topology
-
Selects one of the triad members, given the triad owner.
- TriadDispatcherTriple(X, X, X) - Constructor for class com.caucho.cloud.topology.TriadDispatcherTriple
-
- TriadOwner - Enum in com.caucho.cloud.topology
-
The triad owner is the triad ownership for a hashed item.
- TriadServer - Class in com.caucho.cloud.topology
-
Defines a triad server, one of the three hub servers in a pod.
- TriadServer(String, String, CloudPod, int, String, int, boolean, CloudServer.ServerType, boolean) - Constructor for class com.caucho.cloud.topology.TriadServer
-
- TriadShard<X> - Class in com.caucho.cloud.topology
-
Selects one of the triad members, given the triad owner.
- TriadShard() - Constructor for class com.caucho.cloud.topology.TriadShard
-
- Trigger - Interface in com.caucho.config.types
-
Trigger for schedules and cron jobs
- TRIM - Static variable in class com.caucho.amber.query.QueryParser
-
- trim(String) - Static method in class com.caucho.jstl.Functions
-
Trim
- trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- TrimFunExpr - Class in com.caucho.amber.expr.fun
-
TRIM function expression
- TrimFunExpr(QueryParser, ArrayList<AmberExpr>) - Constructor for class com.caucho.amber.expr.fun.TrimFunExpr
-
Creates a new expression
- TrimFunExpr.TrimSemantics - Enum in com.caucho.amber.expr.fun
-
- TRIPLE_INDIRECT_BLOCKS - Static variable in class com.caucho.db.blob.Inode
-
- TRUE - Static variable in class com.caucho.amber.query.QueryParser
-
- TRUE - Static variable in class com.caucho.db.sql.Expr
-
- TRUE - Static variable in class com.caucho.json.JsonBoolean
-
- TRUE - Static variable in class com.caucho.xpath.Expr
-
- TrueFalseType - Class in com.caucho.amber.type
-
The type of a property.
- truncate(long) - Method in class com.caucho.db.sql.BlobImpl
-
Truncates the blob
- truncate(long) - Method in class com.caucho.db.sql.ClobImpl
-
Truncates the clob
- truncate(long) - Method in class com.caucho.vfs.FilePath
-
- truncate() - Method in class com.caucho.vfs.Path
-
Sets the length of the file to zero.
- truncate(long) - Method in class com.caucho.vfs.Path
-
Sets the length of the file.
- TryCatchFinally - Interface in javax.servlet.jsp.tagext
-
Mixin interface to handle exceptions thrown in a tag.
- tryLock() - Method in class com.caucho.cluster.AbstractLock
-
- tryLock(long, TimeUnit) - Method in class com.caucho.cluster.AbstractLock
-
- tryLock() - Method in class com.caucho.env.lock.SingleLock
-
- tryLock(long, TimeUnit) - Method in class com.caucho.env.lock.SingleLock
-
- tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- Tuple - Interface in javax.persistence
-
Represents a tuple result.
- TupleElement<X> - Interface in javax.persistence
-
And element returned from a query result tuple.
- TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
-
- TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
-
- txnIsolationLevel - Variable in class com.caucho.cache.MutableConfiguration
-
- txnMode - Variable in class com.caucho.cache.MutableConfiguration
-
- type(Type...) - Method in class com.caucho.config.inject.BeanBuilder
-
- type(Set<Type>) - Method in class com.caucho.config.inject.BeanBuilder
-
- TYPE - Static variable in class com.caucho.config.type.BooleanPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.BooleanType
-
- TYPE - Static variable in class com.caucho.config.type.BytePrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.ByteType
-
- TYPE - Static variable in class com.caucho.config.type.CharacterPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.CharacterType
-
- TYPE - Static variable in class com.caucho.config.type.ClassType
-
- TYPE - Static variable in class com.caucho.config.type.DataSourceType
-
- TYPE - Static variable in class com.caucho.config.type.DateType
-
- TYPE - Static variable in class com.caucho.config.type.DoublePrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.DoubleType
-
- TYPE - Static variable in class com.caucho.config.type.ExprType
-
- TYPE - Static variable in class com.caucho.config.type.FileType
-
- TYPE - Static variable in class com.caucho.config.type.FloatPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.FloatType
-
- TYPE - Static variable in class com.caucho.config.type.IntegerPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.IntegerType
-
- TYPE - Static variable in class com.caucho.config.type.LevelBuilder
-
- TYPE - Static variable in class com.caucho.config.type.LocaleType
-
- TYPE - Static variable in class com.caucho.config.type.LongPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.LongType
-
- TYPE - Static variable in class com.caucho.config.type.MethodExpressionType
-
- TYPE - Static variable in class com.caucho.config.type.NodeType
-
- TYPE - Static variable in class com.caucho.config.type.ObjectType
-
- TYPE - Static variable in class com.caucho.config.type.PathType
-
- TYPE - Static variable in class com.caucho.config.type.PatternType
-
- TYPE - Static variable in class com.caucho.config.type.PropertiesType
-
- TYPE - Static variable in class com.caucho.config.type.QDateType
-
- TYPE - Static variable in class com.caucho.config.type.RawStringArrayType
-
- TYPE - Static variable in class com.caucho.config.type.RawStringType
-
- TYPE - Static variable in class com.caucho.config.type.ShortPrimitiveType
-
- TYPE - Static variable in class com.caucho.config.type.ShortType
-
- TYPE - Static variable in class com.caucho.config.type.StringArrayType
-
- TYPE - Static variable in class com.caucho.config.type.StringType
-
- TYPE - Static variable in class com.caucho.config.type.UrlType
-
- TYPE - Static variable in class com.caucho.config.type.ValueExpressionType
-
- type(String) - Method in class com.caucho.env.repository.CommitBuilder
-
Assigns the commit's type.
- TYPE - Static variable in class javax.el.ELResolver
-
- type() - Method in interface javax.persistence.criteria.Path
-
- Type<X> - Interface in javax.persistence.metamodel
-
Reflection model for a JPA entity.
- Type.PersistenceType - Enum in javax.persistence.metamodel
-
- TYPE_AUTH - Static variable in class com.caucho.bam.BamError
-
Retry after providing credentials
- TYPE_CANCEL - Static variable in class com.caucho.bam.BamError
-
Do not retry, i.e.
- TYPE_CONTINUE - Static variable in class com.caucho.bam.BamError
-
proceed, i.e.
- TYPE_MODIFY - Static variable in class com.caucho.bam.BamError
-
change the request data and try again
- TYPE_WAIT - Static variable in class com.caucho.bam.BamError
-
Retry after waiting
- Typed - Annotation Type in javax.enterprise.inject
-
Allows specific type information for scanning.
- TypedQuery<X> - Interface in javax.persistence
-
Represents a typed SQL query.
- TypeFactory - Class in com.caucho.config.type
-
Factory for returning type strategies.
- TypeLiteral<T> - Class in javax.enterprise.util
-
Convenience API to create runtime parameterized types.
- TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
-
- TypeManager - Class in com.caucho.amber.type
-
The manages the types known to the Amber instnce.
- TypeManager() - Constructor for class com.caucho.amber.type.TypeManager
-
- typeName(int) - Static method in class com.caucho.server.snmp.types.SnmpValue
-
- TYPES - Static variable in enum com.caucho.hmtp.HmtpPacketType
-
- TypeSignatureParser - Class in com.caucho.bytecode
-
Manages an introspected java classes.
- TypeSignatureParser(JClassLoader, String) - Constructor for class com.caucho.bytecode.TypeSignatureParser
-
- TypeSignatureParser(JClassLoader, String, int) - Constructor for class com.caucho.bytecode.TypeSignatureParser
-