BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

T3Bean - interface weblogic.beans.common.T3Bean.
Interface for T3Beans.
T3BeanMsg - class weblogic.beans.common.T3BeanMsg.
T3BeanMsg objects are used to pass events about changing state between T3Beans and between T3Beans and the T3Server.
T3BeanMsg() - Constructor for class weblogic.beans.common.T3BeanMsg
 
T3BeanServicesDef - interface weblogic.beans.common.T3BeanServicesDef.
Deprecated. Use RMI instead.
t3BeanServicesEventOccurred(T3BeanMsg) - Method in interface weblogic.beans.common.T3Bean
Passes a T3BeanMsg event message to a T3Bean.
T3BeanTransportDef - interface weblogic.beans.common.T3BeanTransportDef.
Interface for T3Bean event communications.
T3Client - class weblogic.common.T3Client.
Class for creating and managing T3Clients.
T3Client(String) - Constructor for class weblogic.common.T3Client
Constructs a T3Client.
T3Client(String, String) - Constructor for class weblogic.common.T3Client
Constructs a T3Client.
T3Client(String, String, UserInfo) - Constructor for class weblogic.common.T3Client
Constructs a T3Client.
T3Client(String, UserInfo) - Constructor for class weblogic.common.T3Client
Constructs a T3Client.
T3Client(T3Connection) - Constructor for class weblogic.common.T3Client
Constructs a T3Client over the specified T3Connection.
T3Client(T3Connection, String) - Constructor for class weblogic.common.T3Client
 
T3ClientReconnectedException - exception weblogic.common.T3ClientReconnectedException.
A T3ClientReconnectedException is thrown when a T3ClientTenacious attempts to send but fails and then reconnects.
T3ClientReconnectedException(String) - Constructor for class weblogic.common.T3ClientReconnectedException
Constructs a T3ClientReconnectedException with the specified string
T3Connection - class weblogic.common.T3Connection.
A T3Connection object is used to establish communication between a T3Client and a WebLogic Server on a TCP/IP hostname and port number.
T3Connection(String) - Constructor for class weblogic.common.T3Connection
Deprecated. Use the JNDI model
T3Connection(String, UserInfo) - Constructor for class weblogic.common.T3Connection
Deprecated. Use the JNDI model
T3Exception - exception weblogic.common.T3Exception.
A T3Exception is thrown whenever an error occurs between a T3Client and a WebLogic Server.
T3Exception() - Constructor for class weblogic.common.T3Exception
 
T3Exception(String) - Constructor for class weblogic.common.T3Exception
Constructor.
T3Exception(String, Throwable) - Constructor for class weblogic.common.T3Exception
Constructs a T3Exception with the specified string and nested Exception.
T3Executable - interface weblogic.common.T3Executable.
Interface for T3Executable objects.
T3ExecutableLazy - interface weblogic.common.T3ExecutableLazy.
Internal use only.
T3ExecuteException - exception weblogic.common.T3ExecuteException.
A T3ExecuteException is thrown whenever an error occurs in the execute() method of a class that implements either the T3Executable or T3ExecutableLazy interface.
T3ExecuteException() - Constructor for class weblogic.common.T3ExecuteException
Constructs a T3ExecuteException.
T3ExecuteException(Exception) - Constructor for class weblogic.common.T3ExecuteException
Constructs a T3ExecuteException with the specified nested exception.
T3ExecuteException(String, Exception) - Constructor for class weblogic.common.T3ExecuteException
Constructs a T3ExecuteException with the specified message and nested exception.
T3ExecuteException(String, Exception, String) - Constructor for class weblogic.common.T3ExecuteException
Constructs a T3ExecuteException with the specified message, a nested exception, and a nested stack trace.
T3File - interface weblogic.io.common.T3File.
Interface that defines a T3File.
T3FileInputStream - class weblogic.io.common.T3FileInputStream.
The superclass of all T3FileInputStream objects.
T3FileInputStream() - Constructor for class weblogic.io.common.T3FileInputStream
 
T3FileOutputStream - class weblogic.io.common.T3FileOutputStream.
The superclass of all T3FileOutputStream objects.
T3FileOutputStream() - Constructor for class weblogic.io.common.T3FileOutputStream
 
