Skip navigation links
Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12.2.1.2.0

Part Number E78001_01
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 _ 

O

OASIS_INTEROP_URI - Static variable in interface weblogic.xml.security.wsse.v200207.WSSEConstants
 
OBJECT - Static variable in class com.bea.common.security.xacml.Type
Represents a reference to a Java object.
OBJECT_BAG - Static variable in class com.bea.common.security.xacml.Type
Represents a bag of OBJECT.
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.domainruntime.MBeanServerConnectionManagerMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.edit.ConfigurationManagerMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.edit.EditServiceMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.edit.PortablePartitionManagerMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.edit.RecordingManagerMBean
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.MBeanTypeService
This is the ObjectName under which this service is registered in the MBeanServer
OBJECT_NAME - Static variable in interface weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
This is the ObjectName under which this service is registered in the MBeanServer
ObjectRefTable - Class in weblogic.xml.schema.binding.util.runtime
 
ObjectRefTable.Entry - Class in weblogic.xml.schema.binding.util.runtime
 
objectToString() - Method in interface weblogic.rmi.spi.HostID
 
observe(XMLEvent) - Method in interface weblogic.xml.xpath.XPathStreamObserver
Handles notification when an XMLEvent is encountered on the stream which represents a matching node that is not an attribute or namespace node.
observeAttribute(StartElement, Attribute) - Method in interface weblogic.xml.xpath.XPathStreamObserver
Handles notification when an XMLEvent is encountered on the stream which contains an attribute meets the criteria with which the observer was installed in the XPathStreamFactory.
observeNamespace(StartElement, Attribute) - Method in interface weblogic.xml.xpath.XPathStreamObserver
 
OBSOLETE - Static variable in class weblogic.descriptor.annotation.GlobalAnnotations
Indicates that the annotated element is not functional in any product at or beyond versionNumber.
OFF - Static variable in class com.bea.logging.LogLevel
 
OFF - Static variable in class weblogic.i18n.logging.Severities
All messages are turned off.
OFF - Static variable in class weblogic.logging.WLLevel
 
OFF_INT - Static variable in class com.bea.logging.LogLevel
 
OFF_TEXT - Static variable in class weblogic.i18n.logging.Severities
Severity OFF denoted by the value "Off"
OFF_VOLUME - Static variable in interface weblogic.management.configuration.WLDFServerDiagnosticMBean
 
OfferSequence - Interface in weblogic.wsee.reliability2.sequence
Represents a reliable sequence that has been offered by an RM source to an RM destination.
OK - Static variable in interface weblogic.jdbc.extensions.ConnectionPoolFailoverCallback
A return code from the allowPoolFailover method.
oldJMSMessageIDToNew(String, long) - Method in class weblogic.jms.extensions.JMSRuntimeHelper
Convert WebLogic JMS pre-6.0 JMSMessageID format into the 6.0 format.
ONCE - Static variable in class weblogic.security.spi.Direction
Indicates that the authorization check is being performed once, with no indication of whether it is being done before or after an operation.
onClose(WebSocketConnection, ClosingMessage) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onClose(WebSocketConnection, ClosingMessage) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when the WebSocket is closed by the WebSocket client.
onCompletion(CompletionRequest, Object) - Method in interface weblogic.common.CompletionListener
This method is invoked when a non-throwable result is set into the request on which we are listening.
onDestinationsAvailable(String, List<DestinationDetail>) - Method in interface weblogic.jms.extensions.DestinationAvailabilityListener
Callback that provides a list of newly available destinations corresponding to the JNDI name that was specified when the destination availability listener was registered.
onDestinationsUnavailable(String, List<DestinationDetail>) - Method in interface weblogic.jms.extensions.DestinationAvailabilityListener
Callback to provide a list of WebLogic 9.0 or later distributed destination members that have become unavailable.
onDisconnect(DisconnectEvent) - Method in interface weblogic.rmi.extensions.DisconnectListener
 
onDisk(TransactionLogger) - Method in interface weblogic.transaction.TransactionLoggable
Callback method for when object safely written to disk.
ONE_OR_MORE - Static variable in class weblogic.wsee.policy.framework.OperatorType
Deprecated.
 
ONE_WAY - Static variable in interface weblogic.wsee.wsdl.WsdlOperation
Deprecated.
 
