BEA Systems, Inc.

WebLogic Server 8.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 _

R

RANDOM - Static variable in interface weblogic.management.configuration.JMSConstants
Description of the Field
RangeExceptionImpl - exception weblogic.apache.xerces.dom.RangeExceptionImpl.
 
RangeExceptionImpl(short, String) - Constructor for class weblogic.apache.xerces.dom.RangeExceptionImpl
 
RangeImpl - class weblogic.apache.xerces.dom.RangeImpl.
The RangeImpl class implements the org.w3c.dom.range.Range interface.
RangeImpl(DocumentImpl) - Constructor for class weblogic.apache.xerces.dom.RangeImpl
The constructor.
ranges - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Ranges
rawname - Variable in class weblogic.apache.xerces.xni.QName
The qname rawname.
rawName - Variable in class weblogic.apache.xml.serialize.ElementState
The element's raw tag name (local or prefix:local).
READ_COMMITTED - Static variable in interface weblogic.ejb.WLQueryProperties
 
READ_COMMITTED_FOR_UPDATE - Static variable in interface weblogic.ejb.WLQueryProperties
 
READ_UNCOMMITTED - Static variable in interface weblogic.ejb.WLQueryProperties
 
read() - Method in class weblogic.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
read() - Method in class weblogic.apache.xerces.impl.io.UTF8Reader
Read a single character.
read() - Method in class weblogic.apache.xerces.impl.io.UCSReader
Read a single character.
read() - Method in class weblogic.apache.xerces.impl.io.ASCIIReader
Read a single character.
read(byte[], int, int) - Method in class weblogic.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
read(char[], int, int) - Method in class weblogic.apache.xerces.impl.io.UTF8Reader
Read characters into a portion of an array.
read(char[], int, int) - Method in class weblogic.apache.xerces.impl.io.UCSReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class weblogic.apache.xerces.impl.io.ASCIIReader
Read characters into a portion of an array.
readAhead() - Method in class weblogic.io.common.T3FileInputStream
Deprecated. Returns the number of transfer buffers fetched in advance of user requests.
readDescriptor(VirtualJarFile) - Method in class weblogic.management.mbeans.custom.WebAppComponent
 
readDescriptor(VirtualJarFile) - Method in class weblogic.management.mbeans.custom.JDBCPoolComponent
 
readDescriptor(VirtualJarFile) - Method in class weblogic.management.mbeans.custom.EJBComponent
 
readDescriptor(VirtualJarFile) - Method in class weblogic.management.mbeans.custom.ConnectorComponent
 
readDescriptor(VirtualJarFile) - Method in class weblogic.management.mbeans.custom.Component
 
readDescriptor(VirtualJarFile, File, String) - Method in class weblogic.management.mbeans.custom.WebAppComponent
 
readDescriptor(VirtualJarFile, File, String) - Method in class weblogic.management.mbeans.custom.JDBCPoolComponent
 
readDescriptor(VirtualJarFile, File, String) - Method in class weblogic.management.mbeans.custom.EJBComponent
 
readDescriptor(VirtualJarFile, File, String) - Method in class weblogic.management.mbeans.custom.ConnectorComponent
 
readDescriptor(VirtualJarFile, File, String) - Method in class weblogic.management.mbeans.custom.Component
 
reader - Variable in class weblogic.apache.xerces.impl.XMLEntityManager.ScannedEntity
Reader.
readExternal(ObjectInput) - Method in class weblogic.common.ParamValue
Constructs a ParamValue from the specified serialization stream
readExternal(ObjectInput) - Method in class weblogic.common.ParamSet
Internal use only.
readExternal(ObjectInput) - Method in class weblogic.jndi.Environment
 
readObject(WLObjectInput) - Method in interface weblogic.common.WLSerializable
Deprecated. Reads the object from a stream.
READONLY - Static variable in class weblogic.apache.xerces.dom.NodeImpl
 
READONLY - Static variable in class weblogic.apache.xerces.dom.NamedNodeMapImpl
 
ready() - Method in class weblogic.apache.xerces.impl.io.UTF8Reader
Tell whether this stream is ready to be read.
ready() - Method in class weblogic.apache.xerces.impl.io.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class weblogic.apache.xerces.impl.io.ASCIIReader
Tell whether this stream is ready to be read.
Realm - class weblogic.management.mbeans.custom.Realm.
 
Realm - class weblogic.security.acl.Realm.
Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
REALM_BOOTSTRAP_VERSION_1 - Static variable in interface weblogic.management.configuration.SecurityConfigurationMBean
Description of the Field
REALM_BOOTSTRAP_VERSION_CURRENT - Static variable in interface weblogic.management.configuration.SecurityConfigurationMBean
Description of the Field
REALM_BOOTSTRAP_VERSION_UNKNOWN - Static variable in interface weblogic.management.configuration.SecurityConfigurationMBean
Description of the Field
Realm() - Constructor for class weblogic.security.acl.Realm
Deprecated.  
Realm(String) - Constructor for class weblogic.management.mbeans.custom.Realm
 
RealmAdapterAclResource - class weblogic.security.service.RealmAdapterAclResource.
Deprecated. This class can be ignored.

The RealmAdapterAclResource class is used only for backwards compatibility when a specific ACL must be referenced by the server. Only the Realm Adapter Authorization provider need worry about it; other Authorization providers can just abstain on access decision requests regarding this role.

In sum, the JMS subsystem allows an ACL to be specified for a connection pool. When an ACL is specified in this manner, that ACL takes precedence over the default ACL. This functionality has been deprecated but is still supported in 7.0. When a specific ACL has been specified, there is no way to handle it in a 7.0 security provider (that is, it cannot be converted to a JMSResource). Instead, the JMS subsystem creates a RealmAdapterAclResource. This resource should only be handled by the Realm Adapter Authorization provider. Specifying an ACL for a JMS connection pool is not supported outside of Compatibility security.

The toString format for a Realm Adapter ACL resource is:
type=<acl>, permission=admin, acl=my.custom.jms.acl

RealmAdapterAclResource(String, String) - Constructor for class weblogic.security.service.RealmAdapterAclResource
Deprecated. Constructs a new RealmAdapterAclResource with a target name composed from the permission and acl parameters.
RealmAdapterAdjudicatorMBean - interface weblogic.security.providers.realmadapter.RealmAdapterAdjudicatorMBean.
The MBean for the Realm Adapter Adjudication provider.
RealmAdapterAuditorMBean - interface weblogic.security.providers.realmadapter.RealmAdapterAuditorMBean.
The MBean for the Realm Adapter Auditing provider.
RealmAdapterAuthenticatorMBean - interface weblogic.security.providers.realmadapter.RealmAdapterAuthenticatorMBean.
The MBean for the Realm Adapter Authentication provider.
RealmAdapterAuthorizerMBean - interface weblogic.security.providers.realmadapter.RealmAdapterAuthorizerMBean.
The MBean for the Realm Adapter Authorizatio provider.
RealmException - exception weblogic.management.configuration.RealmException.
Deprecated. Deprecated in WebLogic Server version 7.0.
RealmException(String) - Constructor for class weblogic.management.configuration.RealmException
Deprecated. Constructor for the RealmException object
RealmException(String, Throwable) - Constructor for class weblogic.management.configuration.RealmException
Deprecated. Constructor for the RealmException object
RealmException(Throwable) - Constructor for class weblogic.management.configuration.RealmException
Deprecated. Constructor for the RealmException object
RealmMBean - interface weblogic.management.security.RealmMBean.
The MBean that represents configuration attributes for the security realm.
realmName - Variable in class weblogic.security.acl.DefaultUserInfoImpl
Deprecated.  
RealmProxy - class weblogic.security.acl.RealmProxy.
Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
RealmProxy() - Constructor for class weblogic.security.acl.RealmProxy
Deprecated.  
rebind(String, Remote) - Static method in class weblogic.rmi.Naming
 