T3FileSystem - interface weblogic.io.common.T3FileSystem.
Interface that defines a WebLogic File System.
T3InitialContextFactory - class weblogic.jndi.T3InitialContextFactory.
Deprecated. Use TengahInitialContextFactory instead
T3InitialContextFactory() - Constructor for class weblogic.jndi.T3InitialContextFactory
Deprecated.  
T3ResourceDef - interface weblogic.common.T3ResourceDef.
A T3ResourceDef defines scarce resource allocation within the WebLogic Server.
T3ResourceFactory - interface weblogic.common.T3ResourceFactory.
T3ResourceFactory is an interface that specifies how to manufacture new resources that are associated with objects.
T3Services - class weblogic.common.T3Services.
Provides a mechanism for retrieving the server-side services stub in the WebLogic framework.
T3Services() - Constructor for class weblogic.common.T3Services
 
T3ServicesDef - interface weblogic.common.T3ServicesDef.
The T3ServicesDef interface defines WebLogic Services.
T3ServicesFinderDef - interface weblogic.common.T3ServicesFinderDef.
Interface for finder services in WebLogic.
T3ServletDef - interface weblogic.remote.common.T3ServletDef.
Deprecated. Use RMI instead.
T3ServletException - exception weblogic.remote.common.T3ServletException.
Deprecated. Use RMI instead.
T3ServletException(String) - Constructor for class weblogic.remote.common.T3ServletException
Deprecated. Use RMI instead.
T3ServletException(String, boolean) - Constructor for class weblogic.remote.common.T3ServletException
Deprecated. Use RMI instead.
T3ShutdownDef - interface weblogic.common.T3ShutdownDef.
T3ShutdownDef defines the interface for user-written shutdown objects.
T3StartupDef - interface weblogic.common.T3StartupDef.
T3StartupDef defines the interface for user-written startup objects.
T3User - class weblogic.common.T3User.
The T3User object is an implementation of weblogic.security.acl.defaultUserInfo that is backward compatible with WebLogic versions before 2.6.
T3User() - Constructor for class weblogic.common.T3User
Constructs an empty T3User object and initializes all its variables to empty strings.
T3User(SSLCertificate) - Constructor for class weblogic.common.T3User
Constructs a T3User with the specified certificate.
T3User(String, String) - Constructor for class weblogic.common.T3User
Constructs a T3User with the specified username and password.
TableCaptionElement - class weblogic.html.TableCaptionElement.
A TableCaptionElement object is used to set the caption and its attributes for an htmlKona TableElement.
TableCaptionElement() - Constructor for class weblogic.html.TableCaptionElement
Constructs a TableCaptionElement.
TableCaptionElement(HtmlElement) - Constructor for class weblogic.html.TableCaptionElement
Constructs a TableCaptionElement with the specified HtmlElement.
TableCaptionElement(String) - Constructor for class weblogic.html.TableCaptionElement
Constructs a TableCaptionElement with the specified String and sets the default alignment.
TableDataElement - class weblogic.html.TableDataElement.
A TableDataElement object is used to display a single cell of an htmlKona TableElement.
TableDataElement() - Constructor for class weblogic.html.TableDataElement
Constructs a TableDataElement object.
TableDataElement(HtmlElement) - Constructor for class weblogic.html.TableDataElement
Constructs a TableDataElement object with the specified HtmlElement object.
TableDataElement(String) - Constructor for class weblogic.html.TableDataElement
Constructs a TableDataElement object with the specified String.
TableDataSet - class weblogic.db.jdbc.TableDataSet.
A TableDataSet holds the results of an SQL query on a single table.
TableDataSet() - Constructor for class weblogic.db.jdbc.TableDataSet
Private - used for serialization
TableDataSet(Connection, Schema, KeyDef) - Constructor for class weblogic.db.jdbc.TableDataSet
Constructs a TableDataSet from the specified Schema and KeyDef.
TableDataSet(Connection, String) - Constructor for class weblogic.db.jdbc.TableDataSet
Constructs a TableDataSet from the specified table.
TableDataSet(Connection, String, KeyDef) - Constructor for class weblogic.db.jdbc.TableDataSet
Constructs a TableDataSet from the specified table, and sets its KeyDef, which is used to specify a unique key for updates and deletes.
TableDataSet(Connection, String, String) - Constructor for class weblogic.db.jdbc.TableDataSet
Constructs a TableDataSet from the specified table, limited to the specified set of attributes (columns).
TableDataSet(Connection, String, String, KeyDef) - Constructor for class weblogic.db.jdbc.TableDataSet
Constructs a TableDataSet from the specified table, limited to the specified set of attributes (columns).
TableElement - class weblogic.html.TableElement.
A TableElement is analogous to an HTML table.
TableElement() - Constructor for class weblogic.html.TableElement
Constructs a TableElement object.
TableElement(DataSet) - Constructor for class weblogic.html.TableElement
Constructs a TableElement object with a dbKona DataSet as its contents.
TableElement(DataSet, boolean) - Constructor for class weblogic.html.TableElement
Constructs a TableElement object with a dbKona DataSet as its contents.
TableElement(Dictionary) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a java.util.Dictionary as its contents, sorted by key, with the column headings "Key" and "Value."
TableElement(Dictionary, boolean) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a java.util.Dictionary as its contents, sorted by key.
TableElement(Dictionary, boolean, boolean) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a java.util.Dictionary as its contents.
TableElement(ParamSet) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement(ParamSet, boolean) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement(ParamSet, boolean, boolean) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement(ParamSet, boolean, boolean, String) - Constructor for class weblogic.html.TableElement
Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableHeadingElement - class weblogic.html.TableHeadingElement.
A TableHeadingElement object is used to set the heading for a column in a TableElement.
TableHeadingElement() - Constructor for class weblogic.html.TableHeadingElement
Constructs a TableHeadingElement object.
TableHeadingElement(HtmlElement) - Constructor for class weblogic.html.TableHeadingElement
Constructs a TableHeadingElement object with the specified HtmlElement.
TableHeadingElement(String) - Constructor for class weblogic.html.TableHeadingElement
Constructs a TableHeadingElement object with the specified String.
tableName() - Method in class weblogic.db.jdbc.TableDataSet
Returns the database table name with which a TableDataSet was created.
tableName() - Method in class weblogic.db.jdbc.Schema
 
