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

S

saddlebrown - Static variable in interface weblogic.html.HtmlColor
 
salmon - Static variable in interface weblogic.html.HtmlColor
 
SampleElement - class weblogic.html.SampleElement.
A SampleElement is used for sample output from programs, scripts, etc.
SampleElement() - Constructor for class weblogic.html.SampleElement
Constructs a SampleElement.
SampleElement(HtmlElement) - Constructor for class weblogic.html.SampleElement
Constructs a SampleElement with the specified HtmlElement.
SampleElement(String) - Constructor for class weblogic.html.SampleElement
Constructs a SampleElement with the specified string.
sandybrown - Static variable in interface weblogic.html.HtmlColor
 
save() - Method in class weblogic.db.jdbc.TableDataSet
Saves changes made in a TableDataSet to a database using the default Connection.
save() - Method in class weblogic.db.jdbc.Record
Saves a Record to the database using the default Connection.
save(boolean) - Method in class weblogic.db.jdbc.TableDataSet
Saves changes made in a TableDataSet to a database using the default Connection.
save(Connection) - Method in class weblogic.db.jdbc.Record
Saves a Record to the database using the specified Connection.
save(Connection, boolean) - Method in class weblogic.db.jdbc.TableDataSet
Saves changes made in a TableDataSet to a database using the specified Connection.
save(OutputStream) - Method in class weblogic.security.Certificate
Output the bytes needed for initialize(InputStream) to regenerate the certificate.
save(OutputStream) - Method in class weblogic.security.X509
 
save(String) - Method in interface weblogic.security.acl.BasicRealm
Saves the realm to some persistent state identified in the name.
save(String) - Method in class weblogic.security.acl.AbstractListableRealm
Saves the realm to some persistent state identified in the name.
save(String) - Method in class weblogic.security.acl.CachingRealm
Call through to the save methods in the delegate and backup realms.
saveWithoutStatusUpdate(Connection) - Method in class weblogic.db.jdbc.TableDataSet
 
saveWithoutStatusUpdate(Connection) - Method in class weblogic.db.jdbc.Record
Saves a Record to the database using the specified Connection but without updating the status.
SCALAR - Static variable in class weblogic.common.ParamTypes
Constant for a scalar.
scale() - Method in class weblogic.db.jdbc.Column
Returns the scale of a Column.
Schedulable - interface weblogic.time.common.Schedulable.
Interface for user-written schedulers.
schedule() - Method in interface weblogic.time.common.ScheduledTriggerDef
Begins (recurring) execution of the schedule()-trigger() cycle.
schedule(long) - Method in interface weblogic.time.common.Schedulable
Schedules an object for the specified time.
schedule(long) - Method in class weblogic.time.common.TimeRepeat
Sets the time of the first scheduled occurrence of a regularly repeating schedule.
ScheduleDef - interface weblogic.time.common.ScheduleDef.
Extended interface for user-written schedulers.
ScheduledTriggerDef - interface weblogic.time.common.ScheduledTriggerDef.
ScheduledTriggerDef objects are returned by the factory method TimeServicesDef.getScheduledTrigger(), and represent a scheduler-trigger pair.
scheduleInit(ParamSet) - Method in interface weblogic.time.common.ScheduleDef
Passes a set of initialization parameters to the ScheduleDef object.
Scheduler - class weblogic.time.common.Scheduler.
The Scheduler provides a wrapper for user-defined classes that implement Schedulable or ScheduleDef.
Scheduler() - Constructor for class weblogic.time.common.Scheduler
Internal use only.
Scheduler(Schedulable) - Constructor for class weblogic.time.common.Scheduler
Constructs an Scheduler object with the specified Object and set of parameters.
Scheduler(Schedulable, ParamSet) - Constructor for class weblogic.time.common.Scheduler
Constructs an Scheduler object with the specified Object and set of parameters.
Scheduler(String) - Constructor for class weblogic.time.common.Scheduler
Constructs an Scheduler object with the specified user-written fully-qualified class name.
Scheduler(String, ParamSet) - Constructor for class weblogic.time.common.Scheduler
Constructs an Scheduler object with the specified user-written fully-qualified class name and set of parameters.
Schema - class weblogic.db.jdbc.Schema.
A Schema contains metadata about the attributes associated with a DataSet.
schema() - Method in class weblogic.db.jdbc.DataSet
Returns the Schema object of a DataSet.
schema() - Method in class weblogic.db.jdbc.TableDataSet
Returns the Schema of a TableDataSet.
schema() - Method in class weblogic.db.jdbc.Record
Returns the Schema associated with a Record.
Schema() - Constructor for class weblogic.db.jdbc.Schema
Private - used for serialization
schema(Connection, String) - Static method in class weblogic.db.jdbc.Schema
Returns the Schema for the specified database table.
schema(Connection, String, String) - Static method in class weblogic.db.jdbc.Schema
Returns the Schema for the specified database table and fields.
schemeType - Static variable in class weblogic.html.MetaElement
Constant for "metatype" argument in this class.
SCOPE_CLIENT - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.SCOPE_CLIENT
SCOPE_CLIENT - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant that indicates the scope for a client workspace.
SCOPE_CLUSTER - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.SCOPE_CLUSTER
SCOPE_CLUSTER - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant that indicates the scope of a cluster workspace.
SCOPE_GROUP - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.SCOPE_GROUP
SCOPE_GROUP - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant that indicates the scope for a group workspace.
SCOPE_NAMED - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated.  
SCOPE_SERVER - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.SCOPE_SERVER
SCOPE_SERVER - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant that indicates the scope for a server workspace.
SCOPE_SYSTEM - Static variable in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.SCOPE_SERVER
screen - Static variable in class weblogic.html.MediaType
Sets the type to "screen."
ScriptElement - class weblogic.html.ScriptElement.
Use a ScriptElement to add a JavaScript script to an HtmlPage.
ScriptElement() - Constructor for class weblogic.html.ScriptElement
Constructs a ScriptElement without a script.
ScriptElement(String) - Constructor for class weblogic.html.ScriptElement
Constructs a ScriptElement with the specified String.
ScrollType - class weblogic.html.ScrollType.
A ScrollType object is used to describe if an htmlKona FrameElement should have scrollbars.
ScrollType(String) - Constructor for class weblogic.html.ScrollType
Constructs a ScrollType object with the specified String ( yes, no, auto).
seagreen - Static variable in interface weblogic.html.HtmlColor
 
searchable() - Method in class weblogic.db.jdbc.Column
Determines whether a Column is searchable.
seashell - Static variable in interface weblogic.html.HtmlColor
 
SEC - Static variable in class weblogic.event.evaluators.EvaluateTime
Constant for expressing time.
Security - class weblogic.security.acl.Security.
The Security class groups static functions for accessing the default realm and authentication contexts for threads.
Security() - Constructor for class weblogic.security.acl.Security
 
security(String) - Method in interface weblogic.common.LogServicesDef
Deprecated. Only the security service should log security messages.
SelectElement - class weblogic.html.SelectElement.
A SelectElement object is analogous to an HTML select set used in a form for capturing user choices from a multi-item dropdown-type combo box.
SelectElement(String) - Constructor for class weblogic.html.SelectElement
Constructs a SelectElement by the specified name.
SelectElement(String, DataSet) - Constructor for class weblogic.html.SelectElement
Constructs a SelectElement by the specified name and populates it with data from a weblogic.db.jdbc.dbKona DataSet.
selectElementByText(String) - Method in class weblogic.html.SelectElement
Selects the specified text in a SelectElement.
selectElementByValue(String) - Method in class weblogic.html.SelectElement
Selects the specified value in a SelectElement.
SELECTOR_PROP - Static variable in interface weblogic.jms.ConnectionConsumerManager
 
SelectStmt - class weblogic.db.jdbc.SelectStmt.
SelectStmt objects are used to help build vendor-neutral Select statements with query-by-example (QBE) support.
selectStmt() - Method in class weblogic.db.jdbc.TableDataSet
Returns the SelectStmt object associated with a TableDataSet.
SelectStmt(int) - Constructor for class weblogic.db.jdbc.SelectStmt
SelectStmt constructor.
self - Static variable in class weblogic.html.WindowName
Causes the link to always be loaded in the same window as the originating link.
sendEvent(T3BeanMsg) - Method in interface weblogic.beans.common.T3BeanTransportDef
Sends an event representing a JavaBean event.
sendMethodInvokeEvent(T3BeanMsg) - Method in interface weblogic.beans.common.T3BeanTransportDef
Sends an event regarding a method invocation and returns an invocation ID that can be used to get the result.
sendMethodResultEvent(T3BeanMsg) - Method in interface weblogic.beans.common.T3BeanTransportDef
Sends an event representing the result of an invocation.
sendOneWay(String, Object) - Method in class weblogic.common.T3Client
 
sendParameterEvent(T3BeanMsg) - Method in interface weblogic.beans.common.T3BeanTransportDef
Sends an event representing a parameter change.
sendRecv(String, Object) - Method in class weblogic.common.T3Client
 
sendRecvAsync(String, Object) - Method in class weblogic.common.T3Client
Replaces sendRecv and sendLazy/recv, because it is non-blocking.
sendResponse(HttpServletRequest, HttpServletResponse, Hashtable) - Method in class weblogic.html.FormServlet
Deprecated. Sends an HTTP response for a FormServlet that includes the user's input in a hashtable.
sendResponse(HttpServletResponse, Hashtable) - Method in class weblogic.html.FormServlet
Deprecated.  
separator() - Method in interface weblogic.io.common.T3FileSystem
Returns the file system-dependent file separator string, which separates the directory and file components in a filename.
SEPERATOR_CHAR - Static variable in class weblogic.security.acl.URLAcl
 