onError(TransactionLogger) - Method in interface weblogic.transaction.TransactionLoggable
Callback method for problem writing object to disk.
onError(WebSocketConnection, Throwable) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onError(WebSocketConnection, Throwable) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called if the container encounters difficulty.
ONEWAY - Static variable in interface weblogic.workarea.PropagationMode
Propagate a WorkContext downstream from the caller only.
onException(CompletionRequest, Throwable) - Method in interface weblogic.common.CompletionListener
This method is invoked when a throwable result is set into the request on which we are listening.
onFailure(String, Exception) - Method in interface weblogic.jms.extensions.DestinationAvailabilityListener
Callback to provide any current error related to obtaining destination availability.
onFragment(WebSocketConnection, boolean, String) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onFragment(WebSocketConnection, boolean, byte[]) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onFragment(WebSocketConnection, boolean, String) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a CONTINUATION data frame containing text payload is received.
onFragment(WebSocketConnection, boolean, byte[]) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a CONTINUATION data frame containing binary payload is received.
ONLINE_ONLY_MODE - Static variable in class weblogic.management.scripting.utils.WLSTInterpreter
Key used to specify wheether or not only online commands are supported by this interpreter.
onMessage(WebSocketConnection, String) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onMessage(WebSocketConnection, byte[]) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onMessage(WebSocketConnection, String) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a TEXT data frame is received.
onMessage(WebSocketConnection, byte[]) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a BINARY data frame is received.
onOpen(WebSocketConnection) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onOpen(WebSocketConnection) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called after the WebSocket opening handshake succeeds and the connection is established.
onPing(WebSocketConnection, byte[]) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onPing(WebSocketConnection, byte[]) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a PING control frame is received.
onPong(WebSocketConnection, byte[]) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onPong(WebSocketConnection, byte[]) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when a PONG control frame is received.
onPublish(DeliveredMessageEvent) - Method in interface com.bea.httppubsub.DeliveredMessageListener
Notification that the local client received an event message.
onRecovery(TransactionLogger) - Method in interface weblogic.transaction.TransactionLoggable
Callback method to perform recovery.
onReliabilityError(ReliabilityErrorContext) - Method in interface weblogic.wsee.reliability.ReliabilityErrorListener
Deprecated.
 
onReliabilityError(ReliabilityErrorContext) - Method in interface weblogic.wsee.reliability2.api.ReliabilityErrorListener
Deprecated.
This callback is called when any reliable request fails to be delivered.
ONSClientRuntimeMBean - Interface in weblogic.management.runtime
Runtime MBean that represents an ONS client configuration that is associated with a RAC JDBC data source.
ONSDaemonRuntimeMBean - Interface in weblogic.management.runtime
Runtime MBean that represents an ONS client configuration that is associated with a RAC JDBC data source.
onTimeout(WebSocketConnection) - Method in class weblogic.websocket.WebSocketAdapter
Deprecated.
Empty implementation for this callback method.
onTimeout(WebSocketConnection) - Method in interface weblogic.websocket.WebSocketListener
Deprecated.
This method is called when the WebSocket does not receive any message for the specified timeout period.
OPCODE_CURR_POOL_BUSY - Static variable in interface weblogic.jdbc.extensions.ConnectionPoolFailoverCallback
A parameter passed to the callback handler in the allowPoolFailover method.
OPCODE_CURR_POOL_DEAD - Static variable in interface weblogic.jdbc.extensions.ConnectionPoolFailoverCallback
A parameter passed to the callback handler in the allowPoolFailover() method.
OPCODE_REENABLE_CURR_POOL - Static variable in interface weblogic.jdbc.extensions.ConnectionPoolFailoverCallback
A parameter passed to the callback handler in the allowPoolFailover method.
open(char[]) - Method in interface weblogic.jms.extensions.ClientSAF
Starts the Client SAF system associated with this configuration.
open - Variable in class weblogic.xml.stream.util.PipedXMLInputStreamBase
Deprecated.
 
open - Variable in class weblogic.xml.stream.util.XMLInputStreamFilterBase
Deprecated.
 
openConnection(URL, Proxy) - Method in class weblogic.net.http.Handler
 
openConnection(URL, Proxy, TransportInfo) - Method in class weblogic.wsee.connection.transport.https.JdkSSLAdapter
Deprecated.
 
openConnection(URL, Proxy, TransportInfo) - Method in interface weblogic.wsee.connection.transport.https.SSLAdapter
Deprecated.
This method is called by Server Internal Implementaion on the implementation class of this interface.
openConnection(URL, Proxy, TransportInfo) - Method in class weblogic.wsee.connection.transport.https.WlsSSLAdapter
Deprecated.
This method is called by Server Internal Implementaion on the implementation class of this interface.
openCursor(String) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor on the server side for the query.
openCursor(String, long) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor with the specified timeout value, in milliseconds.
openCursor(long, long, String) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor with the specified query and time range.
openCursor(long, long, String, long) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor for records that meet the specified time range and query condition.
openCursor(long, long, long, String) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor with a given query and a record-id range.
openCursor(long, long, long, String, long) - Method in interface weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean
Opens a cursor using the specified record-ID range, end timestamp, and query.
openItemDescriptions - Variable in class weblogic.messaging.runtime.MessageInfo
 
openItemNames - Variable in class weblogic.messaging.runtime.MessageInfo
 
openItemTypes - Variable in class weblogic.messaging.runtime.MessageInfo
 
openKeyStore(InputStream) - Static method in class weblogic.wsee.connection.transport.https.SSLAdapterUtils
Deprecated.
 