tableQualifier(String) - Method in class weblogic.db.jdbc.TableDataSet
Sets additional SQL for the table name clause.
TableRowElement - class weblogic.html.TableRowElement.
A TableRowElement is used to build the rows of an htmlKona TableElement.
TableRowElement() - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement.
TableRowElement(HtmlElement) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with the specified HtmlElement.
TableRowElement(int) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with the specified number of columns.
TableRowElement(Record) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with the specified dbKona Record.
TableRowElement(Schema) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement based on the specified Schema.
TableRowElement(String) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with the specified String.
TableRowElement(String[]) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with one column for each element in the strs array.
TableRowElement(String[], int) - Constructor for class weblogic.html.TableRowElement
Constructs a TableRowElement with one column for the first count elements in the strs array.
tan - Static variable in interface weblogic.html.HtmlColor
 
TBodyElement - class weblogic.html.TBodyElement.
 
TBodyElement() - Constructor for class weblogic.html.TBodyElement
 
teal - Static variable in interface weblogic.html.HtmlColor
 
TeletypeElement - class weblogic.html.TeletypeElement.
A TeletypeElement is used to set the font attribute to a teletype or monospace, typewriter-like font.
TeletypeElement() - Constructor for class weblogic.html.TeletypeElement
Constructs a TeletypeElement.
TeletypeElement(HtmlElement) - Constructor for class weblogic.html.TeletypeElement
Constructs a TeletypeElement with the specified HtmlElement.
TeletypeElement(String) - Constructor for class weblogic.html.TeletypeElement
Constructs a TeletypeElement with the specified string.
Tengah - class weblogic.com.Tengah.
Deprecated. This class has been superceded by weblogic.com.Server and will be removed in a future release.
Tengah() - Constructor for class weblogic.com.Tengah
Deprecated.  
TengahContext - interface weblogic.jndi.TengahContext.
Deprecated. Replaced by WLContext
TengahEvent - class weblogic.com.TengahEvent.
Deprecated. This class has been superceded by weblogic.com.ServerEvent and will be removed in a future release.
tengahEventOccurred(TengahEvent) - Method in interface weblogic.com.TengahListener
Deprecated.  
tengahEventOccurred(TengahEvent) - Method in interface weblogic.com.ServerListener
 
