BEA Systems, Inc.

WebLogic Server 6.1 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 _

A

AAA_ATZ_TOKEN - Static variable in class weblogic.wtc.jatmi.secflds
number: 102 type: carray
AAA_AUD_TOKEN - Static variable in class weblogic.wtc.jatmi.secflds
number: 103 type: carray
AAA_MAJ_VERSION - Static variable in class weblogic.wtc.jatmi.secflds
number: 100 type: long
AAA_MIN_VERSION - Static variable in class weblogic.wtc.jatmi.secflds
number: 101 type: long
AbbreviatedNodeTestStep() - Method in class weblogic.apache.xpath.compiler.XPathParser
AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
ABBREVSTRING - Static variable in class weblogic.common.ParamTypes
Constant for a string that should be abbreviated
above - Static variable in class weblogic.html.FrameType
Deprecated. Renders the top side of the frame.
absbottom - Static variable in class weblogic.html.AlignType
Deprecated. Aligns element at the horizontal and vertical bottom of a container.
absmiddle - Static variable in class weblogic.html.AlignType
Deprecated. Aligns vertical middle of an element with the middle of the current line.
absolute(int) - Method in class weblogic.jdbc.pool.ResultSet
 
ABSTRACT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
AbstractDatatypeValidator - class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator.
 
AbstractDatatypeValidator() - Constructor for class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
 
AbstractListableRealm - class weblogic.security.acl.AbstractListableRealm.
The Abstract Listable realm class is used to write custom security realms.
AbstractListableRealm(String) - Constructor for class weblogic.security.acl.AbstractListableRealm
Constructor to be called by public constructors in subclasses.
AbstractManageableRealm - class weblogic.security.acl.AbstractManageableRealm.
 
AbstractManageableRealm(String) - Constructor for class weblogic.security.acl.AbstractManageableRealm
 
accept(ConnectionEvent) - Method in class weblogic.security.net.ConnectionFilterImpl
Only connect.
accept(ConnectionEvent) - Method in interface weblogic.security.net.ConnectionFilter
Accept or deny an incoming connection from a client.
acceptNode(Node) - Method in class weblogic.apache.xalan.transformer.KeyWalker
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
acceptNode(Node) - Method in class weblogic.apache.xpath.axes.PredicatedNodeTest
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
acceptNode(Node) - Method in class weblogic.apache.xpath.axes.FilterExprWalker
This method needs to override AxesWalker.acceptNode because FilterExprWalkers don't need to, and shouldn't, do a node test.
acceptsURL(String) - Method in class weblogic.jdbc.informix4.BaseDriver
Returns true if the driver thinks it can open a connection to the given URL.
acceptsURL(String) - Method in class weblogic.jdbc.pool.Driver
Determines whether the URL is acceptable for use with a Driver.
AccessException - exception weblogic.rmi.AccessException.
This exception is provided for compatibility with java.rmi.*
AccessException() - Constructor for class weblogic.rmi.AccessException
 
