Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OBJECT - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON object.
- observe(EventContext<T>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserver
-
Consumes an event.
- observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the type of the observed event
- ObserverException - Exception Class in jakarta.enterprise.event
-
Indicates that a checked exception was thrown by an observer method during event notification.
- ObserverException() - Constructor for exception class jakarta.enterprise.event.ObserverException
-
Creates the exception with no detail message or cause.
- ObserverException(String) - Constructor for exception class jakarta.enterprise.event.ObserverException
-
Creates the exception with given detail message.
- ObserverException(String, Throwable) - Constructor for exception class jakarta.enterprise.event.ObserverException
-
Creates the exception with given detail message and cause.
- ObserverException(Throwable) - Constructor for exception class jakarta.enterprise.event.ObserverException
-
Creates the exception with given cause.
- ObserverInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Observers are: observer methods synthetic observers Observer methods directly correspond to a method declaration in program source code.
- observerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the declaration of this observer method.
- ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
An
ObserverMethodConfigurator
can configure anObserverMethod
. - ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
Represents an operation that accepts a context of a fired event.
- Observer methods - Search tag in package jakarta.enterprise.event
- Section
- Observes - Annotation Interface in jakarta.enterprise.event
-
Identifies the event parameter of an observer method.
- ObservesAsync - Annotation Interface in jakarta.enterprise.event
-
Identifies the event parameter of an asynchronous observer method.
- observeWith(Class<? extends SyntheticObserver<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the class of the synthetic observer event notification function.
- of(ClassInfo) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a type from given class literal.
- of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
-
Obtain the Typed literal for the provided bean types
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
-
Obtain the literal for the provided scope annotation
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
-
Obtain the literal of the provided scope annotation
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
-
Obtain the literal of the provided scope annotation
- of(Class<? extends Annotation>) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
-
Create a new NamedLiteral for the given name value
- of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofArray(Type, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns an
ArrayType
for the given element type and number of dimensions. - ofClass(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given class declaration. - ofClass(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given binary name, as defined by The Java™ Language Specification; in other words, the class name as returned byClass.getName()
. - ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofPrimitive(PrimitiveType.PrimitiveKind) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
PrimitiveType
for the given kind of primitive type. - ofVoid() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
VoidType
, representing thevoid
pseudo-type. - ok() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an OK status.
- ok(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
200 OK, see HTTP/1.1 documentation.
- onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when this SseBroadcaster closes a given event
SseEventSink
or tries to write to a givenSseEventSink
that is already closed (either by client closing the connection or by callingSseEventSink.close()
on the server side. - onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
-
An unmapped throwable is propagated to the default exception mapper in case no
exception mapper
has been found for a request processing failure. - onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
-
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
- onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when an exception is thrown by a given
SseEventSink
when this SseBroadcaster tries to write to it or close it. - open() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incomingevents
. - operationName() - Method in enum class jakarta.json.JsonPatch.Operation
-
Returns enum constant name as lower case string.
- OPTIONAL - Enum constant in enum class jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Client authentication is performed, but invalid clients are accepted.
- options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- OTHER - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
- OutboundSseEvent - Interface in jakarta.ws.rs.sse
-
Representation of a single outbound Server-sent event.
- OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
-
A builder class used for creating
OutboundSseEvent
instances.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form