TengahInitialContextFactory - class weblogic.jndi.TengahInitialContextFactory.
 
TengahInitialContextFactory() - Constructor for class weblogic.jndi.TengahInitialContextFactory
 
TengahListener - interface weblogic.com.TengahListener.
Deprecated. This interface has been superceded by weblogic.com.ServerListener and will be removed in a future release.
text - Static variable in class weblogic.html.FieldType
Input field is a text area.
TextAlignType - class weblogic.html.TextAlignType.
A TextAlignType object is used to set the alignment for text, that is, for the text contents of an HtmlElement.
TextAlignType(String) - Constructor for class weblogic.html.TextAlignType
Constructor.
TextAreaElement - class weblogic.html.TextAreaElement.
A TextAreaElement is used to capture user input in a text field on a form.
TextAreaElement() - Constructor for class weblogic.html.TextAreaElement
Constructs a TextAreaElement.
TextAreaElement(String) - Constructor for class weblogic.html.TextAreaElement
Constructs a TextAreaElement with the specified name and sets rows and columns to the default (10).
TextAreaElement(String, String) - Constructor for class weblogic.html.TextAreaElement
Constructs a TextAreaElement with the specified name and set to the specified content and sets rows and cols to the default (10).
textColor - Static variable in class weblogic.html.BodyElement
Constant for TEXT tag in BODY element.
textCss - Static variable in class weblogic.html.MimeType
Sets the type to "text/css".
TextFlowElement - class weblogic.html.TextFlowElement.
Use a TextFlowElement to supply alternate text for an AppletElement.
TextFlowElement(HtmlElement) - Constructor for class weblogic.html.TextFlowElement
Constructs a TextFlowElement with the specified HtmlElement.
TextFlowElement(String) - Constructor for class weblogic.html.TextFlowElement
Constructs a TextFlowElement with the specified string.
textHtml - Static variable in class weblogic.html.MimeType
Sets the type to "text/enriched".
textPlain - Static variable in class weblogic.html.MimeType
Sets the type to "text/plain".
textRichtext - Static variable in class weblogic.html.MimeType
Sets the type to "text/richtext".
texttop - Static variable in class weblogic.html.AlignType
Aligns element with the top of a line of text.
textVbscript - Static variable in class weblogic.html.MimeType
Sets the type to "text/vbscript".
TFootElement - class weblogic.html.TFootElement.
 
TFootElement() - Constructor for class weblogic.html.TFootElement
 
THeadElement - class weblogic.html.THeadElement.
 
THeadElement() - Constructor for class weblogic.html.THeadElement
 
theName - Static variable in class weblogic.security.acl.URLAcl
 
thistle - Static variable in interface weblogic.html.HtmlColor
 
time() - Method in interface weblogic.common.T3ServicesDef
Returns access to time services in WebLogic.
TIMEOUT - Static variable in class weblogic.common.SequenceEvent
No progress has been made after tmo seconds.
TimeRepeat - class weblogic.time.common.TimeRepeat.
A utility class for scheduling a repeating trigger.
TimeRepeat() - Constructor for class weblogic.time.common.TimeRepeat
Internal use only.
TimeRepeat(int) - Constructor for class weblogic.time.common.TimeRepeat
Constructs a TimeRepeat (a Schedulable object) that repeats regularly, for scheduling triggers.
TimeServicesDef - interface weblogic.time.common.TimeServicesDef.
Interface that defines a time service factory.
timeTraceEnable(PrintStream) - Method in class weblogic.common.T3Client
Enables time tracing to the specified print stream.
timeTraceEnabled() - Method in class weblogic.common.T3Client
Determines whether time tracing has been enabled.
TimeTriggerException - exception weblogic.time.common.TimeTriggerException.
Class for time-related exceptions.
TimeTriggerException(String) - Constructor for class weblogic.time.common.TimeTriggerException
Constructs a TimeTriggerException with the specified string.
TitleElement - class weblogic.html.TitleElement.
A TitleElement is used to add TITLE information to the head portion of an HtmlPage.
TitleElement() - Constructor for class weblogic.html.TitleElement
Constructs an empty TitleElement.
TitleElement(String) - Constructor for class weblogic.html.TitleElement
Constructs a TitleElement with the specified string.
toBeSavedWithDelete() - Method in class weblogic.db.jdbc.Record
Determines whether a Record will be saved with an SQL DELETE statement.
toBeSavedWithInsert() - Method in class weblogic.db.jdbc.Record
Determines whether a Record will be saved with an SQL INSERT statement.
toBeSavedWithUpdate() - Method in class weblogic.db.jdbc.Record
Determines whether a Record will be saved with an SQL UPDATE statement.
toBoolean() - Method in class weblogic.com.Variant
 
