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

F

failure(Exception) - Method in interface weblogic.rmi.server.RMIFailureHandler
 
fetch(String) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.fetch()
fetch(String) - Method in interface weblogic.workspace.common.WorkspaceDef
Fetches an Object by the specified key from the Workspace but does not remove it from the Workspace.
fetch(String, int) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.fetch()
fetch(String, String) - Method in interface weblogic.common.WorkspaceServicesDef
Deprecated. Use weblogic.workspace.common.WorkspaceDef.fetch()
fetchRecords() - Method in class weblogic.db.jdbc.DataSet
Fetches all records.
fetchRecords(int) - Method in class weblogic.db.jdbc.DataSet
Fetches at most the specified number of records.
fetchRecords(int, int) - Method in class weblogic.db.jdbc.DataSet
Fetches at most the specified number of records starting at the specified record.
fetchRecords(int, int) - Method in class weblogic.db.jdbc.TableDataSet
Fetches at most the specified number of records starting at the specified record.
fetchSize(int) - Method in class weblogic.jdbc.oci.Statement
Allows tuning of the size of prefetch array used for Oracle row results.
fetchSize(int) - Method in class weblogic.jdbc.t3.Statement
This method is added so that T3 clients can access this function in the OCI driver.
fetchSize(int) - Method in class weblogic.jdbc20.oci.Statement
Allows tuning of the size of prefetch array used for Oracle row results.
fetchSize(int) - Method in class weblogic.jdbc20.t3.Statement
This method is added so that T3 clients can access this function in the OCI driver.
field(String) - Method in class weblogic.db.jdbc.SelectStmt
Adds an element to the SELECT list of a SelectStmt object.
field(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Adds an element and its alias to the SELECT list of a SelectStmt object.
FieldsetElement - class weblogic.html.FieldsetElement.
The FieldsetElement allows form designers to group thematically related controls together.
FieldsetElement(LegendElement) - Constructor for class weblogic.html.FieldsetElement
Constructs a FieldsetElement with the specified LegendElement, which sets a caption for the set of fields.
FieldType - class weblogic.html.FieldType.
The FieldType class contains variables for setting the attribute of an InputElement added to an htmlKona FormElement.
FieldType(String) - Constructor for class weblogic.html.FieldType
Constructs the specified type of input field.
file - Static variable in class weblogic.html.FieldType
Input field is a file, for users to attach a file to the form's contents when submitted.
FileElement - class weblogic.html.FileElement.
A FileElement object is used to retrieve the contents of a file.
FileElement() - Constructor for class weblogic.html.FileElement
Constructs a FileElement.
FileElement(String) - Constructor for class weblogic.html.FileElement
Constructs a FileElement with the specified filename.
fillTable(TableElement, Class, Object, Enumeration) - Static method in class weblogic.html.BeanHTML
Fills an HTML table with values extracted from objects from the given class.
fillTable(TableElement, Enumeration) - Static method in class weblogic.html.BeanHTML
Fills an HTML table from the given enumeration.
fillTable(TableElement, Object) - Static method in class weblogic.html.BeanHTML
Fills an HTML table with values extracted from the given object.
filterEnabled() - Static method in class weblogic.security.net.ConnectionFilterImpl
Indicate whether the connection filter is enabled in this server.
FilterException - exception weblogic.security.net.FilterException.
Connection filter exception.
FilterException() - Constructor for class weblogic.security.net.FilterException
Construct a filter exception with no details.
FilterException(String) - Constructor for class weblogic.security.net.FilterException
Construct a filter exception with some details.
findClients(String) - Method in interface weblogic.beans.common.T3BeanServicesDef
Deprecated. Use RMI instead.
findImplementation(String) - Method in interface weblogic.beans.common.T3BeanServicesDef
Deprecated. Use RMI instead.
findValue(String) - Method in class weblogic.net.http.MessageHeader
 
fingerprint - Variable in class weblogic.security.X509
 
finished(HttpClient) - Static method in class weblogic.net.http.HttpClient
 
firebrick - Static variable in interface weblogic.html.HtmlColor
 
firstElement() - Method in class weblogic.html.HtmlContainer
Returns the first HtmlElement in an HtmlContainer.
FlatGroup - class weblogic.security.acl.FlatGroup.
Caching group implementation.
FlatGroup.Source - interface weblogic.security.acl.FlatGroup.Source.
Interface to be implemented by realm classes that use FlatGroup.
FlatGroup(String, FlatGroup.Source) - Constructor for class weblogic.security.acl.FlatGroup
Create a new group, with no membership information.
FlatGroup(String, FlatGroup.Source, Hashtable) - Constructor for class weblogic.security.acl.FlatGroup
Create a new group, with the given membership information.
FLOAT - Static variable in class weblogic.common.ParamTypes
Constant for a float data type.
floralwhite - Static variable in interface weblogic.html.HtmlColor
 
followRedirect() - Method in class weblogic.net.http.HttpURLConnection
 
FontElement - class weblogic.html.FontElement.
Deprecated. Use StyleElement
FontElement() - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement.
FontElement(int, HtmlElement) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement(int, String) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size with the specified string.
FontElement(int, String, HtmlElement) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
FontElement(int, String, String) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size and color with the specified string.
FontElement(String) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement with the specified string.
FontElement(String, HtmlElement) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement(String, String) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size with the specified string.
FontElement(String, String, HtmlElement) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
FontElement(String, String, String) - Constructor for class weblogic.html.FontElement
Deprecated. Constructs a FontElement of the specified font size and color with the specified string.
forestgreen - Static variable in interface weblogic.html.HtmlColor
 
FormElement - class weblogic.html.FormElement.
FormElement objects are used to set and get attributes customarily used in the HTML FORM indicator, like "ACTION" and "ONSUBMIT".
FormElement(String, String) - Constructor for class weblogic.html.FormElement
Constructs a FormElement with the specified action and method.
FormElement(String, String, String) - Constructor for class weblogic.html.FormElement
Constructs a FormElement with the specified action, method, and encoding.
FormServlet - class weblogic.html.FormServlet.
Deprecated. See HttpServletRequest.getParameter()
FormServlet() - Constructor for class weblogic.html.FormServlet
Deprecated.  
frame - Static variable in class weblogic.html.BorderstyleType
Draws a frame around a table, but not around individual cells.
FrameElement - class weblogic.html.FrameElement.
Add one FrameElement for each frame to a FrameSetElement object to lay out multiple frames.
FrameElement() - Constructor for class weblogic.html.FrameElement
Constructs a FrameElement.
FrameElement(String) - Constructor for class weblogic.html.FrameElement
Constructs a FrameElement and sets its SRC attribute.
FrameSetElement - class weblogic.html.FrameSetElement.
A FrameSetElement is used to place multiple frames on an htmlKona page.
FrameSetElement() - Constructor for class weblogic.html.FrameSetElement
 
FrameType - class weblogic.html.FrameType.
This class encapsulates valid values for the FRAME attribute that is supported by some browsers, particularly for use in setting borders around a table.
FrameType(String) - Constructor for class weblogic.html.FrameType
Constructor.
from(String) - Method in class weblogic.db.jdbc.SelectStmt
Adds a FROM clause to the SelectStmt object.
fuchsia - Static variable in interface weblogic.html.HtmlColor
 

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