OPERATION - Static variable in class weblogic.descriptor.annotation.MethodAnnotations
Indicates that the annotated method should be treated as an operation even if matches a bean method pattern.
OPERATION_DEPLOY - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OPERATION_REDEPLOY - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OPERATION_START - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OPERATION_STOP - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OPERATION_UNDEPLOY - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OPERATION_UNIMPLEMENTED - Static variable in interface weblogic.management.runtime.DeploymentProgressObjectMBean
 
OperationInfoBean - Interface in weblogic.j2ee.descriptor.wl
 
OperationSpec - Class in weblogic.xml.security.specs
Deprecated.
please use new WS Security API
operator - Variable in class weblogic.wsee.policy.framework.PolicyExpression
Deprecated.
 
OperatorType - Class in weblogic.wsee.policy.framework
Deprecated. 
OperatorType() - Constructor for class weblogic.wsee.policy.framework.OperatorType
Deprecated.
 
OPTIMISTIC - Static variable in interface weblogic.management.configuration.CacheTransactionMBean
 
OptimisticConcurrencyException - Exception in weblogic.ejb
 
OptimisticConflictException - Exception in weblogic.jdbc.rowset
Deprecated.
12.1.2.0 Use the reference implementation classes in the J2SE JRE/SDK.
optional - Variable in class weblogic.wsee.policy.framework.PolicyAssertion
Deprecated.
 
OptionalFeatureDeploymentMBean - Interface in weblogic.management.configuration
Control panel for all optional features, e.g.
OptionalFeatureMBean - Interface in weblogic.management.configuration
Controls the configuration of an optional feature.
oracle.jrf - package oracle.jrf
 
oracle.jrf.wls - package oracle.jrf.wls
 
oracle.ucp - package oracle.ucp
Enumeration for Affinity Policy types.
oracle.ucp.jdbc - package oracle.ucp.jdbc
Provides callback interfaces for connections.
oracle.ucp.jdbc.oracle - package oracle.ucp.jdbc.oracle
Provides the callback interface for Oracle RAC Data-based affinity.
ORACLE_RM_PREFIX - Static variable in class weblogic.wsee.reliability.WsrmConstants
Deprecated.
 
ORACLE_RM_PREFIX - Static variable in class weblogic.wsee.reliability2.WsrmConstants
Deprecated.
 
Orchestrator - Interface in com.oracle.weblogic.lifecycle
 
OrderedOrganizer<T,U> - Class in weblogic.management.provider.internal
Organizes elements into groups, with no duplicate elements within a group and with elements returned from each group in the order in which they were added.
OrderingIterator(List<E>) - Constructor for class weblogic.wsee.security.wssc.utils.WSSCCompatibilityUtil.OrderingIterator
Deprecated.
 
ORIGIN_DEFAULT - Static variable in interface weblogic.management.configuration.PropertyValueVBean
 
ORIGIN_ORIGINAL - Static variable in interface weblogic.management.configuration.PropertyValueVBean
 
ORIGIN_OVERRIDING_CONFIG_BEAN - Static variable in interface weblogic.management.configuration.PropertyValueVBean
 
ORIGIN_RESOURCE_DEPLOYMENT_PLAN - Static variable in interface weblogic.management.configuration.PropertyValueVBean
 
OsgiFrameworkMBean - Interface in weblogic.management.configuration
An MBean representing an OSGi framework.
OTHER - Static variable in class weblogic.xml.xpath.DOMXPath
Returned by getType() to indicate that this XPath evaluates to an extension-defined object.
OUTBOUND - Static variable in interface weblogic.connector.extensions.Suspendable
Used to indicate that outbound communication is to be suspended/resumed
OutOfDateConfigurationException - Exception in weblogic.management.configuration
 
outputCustomMBeansMIBModule() - Method in interface weblogic.management.runtime.SNMPAgentRuntimeMBean
Returns WebLogic Server's MIB module for custom MBeans as a java.lang.String.
OverloadProtectionMBean - Interface in weblogic.management.configuration
This Mbean has attributes concerning server overload protection.
OverridePartitionDepPlan - Interface in weblogic.management.provider.internal
 
OverridePartitionDepPlanService - Class in weblogic.management.deploy.internal
Provide api for management internal layer to access Deployment layer calls
OverrideProperty - Interface in weblogic.wsee.jaxws.framework.policy
 
OWNER - Static variable in class weblogic.descriptor.annotation.GlobalAnnotations
When present on an interface, attribute or operation, it denotes that the interface, attribute or the operation is authorized by the value of the owner
OwsmPolicyBean - Interface in weblogic.j2ee.descriptor.wl
 
OwsmSecurityPolicyRuntimeMBean - Interface in weblogic.management.runtime
Specifies runtime information about the WS-Policy files that are available for the Web Service.
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 _ 
Skip navigation links
Copyright 1996, 2016, Oracle and/or its affiliates. All rights reserved.