toByte() - Method in class weblogic.com.Variant
 
toByteArray() - Method in class weblogic.com.Variant
 
toCharArray() - Method in class weblogic.com.Variant
 
toCurrency() - Method in class weblogic.com.Variant
 
toDate() - Method in class weblogic.com.Variant
 
toDispatch() - Method in class weblogic.com.Variant
 
toDouble() - Method in class weblogic.com.Variant
 
toError() - Method in class weblogic.com.Variant
 
toFloat() - Method in class weblogic.com.Variant
 
toInt() - Method in class weblogic.com.Variant
 
tomato - Static variable in interface weblogic.html.HtmlColor
 
toObject() - Method in class weblogic.com.Variant
 
top - Static variable in class weblogic.html.WindowName
Causes the link to load at the top of the document in the same window.
top - Static variable in class weblogic.html.AlignType
Aligns element at the vertical top.
topic - Variable in class weblogic.beans.common.T3BeanMsg
 
TOPIC_NAME_PROP - Static variable in interface weblogic.jms.ConnectionConsumerManager
 
toSafeArray() - Method in class weblogic.com.Variant
 
toShort() - Method in class weblogic.com.Variant
 
toString() - Method in class weblogic.beans.common.T3BeanMsg
Display a pretty-print version of a T3BeanMsg.
toString() - Method in class weblogic.beans.reflector.Reference
Returns a string representation of a T3Bean Reference.
toString() - Method in class weblogic.com.Variant
 
toString() - Method in class weblogic.common.T3Exception
Prints the exception message and its nested exception message.
toString() - Method in class weblogic.common.T3ExecuteException
Displays a String representation of a T3ExecuteException.
toString() - Method in class weblogic.common.ParamSet
Returns a string representation of a ParamSet.
toString() - Method in class weblogic.common.T3Connection
Deprecated. Information is no longer very useful
toString() - Method in class weblogic.common.DisconnectEvent
 
toString() - Method in class weblogic.common.SequenceEvent
Displays a representation of a SequenceEvent.
toString() - Method in class weblogic.common.ParamValue
Returns a string representation of a ParamValue.
toString() - Method in class weblogic.common.T3Client
Returns a string representation of the T3Client, including the name of the host, the port to which it is connected, and its Workspace ID.
toString() - Method in class weblogic.db.jdbc.DataSet
Returns the string representation of all the Records of a DataSet.
toString() - Method in class weblogic.db.jdbc.Value
Returns a String representation of a Value object.
toString() - Method in class weblogic.db.jdbc.Record
Returns a string representation of a Record.
toString() - Method in class weblogic.db.jdbc.Schema
Displays the column attributes of a Schema in a newline-delimited list, with one attribute per line.
toString() - Method in class weblogic.db.jdbc.SelectStmt
Returns the complete SELECT statement for the SelectStmt object.
toString() - Method in class weblogic.html.HtmlElement
 
toString() - Method in class weblogic.html.HtmlPage
Returns a string representation of an HtmlPage.
toString() - Method in class weblogic.html.Cookie
Deprecated. Returns a String representation of a Cookie.
toString() - Method in interface weblogic.io.common.T3File
Returns a string representation of this object.
toString() - Method in class weblogic.net.http.MessageHeader
 
toString() - Method in class weblogic.net.http.HttpClient
 
toString() - Method in class weblogic.rmi.server.ObjID
 
toString() - Method in class weblogic.rmi.server.Operation
 
toString() - Method in class weblogic.security.JDK11Certificate
 
toString() - Method in class weblogic.security.X509
 
toString() - Method in class weblogic.security.X500Name
 
toString() - Method in class weblogic.security.acl.DefaultUserInfoImpl
 
toString() - Method in class weblogic.security.acl.User
 