AccessException(String) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string.
AccessException(String, Throwable) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string and nested exception.
accum(byte) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a byte to the buffer.
accum(char) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
accum(char[], int, int) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
accum(String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
ACKNOWLEDGE_ALL - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_AUTO - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_CLIENT - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_DUPS_OK - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_NONE - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_ONE - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_PREVIOUS - Static variable in interface weblogic.management.configuration.JMSConstants
 
acknowledge() - Method in interface weblogic.jms.extensions.WLSession
Acknowledge all the messages received by this session.
AclEntryImpl - class weblogic.security.acl.AclEntryImpl.
This class implements the AclEntry interface, which is used to represent one entry in an Access Control List (ACL).
AclEntryImpl(Principal) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal.
AclEntryImpl(Principal, Permission) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified permission.
AclEntryImpl(Principal, Permission[]) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified set of permission.
AclImpl - class weblogic.security.acl.AclImpl.
This class implements the java.security.acl.Acl interface with optimization for checking permissions.
AclImpl(Principal, String) - Constructor for class weblogic.security.acl.AclImpl
Sets the name of an ACL to the specified string.
aclNegCache - Variable in class weblogic.security.acl.CachingRealm
ACL negative cache.
aclPosCache - Variable in class weblogic.security.acl.CachingRealm
ACL positive cache.
aclSync - Variable in class weblogic.security.acl.CachingRealm
ACL sync object.
AcronymElement - class weblogic.html.AcronymElement.
Deprecated.  
AcronymElement(String, String) - Constructor for class weblogic.html.AcronymElement
Deprecated. Constructs an AcronymElement with the specified string and sets the title attribute.
Action - class weblogic.event.actions.Action.
The Action class provides constructors for an Action object, used as an argument for the EventRegistration constructor.
ACTION - Static variable in class weblogic.i18n.Localizer
key to locate message action
Action() - Constructor for class weblogic.event.actions.Action
 
action(EventMessageDef) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The action method that is invoked by the WebLogic Server when an EventfulRecord sends an event message that it has changed.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionUDP
Creates an Action with the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionNull
Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
action(EventMessageDef) - Method in interface weblogic.event.actions.ActionDef
Acts on the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionLog
Writes a log message for the specified event.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionEmail
Constructs an email Action with the specified event and sends it via SMTP with the Subject line Your registered event occurred.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRedirect
 
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRefreshPool
Action to refresh a connection pool.
Action(Object) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(Object, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(String) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name.
Action(String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name and set of parameters.
Action(T3Client, String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified T3Client, user-written class name, and set of parameters.
ActionDef - interface weblogic.event.actions.ActionDef.
Interface for user-written actions.
ActionEmail - class weblogic.event.actions.ActionEmail.
Class for creating an Action that is an email notification that an event has occurred.
ActionEmail() - Constructor for class weblogic.event.actions.ActionEmail
 
ActionLog - class weblogic.event.actions.ActionLog.
Class for creating an Action that logs the occurrence of an event.
ActionLog() - Constructor for class weblogic.event.actions.ActionLog
 
ActionNull - class weblogic.event.actions.ActionNull.
A simple action method that does nothing.
ActionNull() - Constructor for class weblogic.event.actions.ActionNull
 
ActionRedirect - class weblogic.event.actions.ActionRedirect.
Internal use only.
ActionRedirect() - Constructor for class weblogic.event.actions.ActionRedirect
 
ActionRefreshPool - class weblogic.event.actions.ActionRefreshPool.
Action class for use in setting up automatic refresh of JdbcT3 connection pools.
ActionRefreshPool() - Constructor for class weblogic.event.actions.ActionRefreshPool
 
ActionUDP - class weblogic.event.actions.ActionUDP.
Class for creating an Action that sends a UDP message to the log.
ActionUDP() - Constructor for class weblogic.event.actions.ActionUDP
 
activateField(Field) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Request to activate the specified field.
activateField(Field) - Method in interface weblogic.apache.xerces.validators.schema.identity.FieldActivator
Request to activate the specified field.
actualKey - Variable in class weblogicx.jsp.tags.CacheTag
The actual key used to lookup the cache.
add(HTMLElement, HTMLElement) - Method in class weblogic.apache.html.dom.HTMLSelectElementImpl
 
addAttDef(int, QName, int, int, int, String, DatatypeValidator, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an attribute definition
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an attribute definition
addAttr(int, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
 
addAttr(QName, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
Add an attribute to the current set.
addAttrib(String) - Method in class weblogic.db.jdbc.KeyDef
Adds attributes to an existing KeyDef object.
addAttribute(Attr) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Copy an DOM attribute to the created output element, executing attribute templates as need be, and processing the xsl:use attribute.
addAttribute(String, String) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, boolean) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, String, String, String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Add an attribute to the end of the list.
addAttribute(String, String, String, String, String) - Method in class weblogic.apache.xml.utils.MutableAttrListImpl
Add an attribute to the end of the list.
addAttributes(Attributes) - Method in class weblogic.apache.xml.utils.MutableAttrListImpl
Add the contents of the attribute list to this list.
addAttributes(Node) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Copy DOM attributes to the result element.
addBatch() - Method in class weblogic.jdbc.oci.Statement
 
addBatch() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
addBatch() - Method in class weblogic.jdbc.pool.PreparedStatement
 
addBatch(String) - Method in class weblogic.jdbc.informix4.Statement
 
addBatch(String) - Method in class weblogic.jdbc.oci.Statement
 
addBatch(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
addBatch(String) - Method in class weblogic.jdbc.pool.Statement
 
addComponent(ComponentMBean) - Method in interface weblogic.management.configuration.ApplicationMBean
Add a component to this application.
addConnectionConsumer(JMSConnectionConsumerMBean) - Method in interface weblogic.management.configuration.JMSSessionPoolMBean
Add a connection consumer to the SessionPool.
addConnectionEventListener(ConnectionEventListener) - Method in class weblogic.jdbc.oci.xa.XAConnection
 
addContentSpecNode(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addDelegateCatalog(String, XCatalog) - Method in class weblogic.apache.xerces.readers.XCatalog
Adds a delegate mapping.
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a JMSDestination to the JMS Server
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSTemplateMBean
Add a destination to the template.
addDestinationKey(JMSDestinationKeyMBean) - Method in interface weblogic.management.configuration.JMSDestCommonMBean
Add a destination key to the template or destination.
addElement(AreaElement) - Method in class weblogic.html.MapElement
Deprecated. Adds the specified AreaElement to a MapElement.
addElement(ColElement) - Method in class weblogic.html.ColGroupElement
Deprecated. Adds a ColElement to a ColGroupElement.
addElement(ColGroupElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a ColGroupElement to a TableElement.
addElement(DefinitionItem) - Method in class weblogic.html.DefinitionList
Deprecated. Adds a DefinitionItem to a DefinitionList.
addElement(FrameElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameElement to a FrameSetElement.
addElement(FrameSetElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameSetElement to a FrameSetElement.
addElement(HtmlElement) - Method in class weblogic.html.DivElement
Deprecated. Adds an HtmlElement to a DivElement.
addElement(HtmlElement) - Method in class weblogic.html.ListElement
Deprecated. Adds an HtmlElement to a ListElement.
addElement(HtmlElement) - Method in class weblogic.html.SpanElement
Deprecated. Adds an HtmlElement to a SpanElement.
addElement(HtmlElement) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds an HtmlElement to a NoScriptElement.
addElement(HtmlElement) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified HtmlElement to an AppletElement.
addElement(HtmlElement) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds an HtmlElement to a NoFramesElement.
addElement(HtmlElement) - Method in class weblogic.html.FormElement
Deprecated. Adds an HtmlElement to a FormElement.
addElement(HtmlElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
addElement(HtmlElement) - Method in class weblogic.html.BodyElement
Deprecated. Adds an element to the HtmlContainer of a BodyElement.
addElement(HtmlElement) - Method in class weblogic.html.FieldsetElement
Deprecated. Adds an HtmlElement to a FieldsetElement.
addElement(HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement to an HtmlContainer.
addElement(int) - Method in class weblogic.apache.xml.utils.IntVector
Append a int onto the vector.
addElement(ListItem) - Method in class weblogic.html.ListElement
Deprecated. Adds a ListItem to a ListElement.
addElement(Node) - Method in class weblogic.apache.xml.utils.NodeVector
Append a Node onto the vector.
addElement(Node) - Method in class weblogic.apache.xpath.NodeSet
Append a Node onto the vector.
addElement(NoFramesElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a NoFramesElement to a FrameSetElement.
addElement(OptionElement) - Method in class weblogic.html.SelectElement
Deprecated. Adds an OptionElement to a SelectElement.
addElement(String) - Method in class weblogic.apache.xml.utils.StringVector
Append a string onto the vector.
addElement(String) - Method in class weblogic.html.DivElement
Deprecated. Adds a StringElement to a DivElement.
addElement(String) - Method in class weblogic.html.ListElement
Deprecated. Adds a string to a ListElement.
addElement(String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection to a SelectElement.
addElement(String) - Method in class weblogic.html.SpanElement
Deprecated. Adds a StringElement to a SpanElement.
addElement(String) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds a string to a NoScriptElement.
addElement(String) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified StringElement to an AppletElement.
addElement(String) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds a string to a NoFramesElement.
addElement(String) - Method in class weblogic.html.FormElement
Deprecated. Adds a string to a FormElement.
addElement(String) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified string as a TableDataElement to a TableRowElement.
addElement(String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string to an HtmlContainer.
addElement(String, HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement identified by the specified key to an HtmlContainer.
addElement(String, String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection and an associated value to a SelectElement.
addElement(String, String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string identified by the specified key to an HtmlContainer.
addElement(StringToStringTable) - Method in class weblogic.apache.xml.utils.StringToStringTableVector
Append a StringToStringTable object onto the vector.
addElement(TableDataElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified TableDataElement to a TableRowElement.
addElement(TableRowElement) - Method in class weblogic.html.TFootElement
Deprecated. Adds a TableRowElement to a TableFootElement.
addElement(TableRowElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TableRowElement to a TableElement.
addElement(TableRowElement) - Method in class weblogic.html.THeadElement
Deprecated.  
addElement(TableRowElement) - Method in class weblogic.html.TBodyElement
Deprecated.  
addElement(TBodyElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TBodyElement to a TableElement.
addElement(TFootElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TFootElement to a TableElement.
addElement(THeadElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a THeadElement to a TableElement.
addElementDecl(QName) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration (forward reference)
addElementDecl(QName) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration (forward reference)
addElementDecl(QName, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration
addElementDecl(QName, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration
addElementDecl(QName, int, int, int, int, int, DatatypeValidator) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addEnabledServer(ServerMBean) - Method in interface weblogic.management.configuration.SNMPTrapSourceMBean
 
addEntityDecl(int, int, int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addEntitySpecRegistryEntry(XMLEntitySpecRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Add a new EntitySpec registry entry
addEntry(Principal, AclEntry) - Method in class weblogic.security.acl.AclImpl
Adds an AclEntry.
addEventListener(String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
addExceptionType(Class) - Method in class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Method addExceptionType
addExtends(Class) - Method in class weblogic.apache.xml.utils.synthetic.Class
Adds an "extends" description for the class or interface represented by this Class object
addExtensionNamespace(String, ExtensionHandler) - Method in class weblogic.apache.xalan.extensions.ExtensionsTable
Register an extension namespace handler.
addExternalEntityDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an entity
addExternalEntityDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an entity
addExternalEntityDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalEntityDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addExternalPEDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalPEDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addFailoverAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addField(Field) - Method in class weblogic.apache.xerces.validators.schema.identity.IdentityConstraint
Adds a field.
addHeadMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addImplements(Class) - Method in class weblogic.apache.xml.utils.synthetic.Class
Adds an "implements" description for the class or interface represented by this Class object
addImports(Stylesheet, boolean, Vector) - Method in class weblogic.apache.xalan.templates.StylesheetRoot
Add the imports in the given sheet to the working importList vector.
addInternalEntityDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal entity
addInternalEntityDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal entity
addInternalEntityDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalEntityDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addInternalPEDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalPEDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Declare entities and notations.
addIterator(LocPathIterator) - Method in class weblogic.apache.xpath.axes.UnionPathIterator
Add an iterator to the union list.
additionalKey - Variable in class weblogicx.jsp.tags.CacheTag
 
AdditiveExpr(int) - Method in class weblogic.apache.xpath.compiler.XPathParser
This has to handle construction of the operations so that they are evaluated in pre-fix order.
addLiteralResultAttribute(AVT) - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Set a literal result attribute (AVTs only).
addLiteralResultAttribute(String) - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Set a literal result attribute (used for xsl attributes).
addLob(OracleLobCloser) - Method in class weblogic.jdbc.oci.Connection
 
addMatcher(XPathMatcher) - Method in class weblogic.apache.xerces.validators.common.XMLValidator.XPathMatcherStack
Adds a matcher.
addMember(Principal) - Method in class weblogic.security.acl.DefaultGroupImpl
Adds the specified member to the group.
addMember(Principal) - Method in class weblogic.security.acl.Everyone
Adds a member to the group.
addMember(Principal) - Method in class weblogic.security.acl.GroupImpl
Adds the specified member to the group.
addMemberInternal(Principal) - Method in class weblogic.security.acl.FlatGroup
Update this object's internal state when adding a member.
addMessageId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addMethod(String, SoapType, SoapType[]) - Method in class weblogic.soap.WebServiceProxy
creates and add a soap method to this proxy with the specified name, return type and parameters.
addMonitor(Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace.
addMonitor(String, Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace value.
addMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addNameToEnumeration(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a name to an enumeration
addNameToEnumeration(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a name to an enumeration
addNewSymbol(String, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addNode(Node) - Method in class weblogic.apache.xalan.transformer.KeyRefIterator
Add a node matching this ref to the cached nodes for this iterator
addNode(Node) - Method in class weblogic.apache.xpath.NodeSet
Add a node to the NodeSet.
addNodeInDocOrder(Node, boolean, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Add the node into a vector of nodes where it should occur in document order.
addNodeInDocOrder(Node, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Add the node into a vector of nodes where it should occur in document order.
addNodes(NodeIterator) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodes(NodeList) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodes(NodeSet) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeIterator, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeList, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNotationDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for a notation
addNotationDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for a notation
addNotationDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addNotationDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addNotationDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addNSDeclsToAttrs() - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Add the attributes that have been declared to the attribute list.
addOwner(Principal, Principal) - Method in class weblogic.security.acl.OwnerImpl
Adds an owner.
addParam(ParamElement) - Method in class weblogic.html.ObjectElement
Deprecated. Adds a ParamElement to an ObjectElement.
addParameter(Class, String) - Method in class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Method addParameter
addParameter(String) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add an untyped value to the parameter list.
addParameterFromElement(Element) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a single parameter to the parameter list formatted as an Element
addParameterFromElement(NodeList) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a section of parameters to the Parameter List Do each element from the list
addParameterWithType(String, String) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a typed parameter to the parameter list.
addParserSelectRegistryEntry(XMLParserSelectRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Add a new ParserSelect registry entry
addPermission(Permission) - Method in class weblogic.security.acl.AclEntryImpl
Adds the specified permission to this ACL entry.
addPrimaryAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addProperties(Map) - Method in interface weblogic.transaction.Transaction
Adds a set of properties to a transaction by calling setProperty for all elements of props.
addPublicMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a public to system identifier mapping.
addQbe(String, float) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a float value.
addQbe(String, int) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a string value.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.framework.XMLParser
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in interface weblogic.apache.xerces.readers.XMLEntityReaderFactory
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultReaderFactory
Adds a recognizer.
addRecord() - Method in class weblogic.db.jdbc.DataSet
Adds a new Record to a DataSet.
addRecord() - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The WebLogic Event api is deprecated.
addRegistryEntry(XMLRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Deprecated.  
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Remember a required but undeclared notation.
AddressElement - class weblogic.html.AddressElement.
Deprecated.  
AddressElement() - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an empty AddressElement.
AddressElement(HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String, HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified URL and author information.
addRow(int) - Method in class weblogic.html.TableElement
Deprecated. Adds a row with the specified number of columns to the TableElement.
addScript(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getHead().addElement()
addSequenceListener(SequenceListener) - Method in class weblogic.common.Sequencer
Adds a single SequenceListener to a Sequence.
addSessionPool(JMSSessionPoolMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a session pool to the JMS Server.
addSNMPAttributeChange(SNMPAttributeChangeMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPCounterMonitor(SNMPCounterMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPGaugeMonitor(SNMPGaugeMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPLogFilter(SNMPLogFilterMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPProxy(SNMPProxyMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPStringMonitor(SNMPStringMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addString(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Add a region of this buffer to the string pool.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool
addString(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addString(StringPool.StringProducer, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addStringToList(int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSubsystemName(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addSymbol(int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Add a region of this buffer to the StringPool as a symbol
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool as a symbol
addSymbol(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(StringPool.StringProducer, int, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbolToCache(String, int, int) - Method in class weblogic.apache.xerces.utils.SymbolCache
 
addSystemMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a system identifier alias.
addTarget(TargetMBean) - Method in interface weblogic.management.configuration.DeploymentMBean
Add a target
addTargetedTrapDestination(SNMPTrapDestinationMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addToEnvironment(String, Object) - Method in class weblogic.soap.http.SoapContext
 
addToRecords(String, Record) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated.  
addToWaitList(AxesWalker) - Method in class weblogic.apache.xpath.axes.LocPathIterator
Add a walker to the waiting list.
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.trace.TraceManager
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in interface weblogic.apache.xalan.xslt.XSLTProcessor
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Add a trace listener for the purposes of debugging and diagnosis.
addUniqueLeafNode(int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
create an XMLContentSpec for a leaf
addUniqueLeafNode(int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
create an XMLContentSpec for a leaf
addUnparsedEntityDecl(int, int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addUnquotedQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addUserId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addValue(Field, String) - Method in class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
Adds the specified value to the value store.
addValue(Field, String) - Method in interface weblogic.apache.xerces.validators.schema.identity.ValueStore
Adds the specified value to the value store.
addWarning(SQLWarning) - Method in class weblogic.jdbc.oci.Statement
 
addWebServer(WebServerMBean) - Method in interface weblogic.management.configuration.WebDeploymentMBean
Add a target
ADMIN_JNDI_NAME - Static variable in interface weblogic.management.MBeanHome
The JNDI name used to access the domainwide administration MBeanHome from the JNDI tree of the admin server.
admin() - Method in interface weblogic.common.T3ServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
AdminPermissions - class weblogic.security.acl.AdminPermissions.
This class contains system-wide weblogic.admin permission names.
AdminPermissions() - Constructor for class weblogic.security.acl.AdminPermissions
 
AdminServicesDef - interface weblogic.common.AdminServicesDef.
Deprecated. Deprecated in WebLogic Server 6.1.
adoptNode(Node) - Method in class weblogic.apache.xerces.dom.DocumentImpl
DOM Level 3 Prototype: Change the node's ownerDocument, and its subtree, to this Document
adorn(TableDataElement, PropertyDescriptor) - Static method in class weblogic.html.BeanHTML
Deprecated. Adds various annotations to the HTML element based on descriptor values.
advance(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n days.
advanceMonths(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n months worth of days.
advanceYears(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n years worth of days.
AFTERDELETE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after a delete is executed.
AFTERINSERT - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an insert is executed.
afterLast() - Method in class weblogic.jdbc.pool.ResultSet
 
AFTERUPDATE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an update is executed.
ALERT - Static variable in class weblogic.logging.Severities
A particular service is in an unusable state.
ALERT - Static variable in interface weblogic.management.configuration.DomainLogFilterMBean
 
ALERT_TEXT - Static variable in class weblogic.logging.Severities
 
aliceblue - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
AlignType - class weblogic.html.AlignType.
Deprecated.  
AlignType(String) - Constructor for class weblogic.html.AlignType
Deprecated. Constructor.
aLinkColor - Static variable in class weblogic.html.BodyElement
Deprecated. Constant for ALINK tag in BODY element.
all - Static variable in class weblogic.html.MediaType
Deprecated. Sets the type to "all."
all - Static variable in class weblogic.html.RulesType
Deprecated. Places rules between all rows and all columns.
all - Static variable in class weblogic.html.BorderstyleType
Deprecated. Draws boxes around the frame of a table and all cells without regard to their contents.
all - Static variable in class weblogic.html.ClearType
Deprecated. Moves the element down until both margins are clear.
ALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
allArrayPropSetters() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
allocateConnection(ConnectionEnv) - Method in class weblogic.jdbc.pool.Driver
 
allow - Variable in class weblogic.html.WebPage
Deprecated.  
allow() - Method in class weblogic.html.WebPage
Deprecated. Gets the allow information for a WebPage.
allow(String) - Method in class weblogic.html.WebPage
Deprecated. Sets the allow information for a WebPage to the specified string.
allowGrammarAccess - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Allow grammar access.
allowmixedmetadata - Variable in class weblogic.jdbc.oci.Connection
 
allProceduresAreCallable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
allProceduresAreCallable() - Method in class weblogic.jdbc.pool.DatabaseMetaData
 
allRecordsRetrieved() - Method in class weblogic.db.jdbc.DataSet
Determines whether all records for a DataSet have been retrieved.
allTablesAreSelectable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
allTablesAreSelectable() - Method in class weblogic.jdbc.pool.DatabaseMetaData
 
ALPHA_SIZE - Static variable in class weblogic.apache.xml.utils.Trie
Size of the m_nextChar array.
AlreadyBoundException - exception weblogic.rmi.AlreadyBoundException.
Class for handling Exceptions thrown when an operation attempts to bind a name already in use for another Remote object in the registry.
AlreadyBoundException() - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException without a message.
AlreadyBoundException(String) - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified message.
AlterIndexType - Static variable in class weblogic.jdbc.informix4.Statement
 
AlterType - Static variable in class weblogic.jdbc.informix4.Statement
 
ANCESTORHASXMLNS - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant indicating an ancestor has an XMLNS attribute
ANCESTORNOXMLNS - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant indicating ancestors don't have an XMLNS attribute
AncestorOrSelfWalker - class weblogic.apache.xpath.axes.AncestorOrSelfWalker.
Walker for the 'ancestor-or-self' axes.
AncestorOrSelfWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AncestorOrSelfWalker
Construct an AncestorOrSelfWalker using a LocPathWalker.
AncestorStepPattern - class weblogic.apache.xpath.patterns.AncestorStepPattern.
Implements a match pattern step that tests an ancestor.
AncestorStepPattern(int) - Constructor for class weblogic.apache.xpath.patterns.AncestorStepPattern
Construct an AncestorStepPattern that doesn't test for node names.
AncestorStepPattern(int, String, String) - Constructor for class weblogic.apache.xpath.patterns.AncestorStepPattern
Construct an AncestorStepPattern that tests for namespaces and node names.
AncestorWalker - class weblogic.apache.xpath.axes.AncestorWalker.
Walker for the 'ancestor' axes.
AncestorWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AncestorWalker
Construct an AncestorWalker using a LocPathWalker.
ANCESTORXMLNSUNPROCESSED - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant for ancestors XMLNS atributes not processed
AnchorElement - class weblogic.html.AnchorElement.
Deprecated.  
AnchorElement() - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an empty AnchorElement.
AnchorElement(AnchorType, String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(AnchorType, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified display information and no URL.
AnchorElement(String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified HREF tag.
AnchorElement(String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified URL and display information.
AnchorElement(String, HtmlElement, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, sets the display information to the specified HtmlElement, and sets the display window to the specified string name.
AnchorElement(String, HtmlElement, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified link and display information.
AnchorElement(String, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorType - class weblogic.html.AnchorType.
Deprecated.  
AnchorType(String) - Constructor for class weblogic.html.AnchorType
Deprecated. Constructor.
And - class weblogic.apache.xpath.operations.And.
The 'and' operation expression executer.
And() - Constructor for class weblogic.apache.xpath.operations.And
 
and(int) - Method in class weblogic.apache.xpath.compiler.Compiler
Compile an 'and' operation.
AndExpr() - Method in class weblogic.apache.xpath.compiler.XPathParser
AndExpr ::= EqualityExpr | AndExpr 'and' EqualityExpr
AnnotationError - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
antiquewhite - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
appDcarft - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/dca-rft".
append(char) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append a character to this buffer.
append(char) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(char) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append a single character onto the FastStringBuffer, growing the storage if necessary.
append(char) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char argument to this string buffer.
append(char[]) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char[] argument to this string buffer.
append(char[], int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append characters to this buffer.
append(char[], int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(char[], int, int) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append part of the contents of a Character Array onto the FastStringBuffer, growing the storage if necessary.
append(ChunkyCharArray, int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a ChunkyCharArray to this buffer.
append(FastStringBuffer) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.
append(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string representation of the int argument to this string buffer.
append(Node) - Method in class weblogic.apache.xml.utils.DOMBuilder
Append a node to the current container.
append(String) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a String to this buffer
append(String) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of a String onto the FastStringBuffer, growing the storage if necessary.
append(String) - Method in class weblogic.html.PlainPage
Deprecated. Appends a string at the end of a PlainPage.
append(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument to this string buffer.
append(StringBuffer) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of a StringBuffer onto the FastStringBuffer, growing the storage if necessary.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Append data from a CharBuffer to this chunk.
appendAndPush(StylesheetHandler, ElemTemplateElement) - Method in class weblogic.apache.xalan.processor.ProcessorTemplateElem
Append the current template element to the current template element, and then push it onto the current template element stack.
appendAndPush(StylesheetHandler, ElemTemplateElement) - Method in class weblogic.apache.xalan.processor.ProcessorText
Append the current template element to the current template element, and then push it onto the current template element stack.
appendChild(int, int) - Method in class weblogic.apache.xerces.dom.DeferredDocumentImpl
Appends a child to the specified parent in the table.
appendChild(Node) - Method in class weblogic.apache.xalan.stree.Parent
Append a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.stree.DocumentImpl
Append a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemTemplateElement
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemForEach
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemCallTemplate
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemChoose
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemSort
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemAttribute
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemCopyOf
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemAttributeSet
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemNumber
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemComment
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemValueOf
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemPI
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemApplyImport
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xalan.templates.ElemText
Add a child to the child list.
appendChild(Node) - Method in class weblogic.apache.xerces.dom.NodeImpl
Adds a child node to the end of the list of children for this node.
appendChild(Node) - Method in class weblogic.apache.xml.utils.UnImplNode
Unimplemented.
appendData(String) - Method in class weblogic.apache.xalan.lib.sql.ColumnData
Not supported.
appendData(String) - Method in class weblogic.apache.xerces.dom.CharacterDataImpl
Concatenate additional characters onto the end of the data stored in this node.
appendData(String) - Method in class weblogic.apache.xml.utils.UnImplNode
Unimplemented.
appendDate() - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendMonth(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendNodes(NodeVector) - Method in class weblogic.apache.xml.utils.NodeVector
Append the nodes to the list.
appendNodes(NodeVector) - Method in class weblogic.apache.xpath.NodeSet
Append the nodes to the list.
appendPath(String) - Method in class weblogic.apache.xerces.utils.URI
Append to the end of the path of this URI.
appendPath(String) - Method in class weblogic.apache.xml.utils.URI
Append to the end of the path of this URI.
appendQuotedValueOrDash(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument with quotes or a dash to the string buffer.
appendStatusCode(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the Staus code to the string buffer.
appendTime() - Method in class weblogic.servlet.logging.FormatStringBuffer
 
appendTwoDigits(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends two digits to the string buffer.
appendValueOrDash(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument or a dash if null to the string buffer.
appendValueOrEmpty(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string representation of the string argument or nothing if null to this string buffer.
appendWarning(SQLWarning) - Method in class weblogic.jdbc.informix4.BaseHandler
Adds given warning to the chain of warnings for this handler.
appendYear(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
 
AppletElement - class weblogic.html.AppletElement.
Deprecated.  
AppletElement(String, int, int) - Constructor for class weblogic.html.AppletElement
Deprecated. Constructs an AppletElement with the three parameters that are required: code, width, and height.
AppletElement(String, int, int, AlignType) - Constructor for class weblogic.html.AppletElement
Deprecated. Constructs an AppletElement with the specified code, width, height, and alignment.
ApplicationMBean - interface weblogic.management.configuration.ApplicationMBean.
An application represents a J2EE application contained in a EAR file or EAR directory.
ApplicationToMonitorInterface - interface weblogic.wtc.jatmi.ApplicationToMonitorInterface.
This interface represents atmi in java, or jatmi.
applyTemplateToNode(ElemTemplateElement, ElemTemplateElement, Node, QName) - Method in class weblogic.apache.xalan.transformer.TransformerImpl
Given an element and mode, find the corresponding template and process the contents.
appMacbinhex40 - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/mac-binhex40".
appMsword - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/msword".
appPdf - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/pdf".
appPostscript - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/postscript".
appRtf - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/rtf".
appSgml - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/sgml".
appZip - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/zip".
aqua - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
aquamarine - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
arabic - Static variable in class weblogic.html.OrderedList
Deprecated.  
archive(int, int, String) - Method in class weblogic.jdbc.pool.Connection
 
AreaElement - class weblogic.html.AreaElement.
Deprecated.  
AreaElement() - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an empty AreaElement.
AreaElement(Object, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement with the specified java.awt.Rectangle or java.awt.Polygon and sets the HREF to the specified URL.
AreaElement(String, int[], String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates and the specified URL.
AreaElement(String, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates, and sets the NOHREF attribute.
AreaElement(String, String, String) - Constructor for class weblogic.html.AreaElement
Deprecated. Constructs an AreaElement of the specified shape, with the specified coordinates, and sets the value for the HREF attribute to the specified URL.
Arg - class weblogic.apache.xpath.Arg.
This class holds an instance of an argument on the stack.
Arg() - Constructor for class weblogic.apache.xpath.Arg
Construct a dummy parameter argument, with no QName and no value (either expression string or value XObject).
arg(int) - Method in class weblogic.apache.xpath.compiler.Compiler
Compile a function argument.
Arg(QName, String, boolean) - Constructor for class weblogic.apache.xpath.Arg
Construct a parameter argument that contains an expression.
Arg(QName, XObject) - Constructor for class weblogic.apache.xpath.Arg
Construct a parameter argument which has an XObject value.
Arg(QName, XObject, boolean) - Constructor for class weblogic.apache.xpath.Arg
Construct a parameter argument.
Argument() - Method in class weblogic.apache.xpath.compiler.XPathParser
Argument ::= Expr
arrayComponentTypeLoop() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
asAnchorElement(String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an AnchorElement with the NAME attribute set to the specified anchorname.
asBigDecimal() - Method in class weblogic.db.jdbc.Value
Returns the BigDecimal value of a Value object.
asBigDecimal(int) - Method in class weblogic.db.jdbc.Value
Returns the BigDecimal value of a Value object.
asBigElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BigElement.
asBlockquoteElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BlockquoteElement.
asBoldElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a BoldElement.
asBoolean() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a boolean.
asBoolean() - Method in class weblogic.db.jdbc.Value
Returns the boolean value of a Value object.
asByte() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a byte.
asByte() - Method in class weblogic.db.jdbc.Value
Returns the byte value of a Value object.
asBytes() - Method in class weblogic.db.jdbc.Value
Returns the byte[] value of a Value object.
asCenteredElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CenteredElement.
asChar() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a char.
AsciiInputStream - class weblogic.jdbc.informix4.AsciiInputStream.
 
AsciiInputStream(InputStream, int) - Constructor for class weblogic.jdbc.informix4.AsciiInputStream
 
asCiteElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CiteElement.
asCodeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CodeElement.
asCommentElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a CommentElement.
asContentHandler() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Return a ContentHandler interface into this serializer.
asContentHandler() - Method in interface weblogic.apache.xalan.serialize.Serializer
Return a ContentHandler interface into this serializer.
asContentHandler() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a ContentHandler interface into this serializer.
asContentHandler() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asDate() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a Date.
asDate() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Date value of a Value object.
asDefineTermElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a DefineTermElement.
asDocumentHandler() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a DocumentHandler interface into this serializer.
asDocumentHandler() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asDOMSerializer() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Return a DOMSerializer interface into this serializer.
asDOMSerializer() - Method in interface weblogic.apache.xalan.serialize.Serializer
Return a DOMSerializer interface into this serializer.
asDOMSerializer() - Method in interface weblogic.apache.xml.serialize.Serializer
Return a DOMSerializer interface into this serializer.
asDOMSerializer() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
asDouble() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a double.
asDouble() - Method in class weblogic.db.jdbc.Value
Returns the double value of a Value object.
asEmphasisElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a EmphasisElement.
asFloat() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a float.
asFloat() - Method in class weblogic.db.jdbc.Value
Returns the float value of a Value object.
asFontElement(int) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
asFontElement(String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
asFontElement(String, String) - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a FontElement set to the specified size and color.
asFormattedString(String, int[]) - Method in class weblogic.db.jdbc.Record
Returns the value of each column in a Record as a formatted String.
asHtmlContainer() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an HtmlContainer.
asInt() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a int.
asInt() - Method in class weblogic.db.jdbc.Value
Returns the integer value of a Value object.
asItalicElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as an ItalicElement.
asKeyboardElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as an KeyboardElement.
asLiteralElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as a LiteralElement.
asLong() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a long.
asLong() - Method in class weblogic.db.jdbc.Value
Returns the long value of a Value object.
asNodeIterator() - Method in class weblogic.apache.xpath.objects.XRTreeFrag
Cast result object to a NodeIterator.
asObject() - Method in class weblogic.common.ParamValue
Returns a ParamValue as an Object.
asParagraphElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a ParagraphElement.
asSampleElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns HtmlElement as a SampleElement.
assert(boolean, String) - Method in class weblogic.apache.xpath.Expression
Tell the user of an assertion error, and probably throw an exception.
assert(boolean, String) - Method in class weblogic.apache.xpath.XPath
Tell the user of an assertion error, and probably throw an exception.
assert(boolean, String) - Method in class weblogic.apache.xpath.compiler.Compiler
Tell the user of an assertion error, and probably throw an exception.
assessTrust(Object[]) - Method in class weblogic.rmi.RMISecurityManager
 
asShort() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a short.
asShort() - Method in class weblogic.db.jdbc.Value
Returns the short value of a Value object.
asSmallElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SmallElement.
associateTransaction(Message) - Method in interface weblogic.jms.extensions.MDBTransaction
This method infects an unacknowledged, non-transactional message with the current transaction.
asStrikeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a StrikeElement.
asString() - Method in class weblogic.common.ParamValue
Returns a ParamValue as a String.
asString() - Method in class weblogic.db.jdbc.Value
Returns the String value of a Value object.
asStrongElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a StrongElement.
asSubscriptElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SubscriptElement.
asSuperscriptElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a SuperscriptElement.
asTeletypeElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as a TeletypeElement.
asTime() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Time value of a Value object.
asTimestamp() - Method in class weblogic.db.jdbc.Value
Returns the java.sql.Timestamp value of a Value object.
asUnderlineElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an UnderlineElement.
asUtilDate() - Method in class weblogic.db.jdbc.Value
Returns the java.util.Date value of a Value object.
asVariableElement() - Method in class weblogic.html.HtmlElement
Deprecated. Returns an HtmlElement as an VariableElement.
asyncForward() - Method in class weblogicx.jsp.tags.CacheTag
 
atEndOfInput() - Method in class weblogic.apache.xerces.framework.XMLDocumentScanner
Tell if scanner has reached end of input
atEOF(int) - Method in class weblogic.apache.xerces.utils.ChunkyByteArray
Test to see if an offset is at the end of the input data.
ATT_ABSTRACT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_ATTRIBUTEFORMDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BASE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BLOCK - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_BLOCKDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_CONTENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_DEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_DERIVEDBY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_ELEMENTFORMDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FINAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FINALDEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_FORM - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_ITEMTYPE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MAXOCCURS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MEMBERTYPES - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MINOCCURS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_MIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NAMESPACE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_NULLABLE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_PROCESSCONTENTS - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_PUBLIC - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_REF - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_REFER - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_SCHEMALOCATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_SUBSTITUTIONGROUP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_SYSTEM - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_TARGETNAMESPACE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_TYPE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_USE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_VALUE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATT_XPATH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTACH - Static variable in interface weblogic.workspace.common.WorkspaceDef
Constant for use when attaching to an existing Workspace.
AttList - class weblogic.apache.xml.utils.AttList.
Wraps a DOM attribute list in a SAX Attributes.
AttList(NamedNodeMap, DOMHelper) - Constructor for class weblogic.apache.xml.utils.AttList
Constructor AttList
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an attribute list declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report an attribute type declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class weblogic.apache.xerces.parsers.DOMParser
<!ATTLIST Name AttDef>
attlistHead - Variable in class weblogic.apache.xerces.validators.schema.TraverseSchema.ComplexTypeInfo
 
AttMissingType - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
attrChange - Variable in class weblogic.apache.xerces.dom.events.MutationEventImpl
 
ATTRIBUTE - Static variable in class weblogic.apache.xerces.validators.schema.identity.XPath.Axis
Type: attribute.
attribute(QName, QName, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an attribute associated to the previous start element tag.
attribute(QName, QName, int) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Signal the scanning of an attribute associated to the previous start element tag.
AttributeAddNotification - class weblogic.management.AttributeAddNotification.
The notification broadcasted by a WebLogicMBean when an adder is invoked.
AttributeAddNotification(ObjectName, String, Object) - Constructor for class weblogic.management.AttributeAddNotification
This contructor is superseded by following constructor
AttributeAddNotification(ObjectName, String, String, Object) - Constructor for class weblogic.management.AttributeAddNotification
 
attributeDecl(String, String, String, String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
attributeDequote(String) - Static method in class weblogicx.jsp.tags.validators.CustomizableAdapter
 
AttributeIterator - class weblogic.apache.xpath.axes.AttributeIterator.
This class implements an optimized iterator for attribute axes patterns.
AttributeIterator(Compiler, int, int) - Constructor for class weblogic.apache.xpath.axes.AttributeIterator
Create a AttributeIterator object.
AttributeMap - class weblogic.apache.xerces.dom.AttributeMap.
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributeMap(ElementImpl, NamedNodeMapImpl) - Constructor for class weblogic.apache.xerces.dom.AttributeMap
Constructs a named node map.
AttributeRemoveNotification - class weblogic.management.AttributeRemoveNotification.
The notification broadcasted by a WebLogicMBean when an remover is invoked.
AttributeRemoveNotification(ObjectName, String, Object) - Constructor for class weblogic.management.AttributeRemoveNotification
This contructor is superseded by following constructor
AttributeRemoveNotification(ObjectName, String, String, Object) - Constructor for class weblogic.management.AttributeRemoveNotification
 
attributes - Variable in class weblogic.apache.xerces.dom.ElementImpl
Attributes.
attributes - Variable in class weblogic.apache.xerces.dom.ElementDefinitionImpl
Default attributes.
attributes() - Method in class weblogic.db.jdbc.Schema
 
attributes() - Method in class weblogic.db.jdbc.TableDataSet
Returns the set of attributes with which a TableDataSet was constructed.
AttributeWalker - class weblogic.apache.xpath.axes.AttributeWalker.
Walker for the 'attribute' axes.
AttributeWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AttributeWalker
Construct an AttributeWalker using a LocPathWalker.
AttributeWalkerOneStep - class weblogic.apache.xpath.axes.AttributeWalkerOneStep.
This walker should be used when the walker is at the end of a location path, or is the only step.
AttributeWalkerOneStep(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AttributeWalkerOneStep
Construct an AxesWalker using a LocPathIterator.
AttrImpl - class weblogic.apache.xalan.stree.AttrImpl.
Class to hold information about an attribute node.
AttrImpl - class weblogic.apache.xerces.dom.AttrImpl.
Attribute represents an XML-style attribute of an Element.
AttrImpl() - Constructor for class weblogic.apache.xerces.dom.AttrImpl
 
AttrImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.AttrImpl
Attribute has no public constructor.
AttrImplNS - class weblogic.apache.xalan.stree.AttrImplNS.
Class to hold information about an attribute node with a name space
ATTRNAME_AMOUNT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ANCESTOR - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ARCHIVE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ATTRIBUTE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ATTRIBUTE_SET - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CASEORDER - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CLASS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CLASSID - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CODEBASE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CODETYPE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_CONDITION - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_COPYTYPE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_COUNT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DATATYPE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DECIMALSEPARATOR - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DEFAULT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DEFAULTSPACE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DEPTH - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DIGIT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DIGITGROUPSEP - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_DISABLE_OUTPUT_ESCAPING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ELEMENT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ELEMENTS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_EXCLUDE_RESULT_PREFIXES - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_EXPR - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_EXTENSIONELEMENTPREFIXES - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_FORMAT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_FROM - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_GROUPINGSEPARATOR - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_GROUPINGSIZE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_HREF - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ID - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_IMPORTANCE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_INDENTRESULT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_INFINITY - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_LANG - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_LETTERVALUE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_LEVEL - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_MATCH - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_METHOD - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_MINUSSIGN - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_MODE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_NAME - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_NAMESPACE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_NAN - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_NDIGITSPERGROUP - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_NS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ONLY - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_ORDER - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_CDATA_SECTION_ELEMENTS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_DOCTYPE_PUBLIC - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_DOCTYPE_SYSTEM - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_ENCODING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_INDENT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_MEDIATYPE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_METHOD - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_OMITXMLDECL - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_STANDALONE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_OUTPUT_VERSION - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_PATTERNSEPARATOR - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_PERCENT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_PERMILLE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_PRIORITY - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_REFID - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_RESULT_PREFIX - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_RESULTNS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_SELECT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_SEQUENCESRC - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_STYLE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_STYLESHEET_PREFIX - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_TERMINATE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_TEST - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_TOSTRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_TYPE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_USE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_USEATTRIBUTESETS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_VALUE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_VERSION - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_XMLNS - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_XMLNSDEF - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_XMLSPACE - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
ATTRNAME_XXXX - Static variable in class weblogic.apache.xalan.templates.Constants
temp dummy
ATTRNAME_ZERODIGIT - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL attribute names.
AttrNSImpl - class weblogic.apache.xerces.dom.AttrNSImpl.
AttrNSImpl inherits from AttrImpl and adds namespace support.
AttrNSImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(DocumentImpl, String, String) - Constructor for class weblogic.apache.xerces.dom.AttrNSImpl
DOM2: Constructor for Namespace implementation.
ATTRVAL_ALPHABETIC - Static variable in class weblogic.apache.xalan.templates.Constants
For letter-value attribute (part of conversion attributes).
ATTRVAL_ANCESTOR - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for my patterns-by-example
ATTRVAL_ANY - Static variable in class weblogic.apache.xalan.templates.Constants
For level attribute in xsl:number.
ATTRVAL_CASEORDER_LOWER - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_CASEORDER_UPPER - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_DATATYPE_NUMBER - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_DATATYPE_TEXT - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_DEFAULT_PREFIX - Static variable in class weblogic.apache.xalan.templates.Constants
For Stylesheet-prefix and result-prefix in xsl:namespace-alias
ATTRVAL_ID - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for my patterns-by-example
ATTRVAL_INFINITY - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for Decimal-format
ATTRVAL_MULTI - Static variable in class weblogic.apache.xalan.templates.Constants
For level attribute in xsl:number.
ATTRVAL_NAN - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for Decimal-format
ATTRVAL_NO - Static variable in class weblogic.apache.xalan.templates.Constants
For indent-result
ATTRVAL_ORDER_ASCENDING - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_ORDER_DESCENDING - Static variable in class weblogic.apache.xalan.templates.Constants
Stuff for sorting
ATTRVAL_OTHER - Static variable in class weblogic.apache.xalan.templates.Constants
For letter-value attribute (part of conversion attributes).
ATTRVAL_OUTPUT_METHOD_HTML - Static variable in class weblogic.apache.xalan.templates.Constants
Mnemonics for the possible values of the xsl:output element's method= attribute: ATTRVAL_OUTPUT_METHOD_XML = Use an XML formatter to produce the output document (basic XSLT operation). ATTRVAL_OUTPUT_METHOD_HTML: Use an HTML formatter to produce the output document.
ATTRVAL_OUTPUT_METHOD_TEXT - Static variable in class weblogic.apache.xalan.templates.Constants
Mnemonics for the possible values of the xsl:output element's method= attribute: ATTRVAL_OUTPUT_METHOD_XML = Use an XML formatter to produce the output document (basic XSLT operation). ATTRVAL_OUTPUT_METHOD_HTML: Use an HTML formatter to produce the output document.
ATTRVAL_OUTPUT_METHOD_XML - Static variable in class weblogic.apache.xalan.templates.Constants
Mnemonics for the possible values of the xsl:output element's method= attribute: ATTRVAL_OUTPUT_METHOD_XML = Use an XML formatter to produce the output document (basic XSLT operation). ATTRVAL_OUTPUT_METHOD_HTML: Use an HTML formatter to produce the output document.
ATTRVAL_PARENT - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for my patterns-by-example
ATTRVAL_PRESERVE - Static variable in class weblogic.apache.xalan.templates.Constants
 
ATTRVAL_SINGLE - Static variable in class weblogic.apache.xalan.templates.Constants
For level attribute in xsl:number.
ATTRVAL_STRIP - Static variable in class weblogic.apache.xalan.templates.Constants
 
ATTRVAL_THIS - Static variable in class weblogic.apache.xalan.templates.Constants
some stuff for my patterns-by-example
ATTRVAL_TRADITIONAL - Static variable in class weblogic.apache.xalan.templates.Constants
For letter-value attribute (part of conversion attributes).
ATTRVAL_YES - Static variable in class weblogic.apache.xalan.templates.Constants
For indent-result
ATTVAL_BASE64 - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_BOOLEAN - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_DEFAULT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_ELEMENTONLY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_EMPTY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_EXTENSION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_FALSE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_FIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_HEX - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_ID - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_LAX - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MAXLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MINLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_MIXED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_NCNAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_OPTIONAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_POUNDALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_PROHIBITED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_QNAME - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_QUALIFIED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_REQUIRED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_RESTRICTION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_SKIP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_STRING - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_SUBSTITUTIONGROUP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TEXTONLY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TIMEDURATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TRUE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDANY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDLOCAL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_TWOPOUNDOTHER - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_UNQUALIFIED - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_URI - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVAL_URIREFERENCE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ATTVALUE_RESULT_COMPLEX - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
ATTVALUE_RESULT_INVALID_CHAR - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
ATTVALUE_RESULT_LESSTHAN - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanAttValue method.
audio32kadpcm - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "audio/32kadpcm".
audioBasic - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "audio/basic".
AudioPage - class weblogic.html.AudioPage.
Deprecated.  
AudioPage(byte[]) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructor used with servlets.
AudioPage(String) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructor used with Servlets.
AudioPage(String, byte[]) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructs an AudioPage object of the specified type with the specified data.
AudioPage(String, String) - Constructor for class weblogic.html.AudioPage
Deprecated. Constructs an AudioPage object of the specified type with the specified file.
Audit - class weblogic.security.audit.Audit.
The usual entrypoint for subsystems that perform security audit logging operations.
AuditProvider - interface weblogic.security.audit.AuditProvider.
Security audit service provider's interface.
authCertificates(String, Vector) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on any X.509 certificates the user has presented.
Authenticate - class weblogic.security.auth.Authenticate.
Authenticate.
Authenticate() - Constructor for class weblogic.security.auth.Authenticate
 
authenticate(Environment, Subject) - Static method in class weblogic.security.auth.Authenticate
Execute WLS client login using supplied environment parameters, add authenticated user to subject
authenticate(String, Certificate[], boolean) - Method in interface weblogic.security.acl.CertAuthenticator
Authenticate a user based on a certificate chain they have presented.
authenticate(String, Certificate[], boolean) - Static method in class weblogic.security.acl.CertAuthentication
Authenticate a user based on a certificate chain they have presented.
authenticate(String, Vector, boolean) - Static method in class weblogic.security.acl.CertAuthentication
Authenticate a user based on a chain of certificates they have presented.
authenticate(UserInfo) - Method in interface weblogic.security.acl.SecurityService
 
authenticate(UserInfo) - Method in class weblogic.security.acl._SecurityService_Stub
 
authenticate(UserInfo) - Method in class weblogic.security.acl.CachingRealm
Attempt to authenticate the given user.
authenticate(UserInfo) - Method in class weblogic.security.acl.AbstractListableRealm
Check whether some User matches the presented UserInfo and accept its credentials.
authenticate(UserInfo) - Static method in class weblogic.security.acl.Realm
Authenticates the user, based on a UserInfo structure.
AUTHENTICATED - Static variable in class weblogic.servlet.security.ServletAuthentication
Return value of a successful authentication
authenticateUser(String, UserInfo, User) - Method in interface weblogic.security.audit.AuditProvider
A request was made to authenticate a user.
authenticateUser(String, UserInfo, User) - Static method in class weblogic.security.audit.Audit
 
AuthenticationException - exception weblogic.security.AuthenticationException.
Signals an authentication error.
AuthenticationException() - Constructor for class weblogic.security.AuthenticationException
Constructs an AuthenticationException with no detail message.
AuthenticationException(String) - Constructor for class weblogic.security.AuthenticationException
Constructs an AuthenticationException with the specified detail message.
AUTHENTICATOR_PROPERTY - Static variable in interface weblogic.common.ProxyAuthenticator
 
AuthFilter - class weblogic.servlet.security.AuthFilter.
An implementation of the AuthFilter interface is called via a RequestDispatcher.include() from inside the servlet engine just before and just after Authentication and Authorization.
AuthFilter() - Constructor for class weblogic.servlet.security.AuthFilter
 
authInternal(UserInfo) - Method in class weblogic.security.acl.AbstractListableRealm
The authentication dispatcher.
authNegCache - Variable in class weblogic.security.acl.CachingRealm
Authentication negative cache.
authObject(String, Object, HttpServletRequest) - Static method in class weblogic.servlet.security.ServletAuthentication
Returns a int value for AUTHENTICATED or FAILED_AUTHENTICATION after using the username and credential object to authenticate the user and setting that user information into the session.
authObject(String, Object, HttpSession, HttpServletRequest) - Static method in class weblogic.servlet.security.ServletAuthentication
Returns a int value for AUTHENTICATED or FAILED_AUTHENTICATION after using the username and credential object to authenticate the user and setting that user information into the session.
authPosCache - Variable in class weblogic.security.acl.CachingRealm
Authentication positive cache.
authSSLCertificates(String, Vector) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on any SSL certificates the remote client has presented.
authUserPassword(String, String) - Method in class weblogic.security.acl.AbstractListableRealm
Attempt authentication based on a user name and password.
auto - Static variable in class weblogic.html.ScrollType
Deprecated. Sets scroll bars (horizontal and vertical) so that they are visible if needed to be able to view the entire contents of a frame.
autocommit - Variable in class weblogic.jdbc.informix4.BaseConnection
 
autocommitState() - Method in class weblogic.jdbc.oci.Connection
 
autoIncrement() - Method in class weblogic.db.jdbc.Column
Determines whether a Column is automatically incremented.
available() - Method in class weblogic.jdbc.informix4.AsciiInputStream
 
available() - Method in class weblogic.jdbc.informix4.SimpleInputStream
 
available() - Method in class weblogic.jdbc.informix4.UnicodeInputStream
 
available() - Method in class weblogic.jdbc.informix4.HexInputStream
 
AVT - class weblogic.apache.xalan.templates.AVT.
Class to hold an Attribute Value Template.
AVT(StylesheetHandler, String, String, String, String) - Constructor for class weblogic.apache.xalan.templates.AVT
Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
AVTPart - class weblogic.apache.xalan.templates.AVTPart.
Class to hold a part, either a string or XPath, of an Attribute Value Template.
AVTPart() - Constructor for class weblogic.apache.xalan.templates.AVTPart
Construct a part.
AVTPartSimple - class weblogic.apache.xalan.templates.AVTPartSimple.
Simple string part of a complex AVT.
AVTPartSimple(String) - Constructor for class weblogic.apache.xalan.templates.AVTPartSimple
Construct a simple AVT part.
AVTPartXPath - class weblogic.apache.xalan.templates.AVTPartXPath.
Simple string part of a complex AVT.
AVTPartXPath(String, PrefixResolver, XPathParser, XPathFactory, XPathContext) - Constructor for class weblogic.apache.xalan.templates.AVTPartXPath
Construct a simple AVT part.
AVTPartXPath(XPath) - Constructor for class weblogic.apache.xalan.templates.AVTPartXPath
Construct a simple AVT part.
awaitClose() - Method in class weblogic.security.SSL.SSLSocket
Wait for connection to close.
AXES_END_TYPES - Static variable in class weblogic.apache.xpath.compiler.OpCodes
The end of the axes types.
AXES_START_TYPES - Static variable in class weblogic.apache.xpath.compiler.OpCodes
[FROM_stepType] [length, including predicates] [length of just the step, without the predicates] {node test} {predicates}? returns: XBoolean
AxesWalker - class weblogic.apache.xpath.axes.AxesWalker.
Serves as common interface for axes Walkers, and stores common state variables.
AxesWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AxesWalker
Construct an AxesWalker using a LocPathIterator.
axis - Variable in class weblogic.apache.xerces.validators.schema.identity.XPath.Step
Axis.
AxisName() - Method in class weblogic.apache.xpath.compiler.XPathParser
Basis ::= AxisName '::' NodeTest | AbbreviatedBasis
azure - Static variable in interface weblogic.html.HtmlColor
Deprecated.  

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://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.