Sequence - class weblogic.db.jdbc.oracle.Sequence.
A Sequence object is a wrapper for Oracle sequences.
Sequence(Connection, String) - Constructor for class weblogic.db.jdbc.oracle.Sequence
Constructs a Sequence with the specified JDBC Connection.
sequenceAction(SequenceEvent) - Method in interface weblogic.common.SequenceListener
Describes how a Sequence failure should be handled.
Sequenced - interface weblogic.common.Sequenced.
An object that is to be added to a Sequencer must implement the Sequenced interface.
SequenceEvent - class weblogic.common.SequenceEvent.
Is an indication of operations that take place as an out-of-order stream of objects is reordered in a sequence using the "push" flow model (Lea 1997, p.
SequenceEvent(Object, int) - Constructor for class weblogic.common.SequenceEvent
 
SequenceEvent(Object, int, Sequenced) - Constructor for class weblogic.common.SequenceEvent
 
SequenceListener - interface weblogic.common.SequenceListener.
An object that acts as a listener for Sequence failures must extend the SequenceListener interface.
Sequencer - class weblogic.common.Sequencer.
This class takes an out-of-order stream of objects and reorders them using a "push" flow model.
Sequencer() - Constructor for class weblogic.common.Sequencer
Default constructor.
Sequencer(int, int, int) - Constructor for class weblogic.common.Sequencer
Constructs a Sequencer with the specified window size, initial sequence number, and backflow threshold.
server - Variable in class weblogic.html.WebPage
 
Server - class weblogic.com.Server.
 
SERVER_SESSION_POOL_NAME_PROP - Static variable in interface weblogic.jms.ConnectionConsumerManager
 
server() - Method in class weblogic.html.WebPage
Gets the server information for a WebPage.
Server() - Constructor for class weblogic.com.Server
 
server(String) - Method in class weblogic.html.WebPage
Sets the server information for a WebPage to the specified string.
ServerCloneException - exception weblogic.rmi.server.ServerCloneException.
This class is provided strictly for compatibility with java.rmi.*
ServerCloneException() - Constructor for class weblogic.rmi.server.ServerCloneException
 
ServerCloneException(String) - Constructor for class weblogic.rmi.server.ServerCloneException
 
ServerCloneException(String, Exception) - Constructor for class weblogic.rmi.server.ServerCloneException
 
ServerError - exception weblogic.rmi.ServerError.
This exception is provided for compatibility with java.rmi.*
ServerError(String, Throwable) - Constructor for class weblogic.rmi.ServerError
Constructs a ServerError with the specified string and error.
ServerEvent - class weblogic.com.ServerEvent.
Instances of this class are instantiated in VB apps.
ServerException - exception weblogic.rmi.ServerException.
This exception is provided for compatibility with java.rmi.*
ServerException() - Constructor for class weblogic.rmi.ServerException
 
ServerException(String) - Constructor for class weblogic.rmi.ServerException
Constructs a ServerException with the specified string.
ServerException(String, Throwable) - Constructor for class weblogic.rmi.ServerException
Constructs a ServerException with the specified string and nested exception
serverInput - Variable in class weblogic.net.http.HttpClient
 
ServerListener - interface weblogic.com.ServerListener.
Instances of this class are instantiated in VB apps.
ServerNotActiveException - exception weblogic.rmi.server.ServerNotActiveException.
This class is provided strictly for compatibility with java.rmi.*
ServerNotActiveException() - Constructor for class weblogic.rmi.server.ServerNotActiveException
 
ServerNotActiveException(String) - Constructor for class weblogic.rmi.server.ServerNotActiveException
 
serverOutput - Variable in class weblogic.net.http.HttpClient
 
ServerRef - interface weblogic.rmi.server.ServerRef.
This interface is provided strictly for compatibility with java.rmi.*
ServerRuntimeException - exception weblogic.rmi.ServerRuntimeException.
This exception is provided for compatibility with java.rmi.*
ServerRuntimeException() - Constructor for class weblogic.rmi.ServerRuntimeException
 
ServerRuntimeException(String, Throwable) - Constructor for class weblogic.rmi.ServerRuntimeException
Constructs a ServerRuntimeException with the specified string and nested exception.
ServerSessionPoolFactory - interface weblogic.jms.ServerSessionPoolFactory.
Factory interface for creating Server Session Pools.
serverSocket - Variable in class weblogic.net.http.HttpClient
 
service(HttpServletRequest, HttpServletResponse) - Method in class weblogic.html.FormServlet
Deprecated. Handles the HTTP request and response for a FormServlet.
ServiceException - exception bea.jolt.pool.ServiceException.
This exception is thrown when an error occurs in the execution of a BEA TUXEDO service.
ServiceException(int, Object, String, int, String) - Constructor for class bea.jolt.pool.ServiceException
Creates a ServiceException object with an error number, a diagnostic message, a detail error number, a detailed diagnostic message and an object that threw the exception.
ServiceException(String, Exception) - Constructor for class bea.jolt.pool.ServiceException
Creates a ServiceException object
services - Variable in class weblogic.common.T3Client
Defines the WebLogic services that a T3Client can access.
ServletDataSet - class bea.jolt.pool.servlet.ServletDataSet.
This class contains data elements that represent the input and output parameters of a BEA TUXEDO service.
ServletDataSet() - Constructor for class bea.jolt.pool.servlet.ServletDataSet
Constructs a default ServletDataSet object.
ServletDataSet(int) - Constructor for class bea.jolt.pool.servlet.ServletDataSet
Constructs a ServletDataSet with a specified initial capacity.
ServletDataSet(int, boolean) - Constructor for class bea.jolt.pool.servlet.ServletDataSet
Creates the object to store the data set.
ServletPage - class weblogic.html.ServletPage.
ServletPage objects are used with Java-enabled HTTP servers that support Java as a server scripting language, e.g., Netscape's Enterprise Server.
ServletPage() - Constructor for class weblogic.html.ServletPage
Constructs a ServletPage object.
ServletPage(Codeset) - Constructor for class weblogic.html.ServletPage
Constructs a ServletPage with the specified codeset.
ServletPage(String) - Constructor for class weblogic.html.ServletPage
Constructs a ServletPage with the specified title.
ServletResult - class bea.jolt.pool.servlet.ServletResult.
This class provides methods to retrieve each field in a ServletResult object as a String.
ServletSessionPool - class bea.jolt.pool.servlet.ServletSessionPool.
This class provides a session pool for use in a Java servlet.
ServletSessionPoolManager - class bea.jolt.pool.servlet.ServletSessionPoolManager.
This class is a servlet-specific session pool manager.
ServletSessionPoolManager() - Constructor for class bea.jolt.pool.servlet.ServletSessionPoolManager
 
SessionPool - class bea.jolt.pool.SessionPool.
This class represents a session pool that contains one or more connections (sessions) to a BEA TUXEDO system.
SessionPool(String[], String[], int, int, UserInfo, boolean) - Constructor for class bea.jolt.pool.SessionPool
Creates a session pool with multiple connections to the BEA Jolt servers.
SessionPoolException - exception bea.jolt.pool.SessionPoolException.
This exception is thrown when there is an error in the session pool.
SessionPoolException(int, int, Object, String) - Constructor for class bea.jolt.pool.SessionPoolException
Creates a SessionPoolException object with an error number, a diagnostic message, a nested exception and the object that threw the exception.
SessionPoolException(String, Exception) - Constructor for class bea.jolt.pool.SessionPoolException
Creates a SessionPoolException object.
SessionPoolManager - class bea.jolt.pool.SessionPoolManager.
This class manages a collection of one or more session pools.
SessionPoolManager - interface weblogic.jms.SessionPoolManager.
 
SessionPoolManager() - Constructor for class bea.jolt.pool.SessionPoolManager
Creates a default SessionPoolManager object with an initial capacity of 10.
set(boolean) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a boolean.
set(boolean, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified boolean.
set(byte) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a byte.
set(char) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a char.
set(char, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified char.
set(Date) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a Date.
set(Date, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified date.
set(double) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a double.
set(double, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified double.
set(float) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a float.
set(float, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified float.
set(int) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to an int.
set(int, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified int.
set(int, String, String) - Method in class weblogic.net.http.MessageHeader
 
set(long) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a long.
set(long, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified long.
set(Object) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to an Object.
set(Object, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified Object.
set(ParamValue) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a ParamValue.
set(ParamValue, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified ParamValue.
set(short) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a short.
set(short, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified integer.
set(String) - Method in class weblogic.common.ParamValue
Sets the value of a ParamValue to a String.
set(String, int) - Method in class weblogic.common.ParamValue
Sets the value at the specified index into a Vector of ParamValues to the specified string.
set(String, String) - Method in class weblogic.net.http.MessageHeader
 
Setable - interface weblogic.common.Setable.
Implement this interface to make WebLogic Workspace objects setable.
setAccept(String) - Method in class weblogic.html.InputElement
Sets the ACCEPT attribute for FieldType.filetype InputElement.
setAction(String) - Method in class weblogic.html.FormElement
Sets the form action, which specifies the location to which the contents of the form is to be submitted for a response.
setAlign(AlignType) - Method in class weblogic.html.TableDataElement
Sets the alignment of a TableDataElement.
setAlign(AlignType) - Method in class weblogic.html.TableCaptionElement
Sets the alignment for a TableCaptionElement to the specified AlignType.
setAlign(AlignType) - Method in class weblogic.html.ColGroupElement
Sets the alignment.
setAlign(AlignType) - Method in class weblogic.html.TableRowElement
Sets the horizontal alignment (ALIGN) of a TableRowElement.
setAlign(AlignType) - Method in class weblogic.html.TBodyElement
Sets the ALIGN attribute for a TBodyElement.
setAlign(AlignType) - Method in class weblogic.html.LegendElement
Sets the alignment of a LegendElement relative to its FieldsetElement.
setAlign(AlignType) - Method in class weblogic.html.AppletElement
Deprecated. Sets the alignment for an AppletElement.
setAlign(AlignType) - Method in class weblogic.html.THeadElement
Sets the ALIGN attribute for a THeadElement.
setAlign(AlignType) - Method in class weblogic.html.InputElement
Sets the alignment of an InputElement.
setAlign(AlignType) - Method in class weblogic.html.ImageElement
Sets the ALIGN attribute for an ImageElement.
setAlign(AlignType) - Method in class weblogic.html.TableElement
Sets the alignment for the table on the page.
setAlign(AlignType) - Method in class weblogic.html.TFootElement
Sets the ALIGN attribute for a TFootElement.
setAlign(AlignType) - Method in class weblogic.html.SpacerElement
Sets the ALIGN attribute of a SpacerElement.
setAlign(AlignType) - Method in class weblogic.html.HorizontalRuleElement
Sets the ALIGN attribute for a HorizontalRuleElement.
setAlign(String) - Method in class weblogic.html.HeadingElement
Sets the ALIGN attribute for a HeadingElement.
setAlign(TextAlignType) - Method in class weblogic.html.DivElement
Sets the alignment of a DivElement.
setAlign(TextAlignType) - Method in class weblogic.html.HeadingElement
Sets the ALIGN attribute for a HeadingElement.
setAlign(TextAlignType) - Method in class weblogic.html.ParagraphElement
Sets the alignment of a paragraph.
setALinkColor(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setAllowRemoteReferences(boolean) - Method in class weblogic.beans.reflector.Reflector
Sets a Reflector to allow remote references as specified.
setAlt(String) - Method in class weblogic.html.AppletElement
Deprecated. Sets alternate text for an AppletElement.
setAlt(String) - Method in class weblogic.html.ImageElement
Sets the ALT attribute for an ImageElement.
setAlt(String) - Method in class weblogic.html.AreaElement
Sets alternate text for the URL if the image map cannot be displayed.
setAnchorMode(int) - Static method in class weblogic.html.HtmlElement
 
setAppPassword(String) - Method in class bea.jolt.pool.UserInfo
This method is part of the session pool administrative API.
setArchive(String) - Method in class weblogic.html.AppletElement
Deprecated. Sets the ARCHIVE attribute for an AppletElement.
setAttribute(String, Color) - Method in class weblogic.html.BodyElement
Sets an attribute and its value as a java.awt.Color object, for those attributes that set colors.
setAttribute(String, String) - Method in class weblogic.html.LinkHeadElement
Sets the tag and attribute for a LinkHeadElement.
setAttribute(String, String) - Method in class weblogic.html.BodyElement
Sets an attribute and its value of a BodyElement.
setAuthor(HtmlElement) - Method in class weblogic.html.AddressElement
Sets the author information for an AddressElement.
setAuthor(String) - Method in class weblogic.html.AddressElement
Sets the author information for an AddressElement.
setAuthor(String) - Method in class weblogic.html.MetaElement
Sets a META tag to report authorship of the document.
setAutostart(boolean) - Method in class weblogic.html.EmbedElement
Sets the AUTOSTART attribute for an EmbedElement.
setBackground(String) - Method in class weblogic.html.TableDataElement
Sets a background image for a table data cell.
setBackground(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setBackground(String) - Method in class weblogic.html.TableElement
Sets a background image for a table.
setBackgroundColor(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setBgColor(Color) - Method in class weblogic.html.TableDataElement
Sets the background color to the specified java.awt.Color object.
setBgColor(Color) - Method in class weblogic.html.TableRowElement
Sets the background color attribute for a TableRowElement.
setBgColor(Color) - Method in class weblogic.html.TableElement
Sets the BGCOLOR attribute.
setBgColor(String) - Method in class weblogic.html.TableDataElement
Sets the background color for a table data cell.
setBgColor(String) - Method in class weblogic.html.TableRowElement
Sets the background color attribute for a TableRowElement.
setBgColor(String) - Method in class weblogic.html.TableElement
Sets the BGCOLOR attribute.
setBoolean(String, boolean) - Method in class weblogic.jndi.Environment
Sets the value of the specified property as a boolean.
setBooleanAttribute(String) - Method in class weblogic.html.ElementWithAttributes
 
setBooleanAttribute(String, boolean) - Method in class weblogic.html.ElementWithAttributes
 
setBorder(int) - Method in class weblogic.html.FrameSetElement
Sets the BORDER attribute for a FrameSetElement.
setBorder(int) - Method in class weblogic.html.InputElement
Sets the BORDER attribute of an InputElement.
setBorder(int) - Method in class weblogic.html.ImageElement
Sets the BORDER attribute for an ImageElement.
setBorder(int) - Method in class weblogic.html.TableElement
Sets the border width to the specified number of pixels.
setBorderColor(Color) - Method in class weblogic.html.FrameElement
Sets the BORDERCOLOR attribute for a FrameElement.
setBorderColor(Color) - Method in class weblogic.html.FrameSetElement
Sets the BORDERCOLOR attribute for a FrameSetElement.
setBorderColor(String) - Method in class weblogic.html.FrameElement
Sets the BORDERCOLOR attribute for a FrameElement.
setBorderColor(String) - Method in class weblogic.html.FrameSetElement
Sets the BORDERCOLOR attribute for a FrameSetElement.
setBorderstyle(BorderstyleType) - Method in class weblogic.html.TableElement
Sets the borderstyle attribute (extension supported by some browsers).
setCacheTTL(long) - Static method in class weblogic.security.acl.FlatGroup
Set this group's membership cache TTL.
setCaption(HtmlElement) - Method in class weblogic.html.TableElement
Sets the caption to the specified HtmlElement.
setCaption(String) - Method in class weblogic.html.TableElement
Sets the caption to the specified String.
setCaption(TableCaptionElement) - Method in class weblogic.html.TableElement
Sets the caption to the specified TableCaptionElement.
setCellAt(int, int, HtmlElement) - Method in class weblogic.html.TableElement
Sets the cell at the specified row and column to the specified HtmlElement value.
setCellAt(int, int, String) - Method in class weblogic.html.TableElement
Sets the cell at the specified row and column to the specified String value.
setCellPadding(int) - Method in class weblogic.html.TableElement
Sets the cellpadding to the specified number of pixels.
setCellSpacing(int) - Method in class weblogic.html.TableElement
Sets the cellspacing to the specified number of pixels.
setCentered() - Method in class weblogic.html.DivElement
Sets a DivElement to centered alignment.
setCharAlign(String) - Method in class weblogic.html.ColGroupElement
Sets the ALIGN attribute for a ColGroupElement to "char", and sets the character for alignment as specified.
setCharAlign(String) - Method in class weblogic.html.TBodyElement
Sets the ALIGN attribute for a ColGroupElement to "char", and sets the character for alignment as specified.
setCharAlign(String) - Method in class weblogic.html.THeadElement
Sets the ALIGN attribute for a ColGroupElement to "char", and sets the character for alignment as specified.
setCharAlign(String) - Method in class weblogic.html.TFootElement
Sets the ALIGN attribute for a TFootElement to "char", and sets the character for alignment as specified.
setCharOffset(int) - Method in class weblogic.html.ColGroupElement
Sets the offset of an alignment character.
setCharOffset(int) - Method in class weblogic.html.TBodyElement
Sets the offset of an alignment character.
setCharOffset(int) - Method in class weblogic.html.THeadElement
Sets the offset of an alignment character.
setCharOffset(int) - Method in class weblogic.html.TFootElement
Sets the offset of an alignment character.
setCharOffset(String, int) - Method in class weblogic.html.ColGroupElement
Sets the offset of the specified alignment character on each line.
setCharOffset(String, int) - Method in class weblogic.html.TBodyElement
Sets the offset of the specified alignment character on each line.
setCharOffset(String, int) - Method in class weblogic.html.THeadElement
Sets the offset of the specified alignment character on each line.
setCharOffset(String, int) - Method in class weblogic.html.TFootElement
Sets the offset of the specified alignment character on each line.
setChecked(boolean) - Method in class weblogic.html.InputElement
Sets the CHECKED attribute of an InputElement.
setCitation(String) - Method in class weblogic.html.QElement
Sets the citation for a QElement.
setClass(String) - Method in class weblogic.html.ElementWithAttributes
Sets the CLASS attribute for style sheet.
setClassid(String) - Method in class weblogic.html.ObjectElement
Sets the CLASSID, or the URL for the rendering mechanism.
setClear(ClearType) - Method in class weblogic.html.BreakElement
Sets the CLEAR attribute for a BreakElement.
setClear(ClearType) - Method in class weblogic.html.DivElement
Sets the clear attribute for a DivElement.
setClear(String) - Method in class weblogic.html.DivElement
Sets the clear attribute for a DivElement.
setClientPull(String, int) - Method in class weblogic.html.WebPage
Superceded in 2.1 by MetaElement(refreshrate, url).
setClientPull(String, String) - Method in class weblogic.html.WebPage
Sets the HTTP-EQUIV refresh rate to the specified interval and references the specified url.
setCode(String) - Method in class weblogic.html.AppletElement
Deprecated. Sets the name of the class file for an AppletElement.
setCodebase(String) - Method in class weblogic.html.ObjectElement
Sets the CODEBASE, which specifies the base path used to resolve relative URLs described by the CLASSID attribute.
setCodeBase(String) - Method in class weblogic.html.AppletElement
Deprecated. Sets the CODEBASE for an AppletElement.
setCodeset(String) - Method in class weblogic.html.Codeset
Sets the language set for a Codeset.
setCodeset(String) - Method in class weblogic.html.HtmlElement
Sets the codeset that data is written in
setCodeset(String) - Method in class weblogic.html.WebPage
Sets the codeset that data is written in
setCodetype(MimeType) - Method in class weblogic.html.ObjectElement
Sets the CODETYPE to a MimeType, which specifies the Internet Media Type of the data that should be expected by the rendering mechanism specified by the CLASSID attribute.
setCols(int) - Method in class weblogic.html.TextAreaElement
Sets the number of columns of a TextAreaElement.
setCols(int) - Method in class weblogic.html.MultiColElement
Sets the number of columns in a MultiColElement.
setCols(String) - Method in class weblogic.html.FrameSetElement
Sets the COLS attribute for a FrameSetElement.
setColSpan(int) - Method in class weblogic.html.TableDataElement
Sets the number of columns spanned by a TableDataElement.
setCompact() - Method in class weblogic.html.ListElement
Sets the COMPACT attribute for a ListElement, including OrderedList, UnorderedList, DirList, and MenuList.
setCompact(boolean) - Method in class weblogic.html.DefinitionList
Sets the COMPACT attribute for the list.
setContent(Date) - Method in class weblogic.html.MetaElement
Internal use only.
setContent(ObjectElement) - Method in class weblogic.html.ObjectElement
Sets the contents of an ObjectElement to another ObjectElement.
setContent(String) - Method in class weblogic.html.MetaElement
Internal use only.
setContent(String) - Method in class weblogic.html.TextAreaElement
Sets the contents of a TextAreaElement.
setContent(String) - Method in class weblogic.html.ObjectElement
Sets the contents of an ObjectElement to a string.
setContents(HtmlElement) - Method in class weblogic.html.StyleElement
Sets the contents of a StyleElement.
setContents(HtmlElement) - Method in class weblogic.html.ButtonElement
Sets the contents of a ButtonElement.
setContents(HtmlElement) - Method in class weblogic.html.MultiColElement
Sets the contents of a MultiColElement.
setContents(String) - Method in class weblogic.html.MarkupElement
 
setContents(String) - Method in class weblogic.html.QElement
Sets the contents of a QElement.
setContents(String) - Method in class weblogic.html.StyleElement
Sets the contents of a StyleElement.
setContents(String) - Method in class weblogic.html.StringElement
Sets the contents of a StringElement to the specified value.
setContentsWithFile(String) - Method in class weblogic.html.StringElement
Sets the contents of a StringElement to the contents of the specified filename.
setCoordinates(int[]) - Method in class weblogic.html.AreaElement
Sets the coordinates for an AreaElement to an array of ints.
setCoordinates(String) - Method in class weblogic.html.AreaElement
Sets the coordinates for an AreaElement.
setCountryName(String) - Method in class weblogic.security.X500Name
 
setCreateIntermediateContexts(boolean) - Method in class weblogic.jndi.Environment
Set the WLContext.CREATE_INTERMEDIATE_CONTEXTS property to the String equivalent of the boolean argument flag.
setCredential(Object) - Method in class weblogic.security.acl.DefaultUserInfoImpl
 
setDaemon(boolean) - Method in interface weblogic.time.common.ScheduledTriggerDef
If set to true, the trigger will continue executing after the client has disconnected.
setData(String) - Method in class weblogic.html.ObjectElement
Sets the DATA attribute, which specifies the source of the object itself.
setDebug(boolean) - Method in class weblogic.security.acl.CachingRealm
 
setDebug(boolean) - Method in interface weblogic.security.acl.DebuggableRealm
 
setDebugLog(LogOutputStream) - Method in class weblogic.security.acl.TTLCache
 
setDeclare(boolean) - Method in class weblogic.html.ObjectElement
Sets the DECLARE attribute.
setDef(HtmlElement) - Method in class weblogic.html.DefinitionItem
Sets the definition of a DefinitionItem.
setDefaultBufferSize(int) - Static method in class weblogic.html.HtmlPage
Deprecated.  
setDefaultStream(PrintStream) - Static method in class weblogic.rmi.server.LogStream
 
setDelegateEnvironment(Hashtable) - Method in class weblogic.jndi.Environment
Sets the WLContext.DELEGATE_ENVIRONMENT property to the value of the argument delegateEnv.
setDelegator(Object) - Method in class weblogic.security.acl.AbstractListableRealm
Set the object that is delegating to this object.
setDelegator(Object) - Method in interface weblogic.security.acl.DelegatedRealm
Set the object that is delegating to this object.
setDescription(String) - Method in class weblogic.html.MetaElement
Sets a META tag to report a description of the document.
setDirection(String) - Method in class weblogic.html.ElementWithAttributes
Sets the text direction for an ElementWithAttributes.
setDisabled(boolean) - Method in class weblogic.html.TextAreaElement
Disables the text area.
setDisabled(boolean) - Method in class weblogic.html.ButtonElement
Disables the button.
setDomain(String) - Method in class weblogic.html.Cookie
Deprecated. Sets the domain of a Cookie.
setDoUpdate(boolean) - Method in class weblogic.zac.ZAC
Sets whether the ZAC package does automatic updating.
setElement(HtmlElement) - Method in class weblogic.html.SinglePartElement
Returns the specified HtmlElement as an HtmlElement.
setElement(String) - Method in class weblogic.html.SinglePartElement
Returns the specified String as an HtmlElement.
setElementAt(Object, int) - Method in class weblogic.common.ParamValue
Sets the element at the specified index into Vector of ParamValues to the specified value.
setElementAttribute(String, boolean) - Method in class weblogic.html.ElementWithAttributes
 
setElementAttribute(String, float) - Method in class weblogic.html.ElementWithAttributes
 
setElementAttribute(String, HtmlElement) - Method in class weblogic.html.ElementWithAttributes
 
setElementAttribute(String, int) - Method in class weblogic.html.ElementWithAttributes
 
setElementAttribute(String, String) - Method in class weblogic.html.ElementWithAttributes
 
setEmail(String) - Method in class weblogic.security.X500Name
 
setEncType(String) - Method in class weblogic.html.FormElement
Sets the encoding attribute, which specifies the MIME content type to be used to encode the contents of the form.
setEventfulObject(ActionDef) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Sets the action object that is invoked when one of the EventfulRecords in an EventfulTableDataSet is changed.
setExpDate(Date) - Method in class weblogic.html.MetaElement
Sets the expiration date for a document.
setExpires(long) - Method in class weblogic.html.Cookie
Deprecated. Sets the expiration of a Cookie.
setFailureHandler(RMIFailureHandler) - Static method in class weblogic.rmi.server.RMISocketFactory
 
setFileName(String) - Method in class weblogic.html.FileElement
Sets the filename of a FileElement.
setFilter(ConnectionFilter) - Static method in class weblogic.security.net.ConnectionFilterImpl
Set the connection filter to the given instance.
setFontColor(Color) - Method in class weblogic.html.FontElement
Deprecated. Sets the font color to a java.awt.Color object.
setFontColor(String) - Method in class weblogic.html.FontElement
Deprecated. Sets the font color to its hexidecimal RGB value (for example, #FFFFFF) or to the name of a color.
setFontFace(String) - Method in class weblogic.html.FontElement
Deprecated. Sets the FACE attribute for a FontElement.
setFontSize(int) - Method in class weblogic.html.FontElement
Deprecated. Sets the font size.
setFontSize(String) - Method in class weblogic.html.FontElement
Deprecated. Sets the font size to a string value.
setFrameBorder(boolean) - Method in class weblogic.html.FrameElement
Sets the FRAMEBORDER attribute for a FrameElement.
setFrameBorder(boolean) - Method in class weblogic.html.FrameSetElement
Sets the FRAMEBORDER attribute for a FrameSetElement.
setFrameSetElement(FrameSetElement) - Method in class weblogic.html.HtmlPage
Adds a FrameSetElement to an HtmlPage.
setFramework(FrameType, RulesType) - Method in class weblogic.html.TableElement
Sets the FRAME and RULES attributes.
setGutter(int) - Method in class weblogic.html.MultiColElement
Sets the gutter space (in pixels) between columns in a MultiColElement.
setHardDisconnectTimeoutMins(int) - Method in class weblogic.common.T3Client
Sets the value for a T3Client's hard disconnect timeout in minutes.
setHeight(int) - Method in class weblogic.html.TableDataElement
Sets the height of a TableDataElement in pixels.
setHeight(int) - Method in class weblogic.html.AppletElement
Deprecated. Sets the height of an AppletElement.
setHeight(int) - Method in class weblogic.html.InputElement
Sets the HEIGHT attribute of an InputElement.
setHeight(int) - Method in class weblogic.html.EmbedElement
Sets the HEIGHT attribute for an EmbedElement.
setHeight(int) - Method in class weblogic.html.ImageElement
Sets the HEIGHT attribute for an ImageElement.
setHeight(int) - Method in class weblogic.html.SpacerElement
Sets the HEIGHT attribute of a SpacerElement.
setHidden(boolean) - Method in class weblogic.html.EmbedElement
Sets the HIDDEN attribute for an EmbedElement.
setHref() - Method in class weblogic.html.AreaElement
Sets the HREF attribute for an AreaElement.
setHref(HtmlElement) - Method in class weblogic.html.AnchorElement
Sets the HREF attribute for an AnchorElement.
setHref(String) - Method in class weblogic.html.LinkHeadElement
Sets the URL for a LinkHeadElement.
setHref(String) - Method in class weblogic.html.AnchorElement
Sets the HREF attribute for a AnchorElement.
setHref(String) - Method in class weblogic.html.IsIndexElement
Deprecated. Sets the Href for an IsIndexElement.
setHref(String) - Method in class weblogic.html.BaseElement
Sets the URL for a BaseElement.
setHref(String) - Method in class weblogic.html.AreaElement
Sets the HREF attribute for an AreaElement.
setHSpace(int) - Method in class weblogic.html.AppletElement
Deprecated. Sets the HSPACE attribute for an AppletElement.
setHSpace(int) - Method in class weblogic.html.ImageElement
Sets the HSPACE attribute for an ImageElement.
setHtmlLevel(int) - Method in class weblogic.html.HtmlPage
Sets the HTML version for a page.
setId(String) - Method in class weblogic.html.ElementWithAttributes
Sets the ID attribute for an ElementWithAttributes.
setIdleDisconnectTimeoutMins(int) - Method in class weblogic.common.T3Client
Sets the value for a T3Client's idle disconnect timeout in minutes.
setIfNotSet(String, String) - Method in class weblogic.net.http.MessageHeader
 
SETIMPL - Static variable in interface weblogic.beans.common.T3Bean
Command number for sending implementation changing messages.
setInitialContextFactory(String) - Method in class weblogic.jndi.Environment
Sets the Context.INITIAL_CONTEXT_FACTORY property value to the value of factoryName.
setIsMap(boolean) - Method in class weblogic.html.ImageElement
Sets the ISMAP attribute for an ImageElement.
setIssuerCertificate(X509) - Method in class weblogic.security.X509
 
setKeywords(String) - Method in class weblogic.html.MetaElement
Sets a META tag to report keywords for the document.
setLang(String) - Method in class weblogic.html.ElementWithAttributes
Sets the language for an ElementWithAttributes (codes from ISO 639 and ISO 3166).
setLanguage(String) - Method in class weblogic.html.ScriptElement
Deprecated. Use ElementWithAttributes.setLang()
setLegend(String) - Method in class weblogic.html.LegendElement
Sets the contents for a LegendElement.
setLevel(int) - Method in class weblogic.html.HeadingElement
Sets the heading level for a HeadingElement.
setLinkColor(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setLocalityName(String) - Method in class weblogic.security.X500Name
 
setLocalVar(String, Object) - Method in class weblogic.html.ElementWithAttributes
 
setLog(OutputStream) - Static method in class weblogic.rmi.server.RemoteServer
 
setLowSource(String) - Method in class weblogic.html.ImageElement
Sets the LOWSRC attribute for an ImageElement.
setMarginHeight(int) - Method in class weblogic.html.FrameElement
Sets the MARGINHEIGHT attribute for a FrameElement.
setMarginHeight(String) - Method in class weblogic.html.FrameElement
Sets the MARGINHEIGHT attribute for a FrameElement.
setMarginWidth(int) - Method in class weblogic.html.FrameElement
Sets the MARGINWIDTH attribute for a FrameElement.
setMarginWidth(String) - Method in class weblogic.html.FrameElement
Sets the MARGINWIDTH attribute for a FrameElement.
setMaster(boolean) - Method in class weblogic.common.Monitor
Registers a Monitor as a "Master Monitor." A Master Monitor is guaranteed to execute before any other Monitor and may alter the state of a Monitored object.
setMaxAge(int) - Method in class weblogic.html.Cookie
Deprecated. Sets the expiration to the specified number of seconds.
setMaxConnections(int) - Method in class bea.jolt.pool.SessionPool
This method is part of the session pool administrative API.
setMaxlen(int) - Method in class weblogic.html.InputElement
Sets the MAXLENGTH attribute of an InputElement.
setMayScript(boolean) - Method in class weblogic.html.AppletElement
Deprecated. Sets the MAYSCRIPT attribute for an AppletElement.
setMedia(MediaType, boolean) - Method in class weblogic.html.StyleElement
Sets the media of a StyleElement.
setMetaname(String, String) - Method in class weblogic.html.MetaElement
Internal use only.
setMethod(String) - Method in class weblogic.html.FormElement
Sets the form method, which is used to send the form contents.
SetMonitor - interface weblogic.common.SetMonitor.
Used to monitor modifications to a Setable object in the WebLogic Server.
setMultipleSelect() - Method in class weblogic.html.SelectElement
Sets a SelectElement to allow multiple selections.
setMultipleSelect(boolean) - Method in class weblogic.html.SelectElement
Sets the MULTIPLE attribute to the specified boolean.
setName(Principal, String) - Method in class weblogic.security.acl.AclImpl
Sets the name of an ACL to the specified string.
setName(Principal, String) - Method in class weblogic.security.acl.URLAcl
WebLogic Server uses one URLAcl named 'weblogic.url' for all URL access.
setName(String) - Method in class weblogic.html.SelectElement
Sets the name of a SelectElement.
setName(String) - Method in class weblogic.html.FormElement
Sets the name for a FormElement.
setName(String) - Method in class weblogic.html.FrameElement
Sets the NAME attribute for a FrameElement.
setName(String) - Method in class weblogic.html.MapElement
Sets the NAME attribute for a MapElement.
setName(String) - Method in class weblogic.html.AppletElement
Deprecated. Sets the name for an AppletElement.
setName(String) - Method in class weblogic.html.TextAreaElement
Sets the name of a TextAreaElement.
setName(String) - Method in class weblogic.html.ButtonElement
Sets the NAME attribute of a ButtonElement.
setName(String) - Method in class weblogic.html.AnchorElement
Sets the NAME attribute for an AnchorElement.
setName(String) - Method in class weblogic.html.InputElement
Sets the NAME attribute of an InputElement.
setName(String) - Method in class weblogic.html.EmbedElement
Sets the NAME attribute for an EmbedElement.
setName(String) - Method in class weblogic.html.ObjectElement
Sets a name for an ObjectElement used as part of a FormElement.
setName(String) - Method in class weblogic.html.ParamElement
Sets the NAME attribute of a ParamElement.
setName(String) - Method in class weblogic.security.acl.RealmProxy
Sets the name of a RealmProxy.
setName(WindowName) - Method in class weblogic.html.FrameElement
Sets the NAME attribute for a FrameElement with the specified WindowName object.
setNegativePermissions() - Method in class weblogic.security.acl.AclEntryImpl
Sets an AclEntry to be a negative one; that is, denies a principal the permission set specified in an AclEntry.
setNestedException(Throwable) - Method in class weblogic.common.T3Exception
Gets the nested exception for a T3Exception.
setNestedExceptionStackTrace(String) - Method in class weblogic.common.T3ExecuteException
Sets the stack trace for a T3ExecuteException nested exception to the specified stack trace.
setNoResize() - Method in class weblogic.html.FrameElement
Sets the NORESIZE attribute.
setNoshade() - Method in class weblogic.html.HorizontalRuleElement
Sets the NOSHADE attribute for a HorizontalRuleElement.
setNotation(String) - Method in class weblogic.html.StyleElement
Deprecated. use setType()
setNoWrap() - Method in class weblogic.html.DivElement
Sets the wrap attribute of a DivElement to NOWRAP.
setNoWrap(boolean) - Method in class weblogic.html.TableDataElement
Determines whether the text in the TableDataElement wraps.
setObject(Object) - Method in interface weblogic.event.common.EventMessageDef
 
setOnBlur(String) - Method in class weblogic.html.SelectElement
Sets the ONBLUR attribute.
setOnBlur(String) - Method in class weblogic.html.TextAreaElement
Sets the ONBLUR attribute of a TextAreaElement.
setOnBlur(String) - Method in class weblogic.html.ButtonElement
Sets the ONBLUR attribute of a ButtonElement.
setOnBlur(String) - Method in class weblogic.html.InputElement
Sets the ONBLUR attribute of an InputElement.
setOnChange(String) - Method in class weblogic.html.SelectElement
Sets the ONCHANGE attribute.
setOnChange(String) - Method in class weblogic.html.TextAreaElement
Sets the ONCHANGE attribute of a TextAreaElement.
setOnChange(String) - Method in class weblogic.html.InputElement
Sets the ONCHANGE attribute of an InputElement.
setOnClick(String) - Method in class weblogic.html.AnchorElement
Sets the ONCLICK attribute for a AnchorElement.
setOnClick(String) - Method in class weblogic.html.InputElement
Sets the ONCLICK attribute of an InputElement.
setOnFocus(String) - Method in class weblogic.html.SelectElement
Sets the ONFOCUS attribute.
setOnFocus(String) - Method in class weblogic.html.TextAreaElement
Sets the ONFOCUS attribute of a TextAreaElement.
setOnFocus(String) - Method in class weblogic.html.ButtonElement
Sets the ONFOCUS attribute of a ButtonElement.
setOnFocus(String) - Method in class weblogic.html.InputElement
Sets the ONFOCUS attribute of an InputElement.
setOnLoad(ScriptElement) - Method in class weblogic.html.FrameSetElement
Sets the ONLOAD attribute to a ScriptElement.
setOnLoad(String) - Method in class weblogic.html.FrameElement
Sets the ONLOAD attribute.
setOnLoad(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setOnLoad(String) - Method in class weblogic.html.FrameSetElement
Sets the ONLOAD attribute.
setOnMouseOver(String) - Method in class weblogic.html.AnchorElement
Sets the ONMOUSEOVER attribute for a AnchorElement.
setOnSelect(String) - Method in class weblogic.html.TextAreaElement
Sets the ONSELECT attribute of a TextAreaElement.
setOnSelect(String) - Method in class weblogic.html.InputElement
Sets the ONSELECT attribute of an InputElement.
setOnSubmit(String) - Method in class weblogic.html.FormElement
Sets the ONSUBMIT attribute.
setOnUnload(ScriptElement) - Method in class weblogic.html.FrameSetElement
Sets the ONUNLOAD attribute to a ScriptElement.
setOnUnload(String) - Method in class weblogic.html.FrameElement
Sets the ONUNLOAD attribute.
setOnUnload(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setOnUnload(String) - Method in class weblogic.html.FrameSetElement
Sets the ONUNLOAD attribute.
setOptimisticLockingColumn(String) - Method in class weblogic.db.jdbc.TableDataSet
Identifies the table column used for optimistic locking.
setOrganizationName(String) - Method in class weblogic.security.X500Name
 
setOrgUnitName(String) - Method in class weblogic.security.X500Name
 
setOutputStream(OutputStream) - Method in class weblogic.rmi.server.LogStream
 
setParam(String, boolean) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified Boolean data type.
setParam(String, byte) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified byte data type.
setParam(String, byte, int) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified byte in a vector of ParamValues that correspond to the specified keyname, to the specified integer data type.
setParam(String, char) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified char data type.
setParam(String, Date) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified date data type.
setParam(String, double) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified double data type.
setParam(String, float) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified float data type.
setParam(String, int) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified integer data type.
setParam(String, int, boolean) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified Boolean data type.
setParam(String, int, char) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified char data type.
setParam(String, int, Date) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified date data type.
setParam(String, int, double) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified double data type.
setParam(String, int, float) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified float data type.
setParam(String, int, int) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified integer data type.
setParam(String, int, long) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified long data type.
setParam(String, int, Object) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified Object data type.
setParam(String, int, ParamValue) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified ParamValue.
setParam(String, int, short) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified short data type.
setParam(String, int, String) - Method in class weblogic.common.ParamSet
Sets the ParamValue, at the specified index into a vector of ParamValues that correspond to the specified keyname, to the specified string data type.
setParam(String, long) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified long data type.
setParam(String, Object) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified object, which should implement either java.io.Serializable or weblogic.common.WLSerializable.
setParam(String, ParamValue) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified ParamValue.
setParam(String, short) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified short data type.
setParam(String, String) - Method in class weblogic.common.ParamSet
Sets a ParamValue at the specified keyname to the specified string data type.
setParam(String, String, ParamSet) - Method in class weblogic.common.ParamSet
Sets the names and values of a ParamSet according to the names and values of another specified ParamSet.
setParameters(ParamSet) - Method in interface weblogic.event.common.EventMessageDef
Sets the parameters associated with this event message.
setParamName(int, String) - Method in interface weblogic.jdbc.common.DbLibStatement
 
setParams(ParamSet) - Method in class weblogic.common.ParamSet
Sets the values of a ParamSet according to the values in another specified ParamSet.
setPath(String) - Method in class weblogic.html.Cookie
Deprecated. Sets the path of a Cookie.
setPermission(Acl, Principal, Permission, boolean) - Method in class weblogic.security.acl.AbstractManageableRealm
Sets or unsets a permission for a principal in an ACL.
setPermission(Acl, Principal, Permission, boolean) - Method in class weblogic.security.acl.CachingRealm
Sets or unsets a permission for a principal in an ACL.
setPermission(Acl, Principal, Permission, boolean) - Method in interface weblogic.security.acl.ManageableRealm
Sets or unsets a permission for a principal in an ACL.
setPinToPrimaryServer(boolean) - Method in class weblogic.jndi.Environment
Sets the WLContext.PIN_TO_PRIMARY_SERVER property to the String equivalent of the boolean argument enable.
setPrincipal(Principal) - Method in class weblogic.security.acl.AclEntryImpl
Sets the principal for which permissions are granted or denied by an ACL entry.
setProgressListener(ProgressListener) - Method in class weblogic.zac.ZAC
Sets the progress listener for a ZAC package.
setPrompt(String) - Method in class weblogic.html.IsIndexElement
Deprecated. Sets the prompt for an IsIndexElement.
setProperty(String, Object) - Method in class weblogic.jndi.Environment
Sets the specified property.
setProvider(AuditProvider) - Static method in class weblogic.security.audit.Audit
Set the audit provider.
setProviderRJVM(RJVM) - Method in class weblogic.jndi.Environment
Sets PROVIDER_RJVM property associated with an Environment.
setProviderUrl(String) - Method in class weblogic.jndi.Environment
Sets the Context.PROVIDER_URL property value to the value of the argument url.
setQbe(String, float) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a float value.
setQbe(String, float[]) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an array of float values.
setQbe(String, int) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
setQbe(String, int[]) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an array of int values.
setQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a string value.
setQbe(String, String[]) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an array of string values.
setQuotedAttribute(String, String) - Method in class weblogic.html.ElementWithAttributes
 
setRecord(Record) - Method in class weblogic.db.jdbc.EventfulRecord
Sets the values of an EventfulRecord to values contained in a second record.
setRef(RemoteStub, RemoteRef) - Static method in class weblogic.rmi.server.RemoteStub
 
setRefreshOnSave(boolean) - Method in class weblogic.db.jdbc.TableDataSet
Sets TableDataSet so that every record inserted or updated during a save is immediately refreshed from the DBMS contents.
setReplicateBindings(boolean) - Method in class weblogic.jndi.Environment
Sets the WLContext.REPLICATE_BINDINGS property to the String equivalent of the boolean argument enable.
setRequestProperty(String, String) - Method in class weblogic.net.http.HttpURLConnection
 
setRequests - Variable in class weblogic.net.http.HttpURLConnection
 
setResourceFactory(T3ResourceFactory) - Method in interface weblogic.common.T3ResourceDef
Sets the factory to be used for obtaining new resources.
setRobots(String) - Method in class weblogic.html.MetaElement
Sets a META tag to report how robots should treat this document.
setRows(int) - Method in class weblogic.html.TextAreaElement
Sets the number of rows of a TextAreaElement.
setRows(String) - Method in class weblogic.html.FrameSetElement
Sets the ROWS attribute for a FrameSetElement.
setRowSpan(int) - Method in class weblogic.html.TableDataElement
Sets the number of rows spanned by a TableDataElement.
setScript(String) - Method in class weblogic.html.ScriptElement
Sets the script for a ScriptElement to the specified string.
setScrolling(ScrollType) - Method in class weblogic.html.FrameElement
Sets the SCROLLING attribute with the specified ScrollType object.
setSecure(boolean) - Method in class weblogic.html.Cookie
Deprecated. Determines whether the Cookie is secure.
setSecurityCredentials(Object) - Method in class weblogic.jndi.Environment
Sets the value of the Context.SECURITY_CREDENTIAL property to the value of the argument cedentials.
setSecurityPrincipal(String) - Method in class weblogic.jndi.Environment
Sets the Context.SECURITY_PRINCIPAL property to the value of the argument principal.
setSecurityUser(UserInfo) - Method in class weblogic.jndi.Environment
 
setSelected(boolean) - Method in class weblogic.html.OptionElement
Sets the SELECTED attribute of an OptionElement.
setServices(T3ServicesDef) - Method in class weblogic.com.COMFinalizer
For internal use only.
setServices(T3ServicesDef) - Method in class weblogic.com.EventProxy
For internal use only
setServices(T3ServicesDef) - Method in interface weblogic.common.T3ShutdownDef
Sets the services object.
setServices(T3ServicesDef) - Method in interface weblogic.common.T3StartupDef
Sets the services stub for the T3StartupDef object.
setServices(T3ServicesDef) - Method in interface weblogic.common.MonitorDef
Sets the services object for the monitor.
setServices(T3ServicesDef) - Method in class weblogic.corba.visi.t3server.Startup
This method implements the RemoteT3 interface.
setServices(T3ServicesDef) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Internal use only.
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionRefreshPool
Sets a reference to the services available in the T3Server.
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionRedirect
 
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionEmail
Saves the services object.
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionLog
Saves the services object.
setServices(T3ServicesDef) - Method in interface weblogic.event.actions.ActionDef
Sets the services object for the action.
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionUDP
Saves the services object.
setServices(T3ServicesDef) - Method in class weblogic.event.actions.ActionNull
Saves the services object.
setServices(T3ServicesDef) - Method in class weblogic.event.evaluators.EvaluateTrue
Saves the services object.
setServices(T3ServicesDef) - Method in interface weblogic.event.evaluators.EvaluateDef
Sets the services object for the Evaluator.
setServices(T3ServicesDef) - Method in class weblogic.event.evaluators.EvaluateTime
Saves the services object.
setServices(T3ServicesDef) - Method in interface weblogic.remote.common.T3ServletDef
Deprecated. Use RMI instead.
setServices(T3ServicesDef) - Method in interface weblogic.time.common.TriggerDef
Sets the services stub, which allows runtime access to WebLogic services that may be accessed.
setServices(T3ServicesDef) - Method in interface weblogic.time.common.ScheduleDef
Sets the services stub, which allows runtime access to WebLogic services that may be accessed.
setShape(String) - Method in class weblogic.html.AreaElement
Sets the shape of an AreaElement.
setShape(String, int[]) - Method in class weblogic.html.AreaElement
Constructs an AreaElement of the specified shape and sets its coordinates to the specified array of ints.
setSingleSelect() - Method in class weblogic.html.SelectElement
Sets a SelectElement to allow only one selection.
setSize(int) - Method in class weblogic.html.SelectElement
Sets the size of a SelectElement.
setSize(int) - Method in class weblogic.html.InputElement
Sets the SIZE attribute of an InputElement.
setSize(int) - Method in class weblogic.html.BaseFontElement
Deprecated. Sets the size of the base font.
setSize(int) - Method in class weblogic.html.SpacerElement
Sets the SIZE attribute of a SpacerElement.
setSize(int) - Method in class weblogic.html.HorizontalRuleElement
Sets the SIZE attribute for a HorizontalRuleElement.
setSize(String) - Method in class weblogic.html.HorizontalRuleElement
Sets the SIZE attribute for a HorizontalRuleElement.
setSocketFactory(RMISocketFactory) - Static method in class weblogic.rmi.server.RMISocketFactory
 
setSoftDisconnectTimeoutMins(int) - Method in class weblogic.common.T3Client
Sets the value for a T3Client's soft disconnect timeout in minutes.
setSource(String) - Method in class weblogic.html.FrameElement
Sets the SRC attribute for a FrameElement.
setSource(String) - Method in class weblogic.html.InputElement
Sets the SRC attribute of an InputElement to a string enclosed in double quotes.
setSource(String) - Method in class weblogic.html.ImageElement
Sets the SRC attribute for an ImageElement.
setSpan(int) - Method in class weblogic.html.ColGroupElement
Sets the SPAN attribute for a ColGroupElement.
setSpan(int) - Method in class weblogic.html.ColElement
Sets the number of rows for this column to span.
setSpan(String) - Method in class weblogic.html.ColGroupElement
Sets the SPAN attribute for a ColGroupElement.
setSpan(String) - Method in class weblogic.html.ColElement
Sets the number of rows for this column to span.
setSrc(String) - Method in class weblogic.html.ScriptElement
Sets the SRC attribute for a ScriptElement.
setSrc(String) - Method in class weblogic.html.EmbedElement
Sets the SRC of an EmbedElement to the specified URL.
setSSLCertificate(X509) - Method in class weblogic.security.acl.SSLUserInfo
 
setSSLCertificates(Vector) - Method in class weblogic.security.acl.SSLUserInfo
 
setSSLClientCertificate(InputStream[]) - Method in class weblogic.jndi.Environment
Sets an RSA private key and chain of X.509 certificates for SSL client authentication.
setSSLRootCAFingerprints(byte[][]) - Method in class weblogic.jndi.Environment
Establishes a set of trusted certificate authorities.
setSSLRootCAFingerprints(String) - Method in class weblogic.jndi.Environment
Establishes a set of trusted certificate authorities.
setSSLServerName(String) - Method in class weblogic.jndi.Environment
Sets an expected name for the SSL server.
setStackTrace(String) - Method in interface weblogic.common.RemoteTraceable
Sets a remote stack trace when the exception is instantiated, before it is returned to the caller.
setStandby(String) - Method in class weblogic.html.ObjectElement
Sets a text messages that a browser may render while loading the object's implementation and data.
setStart(int) - Method in class weblogic.html.OrderedList
Initializes the list sequence for lists starting at a number (based on the formatting type) other than 1.
setStateName(String) - Method in class weblogic.security.X500Name
 
setStyle(String) - Method in class weblogic.html.ElementWithAttributes
Sets the STYLE attribute for an ElementWithAttributes, which specifies style information for the element using the default style sheet language.
setTabindex(int) - Method in class weblogic.html.SelectElement
Sets the tabbing order for a SelectElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.TextAreaElement
Sets the tabbing order for a TextAreaElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.ButtonElement
Sets the tabbing order for a ButtonElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.AnchorElement
Sets the tabbing order for an AnchorElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.InputElement
Sets the tabbing order for an InputElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.ObjectElement
Sets the tabbing order for an ObjectElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(int) - Method in class weblogic.html.AreaElement
Sets the tabbing order for an AreaElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
setTabindex(String) - Method in class weblogic.html.SelectElement
Sets the TABINDEX attribute for a SelectElement.
setTabindex(String) - Method in class weblogic.html.TextAreaElement
Sets the TABINDEX attribute for a TextAreaElement.
setTabindex(String) - Method in class weblogic.html.ButtonElement
Sets the TABINDEX attribute for a ButtonElement.
setTabindex(String) - Method in class weblogic.html.AnchorElement
Sets the TABINDEX attribute for an AnchorElement.
setTabindex(String) - Method in class weblogic.html.InputElement
Sets the TABINDEX attribute for an InputElement.
setTabindex(String) - Method in class weblogic.html.AreaElement
Sets the TABINDEX attribute for an AreaElement.
setTarget(String) - Method in class weblogic.html.FormElement
Sets the window or frame target for a FormElement.
setTarget(String) - Method in class weblogic.html.AnchorElement
Sets the TARGET attribute for a AnchorElement.
setTarget(String) - Method in class weblogic.html.BaseElement
Sets the target window for all or most of the links in a document.
setTarget(String) - Method in class weblogic.html.AreaElement
Sets the TARGET attribute for an AreaElement to the specified string.
setTarget(WindowName) - Method in class weblogic.html.FormElement
Sets the window or frame target for a FormElement to a WindowName, which supports magic target names.
setTarget(WindowName) - Method in class weblogic.html.AnchorElement
Sets the TARGET attribute for a AnchorElement.
setTarget(WindowName) - Method in class weblogic.html.AreaElement
Sets the TARGET attribute for an AreaElement to the specified WindowName.
setTerm(HtmlElement) - Method in class weblogic.html.DefinitionItem
Sets the term of a DefinitionItem.
setText(HtmlElement) - Method in class weblogic.html.TextFlowElement
Sets the contents of a TextFlowElement.
setText(String) - Method in class weblogic.html.OptionElement
Sets the TEXT attribute of an OptionElement.
setText(String) - Method in class weblogic.html.TextFlowElement
Sets the contents of a TextFlowElement.
setTitle(String) - Method in class weblogic.html.LinkHeadElement
Sets the suggested title for the referenced URL of a LinkHeadElement.
setTitle(String) - Method in class weblogic.html.StyleElement
Sets the title for a StyleElement.
setTitle(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getHead().addElement()
setTitle(String) - Method in class weblogic.html.AcronymElement
Sets the title and sets the title attribute.
setTitle(String) - Method in class weblogic.html.AnchorElement
Sets the TITLE attribute for an AnchorElement.
setTracing(boolean) - Method in interface weblogic.event.common.EventMessageDef
Turns on tracing for this EventMessage.
setType(FieldType) - Method in class weblogic.html.ButtonElement
Sets the type of an ButtonElement.
setType(FieldType) - Method in class weblogic.html.InputElement
Sets the type of an InputElement.
setType(MimeType) - Method in class weblogic.html.StyleElement
Sets the type for a StyleElement.
setType(MimeType) - Method in class weblogic.html.ObjectElement
Sets the TYPE attribute, which specifies the Internet Media Type as a MimeType for the object specified in the DATA attribute.
setType(SpacerType) - Method in class weblogic.html.SpacerElement
Sets the SpacerType of a SpacerElement.
setType(String) - Method in class weblogic.html.StyleElement
Sets the type for a StyleElement.
setType(String) - Method in class weblogic.html.OrderedList
Sets the TYPE attribute for an ordered list, which determines the numbering style.
setType(String) - Method in class weblogic.html.ListItem
Sets the list type for an OrderedList or an UnorderedList.
setType(String) - Method in class weblogic.html.UnorderedList
Sets the style for bullets in an unordered list, which override the default assortment of disc, circle, and square with a single bullet style.
setUnquotedQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a string value.
setUnquotedQbe(String, String[]) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an array of string values.
setUnquotedSrc(HtmlElement) - Method in class weblogic.html.InputElement
Sets the SRC attribute of an InputElement to an HtmlElement without double quotes.
setup() - Static method in class weblogic.security.acl.CertAuthentication
This is a server-internal method.
setURL(String) - Method in class weblogic.html.AddressElement
Sets the URL for an AddressElement.
setUseMap(HtmlElement, boolean) - Method in class weblogic.html.ImageElement
Sets the USEMAP attribute for an ImageElement.
setUseMap(String, boolean) - Method in class weblogic.html.ImageElement
Sets the USEMAP attribute for an ImageElement.
setUserName(String) - Method in class bea.jolt.pool.UserInfo
This method is part of the session pool administrative API.
setUserPassword(String) - Method in class bea.jolt.pool.UserInfo
This method is part of the session pool administrative API.
setUserRole(String) - Method in class bea.jolt.pool.UserInfo
This method is part of the session pool administrative API.
setVAlign(AlignType) - Method in class weblogic.html.TableDataElement
Sets the vertical alignment of a TableDataElement.
setVAlign(AlignType) - Method in class weblogic.html.ColGroupElement
Sets the vertical alignment for a ColGroupElement.
setVAlign(AlignType) - Method in class weblogic.html.TableRowElement
Sets the vertical alignment (VALIGN) of a TableRowElement.
setVAlign(AlignType) - Method in class weblogic.html.TBodyElement
Sets the vertical alignment for a ColGroupElement.
setVAlign(AlignType) - Method in class weblogic.html.THeadElement
Sets the vertical alignment for a ColGroupElement.
setVAlign(AlignType) - Method in class weblogic.html.TFootElement
Sets the vertical alignment for a TFootElement.
setValue(int) - Method in class weblogic.html.InputElement
Sets the VALUE attribute of an InputElement.
setValue(int) - Method in class weblogic.html.ListItem
Sets the attribute for list VALUE to the specified int.
setValue(int, BigDecimal) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a java.math.BigDecimal.
setValue(int, boolean) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a boolean.
setValue(int, byte[]) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a byte[].
setValue(int, Date) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a java.util.Date.
setValue(int, Date) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to java.sql.Date.
setValue(int, double) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a double.
setValue(int, float) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a float.
setValue(int, int) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a int.
setValue(int, long) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a long.
setValue(int, String) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a String.
setValue(int, Time) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to java.sql.Time.
setValue(int, Timestamp) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to java.sql.Timestamp.
setValue(int, Value) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to a Value.
setValue(Object) - Method in interface weblogic.common.Setable
Sets a Setable object to the specified value.
setValue(String) - Method in class weblogic.html.OptionElement
Sets the VALUE attribute of an OptionElement.
setValue(String) - Method in class weblogic.html.ButtonElement
Sets the VALUE attribute of a ButtonElement.
setValue(String) - Method in class weblogic.html.InputElement
Sets the VALUE attribute of an InputElement.
setValue(String) - Method in class weblogic.html.ParamElement
Sets the VALUE attribute of a ParamElement.
setValue(String) - Method in class weblogic.html.ListItem
Sets the attribute for list VALUE to the specified string.
setValue(String, BigDecimal) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a BigDecimal.
setValue(String, boolean) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a boolean.
setValue(String, byte[]) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a byte[].
setValue(String, Date) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to java.sql.Date.
setValue(String, Date) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to java.util.Date.
setValue(String, double) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a double.
setValue(String, float) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a float.
setValue(String, int) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a int.
setValue(String, int, Object) - Method in class bea.jolt.pool.DataSet
Sets the value of a data element associated with the specified name and index.
setValue(String, long) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a long.
setValue(String, Object) - Method in class bea.jolt.pool.DataSet
Sets the value of a data element associated with the specified name.
setValue(String, String) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a String.
setValue(String, Time) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to java.sql.Time.
setValue(String, Timestamp) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to java.sql.Timestamp.
setValue(String, Value) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to a Value.
setValueNull(int) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified index position to NULL.
setValueNull(String) - Method in class weblogic.db.jdbc.Record
Sets the Value at the specified column name to NULL.
setVerbose(boolean) - Method in class weblogic.common.T3Client
Sets the verbose setting for a T3Client.
setVLinkColor(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getBodyElement().setAttribute()
setVSpace(int) - Method in class weblogic.html.AppletElement
Deprecated. Sets the VSPACE attribute for an AppletElement.
setVSpace(int) - Method in class weblogic.html.ImageElement
Sets the VSPACE attribute for an ImageElement.
setWidth(int) - Method in class weblogic.html.LiteralElement
Sets the WIDTH attribute for a LiteralElement, which specifies the maximum number of (monospaced) characters that will be displayed in a line.
setWidth(int) - Method in class weblogic.html.AppletElement
Deprecated. Sets the width of an AppletElement.
setWidth(int) - Method in class weblogic.html.ColElement
Sets a ColElement to the specified width.
setWidth(int) - Method in class weblogic.html.InputElement
Sets the WIDTH attribute of an InputElement.
setWidth(int) - Method in class weblogic.html.EmbedElement
Sets the WIDTH attribute for an EmbedElement.
setWidth(int) - Method in class weblogic.html.ImageElement
Sets the WIDTH attribute for an ImageElement.
setWidth(int) - Method in class weblogic.html.MultiColElement
Sets the width of columns in a MultiColElement.
setWidth(int) - Method in class weblogic.html.TableElement
Sets the width to the specified number of pixels.
setWidth(int) - Method in class weblogic.html.SpacerElement
Sets the WIDTH attribute of a SpacerElement.
setWidth(String) - Method in class weblogic.html.TableDataElement
Sets the width of a TableDataElement in pixels or a percent of the width of the browser.
setWidth(String) - Method in class weblogic.html.ColGroupElement
Sets the WIDTH attribute for a ColGroupElement.
setWidth(String) - Method in class weblogic.html.ColElement
Sets a ColElement to the specified width.
setWidth(String) - Method in class weblogic.html.ImageElement
Sets the WIDTH attribute for an ImageElement.
setWidth(String) - Method in class weblogic.html.TableElement
Sets the width to the specified number of pixels.
setWidth(String) - Method in class weblogic.html.HorizontalRuleElement
Sets the WIDTH attribute for a HorizontalRuleElement.
setWrap(WrapType) - Method in class weblogic.html.TextAreaElement
Sets the WRAP attribute of a TextAreaElement.
SHORT - Static variable in class weblogic.common.ParamTypes
Constant for shorts
shrink() - Method in interface weblogic.jdbc.common.Pool
Shrinks the named database ConnectionPool to the max of the currently reserved connections or the initial size.
shrinkPool(String) - Method in interface weblogic.jdbc.common.JdbcServicesDef
Shrinks the named database ConnectionPool to the max of the currently reserved connections of the initial size.
shut() - Method in interface weblogic.common.AdminServicesDef
Shuts down a WebLogic Server from a T3Client immediately.
shut(int) - Method in interface weblogic.common.AdminServicesDef
Shuts down a WebLogic Server from a T3Client after a certain period of time.
shut(String, int) - Method in interface weblogic.common.AdminServicesDef
Shuts down the WebLogic Server with the specified message after the specified time interval.
SHUTDOWN - Static variable in class weblogic.security.acl.AdminPermissions
 
shutdown(String, Hashtable) - Method in class weblogic.com.COMFinalizer
Releases all COM objects registered with the COMFinalizer.
shutdown(String, Hashtable) - Method in interface weblogic.common.T3ShutdownDef
The shutdown method is called by the WebLogic Server when your object is launched.
shutdownHard() - Method in interface weblogic.jdbc.common.Pool
Destroys the pool with the name specified, immediately closing all used and unused connections.
shutdownSoft() - Method in interface weblogic.jdbc.common.Pool
Destroys the pool with the name specified, closing unused connections immediately, and in-use connections after they are returned by the applications using them.
sienna - Static variable in interface weblogic.html.HtmlColor
 
silver - Static variable in interface weblogic.html.HtmlColor
 
SinglePartElement - class weblogic.html.SinglePartElement.
The SinglePartElement class is the parent class for all HtmlElements that have a single component.
SinglePartElement() - Constructor for class weblogic.html.SinglePartElement
Constructs a default SinglePartElement.
SinglePartElement(HtmlElement) - Constructor for class weblogic.html.SinglePartElement
Constructs a SinglePartElement with the specified HtmlElement.
SinglePartElement(String) - Constructor for class weblogic.html.SinglePartElement
Constructs a SinglePartElement with the specified String.
SIZE - Static variable in interface weblogic.common.T3ResourceDef
Number of resources currently reserved.
size() - Method in class weblogic.common.ParamSet
Returns the number of parameters in a ParamSet.
size() - Method in class weblogic.common.ParamValue
Returns the size of a Vector of ParamValues.
size() - Method in class weblogic.db.jdbc.DataSet
Returns the number of Records in a DataSet.
size() - Method in class weblogic.db.jdbc.KeyDef
Returns the number of attributes in a KeyDef object.
size() - Method in class weblogic.db.jdbc.Record
Returns the number of columns in a Record.
size() - Method in class weblogic.html.HtmlContainer
Returns the number of elements in an HtmlContainer.
size() - Method in class weblogic.security.acl.TTLCache
Return an approximate indication of the size of this table.
Skeleton - interface weblogic.rmi.server.Skeleton.
This interface is provided strictly for compatibility with java.rmi.*
SkeletonMismatchException - exception weblogic.rmi.server.SkeletonMismatchException.
This class is provided strictly for compatibility with java.rmi.*
SkeletonMismatchException() - Constructor for class weblogic.rmi.server.SkeletonMismatchException
 
SkeletonMismatchException(String) - Constructor for class weblogic.rmi.server.SkeletonMismatchException
 
SkeletonNotFoundException - exception weblogic.rmi.server.SkeletonNotFoundException.
This class is provided strictly for compatibility with java.rmi.*
SkeletonNotFoundException() - Constructor for class weblogic.rmi.server.SkeletonNotFoundException
 
SkeletonNotFoundException(String) - Constructor for class weblogic.rmi.server.SkeletonNotFoundException
 
SkeletonNotFoundException(String, Exception) - Constructor for class weblogic.rmi.server.SkeletonNotFoundException
 
skip(long) - Method in class weblogic.net.http.KeepAliveStream
 
skyblue - Static variable in interface weblogic.html.HtmlColor
 
slateblue - Static variable in interface weblogic.html.HtmlColor
 
slategray - Static variable in interface weblogic.html.HtmlColor
 
SmallElement - class weblogic.html.SmallElement.
A SmallElement is used to place text in a small font.
SmallElement() - Constructor for class weblogic.html.SmallElement
Constructs a SmallElement.
SmallElement(HtmlElement) - Constructor for class weblogic.html.SmallElement
Constructs a SmallElement with the specified HtmlElement.
SmallElement(String) - Constructor for class weblogic.html.SmallElement
Constructs a SmallElement with the specified string.
smallLatin - Static variable in class weblogic.html.OrderedList
 
smallRoman - Static variable in class weblogic.html.OrderedList
 
snow - Static variable in interface weblogic.html.HtmlColor
 
SocketSecurityException - exception weblogic.rmi.server.SocketSecurityException.
This class is provided strictly for compatibility with java.rmi.*
SocketSecurityException() - Constructor for class weblogic.rmi.server.SocketSecurityException
 
SocketSecurityException(String) - Constructor for class weblogic.rmi.server.SocketSecurityException
 
SocketSecurityException(String, Exception) - Constructor for class weblogic.rmi.server.SocketSecurityException
 
source - Variable in class weblogic.beans.common.T3BeanMsg
 
SpacerElement - class weblogic.html.SpacerElement.
Use a SpacerElement to control the spacing between objects and whitespace on an HtmlPage.
SpacerElement(AlignType, int, int) - Constructor for class weblogic.html.SpacerElement
Constructs a SpacerElement of type block, for which the size attribute is ignored, and the alignment, width, and height must be set.
SpacerElement(int) - Constructor for class weblogic.html.SpacerElement
Constructs a horizontal-type SpacerElement and sets its size to the specified number of pixels.
SpacerElement(SpacerType, int) - Constructor for class weblogic.html.SpacerElement
Constructs a SpacerElement of the specified type and sets the size (the absolute width or height.
SpacerType - class weblogic.html.SpacerType.
Encapsulates permitted types of SpaceElements.
SpacerType(String) - Constructor for class weblogic.html.SpacerType
 
SpanElement - class weblogic.html.SpanElement.
A SpanElement, like a DivElement, offers a generic mechanism for adding structure to documents.
SpanElement(String) - Constructor for class weblogic.html.SpanElement
Constructs a SpanElement with the specified class.
SpanElement(String, String) - Constructor for class weblogic.html.SpanElement
Constructs a SpanElement with the specified class and ID.
speech - Static variable in class weblogic.html.MediaType
Sets the type to "speech."
springgreen - Static variable in interface weblogic.html.HtmlColor
 
SQLSERVER - Static variable in class weblogic.db.jdbc.Enums
Constant for a SQLServer-specific type.
square - Static variable in class weblogic.html.UnorderedList
Constant for a solid square-type bullet.
SSL_CLIENT_CERTIFICATE - Static variable in interface weblogic.jndi.WLContext
Specifies an RSA private key and a chain of certificates for client authentication.
SSL_ROOT_CA_FINGERPRINTS - Static variable in interface weblogic.jndi.WLContext
Specifies which certificate authorities to trust.
SSL_SERVER_NAME - Static variable in interface weblogic.jndi.WLContext
Specifies an expected name of an SSL server as a String.
SSLProxyHost - Static variable in class weblogic.net.http.HttpsClient
 
SSLProxyPort - Static variable in class weblogic.net.http.HttpsClient
 
SSLUserInfo - class weblogic.security.acl.SSLUserInfo.
 
SSLUserInfo(DefaultUserInfoImpl) - Constructor for class weblogic.security.acl.SSLUserInfo
 
startTransaction(int) - Method in class bea.jolt.pool.SessionPool
Starts a transaction.
Startup - class weblogic.corba.visi.t3server.Startup.
Startup classes are automatically loaded and executed when the T3Server starts up.
Startup() - Constructor for class weblogic.corba.visi.t3server.Startup
 
startup(String, Hashtable) - Method in interface weblogic.common.T3StartupDef
The startup method is called by the WebLogic Server when your object is launched.
startup(String, Hashtable) - Method in class weblogic.corba.visi.t3server.Startup
The startup() method is called at T3Server startup, as a result of placing the following lines in the weblogic.properties file:
Statement - class weblogic.jdbc.informix4.Statement.
This class is documented only for WebLogic extensions to JDBC.
Statement - class weblogic.jdbc.oci.Statement.
This class contains WebLogic extensions to JDBC to support parsing of SQL statements and adjusting of the fetch size.
Statement - class weblogic.jdbc.pool.Statement.
 
Statement - class weblogic.jdbc.t3.Statement.
This class contains WebLogic extensions to JDBC.
Statement - class weblogic.jdbc20.informix4.Statement.
This class is documented only for WebLogic extensions to JDBC.
Statement - class weblogic.jdbc20.oci.Statement.
This class contains WebLogic extensions to JDBC to support parsing of SQL statements and adjusting of the fetch size.
Statement - class weblogic.jdbc20.t3.Statement.
This class contains WebLogic extensions to JDBC.
Statement() - Constructor for class weblogic.jdbc.oci.Statement
 
Statement() - Constructor for class weblogic.jdbc.pool.Statement
 
Statement() - Constructor for class weblogic.jdbc.t3.Statement
 
Statement() - Constructor for class weblogic.jdbc20.oci.Statement
 
Statement() - Constructor for class weblogic.jdbc20.t3.Statement
 
Statement(Statement, ConnectionEnv, String, Connection) - Constructor for class weblogic.jdbc.pool.Statement
 
Statement(String) - Constructor for class weblogic.jdbc.t3.Statement
 
Statement(String) - Constructor for class weblogic.jdbc20.t3.Statement
 
stateName - Variable in class weblogic.security.X500Name
 
steelblue - Static variable in interface weblogic.html.HtmlColor
 
stmt - Variable in class weblogic.db.jdbc.DataSet
 
stopSessionPool(String) - Method in class bea.jolt.pool.SessionPoolManager
This method is part of the session pool administrative API.
store(String, Object) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.store()
store(String, Object) - Method in interface weblogic.workspace.common.WorkspaceDef
Stores the specified Object with the specified key in the Workspace.
store(String, Object, int) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.store()
store(String, Object, String) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.store()
StrikeElement - class weblogic.html.StrikeElement.
Deprecated.  
StrikeElement() - Constructor for class weblogic.html.StrikeElement
Deprecated. Constructs a StrikeElement.
StrikeElement(HtmlElement) - Constructor for class weblogic.html.StrikeElement
Deprecated. Constructs a StrikeElement with the specified HtmlElement.
StrikeElement(String) - Constructor for class weblogic.html.StrikeElement
Deprecated. Constructs a StrikeElement with the specified string.
STRING - Static variable in class weblogic.common.ParamTypes
Constant for a string data type.
StringElement - class weblogic.html.StringElement.
A StringElement is used to add String objects to an HtmlPage.
StringElement() - Constructor for class weblogic.html.StringElement
Constructs a StringElement.
StringElement(HtmlElement) - Constructor for class weblogic.html.StringElement
Constructs a StringElement with the specified HtmlElement.
StringElement(Record) - Constructor for class weblogic.html.StringElement
Constructs a StringElement with the specified Record from a DataSet.
StringElement(Record, int[]) - Constructor for class weblogic.html.StringElement
Constructs a StringElement with the specified Record from a DataSet.
StringElement(String) - Constructor for class weblogic.html.StringElement
Constructs a StringElement with the specified String.
StrongElement - class weblogic.html.StrongElement.
A StrongElement is used to add strong emphasis to a phrase.
StrongElement() - Constructor for class weblogic.html.StrongElement
Constructs a StrongElement.
StrongElement(HtmlElement) - Constructor for class weblogic.html.StrongElement
Constructs a StrongElement with the specified HtmlElement.
StrongElement(String) - Constructor for class weblogic.html.StrongElement
Constructs a StrongElement with the specified string.
StubNotFoundException - exception weblogic.rmi.StubNotFoundException.
This exception is provided for compatibility with java.rmi.*
StubNotFoundException() - Constructor for class weblogic.rmi.StubNotFoundException
 
StubNotFoundException(String) - Constructor for class weblogic.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified string.
StubNotFoundException(String, Throwable) - Constructor for class weblogic.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified string and nested exception.
StyleElement - class weblogic.html.StyleElement.
The StyleElement provides a means for including rendering information with style notation.
StyleElement() - Constructor for class weblogic.html.StyleElement
Constructs an empty StyleElement with the MIME type set to "text/css".
StyleElement(MimeType, HtmlElement) - Constructor for class weblogic.html.StyleElement
Constructs a StyleElement with the specified contents and sets it to the specified style notation.
StyleElement(String, String) - Constructor for class weblogic.html.StyleElement
Constructs a StyleElement with the specified contents and sets it to the specified style notation.
submit - Static variable in class weblogic.html.FieldType
Input field is a submit button.
submit() - Method in interface weblogic.event.common.EventMessageDef
Submits an EventMessage to the event server.
submit(Object) - Method in interface weblogic.event.common.EventTopicDef
Submits an EventMessage to the WebLogic Server for a topic.
SubscriptElement - class weblogic.html.SubscriptElement.
A SubscriptElement object is used to set the subscript attribute for an HtmlElement.
SubscriptElement() - Constructor for class weblogic.html.SubscriptElement
Constructs a SubscriptElement.
SubscriptElement(HtmlElement) - Constructor for class weblogic.html.SubscriptElement
Constructs a SubscriptElement with the specified value
SubscriptElement(String) - Constructor for class weblogic.html.SubscriptElement
Constructs a SubscriptElement with the specified value.
subspaces() - Method in interface weblogic.workspace.common.WorkspaceDef
Returns an Enumeration of all the subspace names of this Workspace.
superPrintStackTrace(PrintStream) - Method in class weblogic.common.T3Exception
 
SuperscriptElement - class weblogic.html.SuperscriptElement.
A SuperscriptElement object is used to set the superscript attribute for an HtmlElement.
SuperscriptElement() - Constructor for class weblogic.html.SuperscriptElement
Constructs a SuperscriptElement.
SuperscriptElement(HtmlElement) - Constructor for class weblogic.html.SuperscriptElement
Constructs a SuperscriptElement with the specified value.
SuperscriptElement(String) - Constructor for class weblogic.html.SuperscriptElement
Constructs a SuperscriptElement with the specified value.
superToString() - Method in class weblogic.common.T3Exception
 
suspendSessionPool(String, boolean) - Method in class bea.jolt.pool.SessionPoolManager
This method is part of the session pool administrative API.
SYBASE - Static variable in class weblogic.db.jdbc.Enums
Constant for a Sybase-specific type.
SYSTEM_ERROR - Static variable in class bea.jolt.pool.Result
 
systemError() - Method in class bea.jolt.pool.Result
Tests if a system error occurred in the associated service invocation.

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