toString() - Method in class weblogic.security.acl.AclImpl
Returns a string representation of the contents of an ACL.
toString() - Method in class weblogic.security.acl.AclEntryImpl
Returns a string representation of the contents of an AclEntry.
toString() - Method in class weblogic.security.acl.PermissionImpl
Prints a string representation of this permission.
toString() - Method in class weblogic.security.acl.DefaultGroupImpl
 
toString() - Method in class weblogic.security.acl.FlatGroup
 
toString() - Method in class weblogic.zac.ZACLog
Returns a descriptive string for a ZAC status.
toString(boolean) - Method in class weblogic.security.JDK11Certificate
Returns a string that represents the contents of the certificate.
toString(Cookie[]) - Static method in class weblogic.html.Cookie
Deprecated. Returns a String representation of any number of Cookies' ingredients.
toString(int) - Static method in class weblogic.common.ParamTypes
Returns the string representation of a ParamType constant.
toString(String) - Method in class weblogic.html.HtmlElement
Returns the string representation of an HtmlElement.
toStub(Remote) - Static method in class weblogic.rmi.server.RemoteObject
 
toVariantArray() - Method in class weblogic.com.Variant
 
TRANSACTED_PROP - Static variable in interface weblogic.jms.SessionPoolManager
 
Transaction - class bea.jolt.pool.Transaction.
This class is used to associate one or more BEA TUXEDO services into a single transaction.
TransactionException - exception bea.jolt.pool.TransactionException.
This exception is thrown when a transaction cannot be started, committed, or aborted.
TransactionException(int, String, Exception) - Constructor for class bea.jolt.pool.TransactionException
Creates a TransactionException object with a BEA TUXEDO error number.
TransactionException(String, Exception) - Constructor for class bea.jolt.pool.TransactionException
Creates a TransactionException object without a BEA TUXEDO error number.
TransportableObjectFactory - interface weblogic.jndi.TransportableObjectFactory.
Implement this interface to provide a factory for constructing transportable objects for Remote JNDI.
trap - Variable in class weblogic.common.ParamSet
 
Trigger - class weblogic.time.common.Trigger.
The Trigger class is a wrapper for user-defined classes that implement Triggerable or TriggerDef.
Trigger() - Constructor for class weblogic.time.common.Trigger
Constructs a default Trigger object.
trigger(Schedulable) - Method in class weblogic.common.Sequencer
Implements the Triggerable object so that it can be part of a trigger.
trigger(Schedulable) - Method in interface weblogic.time.common.Triggerable
Implement this method to do the work you want to schedule.
Trigger(String) - Constructor for class weblogic.time.common.Trigger
Constructs a Trigger with the fully qualified package name of a user-written class.
Trigger(String, ParamSet) - Constructor for class weblogic.time.common.Trigger
Constructs a Trigger with the fully qualified package name of a user-written class and set of parameters.
Trigger(Triggerable) - Constructor for class weblogic.time.common.Trigger
Constructs a Trigger with the specified Object and set of parameters.
Trigger(Triggerable, ParamSet) - Constructor for class weblogic.time.common.Trigger
Constructs a Trigger with the specified Object and set of parameters.
Triggerable - interface weblogic.time.common.Triggerable.
Interface for user-written triggers.
TriggerDef - interface weblogic.time.common.TriggerDef.
Exteneded interface for user-written triggers.
triggerInit(ParamSet) - Method in interface weblogic.time.common.TriggerDef
Passes a set of initialization parameters to the TriggerDef object.
TTLCache - class weblogic.security.acl.TTLCache.
Fixed-size pseudo-LRU cache with per-entry TTL attributes.
TTLCache(int, int, long) - Constructor for class weblogic.security.acl.TTLCache
Construct a new cache.
TTLCache(int, long) - Constructor for class weblogic.security.acl.TTLCache
Construct a new cache.
turquoise - Static variable in interface weblogic.html.HtmlColor
 
type() - Method in class weblogic.db.jdbc.Column
Returns the data type of the column as a String.
type() - Method in class weblogic.db.jdbc.Value
 
typeEnum() - Method in class weblogic.db.jdbc.Column
Returns the data type of a Column.
typeToString(int) - Static method in class weblogic.com.Variant
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Documentation is available at
http://www.weblogic.com/docs51