rebindJava(String, Remote) - Static method in class weblogic.rmi.Naming
 
receiveSecurityMessage(HostID, SecurityMessage) - Static method in class weblogic.security.acl.Security
Deprecated. Processes a SecurityLoginState message from a remote server.
reconcileDefaultAttributes() - Method in class weblogic.apache.xerces.dom.ElementImpl
Reconcile default attributes.
reconcileDefaults(NamedNodeMapImpl) - Method in class weblogic.apache.xerces.dom.AttributeMap
Get this AttributeMap in sync with the given "defaults" map.
RECORDS - Static variable in class weblogic.common.ParamTypes
Constant for records
recover(int) - Method in class weblogic.jdbc.oci.xa.XADataSource
Returns the full batch of Xids of unresolved transactions from the RM.
RecyclingFactory - class weblogic.xml.stream.util.RecyclingFactory.
Defines a factory that recycles instances of the XMLInputStream API.
RecyclingFactory() - Constructor for class weblogic.xml.stream.util.RecyclingFactory
Create a factory with the default pool size of 32
RecyclingFactory(int) - Constructor for class weblogic.xml.stream.util.RecyclingFactory
Create a factory with the specified size
redeploy(String, DeploymentData, String) - Method in class weblogic.management.deploy.DeployerRuntime
Redeploys an already deployed application.
redeploy(String, DeploymentData, String) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Redeploys application on target(s).
redeploy(String, DeploymentData, String, boolean) - Method in class weblogic.management.deploy.DeployerRuntime
Same functionality as DeployerRuntime.redeploy(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
redeploy(String, DeploymentData, String, boolean) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Same functionality as DeployerRuntimeMBean.redeploy(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
ReferenceResolver - interface weblogic.xml.stream.ReferenceResolver.
This interface can be implemented to allow resolution of references on a stream.
refresh() - Method in class weblogic.management.mbeans.custom.Realm
 
refresh() - Method in class weblogic.management.tools.WebAppComponentRefreshTool
Deprecated. Use weblogic.Deployer instead
refresh() - Method in interface weblogic.security.acl.RefreshableRealm
Deprecated.  
refresh() - Method in class weblogic.security.acl.CachingRealm
Deprecated. Refresh by emptying the caches, refreshing the delegate & backup - the CachingRealm will auto-refresh as users/groups/acls are looked up after the caches have been emptied
refresh(String, String) - Method in class weblogic.management.mbeans.custom.WebAppComponent
 
RefreshableRealm - interface weblogic.security.acl.RefreshableRealm.
Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.
refreshDDsIfNeeded(String[]) - Method in interface weblogic.management.configuration.ComponentMBean
 
refreshDDsIfNeeded(String[]) - Method in class weblogic.management.mbeans.custom.WebAppComponent
 
refreshDDsIfNeeded(String[]) - Method in class weblogic.management.mbeans.custom.JDBCPoolComponent
 
refreshDDsIfNeeded(String[]) - Method in class weblogic.management.mbeans.custom.EJBComponent
 
refreshDDsIfNeeded(String[]) - Method in class weblogic.management.mbeans.custom.ConnectorComponent
 
refreshDDsIfNeeded(String[], String[]) - Method in interface weblogic.management.configuration.ApplicationMBean
 
RegExpValidator - class weblogicx.jsp.tags.validators.RegExpValidator.
The RegExpValidator is used for validating regular expressions.
RegExpValidator() - Constructor for class weblogicx.jsp.tags.validators.RegExpValidator
 
REGISTER_EVENT - Static variable in class weblogic.security.providers.authorization.AuditPredicateEventImpl
 
register(Validatable) - Method in class weblogicx.jsp.tags.validators.Summary
 
register(WebServiceContext) - Static method in class weblogic.webservice.context.WebServiceContext
register the context for the current thread.
registerConfigMBeansForAdminChanges(List, MBeanServer) - Method in interface weblogic.management.MBeanHome
Description of the Method
registerDynamicResource(String, NonXAResource) - Method in interface weblogic.transaction.TransactionManager
Register the NonXAResource with the transaction manager.
registerDynamicResource(String, XAResource) - Method in interface weblogic.transaction.TransactionManager
Allows an application or XAResource adaptor to register a XA resource dynamically, typically before the resource is made available to the application.
RegisteredInfo - class weblogic.uddi.client.structures.response.RegisteredInfo.
The registeredInfo structure is a response to a get_registeredInfo message.
RegisteredInfo() - Constructor for class weblogic.uddi.client.structures.response.RegisteredInfo
Class constructor.
registerOutParameter(int, int) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(int, int) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerOutParameter(int, int, int) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(int, int, int) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerOutParameter(int, int, String) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(int, int, String) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerOutParameter(String, int) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(String, int) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerOutParameter(String, int, int) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(String, int, int) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerOutParameter(String, int, String) - Method in class weblogic.jdbc.oci.CallableStatement
 
registerOutParameter(String, int, String) - Method in class weblogic.jdbc.oci.xa.CallableStatement
 
registerPredicate(String) - Method in interface weblogic.security.providers.authorization.PredicateEditorMBean
Registers a new predicate with the specified class name.
registerPreparser(String, XMLGrammarLoader) - Method in class weblogic.apache.xerces.parsers.XMLGrammarPreparser
 
registerResource(String, XAResource) - Method in interface weblogic.transaction.TransactionManager
Allows an application or XAResource adaptor to register a XA resource dynamically, typically before the resource is made available to the application.
registerResource(String, XAResource, int, int) - Method in interface weblogic.transaction.TransactionManager
Registers a resource under a specified name.
registerSerializerFactory(SerializerFactory) - Static method in class weblogic.apache.xml.serialize.SerializerFactory
Register a serializer factory, keyed by the given method string.
registerStaticResource(String, XAResource) - Method in interface weblogic.transaction.TransactionManager
Allows an application or XAResource adaptor to register a XA resource statically, typically before the resource is made available to the application.
release() - Method in class weblogicx.jsp.tags.RepeatTag
 
release() - Method in class weblogicx.jsp.tags.QueryTag
Clean up on failure of the body to execute.
release() - Method in class weblogicx.jsp.tags.ProcessTag
 
release() - Method in class weblogicx.jsp.tags.IncludeTag
Reset properties.
release() - Method in class weblogicx.jsp.tags.FormAnchorTag
 
release() - Method in class weblogicx.jsp.tags.EncodeTag
Reset properties.
release() - Method in class weblogicx.jsp.tags.BeanParamTag
 
release() - Method in class weblogicx.jsp.tags.validators.ValidatableTagAdapter
 
release() - Method in class weblogicx.jsp.tags.validators.Summary
 
release() - Method in class weblogicx.jsp.tags.validators.FormTag
 
release() - Method in class weblogicx.jsp.tags.validators.CustomValidator
 
release() - Method in class weblogicx.xml.tags.XsltTag
Release back to original state.
release() - Method in class weblogicx.xml.tags.XsltStylesheetTag
 
releaseSavepoint(Savepoint) - Method in class weblogic.jdbc.oci.Connection
 
releaseSavepoint(Savepoint) - Method in class weblogic.jdbc.oci.xa.Connection
 
Remote - interface weblogic.rmi.Remote.
Deprecated. Deprecated in WebLogic Server 7.0
RemoteException - exception weblogic.rmi.RemoteException.
Deprecated. Deprecated in WebLogic Server 7.0
RemoteException() - Constructor for class weblogic.rmi.RemoteException
Deprecated. Constructs a RemoteException with no message.
RemoteException(String) - Constructor for class weblogic.rmi.RemoteException
Deprecated. Constructs a RemoteException with the specified message.
RemoteException(String, Throwable) - Constructor for class weblogic.rmi.RemoteException
Deprecated. Constructs a RemoteException with the specified message and nested Throwable object.
RemoteMBeanServer - interface weblogic.management.RemoteMBeanServer.
A remove version of a standard MBeanServer.
RemoteNotificationListener - interface weblogic.management.RemoteNotificationListener.
This interface is a remote version of the standard JMX NotificationListener interface.
remove(InputStream) - Method in class weblogic.xml.stream.util.RecyclingFactory
Get a recycled XMLInputStream from the pool or create a new one
remove(InputStream, ElementFilter) - Method in class weblogic.xml.stream.util.RecyclingFactory
Get a recycled XMLInputStream from the pool or create a new one and wrap it with the desired filter
remove(int) - Method in class weblogic.apache.html.dom.HTMLSelectElementImpl
 
remove(Object) - Method in class weblogic.security.acl.TTLCache
Deprecated. Remove the mapping for the given key from the cache.
remove(QName) - Method in class weblogic.webservice.context.WebServiceHeaderImpl
 
remove(QName) - Method in interface weblogic.webservice.context.WebServiceHeader
 
remove(Reader) - Method in class weblogic.xml.stream.util.RecyclingFactory
Get a recycled XMLInputStream from the pool or create a new one
remove(Reader, ElementFilter) - Method in class weblogic.xml.stream.util.RecyclingFactory
Get a recycled XMLInputStream from the pool or create a new one and wrap it with the desired filter
remove(String, DeploymentData, String) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Removes a deployment.
remove(String, DeploymentData, String, boolean) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Same functionality as DeployerRuntimeMBean.remove(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
removeAll() - Method in class weblogic.apache.xerces.dom.NamedNodeMapImpl
NON-DOM remove all elements from this map
removeAllAttributes() - Method in class weblogic.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
removeAllAttributes() - Method in class weblogic.apache.xerces.util.XMLAttributesImpl
Removes all of the attributes.
removeAllAttributes() - Method in interface weblogic.apache.xerces.xni.XMLAttributes
Removes all of the attributes.
removeAS(ASModel) - Method in class weblogic.apache.xerces.dom.ASModelImpl
Removes only the specified ASModel from the list of ASModels.
removeAttribute(String) - Method in class weblogic.apache.xerces.dom.ElementImpl
Remove the named attribute from this Element.
removeAttribute(String) - Method in class weblogic.webservice.context.WebServiceSessionImpl
 
removeAttribute(String) - Method in interface weblogic.webservice.context.WebServiceSession
 
removeAttribute(String) - Method in class weblogic.webservice.context.WebServiceHttpSessionImpl
 
removeAttributeAt(int) - Method in class weblogic.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
 
removeAttributeAt(int) - Method in class weblogic.apache.xerces.util.XMLAttributesImpl
Removes the attribute at the specified index.
removeAttributeAt(int) - Method in interface weblogic.apache.xerces.xni.XMLAttributes
Removes the attribute at the specified index.
removeAttributeNode(Attr) - Method in class weblogic.apache.xerces.dom.ElementImpl
Remove the specified attribute/value pair.
removeAttributeNS(String, String) - Method in class weblogic.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
removeChild(Node) - Method in class weblogic.apache.xerces.dom.ParentNode
Remove a child from this Node.
removeChild(Node) - Method in class weblogic.apache.xerces.dom.NodeImpl
Remove a child from this Node.
removeChild(Node) - Method in class weblogic.apache.xerces.dom.CoreDocumentImpl
Since insertBefore caches the docElement (and, currently, docType), removeChild has to know how to undo the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
removeChild(Node) - Method in class weblogic.apache.xerces.dom.AttrImpl
Remove a child from this Node.
removeConnectionConsumer(JMSConnectionConsumerMBean) - Method in interface weblogic.management.configuration.JMSSessionPoolMBean
Remove a connection consumer from the session pool.
removeConnectionEventListener(ConnectionEventListener) - Method in class weblogic.jdbc.oci.xa.XAConnection
 
removeConnectionFactory(ForeignJMSConnectionFactoryMBean) - Method in interface weblogic.management.configuration.ForeignJMSServerMBean
Remove a destination.
removeData() - Method in class weblogic.apache.xerces.dom.TextImpl
NON-DOM (used by DOMParser: Sets data to empty string.
removeDefault(Attr, AttributeMap) - Method in class weblogic.apache.xerces.dom.DOMNormalizer
 
removeDeployment(DeploymentMBean) - Method in class weblogic.management.mbeans.custom.DeploymentTarget
 
removeDeployment(WebLogicObjectName) - Method in class weblogic.management.mbeans.custom.DeploymentTarget
 
removeDestination(ForeignJMSDestinationMBean) - Method in interface weblogic.management.configuration.ForeignJMSServerMBean
Remove a destination.
removeDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSTemplateMBean
Remove a destination from the JMS template.
removeDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Removes a destination from the JNDI tree.
removeDestinationKey(JMSDestinationKeyMBean) - Method in interface weblogic.management.configuration.JMSDestCommonMBean
Remove a destination key from the JMS template or destination.
removeDirectory(String) - Method in class weblogic.management.mbeans.custom.ApplicationManager
 
removeDisconnectListener(DisconnectListener) - Method in class weblogic.common.T3Client
Removes a T3Client from the list of those clients listening for a DisconnectEvent.
removeEnabledServer(ServerMBean) - Method in interface weblogic.management.configuration.SNMPTrapSourceMBean
Description of the Method
removeEntitySpecRegistryEntry(XMLEntitySpecRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Remove a EntitySpec registry entry
removeEntry(Principal, AclEntry) - Method in class weblogic.security.acl.AclImpl
Deprecated. Removes an AclEntry from an ACL.
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.CoreDocumentImpl
 
removeEventListener(String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.NodeImpl
 
RemoveException - exception weblogic.management.utils.RemoveException.
Thrown when a management runtime method detects a problem while removing a role or policy.
RemoveException(String) - Constructor for class weblogic.management.utils.RemoveException
Constructor specifying exception message.
RemoveException(String, Throwable) - Constructor for class weblogic.management.utils.RemoveException
Constructor specifying exception message and nested exception.
RemoveException(Throwable) - Constructor for class weblogic.management.utils.RemoveException
Constructor specifying nested exception.
removeExport(WTCExportMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove an export service mbean from the WTC Server.
removeFailoverAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
Description of the Method
removeGrammar(XMLGrammarDescription) - Method in class weblogic.apache.xerces.util.XMLGrammarPoolImpl
Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.
removeGroup(String) - Method in interface weblogic.management.security.authentication.GroupRemoverMBean
Removes a group.
removeIANA2JavaMapping(String) - Static method in class weblogic.apache.xerces.util.EncodingMap
Removes an IANA to Java encoding name mapping.
removeIdentifier(String) - Method in class weblogic.apache.xerces.dom.CoreDocumentImpl
Removes a previously registered element with the specified identifier name.
removeIdentity(X509Certificate) - Method in class weblogic.webservice.client.BaseWLSSLAdapter
Removes a certificate chain from the list of available authentication certificate chains.
removeImport(WTCImportMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove an import service mbean from the WTC Server.
removeItem(int) - Method in class weblogic.apache.xerces.dom.NamedNodeMapImpl
NON-DOM: Remove attribute at specified index
removeItem(Node, boolean) - Method in class weblogic.apache.xerces.dom.AttributeMap
NON-DOM: Remove the node object NOTE: Specifically removes THIS NODE -- not the node with this name, nor the node with these contents.
removeItem(String) - Method in class weblogic.apache.xerces.util.AugmentationsImpl
Remove additional info from the Augmentations structure
removeItem(String) - Method in interface weblogic.apache.xerces.xni.Augmentations
Remove additional info from the Augmentations structure
removeJava2IANAMapping(String) - Static method in class weblogic.apache.xerces.util.EncodingMap
Removes a Java to IANA encoding name mapping.
removeLocalTuxDom(WTCLocalTuxDomMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove a local Tuxedo domain from the WTC Server.
removeMember(JMSDistributedQueueMemberMBean) - Method in interface weblogic.management.configuration.JMSDistributedQueueMBean
Remove a member from this distributed queue.
removeMember(JMSDistributedTopicMemberMBean) - Method in interface weblogic.management.configuration.JMSDistributedTopicMBean
Remove a member from this distributed topic.
removeMember(Principal) - Method in class weblogic.management.configuration.Group
Deprecated. Description of the Method
removeMember(Principal) - Method in class weblogic.security.acl.GroupImpl
Deprecated. Removes the specified member from the group.
removeMember(Principal) - Method in class weblogic.security.acl.Everyone
Deprecated. Deletes a member from the group.
removeMember(Principal) - Method in class weblogic.security.acl.DefaultGroupImpl
Deprecated. Removes the specified member from the group.
removeMemberFromGroup(String, String) - Method in interface weblogic.management.security.authentication.GroupEditorMBean
Removes a user or group (member) from a group.
removeMemberInternal(Principal) - Method in class weblogic.security.acl.FlatGroup
Deprecated. Update this object's internal state when removing a member.
removeMessageFormatter(String) - Method in class weblogic.apache.xerces.impl.XMLErrorReporter
Removes the message formatter for the specified domain and returns the removed message formatter.
removeMessageId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
Description of the Method
removeNamedItem(String) - Method in class weblogic.apache.xerces.dom.NamedNodeMapImpl
 
removeNamedItem(String) - Method in class weblogic.apache.xerces.dom.AttributeMap
 
removeNamedItemNS(String, String) - Method in class weblogic.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
removeNamedItemNS(String, String) - Method in class weblogic.apache.xerces.dom.AttributeMap
Introduced in DOM Level 2.
removeNetworkAccessPoint(NetworkAccessPointMBean) - Method in interface weblogic.management.configuration.ServerMBean
 
removeNode(Node) - Method in class weblogic.apache.xerces.dom.NodeIteratorImpl
Fix-up the iterator on a remove.
removeParserSelectRegistryEntry(XMLParserSelectRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Remove a ParserSelect registry entry
removePassword(WTCPasswordMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove a Tuxedo domain password mbeans from the WTC Server.
removePermission(Permission) - Method in class weblogic.security.acl.AclEntryImpl
Deprecated. Removes the specified permission from this ACL entry.
removePolicy(String) - Method in interface weblogic.management.security.authorization.PolicyEditorMBean
Removes a policy.
removePrimaryAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
Description of the Method
removeProhibitedAttrs() - Method in class weblogic.apache.xerces.impl.xs.XSAttributeGroupDecl
 
removeProperty(String) - Method in class weblogic.jndi.Environment
Removes the specified property.
removeRegistryEntry(XMLRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Deprecated.  
removeRemoteTuxDom(WTCRemoteTuxDomMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove a remote Tuxedo domain from the WTC Server.
removeRole(String, String) - Method in interface weblogic.management.security.authorization.RoleEditorMBean
Removes a role from a resource.
removeSessionPool(JMSSessionPoolMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Remove a session pool from the JMS server.
removeSNMPAttributeChange(SNMPAttributeChangeMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSNMPCounterMonitor(SNMPCounterMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSNMPGaugeMonitor(SNMPGaugeMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSNMPLogFilter(SNMPLogFilterMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSNMPProxy(SNMPProxyMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSNMPStringMonitor(SNMPStringMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removeSubsystemName(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
Description of the Method
removeTarget(TargetMBean) - Method in interface weblogic.management.configuration.DeploymentMBean
Remove a target.
removeTargetedTrapDestination(SNMPTrapDestinationMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
Description of the Method
removetBridgeRedirect(WTCtBridgeRedirectMBean) - Method in interface weblogic.management.configuration.WTCServerMBean
Remove a tBridge Redirect mbean to the WTC Server.
removeTempModule() - Method in class weblogic.management.mbeans.custom.Component
 
removeUser(String) - Method in interface weblogic.management.security.authentication.UserRemoverMBean
Removes a user.
removeUserId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
Description of the Method
removeUserPasswordCredential(String, String) - Method in interface weblogic.management.security.credentials.UserPasswordCredentialMapEditorMBean
Removes the username-password credential for an external username.
removeUserPasswordCredentialMapping(String, String) - Method in interface weblogic.management.security.credentials.UserPasswordCredentialMapEditorMBean
Removes the mapping of a WebLogic username and an external username.
removeVirtualHost(VirtualHostMBean) - Method in interface weblogic.management.configuration.WebDeploymentMBean
Remove a virtual host
removeWebDeployment(WebLogicObjectName) - Method in class weblogic.management.mbeans.custom.WebServer
 
removeWebServer(WebServerMBean) - Method in interface weblogic.management.configuration.WebDeploymentMBean
Deprecated. in 7.0.0.0. This attribute is being replaced by VirtualHosts attribute
renameNode(Node, String, String) - Method in class weblogic.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
renameTo(T3File) - Method in interface weblogic.io.common.T3File
Deprecated. Renames the file specified by this T3File object to have the pathname given by the T3File argument.
renegotiate(SSLParams) - Method in class weblogic.security.SSL.SSLSocket
Deprecated. Dynamically renegotiate the SSL connection parameters.
REPEATABLE_READ - Static variable in interface weblogic.ejb.WLQueryProperties
 
RepeatTag - class weblogicx.jsp.tags.RepeatTag.
The repeat tag is used to iterate over many different types of sets including Enumerations, Iterators, Collections, Arrays of Objects, Vectors, ResultSets, ResultSetMetaData, and the keys of a Hashtable.
RepeatTag() - Constructor for class weblogicx.jsp.tags.RepeatTag
 
RepeatTagInfo - class weblogicx.jsp.tags.RepeatTagInfo.
 
RepeatTagInfo() - Constructor for class weblogicx.jsp.tags.RepeatTagInfo
 
replaceChild(Node, Node) - Method in class weblogic.apache.xerces.dom.ParentNode
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class weblogic.apache.xerces.dom.NodeImpl
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class weblogic.apache.xerces.dom.CoreDocumentImpl
Since we cache the docElement (and, currently, docType), replaceChild has to update the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
replaceChild(Node, Node) - Method in class weblogic.apache.xerces.dom.AttrImpl
Make newChild occupy the location that oldChild used to have.
replaceData(int, int, String) - Method in class weblogic.apache.xerces.dom.CharacterDataImpl
Replace a series of characters at the specified (zero-based) offset with a new string, NOT necessarily of the same length.
replaceData(String) - Method in class weblogic.apache.xerces.dom.TextImpl
NON-DOM (used by DOMParser): Reset data for the node.
replaceWholeText(String) - Method in class weblogic.apache.xerces.dom.TextImpl
DOM Level 3 WD - Experimental.
REPLICATE_BINDINGS - Static variable in interface weblogic.jndi.WLContext
Cluster-specific: Specifies whether tree modifications are replicated and is only applicable when connecting to WebLogic Servers that are running in a cluster.
Reply - interface weblogic.wtc.jatmi.Reply.
This class holds the reply data and meta-data from a service invocation.
reportError(String, Object[]) - Method in class weblogic.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
 
reportError(String, String, Object[], short) - Method in class weblogic.apache.xerces.impl.XMLErrorReporter
Reports an error.
reportError(XMLLocator, String, String, Object[], short) - Method in class weblogic.apache.xerces.impl.XMLErrorReporter
Reports an error at a specific location.
reportFatalError(String, Object[]) - Method in class weblogic.apache.xerces.impl.XMLScanner
Convenience function used in all XML scanners.
Request - class weblogic.uddi.client.structures.request.Request.
 
Request() - Constructor for class weblogic.uddi.client.structures.request.Request
 
requests - Variable in class weblogic.net.http.HttpURLConnection
 
RequiredFieldValidator - class weblogicx.jsp.tags.validators.RequiredFieldValidator.
 
RequiredFieldValidator() - Constructor for class weblogicx.jsp.tags.validators.RequiredFieldValidator
 
reset() - Method in class weblogic.apache.html.dom.HTMLFormElementImpl
 
reset() - Method in class weblogic.apache.xerces.dom.DOMValidationConfiguration
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.dom.DOMErrorImpl
 
reset() - Method in class weblogic.apache.xerces.impl.XMLScanner
 
reset() - Method in class weblogic.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
reset() - Method in class weblogic.apache.xerces.impl.XMLDTDScannerImpl
 
reset() - Method in class weblogic.apache.xerces.impl.dtd.XMLDTDProcessor
 
reset() - Method in class weblogic.apache.xerces.impl.io.UTF8Reader
Reset the stream.
reset() - Method in class weblogic.apache.xerces.impl.io.UCSReader
Reset the stream.
reset() - Method in class weblogic.apache.xerces.impl.io.ASCIIReader
Reset the stream.
reset() - Method in class weblogic.apache.xerces.impl.validation.ValidationState
 
reset() - Method in class weblogic.apache.xerces.impl.validation.ValidationManager
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSParticleDecl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSModelGroupImpl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSGrammarBucket
Clear the registry.
reset() - Method in class weblogic.apache.xerces.impl.xs.XSElementDecl
Reset current element declaration
reset() - Method in class weblogic.apache.xerces.impl.xs.XSDeclarationPool
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSDDescription
resets all the fields
reset() - Method in class weblogic.apache.xerces.impl.xs.XSComplexTypeDecl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSAttributeUseImpl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSAttributeGroupDecl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XSAttributeDecl
 
reset() - Method in class weblogic.apache.xerces.impl.xs.XMLSchemaLoader
 
reset() - Method in class weblogic.apache.xerces.impl.xs.SubstitutionGroupHandler
clear the internal registry of substitutionGroup information
reset() - Method in class weblogic.apache.xerces.impl.xs.ElementPSVImpl
Reset() should be called in validator startElement(..) method.
reset() - Method in class weblogic.apache.xerces.impl.xs.AttributePSVImpl
Reset()
reset() - Method in class weblogic.apache.xerces.parsers.XMLPullParser
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.parsers.XMLParser
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.parsers.NonValidatingConfiguration
Reset all components before parsing.
reset() - Method in class weblogic.apache.xerces.parsers.DTDConfiguration
Reset all components before parsing.
reset() - Method in class weblogic.apache.xerces.parsers.DOMBuilderImpl
Resets the parser state.
reset() - Method in class weblogic.apache.xerces.parsers.BasicParserConfiguration
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.parsers.AbstractXMLDocumentPullParser
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.parsers.AbstractXMLDocumentParser
reset all components before parsing
reset() - Method in class weblogic.apache.xerces.parsers.AbstractSAXPullParser
Reset all components before parsing.
reset() - Method in class weblogic.apache.xerces.parsers.AbstractSAXParser
Reset all components before parsing.
reset() - Method in class weblogic.apache.xerces.parsers.AbstractDOMParser
Resets the parser state.
reset() - Method in class weblogic.apache.xerces.util.NamespaceSupport
Reset this Namespace support object for reuse.
reset() - Method in class weblogic.apache.xml.serialize.XMLSerializer
 
reset() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
reset() - Method in interface weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean
Resets the named database ConnectionPool by shutting down and reestablishing all the pool connections.
reset() - Method in class weblogic.security.MessageDigest
 
reset() - Method in class weblogic.security.service.ResourceBase
Deprecated. As of 04/01/02.

reset() - Method in class weblogic.security.service.JNDIResource
Deprecated. As of 04/01/02.

reset() - Method in class weblogic.security.service.EJBResource
Deprecated. As of 04/01/02.

reset() - Method in class weblogic.security.service.ApplicationResource
Deprecated. As of 04/01/02.

reset() - Method in interface weblogic.xml.stream.BufferedXMLInputStream
Resets the stream to the previous mark.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.dom.DOMNormalizer
 
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLScanner
 
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLNamespaceBinder
Resets the component.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLErrorReporter
Resets the component.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLEntityManager
Resets the component.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLDTDScannerImpl
reset
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLDocumentScannerImpl
Resets the component.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Resets the component.
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.dtd.XMLDTDValidator
 
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.dtd.XMLDTDProcessor
 
reset(XMLComponentManager) - Method in class weblogic.apache.xerces.impl.xs.XMLSchemaValidator
 
reset(XMLComponentManager) - Method in interface weblogic.apache.xerces.xni.parser.XMLComponent
Resets the component.
resetConnectionLeakProfile() - Method in interface weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean
Resets connection leak profile.
resetConnectionPool() - Method in interface weblogic.management.runtime.WLECConnectionPoolRuntimeMBean
Resets the connection pool.
resetIDTables() - Method in class weblogic.apache.xerces.impl.validation.ValidationState
The same validation state can be used to validate more than one (schema) validation roots.
resetStatementProfile() - Method in interface weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean
Resets SQL statement profile.
resetUserPassword(String, String) - Method in interface weblogic.management.security.authentication.UserPasswordEditorMBean
Used by an administrator to change a user's password.
resolve(String) - Method in interface weblogic.xml.stream.ReferenceResolver
Returns the xml pointed to by this idref as an XMLInputStream
resolveDocument(XSDDescription, Hashtable, XMLEntityResolver) - Static method in class weblogic.apache.xerces.impl.xs.XMLSchemaLoader
 
resolveEntity(String, String) - Method in class weblogicx.xml.tags.XsltTag
Entity resolver
resolveEntity(XMLResourceIdentifier) - Method in class weblogic.apache.xerces.impl.XMLEntityManager
Resolves the specified public and system identifiers.
resolveEntity(XMLResourceIdentifier) - Method in class weblogic.apache.xerces.util.EntityResolverWrapper
Resolves an external parsed entity.
resolveEntity(XMLResourceIdentifier) - Method in class weblogic.apache.xerces.util.DOMEntityResolverWrapper
Resolves an external parsed entity.
resolveEntity(XMLResourceIdentifier) - Method in interface weblogic.apache.xerces.xni.parser.XMLEntityResolver
Resolves an external parsed entity.
resolver - Variable in class weblogic.xml.stream.util.XMLInputOutputStreamBase
 
Resource - interface weblogic.security.spi.Resource.
The Resource interface provides the definition for an object that represents a resource that may be protected from unauthorized access.
ResourceBase - class weblogic.security.service.ResourceBase.
The ResourceBase class is an abstract base class for all the specific resource types and facilitates the model for the extending resources.
ResourceBase() - Constructor for class weblogic.security.service.ResourceBase
Creates an empty ResourceBase.
ResourceCreationException - exception weblogic.security.service.ResourceCreationException.
The ResourceCreationException exception is thrown if a security provider encounters a problem while creating a resource.
ResourceCreationException - exception weblogic.security.spi.ResourceCreationException.
The ResourceCreationException exception is thrown if a security provider encounters a problem while creating a resource.
ResourceCreationException() - Constructor for class weblogic.security.service.ResourceCreationException
Constructs a ResourceCreationException with no arguments.
ResourceCreationException() - Constructor for class weblogic.security.spi.ResourceCreationException
Constructs a ResourceCreationException with no arguments.
ResourceCreationException(String) - Constructor for class weblogic.security.service.ResourceCreationException
Constructs a ResourceCreationException with the specified detail message.
ResourceCreationException(String) - Constructor for class weblogic.security.spi.ResourceCreationException
Constructs a ResourceCreationException with the specified detail message.
ResourceCreationException(String, Throwable) - Constructor for class weblogic.security.service.ResourceCreationException
Constructs a ResourceCreationException with a detail message and a nested exception.
ResourceCreationException(String, Throwable) - Constructor for class weblogic.security.spi.ResourceCreationException
Constructs a ResourceCreationException with a detail message and a nested exception.
ResourceCreationException(Throwable) - Constructor for class weblogic.security.service.ResourceCreationException
Constructs a ResourceCreationException with a nested exception.
ResourceCreationException(Throwable) - Constructor for class weblogic.security.spi.ResourceCreationException
Constructs a ResourceCreationException with a nested exception.
ResourceException - exception weblogic.common.ResourceException.
Class for ResourceExceptions.
ResourceException() - Constructor for class weblogic.common.ResourceException
Constructs a Resource Exception.
ResourceException(String) - Constructor for class weblogic.common.ResourceException
Constructs a ResourceException with the specified message.
ResourceException(String, Throwable) - Constructor for class weblogic.common.ResourceException
Constructs a Resource Exception with the specified message and nested exception.
ResourceException(Throwable) - Constructor for class weblogic.common.ResourceException
Constructs a Resource Exception with the specified nested exception.
ResourceNodeImpl - class weblogic.security.providers.authorization.ResourceNodeImpl.
ResourceNode implementation that is using Resource directly.
ResourceNodeImpl(Resource) - Constructor for class weblogic.security.providers.authorization.ResourceNodeImpl
 
ResourceNotFoundException - exception weblogic.security.service.ResourceNotFoundException.
The ResourceNotFoundException exception is thrown if a security provider looks for a resource that should exist, but is unable to find that resource.
ResourceNotFoundException - exception weblogic.security.spi.ResourceNotFoundException.
The ResourceNotFoundException exception is thrown if a security provider looks for a resource that should exist, but is unable to find that resource.
ResourceNotFoundException() - Constructor for class weblogic.security.service.ResourceNotFoundException
Constructs a ResourceNotFoundException with no arguments.
ResourceNotFoundException() - Constructor for class weblogic.security.spi.ResourceNotFoundException
Constructs a ResourceNotFoundException with no arguments.
ResourceNotFoundException(String) - Constructor for class weblogic.security.service.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified detail message.
ResourceNotFoundException(String) - Constructor for class weblogic.security.spi.ResourceNotFoundException
Constructs a ResourceNotFoundException with the specified detail message.
ResourceNotFoundException(String, Throwable) - Constructor for class weblogic.security.service.ResourceNotFoundException
Constructs a ResourceNotFoundException with a detail message and a nested exception.
ResourceNotFoundException(String, Throwable) - Constructor for class weblogic.security.spi.ResourceNotFoundException
Constructs a ResourceNotFoundException with a detail message and a nested exception.
ResourceNotFoundException(Throwable) - Constructor for class weblogic.security.service.ResourceNotFoundException
Constructs a ResourceNotFoundException with a nested exception.
ResourceNotFoundException(Throwable) - Constructor for class weblogic.security.spi.ResourceNotFoundException
Constructs a ResourceNotFoundException with a nested exception.
ResourceRemovalException - exception weblogic.security.service.ResourceRemovalException.
The ResourceRemovalException exception is thrown if a security provider is unable to remove a resource.
ResourceRemovalException - exception weblogic.security.spi.ResourceRemovalException.
The ResourceRemovalException exception is thrown if a security provider is unable to remove a resource.
ResourceRemovalException() - Constructor for class weblogic.security.service.ResourceRemovalException
Constructs a ResourceRemovalException with no arguments.
ResourceRemovalException() - Constructor for class weblogic.security.spi.ResourceRemovalException
Constructs a ResourceRemovalException with no arguments.
ResourceRemovalException(String) - Constructor for class weblogic.security.service.ResourceRemovalException
Constructs a ResourceRemovalException with the specified detail message.
ResourceRemovalException(String) - Constructor for class weblogic.security.spi.ResourceRemovalException
Constructs a ResourceRemovalException with the specified detail message.
ResourceRemovalException(String, Throwable) - Constructor for class weblogic.security.service.ResourceRemovalException
Constructs a ResourceRemovalException with a detail message and a nested exception.
ResourceRemovalException(String, Throwable) - Constructor for class weblogic.security.spi.ResourceRemovalException
Constructs a ResourceRemovalException with a detail message and a nested exception.
ResourceRemovalException(Throwable) - Constructor for class weblogic.security.service.ResourceRemovalException
Constructs a ResourceRemovalException with a nested exception.
ResourceRemovalException(Throwable) - Constructor for class weblogic.security.spi.ResourceRemovalException
Constructs a ResourceRemovalException with a nested exception.
resourcesQueuing() - Method in interface weblogic.jdbc.oci.WLConnectionInfo
 
resourcesQueuing() - Method in class weblogic.jdbc.oci.Connection
 
Response - class weblogic.uddi.client.structures.response.Response.
 
Response() - Constructor for class weblogic.uddi.client.structures.response.Response
 
responses - Variable in class weblogic.net.http.HttpURLConnection
 
restoreDefaultValue(String) - Method in interface weblogic.management.configuration.ConfigurationMBean
This method causes the value of the provided attribute to return to the defaulted state.
Result - class weblogic.security.spi.Result.
The Result class contains the result of calling the isAccessAllowed method on an Access Decision.
Result - class weblogic.uddi.client.structures.datatypes.Result.
This structure in the disposition Report structure.
Result() - Constructor for class weblogic.uddi.client.structures.datatypes.Result
Class constructor.
ResultListener - interface weblogic.webservice.async.ResultListener.
 
resume() - Method in interface weblogic.management.runtime.JMSDestinationRuntimeMBean
Resumes the destination so that new messages are accepted.
resume() - Method in interface weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean
Restore all access to and operations on the pool.
RESUMING - Static variable in interface weblogic.management.runtime.ServerStates
Description of the Field
retrieveGrammar(XMLGrammarDescription) - Method in class weblogic.apache.xerces.dom.DOMNormalizer
 
retrieveGrammar(XMLGrammarDescription) - Method in class weblogic.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
retrieveGrammar(XMLGrammarDescription) - Method in class weblogic.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve a particular grammar.
retrieveGrammar(XMLGrammarDescription) - Method in class weblogic.apache.xerces.util.XMLGrammarPoolImpl
 
retrieveGrammar(XMLGrammarDescription) - Method in interface weblogic.apache.xerces.xni.grammars.XMLGrammarPool
 
retrieveInitialGrammarSet(String) - Method in class weblogic.apache.xerces.dom.DOMNormalizer
 
retrieveInitialGrammarSet(String) - Method in class weblogic.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
retrieveInitialGrammarSet(String) - Method in class weblogic.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve the initial set of grammars for the validator to work with.
retrieveInitialGrammarSet(String) - Method in class weblogic.apache.xerces.util.XMLGrammarPoolImpl
 
retrieveInitialGrammarSet(String) - Method in interface weblogic.apache.xerces.xni.grammars.XMLGrammarPool
 
RETURN - Static variable in class weblogic.management.tools.MBeanTags
 
returnInternalPath() - Method in class weblogic.management.mbeans.custom.WebAppComponent
 
RevalidationHandler - interface weblogic.apache.xerces.impl.RevalidationHandler.
DOM Revalidation handler adds additional functionality to XMLDocumentHandler
rewind() - Method in class weblogic.apache.xerces.impl.XMLEntityManager.RewindableInputStream
 
Rewriter - class weblogicx.jsp.tags.Rewriter.
 
Rewriter() - Constructor for class weblogicx.jsp.tags.Rewriter
 
RMCFactoryMBean - interface weblogic.management.configuration.RMCFactoryMBean.
An RMCFactoryMBean represents a J2EE resource manager connection factory in a J2EE app.
RMI_NAMING_JNDI_HOME - Static variable in class weblogic.rmi.Naming
 
RMI_NAMING_JNDI_PATH - Static variable in class weblogic.rmi.Naming
 
RMISecurityException - exception weblogic.rmi.RMISecurityException.
This exception is provided for compatibility with java.rmi.*
RMISecurityException() - Constructor for class weblogic.rmi.RMISecurityException
 
RMISecurityException(String) - Constructor for class weblogic.rmi.RMISecurityException
Constructs an RMISecurityException with the specified string.
RMISecurityException(String, String) - Constructor for class weblogic.rmi.RMISecurityException
Constructs an RMISecurityException with the specified strings, formatted as "message: cause".
RMISecurityManager - class weblogic.rmi.RMISecurityManager.
WebLogic implements this class for compatibility with java.rmi.RMISecurityManager.
RMISecurityManager() - Constructor for class weblogic.rmi.RMISecurityManager
 
RoleCreationException - exception weblogic.security.service.RoleCreationException.
A RoleCreationException exception is thrown if a Role Mapping provider has a problem creating a role.
RoleCreationException - exception weblogic.security.spi.RoleCreationException.
A RoleCreationException exception is thrown if a Role Mapping provider has a problem creating a role.
RoleCreationException() - Constructor for class weblogic.security.service.RoleCreationException
Constructs a RoleCreationException with no arguments.
RoleCreationException() - Constructor for class weblogic.security.spi.RoleCreationException
Constructs a RoleCreationException with no arguments.
RoleCreationException(String) - Constructor for class weblogic.security.service.RoleCreationException
Constructs a RoleCreationException with the specified detail message.
RoleCreationException(String) - Constructor for class weblogic.security.spi.RoleCreationException
Constructs a RoleCreationException with the specified detail message.
RoleCreationException(String, Throwable) - Constructor for class weblogic.security.service.RoleCreationException
Constructs a RoleCreationException with a detail message and a nested exception.
RoleCreationException(String, Throwable) - Constructor for class weblogic.security.spi.RoleCreationException
Constructs a RoleCreationException with a detail message and a nested exception.
RoleCreationException(Throwable) - Constructor for class weblogic.security.service.RoleCreationException
Constructs a RoleCreationException with a nested exception.
RoleCreationException(Throwable) - Constructor for class weblogic.security.spi.RoleCreationException
Constructs a RoleCreationException with a nested exception.
RoleEditorMBean - interface weblogic.management.security.authorization.RoleEditorMBean.
Provides a set of methods for creating, editing, and removing policies.
roleExists(String, String) - Method in interface weblogic.management.security.authorization.RoleReaderMBean
Indicates whether a role exists.
RoleMapper - interface weblogic.security.spi.RoleMapper.
The RoleMapper interface defines the security service provider interface (SSPI) for objects capable of obtaining the appropriate set of roles for a particular resource that has been granted to a specific subject.
RoleMapperImpl - class weblogic.management.security.authorization.RoleMapperImpl.
 
RoleMapperImpl(RequiredModelMBean) - Constructor for class weblogic.management.security.authorization.RoleMapperImpl
Constructor for the RoleMapperImpl object
RoleMapperMBean - interface weblogic.management.security.authorization.RoleMapperMBean.
The base MBean for Role Mapping providers.
RoleNotFoundException - exception weblogic.security.service.RoleNotFoundException.
The RoleNotFoundException exception is thrown if a Role Mapping provider looks for a particular role that should exist, but is unable to find that role.
RoleNotFoundException - exception weblogic.security.spi.RoleNotFoundException.
The RoleNotFoundException exception is thrown if a Role Mapping provider looks for a particular role that should exist, but is unable to find that role.
RoleNotFoundException() - Constructor for class weblogic.security.service.RoleNotFoundException
Constructs a RoleNotFoundException with no arguments.
RoleNotFoundException() - Constructor for class weblogic.security.spi.RoleNotFoundException
Constructs a RoleNotFoundException with no arguments.
RoleNotFoundException(String) - Constructor for class weblogic.security.service.RoleNotFoundException
Constructs a RoleNotFoundException with the specified detail message.
RoleNotFoundException(String) - Constructor for class weblogic.security.spi.RoleNotFoundException
Constructs a RoleNotFoundException with the specified detail message.
RoleNotFoundException(String, Throwable) - Constructor for class weblogic.security.service.RoleNotFoundException
Constructs a RoleNotFoundException with a detail message and a nested exception.
RoleNotFoundException(String, Throwable) - Constructor for class weblogic.security.spi.RoleNotFoundException
Constructs a RoleNotFoundException with a detail message and a nested exception.
RoleNotFoundException(Throwable) - Constructor for class weblogic.security.service.RoleNotFoundException
Constructs a RoleNotFoundException with a nested exception.
RoleNotFoundException(Throwable) - Constructor for class weblogic.security.spi.RoleNotFoundException
Constructs a RoleNotFoundException with a nested exception.
RoleProvider - interface weblogic.security.spi.RoleProvider.
The RoleProvider interface exposes the services provided by a Role Mapping provider to the WebLogic Security Framework.
RoleReaderMBean - interface weblogic.management.security.authorization.RoleReaderMBean.
Provides a set of methods for reading policies.
RoleRemovalException - exception weblogic.security.service.RoleRemovalException.
The RoleRemovalException exception is thrown if a Role Mapping provider is unable to remove a role.
RoleRemovalException - exception weblogic.security.spi.RoleRemovalException.
The RoleRemovalException exception is thrown if a Role Mapping provider is unable to remove a role.
RoleRemovalException() - Constructor for class weblogic.security.service.RoleRemovalException
Constructs a RoleRemovalException with no arguments.
RoleRemovalException() - Constructor for class weblogic.security.spi.RoleRemovalException
Constructs a RoleRemovalException with no arguments.
RoleRemovalException(String) - Constructor for class weblogic.security.service.RoleRemovalException
Constructs a RoleRemovalException with the specified detail message.
RoleRemovalException(String) - Constructor for class weblogic.security.spi.RoleRemovalException
Constructs a RoleRemovalException with the specified detail message.
RoleRemovalException(String, Throwable) - Constructor for class weblogic.security.service.RoleRemovalException
Constructs a RoleRemovalException with a detail message and a nested exception.
RoleRemovalException(String, Throwable) - Constructor for class weblogic.security.spi.RoleRemovalException
Constructs a RoleRemovalException with a detail message and a nested exception.
RoleRemovalException(Throwable) - Constructor for class weblogic.security.service.RoleRemovalException
Constructs a RoleRemovalException with a nested exception.
RoleRemovalException(Throwable) - Constructor for class weblogic.security.spi.RoleRemovalException
Constructs a RoleRemovalException with a nested exception.
rollback() - Method in class weblogic.jdbc.oci.Connection
 
rollback() - Method in class weblogic.jdbc.oci.xa.Connection
 
rollback(Savepoint) - Method in class weblogic.jdbc.oci.Connection
 
rollback(Savepoint) - Method in class weblogic.jdbc.oci.xa.Connection
 
rollback(Xid) - Method in class weblogic.jdbc.oci.xa.XADataSource
 
RollbackException - exception weblogic.transaction.RollbackException.
This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.
RollbackException() - Constructor for class weblogic.transaction.RollbackException
 
RollbackException(String) - Constructor for class weblogic.transaction.RollbackException
 
RollbackException(String, Throwable) - Constructor for class weblogic.transaction.RollbackException
 
rootCA() - Method in class weblogic.security.SSL.SSLCertificate
Deprecated. The root CA of the certificate chain.
rootCAInvalid(String, Object, X509) - Method in interface weblogic.security.audit.AuditProvider
Deprecated. A certificate chain with an invalid root certificate authority was presented.
rootCAInvalid(String, Object, X509) - Static method in class weblogic.security.audit.Audit
Deprecated.  
rootCAvalid() - Method in class weblogic.security.SSL.SSLCertificate
Deprecated. Check if root CA matches fingerprints specified in the session state.
rootCAvalid(byte[][]) - Method in class weblogic.security.SSL.SSLCertificate
Deprecated. Check if the root CA fingerprint matches list of valid fingerprints.
rootNode - Variable in class weblogic.apache.xerces.dom.DeepNodeListImpl
 
ROUND_ROBIN - Static variable in interface weblogic.management.configuration.JMSConstants
Description of the Field
run() - Method in interface weblogic.security.acl.PrivilegedExceptionAction
Deprecated.  
run() - Method in interface weblogic.security.acl.PrivilegedAction
Deprecated.  
run() - Method in class weblogic.security.service.GetKernelIdentityAction
 
run() - Method in class weblogic.webservice.async.ThreadPool
 
runAs(AuthenticatedSubject, AuthenticatedSubject, PrivilegedAction) - Static method in class weblogic.security.service.SecurityManager
Execution privileged action on behalf of the user identity.
runAs(AuthenticatedSubject, AuthenticatedSubject, PrivilegedExceptionAction) - Static method in class weblogic.security.service.SecurityManager
Execution privileged exception action on behalf of the user identity.
runAs(Subject, HttpServletRequest) - Static method in class weblogic.servlet.security.ServletAuthentication
With a given subject, this method sets the current thread identity and current session identity.
runAs(Subject, PrivilegedAction) - Static method in class weblogic.security.Security
Execution privileged action on behalf of the user identity.
runAs(Subject, PrivilegedExceptionAction) - Static method in class weblogic.security.Security
Execution privileged exception action on behalf of the user identity.
runBody() - Method in class weblogic.management.tools.XMLElementMBeanImplc
 
runBody() - Method in class weblogic.management.tools.AutoRefresher
 
RUNNING - Static variable in interface weblogic.management.runtime.ServerStates
Description of the Field

A B C D E F G H I J K L M N O P Q R S T U V W X _
Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b