- Cache - Interface in jakarta.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- Cacheable - Annotation Type in jakarta.persistence
-
Specifies whether an entity should be cached if caching is enabled
when the value of the persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheRetrieveMode - Enum in jakarta.persistence
-
Used as the value of the
jakarta.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.
- CacheStoreMode - Enum in jakarta.persistence
-
Used as the value of the
jakarta.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.
- call(SOAPMessage, Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until
it has returned the response.
- CallerOnlyCredential - Class in jakarta.security.enterprise.credential
-
CallerOnlyCredential
represents a credential that only
contains a caller name and no secret of any kind.
- CallerOnlyCredential(String) - Constructor for class jakarta.security.enterprise.credential.CallerOnlyCredential
-
- CallerPrincipal - Class in jakarta.security.enterprise
-
Principal that represents the caller principal associated with the invocation being
processed by the container (e.g.
- CallerPrincipal(String) - Constructor for class jakarta.security.enterprise.CallerPrincipal
-
- canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel(boolean) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- cancel() - Method in interface jakarta.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be cancelled.
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CascadeType - Enum in jakarta.persistence
-
Defines the set of cascadable operations that are propagated
to the associated entity.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- changeSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Change the session id of the current session associated with this request and return the new session id.
- changeSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return changeSessionId() on the wrapped request object.
- CHARACTER_SET_ENCODING - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type charset
parameter name.
- checkOrigin(String) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the
client passed during the opening handshake.
- ClassTransformer - Interface in jakarta.persistence.spi
-
- cleanClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method to clean the subject associated with this context.
- cleanClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism
might have used.
- cleanup() - Method in interface jakarta.resource.spi.ManagedConnection
-
Application server calls this method to force any cleanup on the
ManagedConnection instance.
- clear() - Method in interface jakarta.persistence.EntityManager
-
Clear the persistence context, causing all managed
entities to become detached.
- clear() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
- clear() - Method in interface jakarta.security.enterprise.credential.Credential
-
Clears the credential.
- clear() - Method in class jakarta.security.enterprise.credential.Password
-
Securely clears the password value.
- clear() - Method in class jakarta.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- clearBody() - Method in interface jakarta.jms.Message
-
Clears out the message body.
- clearBody() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class jakarta.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Clears out the content of this AttachmentPart
object.
- clearCredential() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Invokes the specific subclass to securely clear the credential value.
- clearCredential() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- clearProperties() - Method in interface jakarta.jms.JMSProducer
-
Clears any message properties set on this JMSProducer
- clearProperties() - Method in interface jakarta.jms.Message
-
Clears a message's properties.
- clearWarnings() - Method in interface jakarta.resource.cci.Interaction
-
Clears all the warning reported by this Interaction instance.
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume
responses returned.
- CLIENT_ACKNOWLEDGE - Static variable in interface jakarta.jms.JMSContext
-
With this session mode, the client acknowledges a consumed message by calling the message's acknowledge
method.
- CLIENT_ACKNOWLEDGE - Static variable in interface jakarta.jms.Session
-
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's
acknowledge
method.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances.
- ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the ClientBuilder
class.
- ClientEndpoint - Annotation Type in jakarta.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can
be deployed as such.
- ClientEndpointConfig - Interface in jakarta.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in jakarta.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in jakarta.websocket
-
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as
intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each
endpoint instance configured with this configurator.
- ClientErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP 4xx
status codes).
- ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientRequestContext - Interface in jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- clone() - Method in interface jakarta.resource.cci.Record
-
Creates and returns a copy of this object.
- clone() - Method in class jakarta.servlet.http.Cookie
-
Overrides the standard java.lang.Object.clone
method to return a copy of this Cookie.
- clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- close() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface jakarta.jms.Connection
-
Closes the connection.
- close() - Method in interface jakarta.jms.ConnectionConsumer
-
Closes the connection consumer.
- close() - Method in interface jakarta.jms.JMSConsumer
-
Closes the JMSConsumer
.
- close() - Method in interface jakarta.jms.JMSContext
-
Closes the JMSContext
- close() - Method in interface jakarta.jms.MessageConsumer
-
Closes the message consumer.
- close() - Method in interface jakarta.jms.MessageProducer
-
Closes the message producer.
- close() - Method in interface jakarta.jms.QueueBrowser
-
Closes the QueueBrowser
.
- close() - Method in class jakarta.jms.QueueRequestor
-
Closes the QueueRequestor
and its session.
- close() - Method in interface jakarta.jms.Session
-
Closes the session.
- close() - Method in class jakarta.jms.TopicRequestor
-
Closes the TopicRequestor
and its session.
- close() - Method in interface jakarta.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface jakarta.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in interface jakarta.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface jakarta.resource.cci.Interaction
-
Closes the current Interaction and release all the resources
held for this instance by the resource adapter.
- close() - Method in class jakarta.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface jakarta.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface jakarta.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources
associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of
wait time.
- close() - Method in class jakarta.xml.soap.SOAPConnection
-
Closes this SOAPConnection
object.
- close(MessageContext) - Method in interface jakarta.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to
the Jakarta XML Web Services runtime dispatching a message, fault or exception.
- close() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- CloseReason - Class in jakarta.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class jakarta.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in jakarta.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in jakarta.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- CollapsedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
-
Built-in
XmlAdapter
to handle
xs:token
and its derived types.
- CollapsedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
-
- CollectionAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.
- CollectionJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
.
- CollectionTable - Annotation Type in jakarta.persistence
-
Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- Column - Annotation Type in jakarta.persistence
-
Specifies the mapped column for a persistent property or field.
- ColumnResult - Annotation Type in jakarta.persistence
-
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- CommException - Exception in jakarta.resource.spi
-
This indicates errors related to failed or interrupted
communication with an EIS instance.
- CommException() - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(Throwable) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- CommException(String, Throwable) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(String, String) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and
an error code.
- commit() - Method in interface jakarta.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface jakarta.jms.Session
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface jakarta.jms.XAJMSContext
-
Throws a TransactionInProgressRuntimeException
, since it should not be called for an XAJMSContext
object.
- commit() - Method in interface jakarta.jms.XASession
-
Throws a TransactionInProgressException
, since it should not be called for an XASession
object.
- commit() - Method in interface jakarta.persistence.EntityTransaction
-
Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() - Method in interface jakarta.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held
by the underlying EIS instance.
- commit() - Method in interface jakarta.resource.spi.LocalTransaction
-
Commit a local transaction
- commit(Xid, boolean) - Method in interface jakarta.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit() - Method in interface jakarta.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface jakarta.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface jakarta.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- CommonAbstractCriteria - Interface in jakarta.persistence.criteria
-
The CommonAbstractCriteria
interface defines functionality
that is common to both top-level criteria queries and subqueries as
well as to update and delete criteria operations.
- compareTo(String) - Method in class jakarta.security.enterprise.credential.Password
-
- compareTo(String, String) - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- complete() - Method in interface jakarta.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext,
closing the response that was used to initialize this AsyncContext.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionListener - Interface in jakarta.jms
-
A CompletionListener
is implemented by the application and may be specified when a message is sent
asynchronously.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
Reactive invoker based CompletionStage
.
- CompoundSelection<X> - Interface in jakarta.persistence.criteria
-
The CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor).
- concat(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(String, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- ConcurrencyManagement - Annotation Type in jakarta.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum in jakarta.ejb
-
Used to specify the value of the ConcurrencyManagement
annotation for a singleton session bean.
- ConcurrentAccessException - Exception in jakarta.ejb
-
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or
singleton bean while another invocation is in progress and such concurrent access is not allowed.
- ConcurrentAccessException() - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in jakarta.ejb
-
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted
in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- ConcurrentAccessTimeoutException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- condition() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- ConditionalTagSupport - Class in jakarta.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP
scoped variable.
- ConditionalTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- Config - Class in jakarta.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class jakarta.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- ConfigProperty - Annotation Type in jakarta.resource.spi
-
Designates a JavaBean property as a configuration property
- Configurable<C extends Configurable> - Interface in jakarta.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context.
- configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class jakarta.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
- configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
- configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- conjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- Connection - Interface in jakarta.jms
-
A Connection
object is a client's active connection to its Jakarta Messaging provider.
- Connection - Interface in jakarta.resource.cci
-
A Connection represents an application-level handle that is used
by a client to access the underlying physical connection.
- CONNECTION_CLOSED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the
connection
- CONNECTION_ERROR_OCCURRED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous
response
lifecycle events.
- connectionClosed(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionConsumer - Interface in jakarta.jms
-
For application servers, Connection
objects provide a special facility for creating a
ConnectionConsumer
(optional).
- ConnectionDefinition - Annotation Type in jakarta.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular
connection type.
- ConnectionDefinitions - Annotation Type in jakarta.resource.spi
-
Defines a set of connection definitions that the JavaBean, that has been
annotated with this annotation, is a part of.
- connectionErrorOccurred(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in jakarta.resource.spi
-
The ConnectionEvent class provides information about the source of
a connection related event.A ConnectionEvent instance contains the
following information:
Type of the connection event
ManagedConnection instance that generated the connection event.
- ConnectionEvent(ManagedConnection, int) - Constructor for class jakarta.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class jakarta.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in jakarta.resource.spi
-
The ConnectionEventListener
interface provides an event
callback mechanism to enable an application server to receive
notifications from a ManagedConnection
instance.
- ConnectionFactory - Interface in jakarta.jms
-
A ConnectionFactory
object encapsulates a set of connection configuration parameters that has been defined by
an administrator.
- ConnectionFactory - Interface in jakarta.resource.cci
-
ConnectionFactory
provides an interface for getting
connection to an EIS instance.
- ConnectionFactoryDefinition - Annotation Type in jakarta.resource
-
Annotation used to define a Connector Connection Factory resource to be
registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Type in jakarta.resource
-
Declares one or more ConnectionFactoryDefinition
annotations.
- ConnectionManager - Interface in jakarta.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to
pass a connection request to the application server.
- ConnectionMetaData - Interface in jakarta.jms
-
A ConnectionMetaData
object provides information describing the Connection
object.
- ConnectionMetaData - Interface in jakarta.resource.cci
-
The interface ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance.
- ConnectionRequestInfo - Interface in jakarta.resource.spi
-
The ConnectionRequestInfo interface enables a resource adapter to
pass its own request specific data structure across the connection
request flow.
- ConnectionSpec - Interface in jakarta.resource.cci
-
ConnectionSpec is used by an application component to pass
connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Type in jakarta.resource.spi
-
The Connector
annotation is a component-defining annotation and
it can be used by the resource adapter developer to specify that the JavaBean
is a resource adapter JavaBean.
- connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectToServer(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- ConstrainedTo - Annotation Type in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- ConstraintMode - Enum in jakarta.persistence
-
Used to control the application of a constraint.
- construct(Class<Y>, Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- ConstructorResult - Annotation Type in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to a constructor.
- Consumes - Annotation Type in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- ContainerProvider - Class in jakarta.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class jakarta.websocket.ContainerProvider
-
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(Class, Object) - Method in interface jakarta.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface jakarta.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging
to the current persistence context.
- containsHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- Context - Annotation Type in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- CONTEXT_SETUP_FAILED - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates a failure in recreating the WorkContext
instance.
- CONTEXT_SETUP_UNSUPPORTED - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates that the container cannot support recreating the
WorkContext
instance.
- contextDestroyed(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be shut down.
- contextInitialized(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- ContextService - Interface in jakarta.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects
(as defined by java.lang.reflect.Proxy
) with
the addition of context typically associated with applications executing in a
Jakarta™ EE environment.
- contextSetupComplete() - Method in interface jakarta.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was successfully set
as the execution context for the Work
instance.
- contextSetupFailed(String) - Method in interface jakarta.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was set as the
execution context for the Work
instance it was associated
with.
- Convert - Annotation Type in jakarta.persistence
-
Specifies the conversion of a Basic field or property.
- Converter - Annotation Type in jakarta.persistence
-
Specifies that the annotated class is a converter and defines its
scope.
- Converts - Annotation Type in jakarta.persistence
-
Used to group Convert
annotations.
- convertToDatabaseColumn(X) - Method in interface jakarta.persistence.AttributeConverter
-
Converts the value stored in the entity attribute into the
data representation to be stored in the database.
- convertToEntityAttribute(Y) - Method in interface jakarta.persistence.AttributeConverter
-
Converts the data stored in the database column into the
value to be stored in the entity attribute.
- Cookie - Class in jakarta.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later
sent back to the server.
- Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- CookieParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean
property.
- correlate(Root<Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a
collection join object of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join
object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join
object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join
object of the enclosing query.
- count(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- countDistinct(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct
operation.
- create() - Static method in interface jakarta.json.bind.JsonbBuilder
-
- create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the default
JsonbBuilder
implementation provided as returned from
JsonbProvider.provider()
method, configured
with provided configuration.
- create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
- create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null
configurator.
- create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the
relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- create(Name) - Method in class jakarta.xml.soap.SOAPElementFactory
-
- create(String) - Method in class jakarta.xml.soap.SOAPElementFactory
-
- create(String, String, String) - Method in class jakarta.xml.soap.SOAPElementFactory
-
- create(Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web
service features.
- create(String, Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and
implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type,
implementor object, and web service features.
- create(URL, QName) - Static method in class jakarta.xml.ws.Service
-
Creates a Service
instance.
- create(URL, QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a Service
instance.
- create(QName) - Static method in class jakarta.xml.ws.Service
-
Creates a Service
instance.
- create(QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a Service
instance.
- createAndPublishEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address, implementation object and web service features.
- createAttachmentPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Creates a new empty AttachmentPart
object.
- createAttachmentPart(DataHandler) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it using
the given DataHandler
object.
- createAttachmentPart(Object, String) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it with
the specified data of the specified content type.
- createBinder(Class<T>) - Method in class jakarta.xml.bind.JAXBContext
-
Creates a Binder
object that can be used for
associative/in-place unmarshalling/marshalling.
- createBinder() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a Binder
for W3C DOM.
- createBrowser(Queue) - Method in interface jakarta.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface jakarta.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface jakarta.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface jakarta.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface jakarta.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface jakarta.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBytesMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a BytesMessage
object.
- createBytesMessage() - Method in interface jakarta.jms.Session
-
Creates a BytesMessage
object.
- createCalendarTimer(ScheduleExpression) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createConnection() - Method in interface jakarta.jms.ConnectionFactory
-
Creates a connection with the default user identity.
- createConnection(String, String) - Method in interface jakarta.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnection() - Method in class jakarta.xml.soap.SOAPConnectionFactory
-
Create a new SOAPConnection
.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface jakarta.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface jakarta.jms.QueueConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface jakarta.jms.TopicConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionFactory(ConnectionManager) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConsumer(Destination) - Method in interface jakarta.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface jakarta.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface jakarta.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, specifying a message selector and the noLocal
parameter.
- createConsumer(Destination) - Method in interface jakarta.jms.Session
-
Creates a MessageConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface jakarta.jms.Session
-
Creates a MessageConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface jakarta.jms.Session
-
Creates a MessageConsumer
for the specified destination, specifying a message selector and the
noLocal
parameter.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by the container when an EntityManagerFactory
is to be created.
- createContext() - Method in interface jakarta.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and an unspecified sessionMode.
- createContext(String, String) - Method in interface jakarta.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
- createContext(String, String, int) - Method in interface jakarta.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and the specified session mode.
- createContext(int) - Method in interface jakarta.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and the specified session mode.
- createContext(int) - Method in interface jakarta.jms.JMSContext
-
Creates a new JMSContext
with the specified session mode using the same connection as this JMSContext
and creating a new session.
- createContext(Class<?>[], Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContext(String, ClassLoader, Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContextualProxy(T, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createCriteriaDelete(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaDelete
query object to perform a bulk delete operation.
- createCriteriaUpdate(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaUpdate
query object to perform a bulk update operation.
- created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- createDetail() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new Detail
object which serves as a container
for DetailEntry
objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with objects of
the user's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with Jakarta XML Binding
generated objects.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface jakarta.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared
durable subscription with the specified name.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface jakarta.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface jakarta.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface jakarta.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String) - Method in interface jakarta.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface jakarta.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface jakarta.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface jakarta.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface jakarta.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a
consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface jakarta.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createEJBContainer() - Static method in class jakarta.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable enterprise bean container.
- createEJBContainer(Map<?, ?>) - Static method in class jakarta.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable enterprise bean container with a set of configuration properties.
- createEJBContainer(Map<?, ?>) - Method in interface jakarta.ejb.spi.EJBContainerProvider
-
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
- createElement(Element) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a SOAPElement
object from an existing DOM
Element
.
- createElement(Name) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given Name
object.
- createElement(QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given QName
object.
- createElement(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given local name.
- createElement(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new SOAPElement
object with the given
local name, prefix and uri.
- createEndpoint(XAResource) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation
object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
object and web service features.
- createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation
class, invoker and web service features.
- createEntityGraph(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
- createEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
.
- createEntityManager(Map) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
with the
specified Map of properties.
- createEntityManager(SynchronizationType) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type.
- createEntityManager(SynchronizationType, Map) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type and map of properties.
- createEntityManagerFactory(String) - Static method in class jakarta.persistence.Persistence
-
Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class jakarta.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by Persistence
class when an
EntityManagerFactory
is to be created.
- CreateException - Exception in jakarta.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise
bean's home or local home interface.
- CreateException() - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new SOAPFault
object initialized with the given reasonText
and faultCode
- createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default SOAPFault
object
- createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Filter class.
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createIndexedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInteraction() - Method in interface jakarta.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations
occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations
occur after a specified interval.
- createJAXBIntrospector() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a JAXBIntrospector
object that can be used to
introspect Jakarta XML Binding objects.
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given EventListener class.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a MapMessage
object.
- createMapMessage() - Method in interface jakarta.jms.Session
-
Creates a MapMessage
object.
- createMappedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create a Marshaller
object that can be used to convert a
java content tree into XML data.
- createMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a Message
object.
- createMessage() - Method in interface jakarta.jms.Session
-
Creates a Message
object.
- createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
- createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name.
- createName(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name.
- createNamedQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a named query
(in the Jakarta Persistence query language or in native SQL).
- createNamedQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language named query.
- createNamedStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createNativeQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL statement, e.g., for update or delete.
- createNativeQuery(String, Class) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createNativeQuery(String, String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createObjectMessage() - Method in interface jakarta.jms.JMSContext
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface jakarta.jms.JMSContext
-
Creates an initialized ObjectMessage
object.
- createObjectMessage() - Method in interface jakarta.jms.Session
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface jakarta.jms.Session
-
Creates an initialized ObjectMessage
object.
- createOutput(String, String) - Method in class jakarta.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI)
will be written, and return it as a Result
object.
- createProducer() - Method in interface jakarta.jms.JMSContext
-
Creates a new JMSProducer
object which can be used to configure and send messages
- createProducer(Destination) - Method in interface jakarta.jms.Session
-
Creates a MessageProducer
to send messages to the specified destination.
- createPublisher(Topic) - Method in interface jakarta.jms.TopicSession
-
Creates a publisher for the specified topic.
- createQName(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a QName
whose namespace URI is the one associated
with the parameter, prefix
, in the context of this
SOAPElement
.
- createQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a
Jakarta Persistence query language statement.
- createQuery(CriteriaQuery<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
criteria query.
- createQuery(CriteriaUpdate) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
update query.
- createQuery(CriteriaDelete) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
delete query.
- createQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language statement.
- createQueue(String) - Method in interface jakarta.jms.JMSContext
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueue(String) - Method in interface jakarta.jms.QueueSession
-
Creates a queue identity given a Queue
name.
- createQueue(String) - Method in interface jakarta.jms.Session
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueueConnection() - Method in interface jakarta.jms.QueueConnectionFactory
-
Creates a queue connection with the default user identity.
- createQueueConnection(String, String) - Method in interface jakarta.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in interface jakarta.jms.QueueConnection
-
Creates a QueueSession
object, specifying transacted
and acknowledgeMode
.
- createQueueSession(boolean, int) - Method in interface jakarta.jms.XAQueueConnection
-
Creates a QueueSession
object.
- createReceiver(Queue) - Method in interface jakarta.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue.
- createReceiver(Queue, String) - Method in interface jakarta.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue using a message selector.
- createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createSender(Queue) - Method in interface jakarta.jms.QueueSession
-
Creates a QueueSender
object to send messages to the specified queue.
- createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession(boolean, int) - Method in interface jakarta.jms.Connection
-
Creates a Session
object, specifying transacted
and acknowledgeMode
.
- createSession(int) - Method in interface jakarta.jms.Connection
-
Creates a Session
object, specifying sessionMode
.
- createSession() - Method in interface jakarta.jms.Connection
-
Creates a Session
object, specifying no arguments.
- createSession(boolean, int) - Method in interface jakarta.jms.XAConnection
-
Creates an Session
object.
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface jakarta.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared
non-durable subscription with the specified name.
- createSharedConsumer(Topic, String) - Method in interface jakarta.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface jakarta.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedConsumer(Topic, String) - Method in interface jakarta.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface jakarta.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already
exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface jakarta.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable
subscription with the specified name.
- createSharedDurableConsumer(Topic, String) - Method in interface jakarta.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface jakarta.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String) - Method in interface jakarta.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector and the noLocal
parameter, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface jakarta.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message
selector, and creates a consumer on that durable subscription.
- createSingleActionTimer(long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, Class...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStreamMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a StreamMessage
object.
- createStreamMessage() - Method in interface jakarta.jms.Session
-
Creates a StreamMessage
object.
- createSubscriber(Topic) - Method in interface jakarta.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) - Method in interface jakarta.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages
published by its own connection should be delivered to it.
- createTemporaryQueue() - Method in interface jakarta.jms.JMSContext
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface jakarta.jms.QueueSession
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface jakarta.jms.Session
-
Creates a TemporaryQueue
object.
- createTemporaryTopic() - Method in interface jakarta.jms.JMSContext
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface jakarta.jms.Session
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface jakarta.jms.TopicSession
-
Creates a TemporaryTopic
object.
- createTextMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface jakarta.jms.JMSContext
-
Creates an initialized TextMessage
object.
- createTextMessage() - Method in interface jakarta.jms.Session
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface jakarta.jms.Session
-
Creates an initialized TextMessage
object.
- createTimer(long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations
occur after a specified interval.
- createTimer(Date, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations
occur after a specified interval.
- createTimer() - Method in interface jakarta.resource.spi.BootstrapContext
-
Creates a new java.util.Timer
instance.
- createTopic(String) - Method in interface jakarta.jms.JMSContext
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface jakarta.jms.Session
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface jakarta.jms.TopicSession
-
Creates a topic identity given a Topic
name.
- createTopicConnection() - Method in interface jakarta.jms.TopicConnectionFactory
-
Creates a topic connection with the default user identity.
- createTopicConnection(String, String) - Method in interface jakarta.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in interface jakarta.jms.TopicConnection
-
Creates a TopicSession
object, specifying transacted
and acknowledgeMode
.
- createTopicSession(boolean, int) - Method in interface jakarta.jms.XATopicConnection
-
Creates a TopicSession
object.
- createTupleQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createUnmarshalException(SAXException) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller(ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
When a Jakarta XML Binding provider needs to unmarshal a part of a document into an
infoset representation, it first calls this method to create a
Result
object.
- createUnmarshaller(ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
-
- createUnmarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create an Unmarshaller
object that can be used to convert XML
data into a java content tree.
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createValidator() - Method in class jakarta.xml.bind.JAXBContext
-
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createXAConnection() - Method in interface jakarta.jms.XAConnectionFactory
-
Creates an XAConnection
with the default user identity.
- createXAConnection(String, String) - Method in interface jakarta.jms.XAConnectionFactory
-
Creates an XAConnection
with the specified user identity.
- createXAContext() - Method in interface jakarta.jms.XAConnectionFactory
-
Creates a XAJMSContext
with the default user identity
- createXAContext(String, String) - Method in interface jakarta.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface jakarta.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface jakarta.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface jakarta.jms.XAQueueConnection
-
Creates an XAQueueSession
object.
- createXASession() - Method in interface jakarta.jms.XAConnection
-
Creates an XASession
object.
- createXATopicConnection() - Method in interface jakarta.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface jakarta.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface jakarta.jms.XATopicConnection
-
Creates an XATopicSession
object.
- credential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential to be used by the authentication mechanism responding
to the authenticate call in which these AuthenticationParameters are passed.
- Credential - Interface in jakarta.security.enterprise.credential
-
Credential
represents the credential the caller will use to authenticate.
- CredentialValidationResult - Class in jakarta.security.enterprise.identitystore
-
CredentialValidationResult
is the result from an attempt to
validate an instance of
Credential
.
- CredentialValidationResult(String) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult.Status - Enum in jakarta.security.enterprise.identitystore
-
- CriteriaBuilder - Interface in jakarta.persistence.criteria
-
Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in jakarta.persistence.criteria
-
Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in jakarta.persistence.criteria
-
Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in jakarta.persistence.criteria
-
Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in jakarta.persistence.criteria
-
Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in jakarta.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in jakarta.persistence.criteria
-
The CriteriaDelete
interface defines functionality for performing
bulk delete operations using the Criteria API
- CriteriaQuery<T> - Interface in jakarta.persistence.criteria
-
The CriteriaQuery
interface defines functionality that is specific
to top-level queries.
- CriteriaUpdate<T> - Interface in jakarta.persistence.criteria
-
The CriteriaUpdate
interface defines functionality for performing
bulk update operations using the Criteria API.
- currentDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomFormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements
authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- generate(char[]) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
-
Generate an encoded password hash value for storage in a user's account.
- Generated - Annotation Type in jakarta.annotation
-
The Generated
annotation is used to mark source code
that has been generated.
- GeneratedValue - Annotation Type in jakarta.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- generateSchema(String, Map) - Static method in class jakarta.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(SchemaOutputResolver) - Method in class jakarta.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- GenerationType - Enum in jakarta.persistence
-
Defines the types of primary key generation strategies.
- GenericCredential - Interface in jakarta.resource.spi.security
-
- GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type T
.
- GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericFilter - Class in jakarta.servlet
-
Defines a generic, protocol-independent filter.
- GenericFilter() - Constructor for class jakarta.servlet.GenericFilter
-
Does nothing.
- GenericServlet - Class in jakarta.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class jakarta.servlet.GenericServlet
-
Does nothing.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type T
.
- GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get(long, TimeUnit) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- GET - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- get(Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAcknowledgeMode() - Method in interface jakarta.jms.Session
-
Returns the acknowledgement mode of the session.
- getActivationName() - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
Returns a unique name for the message endpoint deployment represented
by the MessageEndpointFactory
.
- getActor() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement
.
- getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapterName() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource
adapter.
- getAdapterVendorName() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource
adapter.
- getAdapterVersion() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getAlias() - Method in interface jakarta.persistence.TupleElement
-
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
- getAllAttributes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
- getAllAttributesAsQNames() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attributes
in this SOAPElement
as QName
objects.
- getAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
- getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider
invocation.
- getApplicationData() - Method in interface jakarta.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getAsMap() - Method in class jakarta.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAsync() - Method in interface jakarta.jms.JMSProducer
-
If subsequent calls to send
on this JMSProducer
object have been configured to be asynchronous then
this method returns the CompletionListener
that has previously been configured.
- getAsyncContext() - Method in class jakarta.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface jakarta.servlet.ServletRequest
-
- getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages asynchronously to the peer.
- getAttachment(SOAPElement) - Method in class jakarta.xml.soap.SOAPMessage
-
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
- getAttachmentAsByteArray(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[]
.
- getAttachmentAsDataHandler(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id, cid
, and return as a DataHandler
.
- getAttachmentMarshaller() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface jakarta.xml.bind.Marshaller
-
- getAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that have header
entries that match the specified headers.
- getAttachmentUnmarshaller() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface jakarta.xml.bind.Unmarshaller
-
- getAttribute() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface jakarta.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or null
if no object is bound under
the name.
- getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the servlet container attribute with the given name, or null
if there is no attribute by that
name.
- getAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of the named attribute as an Object
, or null
if no attribute of the given
name exists.
- getAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
- getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration
and other data that can be used by Jakarta XML Web Services runtime.
- getAttribute(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange
.
- getAttributeName() - Method in interface jakarta.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
-
Returns an Enumeration
of String
objects containing the names of all the objects bound to
this session.
- getAttributeNames() - Method in interface jakarta.servlet.ServletContext
-
Returns an Enumeration
containing the attribute names available within this ServletContext.
- getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
containing the names of the attributes available to this request.
- getAttributeNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
- getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration
and other data that can be used by Jakarta XML Web Services runtime.
- getAttributeNames() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with
this HttpExchange
.
- getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface jakarta.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in
the entity graph.
- getAttributeNodes() - Method in interface jakarta.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of
this managed type that are included in the subgraph.
- getAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAttributeValue(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getAuthParameters() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getAuthType() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect the servlet.
- getAuthType() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType() on the wrapped request object.
- getAutoStart() - Method in interface jakarta.jms.JMSContext
-
Returns whether the underlying connection used by this JMSContext
will be started automatically when a
consumer is created.
- getBase64Content() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns an InputStream
which can be used to obtain the
content of AttachmentPart
as Base64 encoded
character data, this method would base64 encode the raw bytes
of the attachment and return.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBasicRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages synchronously to the peer.
- getBatchingAllowed() - Method in interface jakarta.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBegin() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
- getBindableJavaType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class jakarta.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface jakarta.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody(Class<T>) - Method in interface jakarta.jms.Message
-
Returns the message body as an object of the specified type.
- getBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the SOAPBody
object associated with this
SOAPEnvelope
object.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyLength() - Method in interface jakarta.jms.BytesMessage
-
Gets the number of bytes of the message body when the message is in read-only mode.
- getBoolean(String) - Method in interface jakarta.jms.MapMessage
-
Returns the boolean
value with the specified name.
- getBooleanProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
boolean
.
- getBooleanProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the boolean
property with the specified name.
- getBuffer() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the buffer
configuration, which specifies the default size of the response buffer for
any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface jakarta.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the wrapped response object.
- getBuilder() - Method in class jakarta.xml.bind.annotation.W3CDomHandler
-
- getBusinessObject(Class<T>) - Method in interface jakarta.ejb.SessionContext
-
Obtain an object that can be used to invoke the current bean through a particular business interface view or its
no-interface view.
- getByte(String) - Method in interface jakarta.jms.MapMessage
-
Returns the byte
value with the specified name.
- getByteProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
String
.
- getByteProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the byte
property with the specified name.
- getBytes(String) - Method in interface jakarta.jms.MapMessage
-
Returns the byte array value with the specified name.
- getBytes() - Method in exception jakarta.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or
null
if this exception arose from a failure to decode a text message.
- getCache() - Method in interface jakarta.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCaller() - Method in class jakarta.security.enterprise.credential.CallerOnlyCredential
-
- getCaller() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- getCallerDn() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerGroups() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the set of groups that the specified Caller is in, based on
the associated identity store.
- getCallerGroups(CredentialValidationResult) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Returns groups for the caller, who is identified by the
CallerPrincipal
(and potentially other values) found in the
validationResult
parameter.
- getCallerPrincipal() - Method in interface jakarta.ejb.EJBContext
-
Obtain the java.security.Principal
that identifies the caller.
- getCallerPrincipal() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the Principal set by a call to notifyContainerAboutLogin().
- getCallerPrincipal() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCallerPrincipal() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve the platform-specific java.security.Principal
that represents
the name of authenticated caller, or null if the current caller is not authenticated.
- getCallerUniqueId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return a string that uniquely identifies this caller within the identity store
(since the Principal name used may not be unique).
- getCause() - Method in exception jakarta.xml.bind.JAXBException
-
- getCause() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the Throwable
object embedded in this
SOAPException
if there is one.
- getCausedByException() - Method in exception jakarta.ejb.EJBException
-
Obtain the exception that caused the EJBException to be thrown.
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by
the client.
- getChar(String) - Method in interface jakarta.jms.MapMessage
-
Returns the Unicode character value with the specified name.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
- getChildElements() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element.
- getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getClasses() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes.
- getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
)
classes to be instantiated, injected and utilized in the scope of the configurable instance.
- getClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in interface jakarta.servlet.ServletContext
-
Gets the class loader of the web application represented by this ServletContext.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface jakarta.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
- getClassType() - Method in interface jakarta.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientID() - Method in interface jakarta.jms.Connection
-
Gets the client identifier for this connection.
- getClientID() - Method in interface jakarta.jms.JMSContext
-
Gets the client identifier for the JMSContext's connection.
- getClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCloseCode(int) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class jakarta.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCode() - Method in interface jakarta.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum jakarta.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
- getCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollectionType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getColumnNames() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getColumnNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the column number if available
- getComment() - Method in class jakarta.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or null
if the cookie has no comment.
- getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns String.class
.
- getCompoundSelectionItems() - Method in interface jakarta.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfigurator() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
- getConnection() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection(ConnectionSpec) - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection() - Method in interface jakarta.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnection
-
Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
- getConnectionHandle() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the connection handle associated with the Managed
Connection instance.
- getConstructor() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked.
- getContainer() - Method in class jakarta.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface jakarta.websocket.Session
-
Return the container that this session is part of.
- getContainingQuery() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a Java
object.
- getContent() - Method in class jakarta.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP Source
object.
- getContentDescription() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves a description of this SOAPMessage
object's
content.
- getContentId() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLength() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not
known or is greater than Integer.MAX_VALUE.
- getContentLength() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength() on the wrapped request object.
- getContentLengthLong() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not
known.
- getContentLengthLong() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
- getContentLocation() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in interface jakarta.servlet.http.Part
-
Gets the content type of this part.
- getContentType() - Method in interface jakarta.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or null
if the type is not known.
- getContentType() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType() on the wrapped request object.
- getContentType() - Method in interface jakarta.servlet.ServletResponse
-
Returns the content type used for the MIME body sent in this response.
- getContentType() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType() on the wrapped response object.
- getContentType() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContext() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
- getContext() - Method in interface jakarta.jms.XAJMSContext
-
Returns the JMSContext
object associated with this XAJMSContext
.
- getContext(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a ServletContext
object that corresponds to a specified URL on the server.
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type T
that is applicable to the supplied type.
- getContext() - Method in interface jakarta.xml.ws.Response
-
Gets the contained response context.
- getContextData() - Method in interface jakarta.ejb.EJBContext
-
The getContextData
method enables a business method, lifecycle callback method, or timeout method to
retrieve any interceptor/webservices context associated with its invocation.
- getContextData() - Method in interface jakarta.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business
method, and/or webservices endpoint in the invocation chain.
- getContextPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath() on the wrapped request object.
- getContextPath() - Method in interface jakarta.servlet.ServletContext
-
Returns the context path of the web application.
- getContextPath() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type.
- getCookies() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCookies() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies() on the wrapped request object.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCorrelatedJoins() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface jakarta.persistence.criteria.From
-
Returns the parent From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
- getCount() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCreationTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCredential() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getCredentialData() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.
Gets security data for a specific security mechanism represented
by the GenericCredential.
- getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDataHandler() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the DataHandler
object for this AttachmentPart
object.
- getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDateHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a long
value that represents a Date
object.
- getDateHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
- getDayOfMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the month attribute.
- getDayOfWeek() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the week attribute.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
- getDeclaredCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
- getDeclaredId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute
declared by the entity or mapped superclass.
- getDeclaredList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
- getDeclaredList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
- getDeclaredMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) declared by the
managed type.
- getDeclaredSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name and Java element type.
- getDeclaredSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the
managed type that corresponds to the specified name and
Java type.
- getDeclaredSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredType() - Method in class jakarta.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the managed type representing the type in which
the attribute was declared.
- getDecoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDefaultAsyncSendTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- getDefaultContentType() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the default-content-type
configuration, which specifies the default response content
type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this container will be closed if
it has been inactive.
- getDefaultMaxTextMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- getDefaultSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this ServletContext.
- getDeferredSyntaxAllowedAsLiteral() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the deferred-syntax-allowed-as-literal
configuration, which specifies whether the
character sequence "#{"
, which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor
.
- getDelegate() - Method in interface jakarta.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelims() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getDeliveryDelay() - Method in interface jakarta.jms.JMSProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- getDeliveryDelay() - Method in interface jakarta.jms.MessageProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- getDeliveryMode() - Method in interface jakarta.jms.JMSProducer
-
Returns the delivery mode of messages that are sent using this JMSProducer
- getDeliveryMode() - Method in interface jakarta.jms.MessageProducer
-
Gets the producer's default delivery mode.
- getDescription() - Method in class jakarta.resource.spi.work.HintsContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class jakarta.resource.spi.work.SecurityContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class jakarta.resource.spi.work.TransactionContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in interface jakarta.resource.spi.work.WorkContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information.
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDestination() - Method in interface jakarta.jms.MessageProducer
-
Gets the destination associated with this MessageProducer
.
- getDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional detail element for this SOAPFault
object.
- getDetailEntries() - Method in interface jakarta.xml.soap.Detail
-
Gets an Iterator over all of the DetailEntry
s in this Detail
object.
- getDisableMessageID() - Method in interface jakarta.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface jakarta.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface jakarta.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface jakarta.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDomain() - Method in class jakarta.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDouble(String) - Method in interface jakarta.jms.MapMessage
-
Returns the double
value with the specified name.
- getDoubleProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
double
.
- getDoubleProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the double
property with the specified name.
- getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the major version of the Servlet specification that the application represented by this ServletContext is based
on.
- getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based
on.
- getEffectiveSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this ServletContext.
- getEISProductName() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
- getEISProductName() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
- getEISProductVersion() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns product version of the underlying EIS instance.
- getEISProductVersion() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns product version of the underlying EIS instance connected
through the ManagedConnection.
- getEJBHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the remote home interface of the enterprise bean.
- getEJBHome() - Method in interface jakarta.ejb.EJBObject
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.HomeHandle
-
Obtain the home object represented by this handle.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the enterprise bean's local home interface.
- getEJBLocalObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean local object that is currently associated with the instance.
- getEJBLocalObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean local object that is associated with the instance.
- getEJBMetaData() - Method in interface jakarta.ejb.EJBHome
-
Obtain the EJBMetaData interface for the enterprise bean.
- getEJBObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getEJBObject() - Method in interface jakarta.ejb.Handle
-
Obtain the enterprise bean object reference represented by this handle.
- getEJBObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
Returns the ELContext
associated with this JspContext
.
- getElement(ResultT) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
Once the portion is sent to the Result
.
- getElement(DOMResult) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
-
- getElementName(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
-
Get xml element qname for jaxbElement
.
- getElementName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the name of this SOAPElement
object.
- getElementQName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the qname of this SOAPElement
object.
- getElements() - Method in interface jakarta.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElIgnored() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the el-ignored
configuration, which specifies whether Expression Language (EL)
evaluation is enabled for any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getEmbeddables() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in class jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEncoding() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncodingStyle() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the encoding style for this SOAPElement
object.
- getEnd() - Method in class jakarta.ejb.ScheduleExpression
-
Return the end date, if set; otherwise null.
- getEnd() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
- getEndpointClass() - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
Return the Class
object corresponding to the message
endpoint class.
- getEndpointClass() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
- getEndpointInstance(Class<T>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
This method is called by the container each time a new client connects to the logical endpoint this
configurator configures.
- getEndpointReference() - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Class<T>) - Method in interface jakarta.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Class<T>, Element...) - Method in class jakarta.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the EndpointReference
for this
endpoint.
- getEndpointReference(Class<T>, Element...) - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the EndpointReference
associated with
this endpoint.
- getEndpoints() - Method in class jakarta.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception jakarta.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception jakarta.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityManagerFactory() - Method in interface jakarta.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getEnumeration() - Method in interface jakarta.jms.QueueBrowser
-
Gets an enumeration for browsing the current queue messages in the order they would be received.
- getEnvelope() - Method in class jakarta.xml.soap.SOAPPart
-
Gets the SOAPEnvelope
object associated with this
SOAPPart
object.
- getErrorCode() - Method in exception jakarta.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception jakarta.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getErrorCode() - Method in exception jakarta.resource.ResourceException
-
Get the error code.
- getErrorCode() - Method in exception jakarta.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorData() - Method in class jakarta.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorOnUndeclaredNamespace() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the error-on-undeclared-namespace
configuration, which specifies whether an error will
be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property
group represented by this JspPropertyGroupDescriptor
.
- getEventHandler() - Method in class jakarta.xml.bind.Binder
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Validator
-
- getEvents() - Method in class jakarta.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of
the collected errors and warnings.
- getException() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the exception.
- getException() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the WorkException
.
- getException() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class jakarta.websocket.SendResult
-
The problem sending the message.
- getExceptionListener() - Method in interface jakarta.jms.Connection
-
Gets the ExceptionListener
object for this connection.
- getExceptionListener() - Method in interface jakarta.jms.JMSContext
-
Gets the ExceptionListener
object for the JMSContext's connection.
- getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExecutionProperties(Object) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutionProperties() - Method in interface jakarta.enterprise.concurrent.ManagedTask
-
- getExecutor() - Method in class jakarta.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class jakarta.xml.ws.Service
-
Returns the executor for this Service
instance.
- getExecutor() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns the executor for this Service
instance.
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface jakarta.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpression
s and MethodExpression
s so that EL
expressions can be parsed and evaluated.
- getExpressions() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
- getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Returns the SOAPFault
object in this SOAPBody
object.
- getFault() - Method in exception jakarta.xml.ws.soap.SOAPFaultException
-
Gets the embedded SOAPFault
instance.
- getFaultActor() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault actor for this SOAPFault
object.
- getFaultCode() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this SOAPFault
object.
- getFaultCodeAsName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFault
object as a SAAJ Name
object.
- getFaultCodeAsQName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFault
object as a QName
object.
- getFaultNode() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFault
object.
- getFaultReasonLocales() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an Iterator
over a distinct sequence of
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns an
Iterator
containing FeatureDescriptor
objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an Iterator
containing
FeatureDescriptor
objects with information about each scoped attribute resolved by this resolver.
- getFetches() - Method in interface jakarta.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFileSizeThreshold() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- getFilterConfig() - Method in class jakarta.servlet.GenericFilter
-
- getFilterName() - Method in interface jakarta.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment descriptor.
- getFilterName() - Method in class jakarta.servlet.GenericFilter
-
Returns the name of this filter instance.
- getFilterRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the FilterRegistration corresponding to the filter with the given filterName.
- getFilterRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters
registered with this ServletContext.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFirstResult() - Method in interface jakarta.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFloat(String) - Method in interface jakarta.jms.MapMessage
-
Returns the float
value with the specified name.
- getFloatProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
float
.
- getFloatProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the float
property with the specified name.
- getFlushMode() - Method in interface jakarta.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface jakarta.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getGroupList() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the predicate that corresponds to the restriction(s)
over the grouping items, or null if no restrictions have
been specified.
- getGroups() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the groups set by a call to notifyContainerAboutLogin().
- getGroups() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandle() - Method in interface jakarta.ejb.EJBObject
-
Obtain a handle for the enterprise bean object.
- getHandle() - Method in interface jakarta.ejb.Timer
-
Get a serializable handle to the timer.
- getHandler() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the low level Jakarta Authentication handler that the runtime provided when creating this
HttpMessageContext
, and which this context uses to communicate the authentication details to the runtime.
- getHandler() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandlerChain() - Method in interface jakarta.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface jakarta.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerResolver() - Method in class jakarta.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a String
.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeader(String) - Method in interface jakarta.servlet.http.Part
-
Returns the value of the specified mime header as a String
.
- getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
String
objects.
- getHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface jakarta.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an Enumeration
of String
objects.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface jakarta.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface jakarta.websocket.HandshakeResponse
-
Return the map of HTTP headers to header values sent by the WebSocket server.
- getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the read only map of HTTP headers to header values that came with the handshake request.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the
message context.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHints() - Method in interface jakarta.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHints() - Method in class jakarta.resource.spi.work.HintsContext
-
Get all hints
- getHomeHandle() - Method in interface jakarta.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote home interface.
- getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or null
in case no hostname verifier has been configured.
- getHour() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the hour attribute.
- getHttpContext() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
- getHttpMethodConstraints() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
- getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Return the HttpServletMapping of the request.
- getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletMapping() on the wrapped request object.
- getHttpSession() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of,
if the implementation is part of a Java EE web container.
- getId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getId() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the type of event
- getId() - Method in interface jakarta.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface jakarta.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- getID() - Method in class jakarta.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class jakarta.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class jakarta.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class jakarta.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentifier(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityName() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME
execution property of the task if
it also implements the
ManagedTask
interface.
- getIdentityStoreId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getIds() - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getIdType() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getImplementor() - Method in class jakarta.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getIncludeCodas() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-coda
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-prelude
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIndex() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getInfo() - Method in interface jakarta.ejb.Timer
-
Get the information associated with the timer at the time of creation.
- getInfo() - Method in class jakarta.ejb.TimerConfig
-
Return the info
object made available to timer callbacks.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInitParameter(String) - Method in interface jakarta.servlet.FilterConfig
-
Returns a String
containing the value of the named initialization parameter, or null
if the
initialization parameter does not exist.
- getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
-
Returns a String
containing the value of the named initialization parameter, or null
if the
parameter does not exist.
- getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
-
Returns a String
containing the value of the named initialization parameter, or null
if the
parameter does not exist.
- getInitParameter(String) - Method in interface jakarta.servlet.Registration
-
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or
Filter represented by this Registration object.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a String
containing the value of the named context-wide initialization parameter, or
null
if the parameter does not exist.
- getInitParameterNames() - Method in interface jakarta.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class jakarta.servlet.GenericFilter
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class jakarta.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the context has no initialization parameters.
- getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface jakarta.servlet.Registration
-
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be
used to initialize the Servlet or Filter represented by this Registration object.
- getInputStream() - Method in interface jakarta.servlet.http.Part
-
Gets the content of this part as an InputStream
- getInputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an input stream for this web connection.
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface jakarta.servlet.ServletRequest
-
- getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the wrapped request object.
- getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstalledExtensions() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate
instance.
- getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be
utilized by the configurable instance.
- getInt(String) - Method in interface jakarta.jms.MapMessage
-
Returns the int
value with the specified name.
- getInteractionSpecsSupported() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns an array of fully-qualified names of InteractionSpec
types supported by the CCI implementation for this resource
adapter.
- getIntHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as an int
.
- getIntHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
- getIntProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
int
.
- getIntProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the int
property with the specified name.
- getInvalidConnections(Set) - Method in interface jakarta.resource.spi.ValidatingManagedConnectionFactory
-
This method returns a set of invalid ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
- getInvalidPropertyDescriptors() - Method in exception jakarta.resource.spi.InvalidPropertyException
-
Get the list of invalid properties.
- getInvokedBusinessInterface() - Method in interface jakarta.ejb.SessionContext
-
Obtain the business interface or no-interface view type through which the current business method invocation was
made.
- getIsXml() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the is-xml
configuration, which specifies whether any JSP pages mapped to the JSP
property group represented by this JspPropertyGroupDescriptor
will be treated as JSP documents (XML
syntax).
- getItem(ELContext, int) - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getJarFileUrls() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar
file directories that the persistence provider must examine
for managed classes of the persistence unit.
- getJavaEncoding(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJavaMember() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface jakarta.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJAXBNode(XmlNode) - Method in class jakarta.xml.bind.Binder
-
Gets the Jakarta XML Binding object associated with the given XML element.
- getJMSCorrelationID() - Method in interface jakarta.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as a String
.
- getJMSCorrelationID() - Method in interface jakarta.jms.Message
-
Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() - Method in interface jakarta.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as an array of
bytes.
- getJMSCorrelationIDAsBytes() - Method in interface jakarta.jms.Message
-
Gets the correlation ID as an array of bytes for the message.
- getJMSDeliveryMode() - Method in interface jakarta.jms.Message
-
Gets the DeliveryMode
value specified for this message.
- getJMSDeliveryTime() - Method in interface jakarta.jms.Message
-
Gets the message's delivery time value.
- getJMSDestination() - Method in interface jakarta.jms.Message
-
Gets the Destination
object for this message.
- getJMSExpiration() - Method in interface jakarta.jms.Message
-
Gets the message's expiration time.
- getJMSMajorVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging major version number.
- getJMSMessageID() - Method in interface jakarta.jms.Message
-
Gets the message ID.
- getJMSMinorVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging minor version number.
- getJMSPriority() - Method in interface jakarta.jms.Message
-
Gets the message priority level.
- getJMSProviderName() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider name.
- getJMSRedelivered() - Method in interface jakarta.jms.Message
-
Gets an indication of whether this message is being redelivered.
- getJMSReplyTo() - Method in interface jakarta.jms.JMSProducer
-
Returns the JMSReplyTo
header value that has been set on this JMSProducer
.
- getJMSReplyTo() - Method in interface jakarta.jms.Message
-
Gets the Destination
object to which a reply to this message should be sent.
- getJMSTimestamp() - Method in interface jakarta.jms.Message
-
Gets the message timestamp.
- getJMSType() - Method in interface jakarta.jms.JMSProducer
-
Returns the JMSType
header value that has been set on this JMSProducer
.
- getJMSType() - Method in interface jakarta.jms.Message
-
Gets the message type identifier supplied by the client when the message was sent.
- getJMSVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging API version.
- getJMSXPropertyNames() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets an enumeration of the JMSX property names.
- getJoins() - Method in interface jakarta.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoinType() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface jakarta.persistence.criteria.Join
-
Return the join type.
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext
instance associated with the web application for the given
ServletContext
.
- getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface jakarta.servlet.ServletContext
-
Gets the <jsp-config>
related configuration that was aggregated from the web.xml
and
web-fragment.xml
descriptor files of the web application represented by this ServletContext.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspPropertyGroups() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the <jsp-property-group>
child elements of the <jsp-config>
element
represented by this JspConfigDescriptor
.
- getJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKeyJavaType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeySubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or null
if no language has been set.
- getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since
midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastModified(HttpServletRequest) - Method in class jakarta.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified, in milliseconds since midnight January
1, 1970 GMT.
- getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLineNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getLineNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkedException() - Method in exception jakarta.jms.JMSException
-
Gets the exception linked to this one.
- getLinkedException() - Method in exception jakarta.resource.ResourceException
-
- getLinkedException() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception jakarta.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedWarning() - Method in exception jakarta.resource.cci.ResourceWarning
-
- getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface jakarta.xml.bind.Marshaller
-
- getListener() - Method in interface jakarta.xml.bind.Unmarshaller
-
- getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on which the request was received.
- getLocalAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
- getLocalAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocale() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocale() - Method in interface jakarta.servlet.ServletRequest
-
Returns the preferred Locale
that the client will accept content in, based on the Accept-Language
header.
- getLocale() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale() on the wrapped request object.
- getLocale() - Method in interface jakarta.servlet.ServletResponse
-
- getLocale() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale() on the wrapped response object.
- getLocales() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
of Locale
objects indicating, in decreasing order starting with the
preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getLocales() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales() on the wrapped request object.
- getLocalizedMessage(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, Object[]) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
- getLocalizedMessage(PageContext, String, Object[], String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
- getLocalName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
- getLocalName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalName() on the wrapped request object.
- getLocalName() - Method in interface jakarta.xml.soap.Name
-
Gets the local name part of the XML name that this Name
object represents.
- getLocalPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
- getLocalPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalPort() on the wrapped request object.
- getLocalTransaction() - Method in interface jakarta.resource.cci.Connection
-
Returns an LocalTransaction instance that enables a component to
demarcate resource manager local transactions on the Connection.
- getLocalTransaction() - Method in interface jakarta.resource.spi.ManagedConnection
-
Returns an jakarta.resource.spi.LocalTransaction
instance.
- getLocation() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the directory location where files will be stored.
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLocator() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
- getLocator() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getLockMode(Object) - Method in interface jakarta.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in interface jakarta.persistence.Query
-
Get the current lock mode for the query.
- getLogWriter() - Method in interface jakarta.resource.spi.ManagedConnection
-
Gets the log writer for this ManagedConnection instance.
- getLogWriter() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Get the log writer for this ManagedConnectionFactory instance.
- getLong(String) - Method in interface jakarta.jms.MapMessage
-
Returns the long
value with the specified name.
- getLongProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
long
.
- getLongProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the long
property with the specified name.
- getLoopStatus() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves a 'status' object to provide information about the current round of the iteration.
- getLoopStatus() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the major version of Jakarta Servlet that this container supports.
- getManagedClassNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the classes that the
persistence provider must add to its set of managed
classes.
- getManagedConnectionFactory() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Gets the target ManagedConnectionFactory for which the user name and
password has been set by the application server.
- getManagedTaskListener() - Method in interface jakarta.enterprise.concurrent.ManagedTask
-
- getManagedTypes() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
- getMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMapNames() - Method in interface jakarta.jms.MapMessage
-
Returns an Enumeration
of all the names in the MapMessage
object.
- getMappingFileNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the
persistence provider must load to determine the mappings for
the entity classes.
- getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getMappings() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the currently available mappings of the Servlet represented by this ServletRegistration
.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the MimeHeader
objects whose name matches
a name in the given array of names.
- getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the portion of the URI path that caused this request to be matched.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by
the ServletContext from which this SessionCookieConfig was acquired.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxConnections() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes.
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxIdleTimeout() - Method in interface jakarta.websocket.Session
-
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
- getMaxInactiveInterval() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client
accesses.
- getMaxRequestSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for multipart/form-data requests.
- getMaxResults() - Method in interface jakarta.persistence.Query
-
The maximum number of results the query object was set to
retrieve.
- getMaxTextMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- getMechType() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.
Returns the mechanism type for the GenericCredential instance.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
- getMessage() - Method in exception jakarta.resource.ResourceException
-
Returns a detailed message string describing this exception.
- getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
- getMessage() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the detail message for this SOAPException
object.
- getMessage() - Method in interface jakarta.xml.ws.handler.LogicalMessageContext
-
Gets the message from this message context
- getMessage() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAPMessage
from this message context.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMessageContext() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the MessageContext
for the request being served
at the time this method is called.
- getMessageFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the Jakarta SOAP with Attachments' MessageFactory
instance used by this SOAP binding.
- getMessageHandlers() - Method in interface jakarta.websocket.Session
-
Return an unmodifiable copy of the set of MessageHandlers for this Session.
- getMessageInfo() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the the low level Jakarta Authentication message info instance for the current request.
- getMessageInfo() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getMessageListener() - Method in interface jakarta.jms.JMSConsumer
-
Gets the JMSConsumer
's MessageListener
.
- getMessageListener() - Method in interface jakarta.jms.MessageConsumer
-
Gets the MessageConsumer
's MessageListener
.
- getMessageListener() - Method in interface jakarta.jms.Session
-
Returns the session's distinguished message listener (optional).
- getMessageSelector() - Method in interface jakarta.jms.JMSConsumer
-
Gets this JMSConsumer
's message selector expression.
- getMessageSelector() - Method in interface jakarta.jms.MessageConsumer
-
Gets this message consumer's message selector expression.
- getMessageSelector() - Method in interface jakarta.jms.QueueBrowser
-
Gets this queue browser's message selector expression.
- getMetaData() - Method in interface jakarta.jms.Connection
-
Gets the metadata for this connection.
- getMetaData() - Method in interface jakarta.jms.JMSContext
-
Gets the connection metadata for the JMSContext's connection.
- getMetaData() - Method in interface jakarta.resource.cci.Connection
-
Gets the information on the underlying EIS instance represented
through an active connection.
- getMetaData() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets metadata for the Resource Adapter.
- getMetaData() - Method in interface jakarta.resource.spi.ManagedConnection
-
Gets the metadata information for this connection's underlying
EIS resource manager instance.
- getMetadata() - Method in class jakarta.ws.rs.core.Response
-
- getMetadata() - Method in class jakarta.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMetamodel() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodel() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMethod() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod() on the wrapped request object.
- getMethod() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the method to be used for the push.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethodName() - Method in class jakarta.servlet.HttpMethodConstraintElement
-
Gets the HTTP method name.
- getMethodNames() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the set of HTTP method names named by the HttpMethodConstraints.
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String
.
- getMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Gets all the values of the MimeHeader
object
in this SOAPPart
object that
is identified by the given String
.
- getMimeHeaders() - Method in class jakarta.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this SOAPMessage
object in a transport-independent fashion.
- getMimeType(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the MIME type of the specified file, or null
if the MIME type is not known.
- getMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the minor version of Jakarta Servlet that this container supports.
- getMinute() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the minute attribute.
- getModel() - Method in interface jakarta.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection
attribute.
- getModel() - Method in interface jakarta.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface jakarta.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface jakarta.persistence.criteria.Path
-
Return the bindable object that corresponds to the
path expression.
- getModel() - Method in interface jakarta.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued
attribute corresponding to the join.
- getModel() - Method in interface jakarta.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface jakarta.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the month attribute.
- getMustUnderstand() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement
.
- getName() - Method in interface jakarta.persistence.EntityGraph
-
Return the name of a named EntityGraph (an entity graph
defined by means of the NamedEntityGraph
annotation, XML descriptor element, or added by means of the
addNamedEntityGraph
method.
- getName() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface jakarta.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface jakarta.persistence.Parameter
-
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
- getName() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.
Returns the name of the resource principal associated
with a GenericCredential instance.
- getName() - Method in class jakarta.resource.spi.work.HintsContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class jakarta.resource.spi.work.SecurityContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class jakarta.resource.spi.work.TransactionContext
-
Get the associated name of the WorkContext
.
- getName() - Method in interface jakarta.resource.spi.work.WorkContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class jakarta.security.enterprise.CallerPrincipal
-
The name of the caller
- getName() - Method in class jakarta.servlet.http.Cookie
-
Returns the name of the cookie.
- getName() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the name with which the attribute is bound to or unbound from the session.
- getName() - Method in interface jakarta.servlet.http.Part
-
Gets the name of this part
- getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getName() - Method in interface jakarta.servlet.Registration
-
Gets the name of the Servlet or Filter that is represented by this Registration.
- getName() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the name of the ServletContext attribute that changed.
- getName() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Return the name of the attribute that changed on the ServletRequest.
- getName() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- getName() - Method in interface jakarta.websocket.Extension
-
The name of the extension.
- getName() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the name of the extension parameter.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event name.
- getName() - Method in class jakarta.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getName() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the name of this MimeHeader
object.
- getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
- getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an Iterator
over the namespace prefix
String
s declared by this element.
- getNamespaceURI(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support given the requested extension list
passed in, the empty list if none.
- getNegotiatedExtensions() - Method in interface jakarta.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes
to connect, or none if there wasn't one this server endpoint liked.
- getNegotiatedSubprotocol() - Method in interface jakarta.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNewTempClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs.
- getNextRunTime(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.Trigger
-
Retrieve the next time that the task should run after.
- getNextTimeout() - Method in interface jakarta.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled to occur.
- getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNode(Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw
an UnsupportedOperationException
.
- getNode() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getNode(Object) - Method in interface jakarta.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNode() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNoLocal() - Method in interface jakarta.jms.TopicSubscriber
-
Gets the NoLocal
attribute for this subscriber.
- getNonJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the non-JTA-enabled data source to be used by the
persistence provider for accessing data outside a JTA
transaction.
- getNonMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the MimeHeader
objects whose name does not
match a name in the given array of names.
- getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNoNSSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getObject(String) - Method in interface jakarta.jms.MapMessage
-
Returns the value of the object with the specified name.
- getObject() - Method in interface jakarta.jms.ObjectMessage
-
Gets the serializable object containing this message's data.
- getObject() - Method in exception jakarta.persistence.LockTimeoutException
-
Returns the object that caused this exception.
- getObject() - Method in exception jakarta.websocket.EncodeException
-
Return the Object that could not be encoded.
- getObject() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getObject() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getObjectProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to
objectified format.
- getObjectProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the Java object property with the specified name.
- getOffset() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getOffset() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getOn() - Method in interface jakarta.persistence.criteria.Join
-
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
- getOpenSessions() - Method in interface jakarta.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to
which this session represents a connection.
- getOperator() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOrderList() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOut() - Method in class jakarta.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOutputParameterValue(int) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an output stream for this web connection.
- getOutputStream() - Method in interface jakarta.servlet.ServletResponse
-
- getOutputStream() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream() on the wrapped response object.
- getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getPage() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling
Servlet and currently pending request and response.
- getPageEncoding() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the page-encoding
configuration, which specifies the default page encoding for any JSP
pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getParameter(String) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name.
- getParameter(String, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name and type.
- getParameter(int) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position and type.
- getParameter(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of a request parameter as a String
, or null
if the parameter does not
exist.
- getParameter(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
- getParameterMap() - Method in interface jakarta.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap() on the wrapped request object.
- getParameterMap() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames() on the wrapped request object.
- getParameters() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface jakarta.persistence.Query
-
Get the parameter objects corresponding to the declared
parameters of the query.
- getParameters() - Method in interface jakarta.websocket.Extension
-
The extension parameters for this extension in the order they appear in the http headers.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameterType() - Method in interface jakarta.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterValue(Parameter<T>) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(int) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValues(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns an array of String
objects containing all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
- getParams() - Method in class jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getParent() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface jakarta.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParentElement() - Method in interface jakarta.xml.soap.Node
-
Returns the parent element of this Node
object.
- getParentPath() - Method in interface jakarta.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getPart(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets the
Part
with the given name.
- getPart(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getPart on the wrapped request object.
- getParts() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets all the
Part
components of this request, provided that it is of type
multipart/form-data
.
- getParts() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getParts on the wrapped request object.
- getPassword() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Returns the user password.
- getPassword() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPasswordAsString() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPath() - Method in class jakarta.servlet.http.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPath() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the URI path to be used for the push.
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- getPath() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- getPath() - Method in class jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath() - Method in class jakarta.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- getPathInfo() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getPathInfo() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathInfo() on the wrapped request object.
- getPathInfo() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the extra path information that follows the web service
path but precedes the query string in the request URI and will start
with a "/" character.
- getPathParameters() - Method in interface jakarta.websocket.Session
-
Return a map of the path parameter names and values used associated with the request this session was opened
under.
- getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathTranslated() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information after the servlet name but before the query string, and translates it to a real
path.
- getPathTranslated() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
- getPattern() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the url-pattern
for this mapping.
- getPayload() - Method in interface jakarta.xml.ws.LogicalMessage
-
Gets the message payload as an XML source, may be called
multiple times on the same LogicalMessage instance, always
returns a new Source
that may be used to retrieve the entire
message payload.
- getPayload(JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
-
Gets the message payload as a Jakarta XML Binding object.
- getPersistenceProviderClassName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the fully qualified name of the persistence provider
implementation class.
- getPersistenceProviderResolver() - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Returns the current persistence provider resolver.
- getPersistenceProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Returns a list of the PersistenceProvider
implementations
available in the runtime environment.
- getPersistenceType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the persistence type.
- getPersistenceUnitName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the URL for the jar file or directory that is the
root of the persistence unit.
- getPersistenceUnitUtil() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return interface providing access to utility methods
for the persistence unit.
- getPersistenceUtil() - Static method in class jakarta.persistence.Persistence
-
Return the PersistenceUtil instance
- getPersistenceXMLSchemaVersion() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the schema version of the persistence.xml
file.
- getPersistentAttributeType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the persistent attribute type for the attribute.
- getPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) of the managed type.
- getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.EndpointReference
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>) - Method in class jakarta.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class jakarta.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
The getPort method returns a proxy.
- getPort(QName, Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPortName() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL port being accessed.
- getPorts() - Method in class jakarta.xml.ws.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPosition() - Method in interface jakarta.persistence.Parameter
-
Return the parameter position, or null if the parameter
is not a positional parameter.
- getPreferredSubprotocols() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite
first that this client would like to use for its sessions.
- getPrefix() - Method in interface jakarta.xml.soap.Name
-
Returns the prefix that was specified when this Name
object
was initialized.
- getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the primary key of the enterprise bean local object.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBObject
-
Obtain the primary key of the enterprise bean object.
- getPrimaryKey() - Method in interface jakarta.ejb.EntityContext
-
Obtain the primary key of the enterprise bean object that is currently associated with this instance.
- getPrimaryKeyClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's primary key class.
- getPrincipalsByType(Class<T>) - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve all Principals of the given type from the authenticated caller's Subject,
or an empty set if the current caller is not authenticated, or if the specified type
isn't found in the Subject.
- getPriority() - Method in interface jakarta.jms.JMSProducer
-
Return the priority of messages that are sent using this JMSProducer
- getPriority() - Method in interface jakarta.jms.MessageProducer
-
Gets the producer's default priority.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProperties() - Method in interface jakarta.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect
for the entity manager.
- getProperties() - Method in interface jakarta.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect
for the entity manager factory.
- getProperties() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperties() - Method in class jakarta.xml.ws.Endpoint
-
Returns the property bag for this Endpoint
instance.
- getProperty(String) - Method in class jakarta.json.bind.JsonbConfig
-
Return value of particular configuration property.
- getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in class jakarta.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder
.
- getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
- getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
- getProperty(String) - Method in interface jakarta.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller
.
- getProperty(String) - Method in interface jakarta.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller
.
- getProperty(String) - Method in interface jakarta.xml.bind.Validator
-
- getProperty(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getPropertyNames() - Method in interface jakarta.jms.JMSProducer
-
Returns an unmodifiable Set
view of the names of all the message properties that have been set on this
JMSProducer.
- getPropertyNames() - Method in interface jakarta.jms.Message
-
Returns an Enumeration
of all the property names.
- getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable collection
containing the property names available within the context of the
current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable collection
containing the property names available within the
context of the current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable collection
containing the property names available within the
context of the current configuration instance.
- getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable collection
containing the property names available within the
context of the current request/response exchange context.
- getProtocol() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion,
for example, HTTP/1.1.
- getProtocol() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getProtocol() on the wrapped request object.
- getProtocol() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form
protocol/majorVersion.minorVersion.
- getProtocolVersion() - Method in interface jakarta.websocket.Session
-
Returns the version of the websocket protocol currently being used.
- getProviderMajorVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider major version number.
- getProviderMinorVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider minor version number.
- getProviderUtil() - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getProviderVersion() - Method in interface jakarta.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider version.
- getQualifiedName() - Method in interface jakarta.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Name
object represents.
- getQuery() - Method in exception jakarta.persistence.QueryTimeoutException
-
Returns the query that caused this exception.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryString() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the query string that is contained in the request URL after the path.
- getQueryString() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getQueryString() on the wrapped request object.
- getQueryString() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the query string to be used for the push.
- getQueryString() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface jakarta.websocket.Session
-
Return the query string associated with the request this session was opened under.
- getQueryString() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI
after the path.
- getQueue() - Method in interface jakarta.jms.QueueBrowser
-
Gets the queue associated with this queue browser.
- getQueue() - Method in interface jakarta.jms.QueueReceiver
-
Gets the Queue
associated with this queue receiver.
- getQueue() - Method in interface jakarta.jms.QueueSender
-
Gets the queue associated with this QueueSender
.
- getQueueName() - Method in interface jakarta.jms.Queue
-
Gets the name of this queue.
- getQueueSession() - Method in interface jakarta.jms.XAQueueSession
-
Gets the queue session associated with this XAQueueSession
.
- getRawContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as an
InputStream as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawContentBytes() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a
byte[] array as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type
instance.
- getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in interface jakarta.servlet.ServletRequest
-
Retrieves the body of the request as character data using a BufferedReader
.
- getReader() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader() on the wrapped request object.
- getRealPath(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the real path corresponding to the given virtual path.
- getRealPath(String) - Method in interface jakarta.servlet.ServletRequest
-
- getRealPath(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
- getReasonPhrase() - Method in class jakarta.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a
connection to the SSE event source is lost.
- getRecordFactory() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a RecordFactory instance.
- getRecordName() - Method in interface jakarta.resource.cci.Record
-
Gets the name of the Record.
- getRecordShortDescription() - Method in interface jakarta.resource.cci.Record
-
Gets a short description string for the Record.
- getReference(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getRel() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param, or null
if this param is not specified.
- getRelay() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement
- getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param as a list of strings or the empty list if rel
is
not defined.
- getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRemoteAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
- getRemoteAddress() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the unresolved address of the remote entity invoking
this request.
- getRemoteHost() - Method in interface jakarta.servlet.ServletRequest
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemoteHost() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
- getRemoteInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote interface.
- getRemotePort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
- getRemotePort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemotePort() on the wrapped request object.
- getRemoteUser() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the user has been authenticated, or null
if the
user has not been authenticated.
- getRemoteUser() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
- getRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the request object associated with the current request.
- getRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getRequest() - Method in interface jakarta.servlet.AsyncContext
-
- getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class jakarta.servlet.ServletRequestWrapper
-
Return the wrapped request object.
- getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequestBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a stream from which the request body can be read.
- getRequestCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the request character encoding that are supported by default for this ServletContext.
- getRequestContext() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context
for request messages.
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
- getRequestedSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the session ID specified by the client.
- getRequestedSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
- getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeader(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the value of the specified request header.
- getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns an immutable Map containing the HTTP headers that were
included with this request.
- getRequestMethod() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Get the HTTP request method
- getRequestParameterMap() - Method in interface jakarta.websocket.Session
-
Return the request parameters associated with the request this session was opened under.
- getRequestURI() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP
request.
- getRequestURI() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI() on the wrapped request object.
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURI() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface jakarta.websocket.Session
-
Return the URI under which this session was opened, including the query string if there is one.
- getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestURI() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the part of the request's URI from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getRequestURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURL() on the wrapped request object.
- getRequestURL(HttpServletRequest) - Static method in class jakarta.servlet.http.HttpUtils
-
Deprecated.
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest
object.
- getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResource(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResource(Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceAdapter() - Method in interface jakarta.resource.spi.ResourceAdapterAssociation
-
Get the associated ResourceAdapter
object.
- getResourceAsStream(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the resource located at the named path as an InputStream
object.
- getResourceBundle() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or null
if this information is not available.
- getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or null
if this information is not available.
- getResourcePaths(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path
matches the supplied path argument.
- getResponse() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the response object associated with the current request.
- getResponse() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getResponse() - Method in interface jakarta.servlet.AsyncContext
-
- getResponse() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class jakarta.servlet.ServletResponseWrapper
-
Return the wrapped ServletResponse object.
- getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- getResponseBody() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a stream to which the response body must be
written.
- getResponseCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the response character encoding that are supported by default for this ServletContext.
- getResponseContext() - Method in interface jakarta.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getResponseHeaders() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns a mutable Map into which the HTTP response headers can be stored
and which will be transmitted as part of this response.
- getResponses() - Method in class jakarta.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether endpoint
requires the use of anonymous responses, or non-anonymous responses,
or all responses.
- getRestriction() - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Return the predicate that corresponds to the where clause
restriction(s), or null if no restrictions have been
specified.
- getResult() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
Result of the last execution.
- getResult() - Method in interface jakarta.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class jakarta.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getResult() - Method in class jakarta.xml.soap.SAAJResult
-
- getResultList() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped List.
- getResultList() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve the list of results from the next result set.
- getResultList() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed List.
- getResultSetInfo() - Method in interface jakarta.resource.cci.Connection
-
Gets the information on the ResultSet functionality supported by
a connected EIS instance.
- getResultStream() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped java.util.stream.Stream
.
- getResultStream() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed java.util.stream.Stream
.
- getResultType() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getRole() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement
.
- getRoles() - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution
of the handler chain.
- getRoles() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the roles played by the SOAP binding instance.
- getRolesAllowed() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the names of the authorized roles.
- getRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Test if the transaction has been marked for rollback only.
- getRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Determine whether the current resource transaction has been
marked for rollback.
- getRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Return the query root.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Return the query root.
- getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception jakarta.servlet.jsp.JspException
-
- getRootCause() - Method in exception jakarta.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRoots() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the query roots.
- getRowCount() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the number of rows in the cached ResultSet
- getRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of SortedMap
objects.
- getRowsByIndex() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of arrays.
- getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the name of the runAs role of the Servlet represented by this ServletRegistration
.
- getRunEnd() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which the task was completed.
- getRunStart() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which the task started running.
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
- getSchedule() - Method in interface jakarta.ejb.Timer
-
Get the schedule expression corresponding to this timer.
- getScheduledStart() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which task was scheduled to run.
- getSchema() - Method in class jakarta.xml.bind.Binder
-
- getSchema() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getSchema() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getSchema() - Method in interface jakarta.xml.bind.Marshaller
-
Get the JAXP 1.3 Schema
object
being used to perform marshal-time validation.
- getSchema() - Method in interface jakarta.xml.bind.Unmarshaller
-
Get the JAXP 1.3 Schema
object
being used to perform unmarshal-time validation.
- getSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getScheme() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the scheme used to make this request, for example, http
, https
, or
ftp
.
- getScheme() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getScheme() on the wrapped request object.
- getScheme() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the name of the scheme used to make this request,
for example: http, or https.
- getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the lexical scope of the variable.
- getScope() - Method in class jakarta.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getScope(String) - Method in interface jakarta.xml.ws.handler.MessageContext
-
Gets the scope of a property.
- getScriptingInvalid() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the scripting-invalid
configuration, which specifies whether scripting is enabled for
any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getSecond() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the second attribute.
- getSecure() - Method in class jakarta.servlet.http.Cookie
-
Returns true
if the browser is sending cookies only over a secure protocol, or false
if the
browser can send cookies using any protocol.
- getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSelection() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the selection of the query, or null if no selection
has been set.
- getSelection() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the selection expression.
- getSendStream() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens an output stream on which a binary message may be sent.
- getSendTimeout() - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
- getSendWriter() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens a character stream on which a text message may be sent.
- getServerInfo() - Method in interface jakarta.servlet.ServletContext
-
Returns the name and version of the servlet container on which the servlet is running.
- getServerName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerName() on the wrapped request object.
- getServerPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerPort() on the wrapped request object.
- getServerSession() - Method in interface jakarta.jms.ServerSessionPool
-
Return a server session from the pool.
- getServerSessionPool() - Method in interface jakarta.jms.ConnectionConsumer
-
Gets the server session pool associated with this connection consumer.
- getServiceName() - Method in interface jakarta.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL service name containing
the port being accessed.
- getServiceName() - Method in class jakarta.xml.ws.Service
-
Gets the name of this service.
- getServiceName() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Gets the name of this service.
- getServlet(String) - Method in interface jakarta.servlet.ServletContext
-
- getServlet() - Method in exception jakarta.servlet.UnavailableException
-
- getServletConfig() - Method in class jakarta.servlet.GenericServlet
-
- getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in interface jakarta.servlet.Servlet
-
Returns a
ServletConfig
object, which contains initialization and startup parameters for this servlet.
- getServletContext() - Method in interface jakarta.servlet.FilterConfig
-
Returns a reference to the
ServletContext
in which the caller is executing.
- getServletContext() - Method in class jakarta.servlet.GenericFilter
-
Returns a reference to the
ServletContext
in which this filter is running.
- getServletContext() - Method in class jakarta.servlet.GenericServlet
-
Returns a reference to the
ServletContext
in which this servlet is running.
- getServletContext() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the ServletContext to which this session belongs.
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in interface jakarta.servlet.ServletConfig
-
Returns a reference to the
ServletContext
in which the caller is executing.
- getServletContext() - Method in class jakarta.servlet.ServletContextEvent
-
Return the ServletContext that changed.
- getServletContext() - Method in interface jakarta.servlet.ServletRequest
-
Gets the servlet context to which this ServletRequest was last dispatched.
- getServletContext() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletContext of this web application.
- getServletContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the servlet context to which the wrapped servlet request was last dispatched.
- getServletContextName() - Method in interface jakarta.servlet.ServletContext
-
Returns the name of this web application corresponding to this ServletContext as specified in the deployment
descriptor for this web application by the display-name element.
- getServletInfo() - Method in class jakarta.servlet.GenericServlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletInfo() - Method in interface jakarta.servlet.Servlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletName() - Method in class jakarta.servlet.GenericServlet
-
Returns the name of this servlet instance.
- getServletName() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the servlet-name
for this mapping.
- getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in interface jakarta.servlet.ServletConfig
-
Returns the name of this servlet instance.
- getServletNameMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration
.
- getServletNames() - Method in interface jakarta.servlet.ServletContext
-
- getServletPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL that calls the servlet.
- getServletPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletPath() on the wrapped request object.
- getServletRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the ServletRegistration corresponding to the servlet with the given servletName.
- getServletRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets
registered with this ServletContext.
- getServletRequest() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletRequest that is changing.
- getServlets() - Method in interface jakarta.servlet.ServletContext
-
- getSession() - Method in interface jakarta.jms.ServerSession
-
Return the ServerSession
's Session
.
- getSession() - Method in interface jakarta.jms.XASession
-
Gets the session associated with this XASession
.
- getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current HttpSession
associated with this request or, if there is no current session and
create
is true, returns a new session.
- getSession() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current session associated with this request, or if the request does not have a session, creates one.
- getSession(boolean) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
- getSession() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession() on the wrapped request object.
- getSession(String) - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getSession() - Method in class jakarta.servlet.http.HttpSessionEvent
-
Return the session that changed.
- getSession() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in exception jakarta.websocket.SessionException
-
Return the Session on which the problem occurred.
- getSessionContext() - Method in interface jakarta.servlet.http.HttpSession
-
- getSessionCookieConfig() - Method in interface jakarta.servlet.ServletContext
-
Gets the
SessionCookieConfig
object through which various properties of the session tracking cookies created
on behalf of this
ServletContext may be configured.
- getSessionId() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the SessionID to be used for the push.
- getSessionMode() - Method in interface jakarta.jms.JMSContext
-
Returns the session mode of the JMSContext's session.
- getSessionTimeout() - Method in interface jakarta.servlet.ServletContext
-
Gets the session timeout in minutes that are supported by default for this ServletContext.
- getSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name.
- getSeverity() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
- getSeverity() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- getSharedCacheMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the specification of how the provider must use
a second-level cache for the persistence unit.
- getShort(String) - Method in interface jakarta.jms.MapMessage
-
Returns the short
value with the specified name.
- getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getShortProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
short
.
- getShortProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the short
property with the specified name.
- getSingleResult() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query that returns a single untyped result.
- getSingleResult() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a single result from the next result set.
- getSingleResult() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query that returns a single result.
- getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances.
- getSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed
type that corresponds to the specified name and Java type.
- getSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that
corresponds to the specified name.
- getSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- getSize() - Method in interface jakarta.servlet.http.Part
-
Returns the size of this fille.
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before writeTo
to ascertain the length in bytes of the serialized form
of t
.
- getSize() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns the number of bytes in this AttachmentPart
object.
- getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSOAPBody() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this SOAPMessage
object.
- getSOAPFactory() - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Gets the Jakarta SOAP with Attachments' SOAPFactory
instance used by this SOAP binding.
- getSOAPHeader() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this SOAPMessage
object.
- getSOAPPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP part of this SOAPMessage
object.
- getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getSpecVersion() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns a string representation of the version of the
connector architecture specification that is supported by
the resource adapter.
- getSslContext() - Method in interface jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getStart() - Method in class jakarta.ejb.ScheduleExpression
-
Return the start date, if set; otherwise null.
- getStartDuration() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the start interval duration.
- getStatus() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the validation status.
- getStatus() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the current status code of this response.
- getStatus() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getStatus() - Method in interface jakarta.transaction.Transaction
-
Obtain the status of the transaction associated with the target
Transaction object.
- getStatus() - Method in interface jakarta.transaction.TransactionManager
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.transaction.UserTransaction
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusCode() - Method in exception jakarta.xml.ws.http.HTTPException
-
Gets the HTTP status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStep() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
- getString(String) - Method in interface jakarta.jms.MapMessage
-
Returns the String
value with the specified name.
- getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getStringProperty(String) - Method in interface jakarta.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to a
String
.
- getStringProperty(String) - Method in interface jakarta.jms.Message
-
Returns the value of the String
property with the specified name.
- getSubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node.
- getSubmittedFileName() - Method in interface jakarta.servlet.http.Part
-
Gets the file name specified by the client
- getSubprotocols() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getSupertype() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
- getSuppliedRequest() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletRequest from this AsyncEvent.
- getSuppliedResponse() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletResponse from this AsyncEvent.
- getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives in the tag file.
- getTaglibLocation() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the location of the tag library represented by this TaglibDescriptor.
- getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this
TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
- getTaglibs() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the <taglib>
child elements of the <jsp-config>
element represented by
this JspConfigDescriptor
.
- getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
- getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTarget() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the target instance.
- getText() - Method in interface jakarta.jms.TextMessage
-
Gets the string containing this message's data.
- getText() - Method in exception jakarta.websocket.DecodeException
-
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or
null
if this exception arose from a failure to decode a binary message..
- getThreshold() - Method in class jakarta.xml.ws.soap.MTOMFeature
-
Gets the threshold value used to determine when binary data
should be sent as an attachment.
- getThrowable() - Method in class jakarta.servlet.AsyncEvent
-
Gets the Throwable from this AsyncEvent.
- getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the Throwable that caused the error.
- getTimeout() - Method in interface jakarta.servlet.AsyncContext
-
Gets the timeout (in milliseconds) for this AsyncContext.
- getTimer() - Method in interface jakarta.ejb.TimerHandle
-
Obtain a reference to the timer represented by this handle.
- getTimer() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for
interceptor method types other than
AroundTimeout
.
- getTimeRemaining() - Method in interface jakarta.ejb.Timer
-
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
- getTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with this bean.
- getTimerService() - Method in interface jakarta.ejb.EJBContext
-
Get access to the enterprise bean Timer Service.
- getTimeToLive() - Method in interface jakarta.jms.JMSProducer
-
Returns the time to live of messages that are sent using this JMSProducer
.
- getTimeToLive() - Method in interface jakarta.jms.MessageProducer
-
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by
the message system.
- getTimezone() - Method in class jakarta.ejb.ScheduleExpression
-
Return the timezone, if set; otherwise null.
- getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link title
param, or null
if this param is not specified.
- getToken() - Method in class jakarta.security.enterprise.credential.RememberMeCredential
-
Determines the token value to compare for authentication.
- getTopic() - Method in interface jakarta.jms.TopicPublisher
-
Gets the topic associated with this TopicPublisher
.
- getTopic() - Method in interface jakarta.jms.TopicSubscriber
-
Gets the Topic
associated with this subscriber.
- getTopicName() - Method in interface jakarta.jms.Topic
-
Gets the name of this topic.
- getTopicSession() - Method in interface jakarta.jms.XATopicSession
-
Gets the topic session associated with this XATopicSession
.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Get the request trailer fields.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getTrailerFields on the wrapped request object.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the supplier of trailer headers.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getTransacted() - Method in interface jakarta.jms.JMSContext
-
Indicates whether the JMSContext's session is in transacted mode.
- getTransacted() - Method in interface jakarta.jms.Session
-
Indicates whether the session is in transacted mode.
- getTransacted() - Method in interface jakarta.jms.XAJMSContext
-
Returns whether the session is in transacted mode; this method always returns true.
- getTransacted() - Method in interface jakarta.jms.XASession
-
Indicates whether the session is in transacted mode.
- getTransaction() - Method in interface jakarta.persistence.EntityManager
-
Return the resource-level EntityTransaction
object.
- getTransaction() - Method in interface jakarta.transaction.TransactionManager
-
Get the transaction object that represents the transaction
context of the calling thread.
- getTransactionKey() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return an opaque object to represent the transaction bound to the
current thread at the time this method is called.
- getTransactionStatus() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return the status of the transaction bound to the
current thread at the time this method is called.
- getTransactionSupport() - Method in interface jakarta.resource.spi.TransactionSupport
-
Get the level of transaction support, supported by the
ManagedConnectionFactory
.
- getTransactionSynchronizationRegistry() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a TransactionSynchronization
instance.
- getTransactionTimeout() - Method in class jakarta.resource.spi.work.ExecutionContext
-
Get the transaction timeout value for a imported transaction.
- getTransactionType() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the transaction type of the entity managers created by
the EntityManagerFactory
.
- getTransportGuarantee() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the
transport connection.
- getTrimDirectiveWhitespaces() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the trim-directive-whitespaces
configuration, which specifies whether template text
containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property
group represented by this JspPropertyGroupDescriptor
.
- getType() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Return the type that represents the type of the attribute.
- getType() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the type of this event.
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns
null
to indicate that no types are ever accepted to setValue()
.
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns Object.class
to indicate that any type is valid to
set for a scoped attribute.
- getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying Type
instance.
- getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link type
param, or null
if this param is not specified.
- getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getUnavailableSeconds() - Method in exception jakarta.servlet.UnavailableException
-
Returns the number of seconds the servlet expects to be temporarily unavailable.
- getUnmarshallerHandler() - Method in interface jakarta.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in
an XML pipeline.
- getUpdateCount() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return the update count or -1 if there is no pending result
or if the next result is not an update count.
- getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getURI() - Method in interface jakarta.xml.soap.Name
-
Returns the URI of the namespace for the XML
name that this Name
object represents.
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the URI
of the current resource target.
- getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI.
- getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getURL() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
- getURL() - Method in interface jakarta.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- getUrlPatternMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration
.
- getUrlPatterns() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor
.
- getUserName() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns the user name for an active connection as known to
the underlying EIS instance.
- getUserName() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns name of the user associated with the ManagedConnection
instance.
- getUserName() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Returns the user name.
- getUserPrincipal() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a java.security.Principal
object containing the name of the current authenticated user.
- getUserPrincipal() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
- getUserPrincipal() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the authenticated user or null
if no user is authenticated for this handshake.
- getUserPrincipal() - Method in interface jakarta.websocket.Session
-
Return the authenticated user for this Session or null
if no user is authenticated for this session.
- getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a java.security.Principal
object containing the name of the current authenticated user.
- getUserPrincipal() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Returns the Principal
that represents the authenticated
user for this HttpExchange
.
- getUserPrincipal() - Method in interface jakarta.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender
of the request currently being serviced.
- getUserProperties() - Method in interface jakarta.websocket.EndpointConfig
-
This method returns a modifiable Map that the developer may use to store application specific information
relating to the endpoint that uses this configuration instance.
- getUserProperties() - Method in interface jakarta.websocket.Session
-
While the session is open, this method returns a Map that the developer may use to store application specific
information relating to this session instance.
- getUserTransaction() - Method in interface jakarta.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- getValidationMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the validation mode to be used by the persistence
provider for the persistence unit.
- getValue() - Method in class jakarta.security.enterprise.credential.Password
-
Determines the password value.
- getValue() - Method in class jakarta.servlet.http.Cookie
-
Gets the current value of this Cookie.
- getValue(String) - Method in interface jakarta.servlet.http.HttpSession
-
- getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns the
implicit object.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, searches the page, request, session and application scopes for an
attribute with the given name and returns it, or null
if no attribute exists with the current name.
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the value of the ServletContext attribute that changed.
- getValue() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the value of the extension parameter.
- getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an EntityTag
.
- getValue() - Method in class jakarta.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue(Object) - Static method in class jakarta.xml.bind.JAXBIntrospector
-
Get the element value of a Jakarta XML Binding element.
- getValue() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the value of this MimeHeader
object.
- getValue() - Method in interface jakarta.xml.soap.Node
-
Returns the value of this node if this is a Text
node or the
value of the immediate child of this node otherwise.
- getValueExpression() - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
-
- getValueNames() - Method in interface jakarta.servlet.http.HttpSession
-
- getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
-
- getVariant() - Method in class jakarta.ws.rs.client.Entity
-
- getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute of the entity or mapped superclass.
- getVersion() - Method in class jakarta.servlet.http.Cookie
-
Returns the version of the protocol this cookie complies with.
- getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- getVirtualServerName() - Method in interface jakarta.servlet.ServletContext
-
Returns the configuration name of the logical host on which the ServletContext is deployed.
- getVisibleNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an Iterator
over the namespace prefix
String
s visible to this element.
- getWarnings() - Method in interface jakarta.resource.cci.Interaction
-
Gets the first ResourceWarning from the chain of warnings
associated with this Interaction instance.
- getWebSocketContainer() - Static method in class jakarta.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- getWork() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the Work
instance which is the cause of the event.
- getWorkContexts() - Method in interface jakarta.resource.spi.work.WorkContextProvider
-
Gets an list of WorkContexts
that needs to be used by the
WorkManager
to set up the execution context while executing
a Work
instance.
- getWorkManager() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a WorkManager
instance.
- getWrapped() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getWriter() - Method in interface jakarta.servlet.ServletResponse
-
Returns a PrintWriter
object that can send character text to the client.
- getWriter() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getWriter() on the wrapped response object.
- getWSDLDocumentLocation() - Method in class jakarta.xml.ws.Service
-
Gets the location of the WSDL document for this Service.
- getWSDLDocumentLocation() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Gets the location of the WSDL document for this Service.
- getXAResource() - Method in interface jakarta.jms.XAJMSContext
-
Returns an XAResource
to the caller.
- getXAResource() - Method in interface jakarta.jms.XASession
-
Returns an XA resource to the caller.
- getXAResource() - Method in interface jakarta.resource.spi.ManagedConnection
-
Returns an javax.transaction.xa.XAresource
instance.
- getXAResources(ActivationSpec[]) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This method is called by the application server during crash recovery.
- getXATerminator() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a XATerminator
instance.
- getXid() - Method in class jakarta.resource.spi.work.ExecutionContext
-
- getXMLNode(Object) - Method in class jakarta.xml.bind.Binder
-
Gets the XML element associated with the given Jakarta XML Binding object.
- getXMLReader() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- getYear() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the year attribute.
- GLOBAL() - Constructor for class jakarta.xml.bind.annotation.XmlElementDecl.GLOBAL
-
- GlobalScope() - Constructor for class jakarta.xml.bind.JAXBElement.GlobalScope
-
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greatest(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the greatest of
the values (strings, dates, etc).
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- gt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- read(InputStream) - Method in interface jakarta.resource.cci.Streamable
-
Read data from an InputStream and initialize fields of a
Streamable object.
- readBoolean() - Method in interface jakarta.jms.BytesMessage
-
Reads a boolean
from the bytes message stream.
- readBoolean() - Method in interface jakarta.jms.StreamMessage
-
Reads a boolean
from the stream message.
- readByte() - Method in interface jakarta.jms.BytesMessage
-
Reads a signed 8-bit value from the bytes message stream.
- readByte() - Method in interface jakarta.jms.StreamMessage
-
Reads a byte
value from the stream message.
- readBytes(byte[]) - Method in interface jakarta.jms.BytesMessage
-
Reads a byte array from the bytes message stream.
- readBytes(byte[], int) - Method in interface jakarta.jms.BytesMessage
-
Reads a portion of the bytes message stream.
- readBytes(byte[]) - Method in interface jakarta.jms.StreamMessage
-
Reads a byte array field from the stream message into the specified byte[]
object (the read buffer).
- readChar() - Method in interface jakarta.jms.BytesMessage
-
Reads a Unicode character value from the bytes message stream.
- readChar() - Method in interface jakarta.jms.StreamMessage
-
Reads a Unicode character value from the stream message.
- readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Get the original event data as String
.
- readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readDouble() - Method in interface jakarta.jms.BytesMessage
-
Reads a double
from the bytes message stream.
- readDouble() - Method in interface jakarta.jms.StreamMessage
-
Reads a double
from the stream message.
- readEJBHome(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Deserialize the EJBHome reference corresponding to a HomeHandle.
- readEJBObject(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Deserialize the EJBObject reference corresponding to a Handle.
- readEndpointReference(Source) - Method in class jakarta.xml.ws.spi.Provider
-
read an EndpointReference from the infoset contained in
eprInfoset
.
- readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- ReaderInterceptor - Interface in jakarta.ws.rs.ext
-
- ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link
jakarta.ws.rs.ext.MessageBodyReader#readFrom}.
- readFloat() - Method in interface jakarta.jms.BytesMessage
-
Reads a float
from the bytes message stream.
- readFloat() - Method in interface jakarta.jms.StreamMessage
-
Reads a float
from the stream message.
- readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Read a type from the InputStream
.
- readFrom(Source) - Static method in class jakarta.xml.ws.EndpointReference
-
Factory method to read an EndpointReference from the infoset contained in
eprInfoset
.
- readInt() - Method in interface jakarta.jms.BytesMessage
-
Reads a signed 32-bit integer from the bytes message stream.
- readInt() - Method in interface jakarta.jms.StreamMessage
-
Reads a 32-bit integer from the stream message.
- readLine(byte[], int, int) - Method in class jakarta.servlet.ServletInputStream
-
Reads the input stream, one line at a time.
- ReadListener - Interface in jakarta.servlet
-
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available
to be read without blocking.
- readLong() - Method in interface jakarta.jms.BytesMessage
-
Reads a signed 64-bit integer from the bytes message stream.
- readLong() - Method in interface jakarta.jms.StreamMessage
-
Reads a 64-bit integer from the stream message.
- readObject() - Method in interface jakarta.jms.StreamMessage
-
Reads an object from the stream message.
- readShort() - Method in interface jakarta.jms.BytesMessage
-
Reads a signed 16-bit number from the bytes message stream.
- readShort() - Method in interface jakarta.jms.StreamMessage
-
Reads a 16-bit integer from the stream message.
- readString() - Method in interface jakarta.jms.StreamMessage
-
Reads a String
from the stream message.
- readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the read timeout.
- readUnsignedByte() - Method in interface jakarta.jms.BytesMessage
-
Reads an unsigned 8-bit number from the bytes message stream.
- readUnsignedShort() - Method in interface jakarta.jms.BytesMessage
-
Reads an unsigned 16-bit number from the bytes message stream.
- readUTF() - Method in interface jakarta.jms.BytesMessage
-
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
- receive() - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message produced for this JMSConsumer
.
- receive(long) - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message that arrives within the specified timeout interval.
- receive() - Method in interface jakarta.jms.MessageConsumer
-
Receives the next message produced for this message consumer.
- receive(long) - Method in interface jakarta.jms.MessageConsumer
-
Receives the next message that arrives within the specified timeout interval.
- receiveBody(Class<T>) - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message produced for this JMSConsumer
and returns its body as an object of the specified
type.
- receiveBody(Class<T>, long) - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message produced for this JMSConsumer
that arrives within the specified timeout period and
returns its body as an object of the specified type.
- receiveBodyNoWait(Class<T>) - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message produced for this JMSConsumer
if one is immediately available and returns its body
as an object of the specified type.
- receiveNoWait() - Method in interface jakarta.jms.JMSConsumer
-
Receives the next message if one is immediately available.
- receiveNoWait() - Method in interface jakarta.jms.MessageConsumer
-
Receives the next message if one is immediately available.
- RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
-
A "reconnection not set" value for the SSE reconnect delay set via SSE event retry
field.
- reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to
reconnect in case a connection to SSE event source is lost.
- reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- Record - Interface in jakarta.resource.cci
-
The jakarta.resource.cci.Record
interface is the base
interface for the representation of an input or output to the
execute methods defined on an Interaction.
- RecordFactory - Interface in jakarta.resource.cci
-
The RecordFactory interface is used for creating MappedRecord and
IndexedRecord instances.
- recover() - Method in interface jakarta.jms.JMSContext
-
Stops message delivery in the JMSContext's session, and restarts message delivery with the oldest unacknowledged
message.
- recover() - Method in interface jakarta.jms.Session
-
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
- recover(int) - Method in interface jakarta.resource.spi.XATerminator
-
Obtains a list of prepared transaction branches from a resource
manager.
- recycleNode() - Method in interface jakarta.xml.soap.Node
-
Notifies the implementation that this Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
- redirect(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to SC_FOUND 302 (Found)
- redirect(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- RedirectionException - Exception in jakarta.ws.rs
-
A runtime application exception indicating a request redirection (HTTP 3xx
status codes).
- RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- REFERENCE_PARAMETERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: WS Addressing Reference Parameters.
- Referenceable - Interface in jakarta.resource
-
The Referenceable interface extends the javax.naming.Referenceable
interface.
- referenceParameter(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds the referenceParameter
to the
W3CEndpointReference
instance
wsa:ReferenceParameters
element.
- refresh(Object) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any.
- refresh(Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database, using
the specified properties, and overwriting changes made to
the entity, if any.
- refresh(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any, and
lock it with respect to given lock mode type.
- refresh(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any, and
lock it with respect to given lock mode type and with
specified properties.
- register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response
based on the implemented callback interfaces.
- register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register provided
SseEventSink
instance to this
SseBroadcaster
.
- register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- registerInterposedSynchronization(Synchronization) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Register a Synchronization instance with special ordering
semantics.
- registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Register a positional parameter.
- registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Register a named parameter.
- registerSynchronization(Synchronization) - Method in interface jakarta.transaction.Transaction
-
Register a synchronization object for the transaction currently
associated with the target object.
- Registration - Interface in jakarta.servlet
-
Interface through which a
Servlet
or
Filter
may be further configured.
- Registration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servlet
or
Filter
registered via one of the
addServlet or
addFilter methods, respectively, on
ServletContext
may be further configured.
- rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class jakarta.ws.rs.core.Link
-
Rel link param from RFC 5988.
- relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- release() - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
-
This method may be called by the resource adapter to indicate that it
no longer needs a proxy endpoint instance.
- release() - Method in interface jakarta.resource.spi.work.Work
-
The WorkManager
might call this method to hint the
active Work
instance to complete execution as soon as
possible.
- release() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Releases any resources this ConditionalTagSupport may have (or inherit).
- release() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Releases any resources this LoopTagSupport may have (or inherit).
- release() - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
-
- release() - Method in class jakarta.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing
the PageContext for potential reuse by a later invocation of initialize().
- release() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Release state.
- release() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Called on a Tag handler to release state.
- release() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- release() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Release any data kept by this instance for validation purposes.
- release() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Release state.
- releasePageContext(PageContext) - Method in class jakarta.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- rememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
"remember me" feature is configured for the authentication mechanism responding to the authenticate call.
- RememberMe - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
The RememberMe annotation provides an application the ability to declaratively designate
that an authentication mechanism effectively "remembers" the authentication and auto
applies this with every request.
- RememberMeCredential - Class in jakarta.security.enterprise.credential
-
RememberMeCredential
represents a credential presented as a token,
for the explicit usage with the Jakarta Security provided remember me function.
- RememberMeCredential(String) - Constructor for class jakarta.security.enterprise.credential.RememberMeCredential
-
Constructor
- RememberMeIdentityStore - Interface in jakarta.security.enterprise.identitystore
-
RememberMeIdentityStore
is a mechanism for validating a caller's
credentials and accessing a caller's identity attributes that's specifically
tailored for the "remember me" feature.
- Remote - Annotation Type in jakarta.ejb
-
Declares the remote business interface(s) for a session bean.
- RemoteEndpoint - Interface in jakarta.websocket
-
The RemoteEndpoint object is supplied by the container and represents the 'other end' or peer of the Web Socket
conversation.
- RemoteEndpoint.Async - Interface in jakarta.websocket
-
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.
- RemoteEndpoint.Basic - Interface in jakarta.websocket
-
This representation of the peer of a web socket conversation has the ability to send messages synchronously.
- RemoteHome - Annotation Type in jakarta.ejb
-
Declares the remote home interface or adapted remote home interface for a session bean.
- remove(Handle) - Method in interface jakarta.ejb.EJBHome
-
Remove an enterprise bean object identified by its handle.
- remove(Object) - Method in interface jakarta.ejb.EJBHome
-
Remove an enterprise bean object identified by its primary key.
- remove(Object) - Method in interface jakarta.ejb.EJBLocalHome
-
Remove an enterprise bean object identified by its primary key.
- remove() - Method in interface jakarta.ejb.EJBLocalObject
-
Remove the enterprise bean local object.
- remove() - Method in interface jakarta.ejb.EJBObject
-
Remove the enterprise bean object.
- Remove - Annotation Type in jakarta.ejb
-
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session
bean is to be removed by the container after completion of the method.
- remove(Object) - Method in interface jakarta.persistence.EntityManager
-
Remove the entity instance.
- remove(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the given scope.
- remove(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "request" scope.
- remove(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "session" scope.
- remove(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "application" scope.
- remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- removeAllAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all AttachmentPart
objects that have been added
to this SOAPMessage
object.
- removeAllFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Removes any Subcodes that may be contained by this
SOAPFault
.
- removeAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Removes all the header entries from this MimeHeaders
object.
- removeAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Removes all the MimeHeader
objects for this
SOAPEnvelope
object.
- removeAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all the AttachmentPart
objects that have header
entries that match the specified headers.
- removeAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Removes the object bound with the specified name from this session.
- removeAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the given name from all scopes.
- removeAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name in the given scope.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Removes the attribute with the given name from this ServletContext.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
- removeAttribute(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified name.
- removeAttribute(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified qname.
- removeConnectionEventListener(ConnectionEventListener) - Method in interface jakarta.resource.spi.ManagedConnection
-
Removes an already registered connection event listener from the
ManagedConnection instance.
- removeContents() - Method in interface jakarta.xml.soap.SOAPElement
-
Detaches all children of this SOAPElement
.
- RemoveException - Exception in jakarta.ejb
-
The RemoveException is thrown at an attempt to remove an enterprise bean object or local enterprise bean object when
the enterprise bean or the container does not allow the enterprise bean object to be removed.
- RemoveException() - Constructor for exception jakarta.ejb.RemoveException
-
Constructs an RemoveException with no detail message.
- RemoveException(String) - Constructor for exception jakarta.ejb.RemoveException
-
Constructs an RemoveException with the specified detail message.
- removeHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Remove the named request header.
- removeHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Remove all MimeHeader
objects whose name matches the
given name.
- removeLoginToken(String) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Dissociates the principal and groups that were associated with the token before
and removes the token itself.
- removeMessageHandler(MessageHandler) - Method in interface jakarta.websocket.Session
-
Remove the given MessageHandler from the set belonging to this session.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the namespace declaration corresponding to the given prefix.
- removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- removeValue(String) - Method in interface jakarta.servlet.http.HttpSession
-
- removeValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Remove a value associated with a key.
- replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI path.
- replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- request(Message) - Method in class jakarta.jms.QueueRequestor
-
Sends a request and waits for a reply.
- request(Message) - Method in class jakarta.jms.TopicRequestor
-
Sends a request and waits for a reply.
- REQUEST - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- request() - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in jakarta.ws.rs.core
-
An injectable helper for request processing, all methods throw an IllegalStateException
if called outside the
scope of a request (e.g.
- REQUEST_CIPHER_SUITE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: cipher suite value when the request is received
over HTTPS
- REQUEST_KEY_SIZE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: bit size of the algorithm when the request is
received over HTTPS
- REQUEST_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until
the current request is completed.
- REQUEST_TIME_VALUE - Static variable in class jakarta.servlet.jsp.tagext.TagData
-
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet
available because TagData instances are used at translation-time).
- REQUEST_X509CERTIFICATE - Static variable in class jakarta.xml.ws.spi.http.HttpExchange
-
Standard property: A SSL certificate, if any, associated with the request
- requestDestroyed(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
Receives notification that a ServletRequest is about to go out of scope of the web application.
- RequestDispatcher - Interface in jakarta.servlet
-
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML
file, or JSP file) on the server.
- requestInitialized(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
Receives notification that a ServletRequest is about to come into scope of the web application.
- RequestWrapper - Annotation Type in jakarta.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the request
wrapper bean to be used at runtime.
- required - Variable in class jakarta.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether the endpoint
requires WS-Addressing.
- reset() - Method in interface jakarta.jms.BytesMessage
-
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
- reset() - Method in interface jakarta.jms.StreamMessage
-
Puts the message body in read-only mode and repositions the stream to the beginning.
- reset() - Method in interface jakarta.servlet.ServletResponse
-
Clears any data that exists in the buffer as well as the status code, headers.
- reset() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call reset() on the wrapped response object.
- reset() - Method in class jakarta.xml.bind.util.ValidationEventCollector
-
Clear all collected errors and warnings.
- resetBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Clears the content of the underlying buffer in the response without clearing headers or status code.
- resetBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call resetBuffer() on the wrapped response object.
- resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolveFunction(String, String) - Method in interface jakarta.servlet.jsp.el.FunctionMapper
-
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
- resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied value.
- resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied value.
- resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied value.
- resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied value.
- resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied encoded value.
- resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied encoded value.
- resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-encoded value pairs.
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveVariable(String) - Method in interface jakarta.servlet.jsp.el.VariableResolver
-
Deprecated.
Resolves the specified variable.
- Resource - Annotation Type in jakarta.annotation
-
The Resource
annotation marks a resource that is needed
by the application.
- Resource.AuthenticationType - Enum in jakarta.annotation
-
The two possible authentication types for a resource.
- ResourceAdapter - Interface in jakarta.resource.spi
-
This represents a resource adapter instance and contains operations for
lifecycle management and message endpoint setup.
- ResourceAdapterAssociation - Interface in jakarta.resource.spi
-
This interface specifies the methods to associate a
ResourceAdapter
object with other objects that
implement this interface like
ManagedConnectionFactory
and ActivationSpec
.
- ResourceAdapterInternalException - Exception in jakarta.resource.spi
-
A ResourceAdapterInternalException
indicates any
system-level error conditions related to a resource adapter.
- ResourceAdapterInternalException() - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new instance with null as its detail message.
- ResourceAdapterInternalException(String) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new instance with the specified detail message.
- ResourceAdapterInternalException(Throwable) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified cause.
- ResourceAdapterInternalException(String, Throwable) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAdapterInternalException(String, String) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and
an error code.
- ResourceAdapterMetaData - Interface in jakarta.resource.cci
-
The interface jakarta.resource.cci.ResourceAdapterMetaData
provides information about capabilities of a resource adapter
implementation.
- ResourceAllocationException - Exception in jakarta.jms
-
This exception is thrown when a provider is unable to allocate the resources required by a method.
- ResourceAllocationException(String, String) - Constructor for exception jakarta.jms.ResourceAllocationException
-
Constructs a ResourceAllocationException
with the specified reason and error code.
- ResourceAllocationException(String) - Constructor for exception jakarta.jms.ResourceAllocationException
-
Constructs a ResourceAllocationException
with the specified reason.
- ResourceAllocationException - Exception in jakarta.resource.spi
-
A ResourceAllocationException
can be thrown by an
application server or
resource adapter to indicate any failure to allocate system resources
(example: threads, physical connections).
- ResourceAllocationException() - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new instance with null as its detail message.
- ResourceAllocationException(String) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new instance with the specified detail message.
- ResourceAllocationException(Throwable) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified cause.
- ResourceAllocationException(String, Throwable) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAllocationException(String, String) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and
an error code.
- ResourceAllocationRuntimeException - Exception in jakarta.jms
-
This unchecked exception is thrown when a provider is unable to allocate the resources required by a method.
- ResourceAllocationRuntimeException(String, String) - Constructor for exception jakarta.jms.ResourceAllocationRuntimeException
-
Constructs a ResourceAllocationRuntimeException
with the specified reason and error code.
- ResourceAllocationRuntimeException(String) - Constructor for exception jakarta.jms.ResourceAllocationRuntimeException
-
Constructs a ResourceAllocationRuntimeException
with the specified reason.
- ResourceAllocationRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.ResourceAllocationRuntimeException
-
Constructs a ResourceAllocationRuntimeException
with the specified detail message, error code and cause
- ResourceContext - Interface in jakarta.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceException - Exception in jakarta.resource
-
This is the root interface of the exception hierarchy defined
for Jakarta™ Connectors.
- ResourceException() - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new instance with null as its detail message.
- ResourceException(String) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new instance with the specified detail message.
- ResourceException(Throwable) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new throwable with the specified cause.
- ResourceException(String, Throwable) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceException(String, String) - Constructor for exception jakarta.resource.ResourceException
-
Create a new throwable with the specified message and error code.
- ResourceInfo - Interface in jakarta.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- Resources - Annotation Type in jakarta.annotation
-
This class is used to allow multiple resources declarations.
- ResourceWarning - Exception in jakarta.resource.cci
-
A ResourceWarning
provides information on warnings related to
execution of an interaction with an EIS.
- ResourceWarning() - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new instance with null as its detail message.
- ResourceWarning(String) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new instance with the specified detail message.
- ResourceWarning(Throwable) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified cause.
- ResourceWarning(String, Throwable) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and cause.
- ResourceWarning(String, String) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and
an error code.
- RespectBinding - Annotation Type in jakarta.xml.ws
-
This feature clarifies the use of the wsdl:binding
in a Jakarta XML Web Services runtime.
- RespectBindingFeature - Class in jakarta.xml.ws
-
This feature clarifies the use of the wsdl:binding
in a Jakarta XML Web Services runtime.
- RespectBindingFeature() - Constructor for class jakarta.xml.ws.RespectBindingFeature
-
Creates an RespectBindingFeature
.
- RespectBindingFeature(boolean) - Constructor for class jakarta.xml.ws.RespectBindingFeature
-
Creates an RespectBindingFeature
- RESPONSE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletResponse in PageContext name table.
- Response - Class in jakarta.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to
the runtime.
- Response() - Constructor for class jakarta.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a
Response from that.
- Response<T> - Interface in jakarta.xml.ws
-
The Response
interface provides methods used to obtain the
payload and context of a message sent in response to an operation
invocation.
- Response.ResponseBuilder - Class in jakarta.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum in jakarta.ws.rs.core
-
- Response.Status.Family - Enum in jakarta.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in jakarta.ws.rs.core
-
Base interface for statuses used in responses.
- ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of Response
to obtain an instance.
- responseNotFound() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 404 (not found).
- responseNotFound() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- ResponseProcessingException - Exception in jakarta.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the
class and detail message of
cause
).
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- responseUnauthorized() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 401 (unauthorized).
- responseUnauthorized() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- ResponseWrapper - Annotation Type in jakarta.xml.ws
-
Used to annotate methods in the Service Endpoint Interface with the response
wrapper bean to be used at runtime.
- Result - Interface in jakarta.servlet.jsp.jstl.sql
-
This interface represents the result of a <sql:query> action.
- ResultSet - Interface in jakarta.resource.cci
-
A ResultSet represents tabular data that is retrieved from an EIS
instance by the execution of an Interaction..
- ResultSetInfo - Interface in jakarta.resource.cci
-
The interface jakarta.resource.cci.ResultSetInfo
provides
information on the support provided for ResultSet by a connected
EIS instance.
- ResultSupport - Class in jakarta.servlet.jsp.jstl.sql
-
Supports the creation of a jakarta.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
- ResultSupport() - Constructor for class jakarta.servlet.jsp.jstl.sql.ResultSupport
-
- resume(Transaction) - Method in interface jakarta.transaction.TransactionManager
-
Resume the transaction context association of the calling thread
with the transaction represented by the supplied Transaction object.
- resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- RetryableException - Interface in jakarta.resource.spi
-
A marker interface indicating that the Exception is transient.
- RetryableUnavailableException - Exception in jakarta.resource.spi
-
A subclass of the UnavailableException
that
indicates that the rejection of the work submission is transient.
- RetryableUnavailableException() - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new instance with null as its detail message.
- RetryableUnavailableException(String) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new instance with the specified detail message.
- RetryableUnavailableException(Throwable) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified cause.
- RetryableUnavailableException(String, Throwable) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableUnavailableException(String, String) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and
an error code.
- RetryableWorkRejectedException - Exception in jakarta.resource.spi.work
-
A subclass of the WorkRejectedException
that
indicates that the the service unavailability is transient.
- RetryableWorkRejectedException() - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new instance with null as its detail message.
- RetryableWorkRejectedException(String) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new instance with the specified detail message.
- RetryableWorkRejectedException(Throwable) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified cause.
- RetryableWorkRejectedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableWorkRejectedException(String, String) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and
an error code.
- REVERSE - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is in reverse order
to lexicographical order.
- reverse() - Method in interface jakarta.persistence.criteria.Order
-
Switch the ordering.
- RolesAllowed - Annotation Type in jakarta.annotation.security
-
Specifies the list of security roles permitted to access method(s) in an
application.
- rollback() - Method in interface jakarta.jms.JMSContext
-
Rolls back any messages done in this transaction and releases any locks currently held.
- rollback() - Method in interface jakarta.jms.Session
-
Rolls back any messages done in this transaction and releases any locks currently held.
- rollback() - Method in interface jakarta.jms.XAJMSContext
-
Throws a TransactionInProgressRuntimeException
, since it should not be called for an XAJMSContext
object.
- rollback() - Method in interface jakarta.jms.XASession
-
Throws a TransactionInProgressException
, since it should not be called for an XASession
object.
- rollback() - Method in interface jakarta.persistence.EntityTransaction
-
Roll back the current resource transaction.
- rollback() - Method in interface jakarta.resource.cci.LocalTransaction
-
Rollbacks the current resource manager local transaction.
- rollback() - Method in interface jakarta.resource.spi.LocalTransaction
-
Rollback a local transaction
- rollback(Xid) - Method in interface jakarta.resource.spi.XATerminator
-
Informs the resource manager to roll back work done on behalf
of a transaction branch.
- rollback() - Method in interface jakarta.transaction.Transaction
-
Rollback the transaction represented by this Transaction object.
- rollback() - Method in interface jakarta.transaction.TransactionManager
-
Roll back the transaction associated with the current thread.
- rollback() - Method in interface jakarta.transaction.UserTransaction
-
Roll back the transaction associated with the current thread.
- RollbackException - Exception in jakarta.persistence
-
- RollbackException() - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new RollbackException
exception
with null
as its detail message.
- RollbackException(String) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new RollbackException
exception
with the specified detail message.
- RollbackException(String, Throwable) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new RollbackException
exception
with the specified detail message and cause.
- RollbackException(Throwable) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new RollbackException
exception
with the specified cause.
- RollbackException - Exception in jakarta.transaction
-
RollbackException exception is thrown when the transaction has been
marked for rollback only or the transaction has been rolled back
instead of committed.
- RollbackException() - Constructor for exception jakarta.transaction.RollbackException
-
- RollbackException(String) - Constructor for exception jakarta.transaction.RollbackException
-
- Root<X> - Interface in jakarta.persistence.criteria
-
A root type in the from clause.
- run() - Method in interface jakarta.jms.Session
-
Optional operation, intended to be used only by Application Servers, not by ordinary Jakarta Messaging clients.
- RunAs - Annotation Type in jakarta.annotation.security
-
Defines the identity of the application during execution.
- RuntimeDelegate - Class in jakarta.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to
methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the RuntimeDelegate
class.
- RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and
the corresponding JAX-RS type T
.
- RuntimeType - Enum in jakarta.ws.rs
-
Enumeration of JAX-RS runtime types.
- rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the default reactive invoker based on CompletionStage
.
- rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access a reactive invoker based on a
RxInvoker
subclass provider.
- RxInvoker<T> - Interface in jakarta.ws.rs.client
-
Uniform interface for reactive invocation of HTTP methods.
- RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
-
- SAAJMetaFactory - Class in jakarta.xml.soap
-
The access point for the implementation classes of the factories defined in the
SAAJ API.
- SAAJMetaFactory() - Constructor for class jakarta.xml.soap.SAAJMetaFactory
-
- SAAJResult - Class in jakarta.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB
marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a SAAJResult
that will present results in the form
of a SAAJ tree that supports the default (SOAP 1.1) protocol.
- SAAJResult(String) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a SAAJResult
that will present results in the form
of a SAAJ tree that supports the specified protocol.
- SAAJResult(SOAPMessage) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a SAAJResult
that will write the results into the
SOAPPart
of the supplied SOAPMessage
.
- SAAJResult(SOAPElement) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a SAAJResult
that will write the results as a
child node of the SOAPElement
specified.
- SampleTest - Class in jakarta.xml.bind.tests
-
Sample test class
- SampleTest() - Constructor for class jakarta.xml.bind.tests.SampleTest
-
- saveChanges() - Method in class jakarta.xml.soap.SOAPMessage
-
Updates this SOAPMessage
object with all the changes that
have been made to it.
- saveRequired() - Method in class jakarta.xml.soap.SOAPMessage
-
Indicates whether this SOAPMessage
object needs to have
the method saveChanges
called on it.
- SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting
as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was syntactically incorrect.
- SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the
resource.
- SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request but refused to fulfill it.
- SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting
as a gateway or proxy.
- SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is
known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that
was used in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the Request-Line
is not allowed for
the resource identified by the Request-URI
.
- SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references
should use a new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references
should still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each
with its own specific location.
- SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the request is only capable of generating response
entities which have content characteristics not acceptable according to the accept headers sent in the request.
- SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not available.
- SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to
false when it was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger
than the server is willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared
to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URI
is longer than the server is willing to interpret.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the requested byte range.
- SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be
sent.
- SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is
in a format not supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Location
field.
- Schedule - Annotation Type in jakarta.ejb
-
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
- schedule(Runnable, Trigger) - Method in interface jakarta.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- schedule(Callable<V>, Trigger) - Method in interface jakarta.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side ScheduledExecutorService
.
- ScheduleExpression - Class in jakarta.ejb
-
A calendar-based timeout expression for an enterprise bean timer.
- ScheduleExpression() - Constructor for class jakarta.ejb.ScheduleExpression
-
Create a schedule with the default values.
- Schedules - Annotation Type in jakarta.ejb
-
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
- scheduleWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- SchemaOutputResolver - Class in jakarta.xml.bind
-
Controls where a Jakarta XML Binding implementation puts the generates
schema files.
- SchemaOutputResolver() - Constructor for class jakarta.xml.bind.SchemaOutputResolver
-
- scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see URI
).
- scope - Variable in class jakarta.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- ScriptFreeTLV - Class in jakarta.servlet.jsp.jstl.tlv
-
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
- ScriptFreeTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Constructs a new validator instance.
- SEC_WEBSOCKET_ACCEPT - Static variable in interface jakarta.websocket.HandshakeResponse
-
The Sec-WebSocket-Accept header name.
- SEC_WEBSOCKET_EXTENSIONS - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Extensions header name
- SEC_WEBSOCKET_KEY - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Key header name
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Protocol header name
- SEC_WEBSOCKET_VERSION - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Version header name
- second(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- second(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- SecondaryTable - Annotation Type in jakarta.persistence
-
Specifies a secondary table for the annotated entity
class.
- SecondaryTables - Annotation Type in jakarta.persistence
-
Specifies multiple secondary tables for an entity.
- secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Secure the response, optionally.
- SecurityContext - Class in jakarta.resource.spi.work
-
A standard
WorkContext
that allows a
Work
instance to propagate security related context information from an EIS to an
application server.
- SecurityContext() - Constructor for class jakarta.resource.spi.work.SecurityContext
-
- SecurityContext - Interface in jakarta.security.enterprise
-
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be
used by application code to query and interact with Jakarta Security.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- SecurityException - Exception in jakarta.resource.spi
-
A SecurityException
indicates error conditions
related to the security
contract between an application server and resource adapter.
- SecurityException() - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new instance with null as its detail message.
- SecurityException(String) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new instance with the specified detail message.
- SecurityException(Throwable) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified cause.
- SecurityException(String, Throwable) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and cause.
- SecurityException(String, String) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and
an error code.
- SecurityPermission - Annotation Type in jakarta.resource.spi
-
The SecurityPermission annotation can be used by the developer, as part of
the Connector annotation, to specify the extended security permissions
required by the resource adapter
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(Selection<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the item that is to be returned in the query result.
- select(Expression<T>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the item that is to be returned as the subquery
result.
- selectCase(Expression<? extends C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a simple case expression.
- selectCase() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a general case expression.
- Selection<X> - Interface in jakarta.persistence.criteria
-
The Selection
interface defines an item that is to be
returned in a query result.
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(Destination, Message) - Method in interface jakarta.jms.JMSProducer
-
Sends a message to the specified destination, using any send options, message properties and message headers that
have been defined on this JMSProducer
.
- send(Destination, String) - Method in interface jakarta.jms.JMSProducer
-
Send a TextMessage
with the specified body to the specified destination, using any send options, message
properties and message headers that have been defined on this JMSProducer
.
- send(Destination, Map<String, Object>) - Method in interface jakarta.jms.JMSProducer
-
Send a MapMessage
with the specified body to the specified destination, using any send options, message
properties and message headers that have been defined on this JMSProducer
.
- send(Destination, byte[]) - Method in interface jakarta.jms.JMSProducer
-
Send a BytesMessage
with the specified body to the specified destination, using any send options, message
properties and message headers that have been defined on this JMSProducer
.
- send(Destination, Serializable) - Method in interface jakarta.jms.JMSProducer
-
Send an ObjectMessage
with the specified body to the specified destination, using any send options, message
properties and message headers that have been defined on this JMSProducer
.
- send(Message) - Method in interface jakarta.jms.MessageProducer
-
Sends a message using the MessageProducer
's default delivery mode, priority, and time to live.
- send(Message, int, int, long) - Method in interface jakarta.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority, and time to live.
- send(Destination, Message) - Method in interface jakarta.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer using the MessageProducer
's default
delivery mode, priority, and time to live.
- send(Destination, Message, int, int, long) - Method in interface jakarta.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to
live.
- send(Message, CompletionListener) - Method in interface jakarta.jms.MessageProducer
-
Sends a message using the MessageProducer
's default delivery mode, priority, and time to live, performing
part of the work involved in sending the message in a separate thread and notifying the specified
CompletionListener when the operation has completed.
- send(Message, int, int, long, CompletionListener) - Method in interface jakarta.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority and time to live, performing part of the work involved in sending
the message in a separate thread and notifying the specified CompletionListener when the operation has
completed.
- send(Destination, Message, CompletionListener) - Method in interface jakarta.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer, using the MessageProducer
's default
delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate
thread and notifying the specified CompletionListener when the operation has completed.
- send(Destination, Message, int, int, long, CompletionListener) - Method in interface jakarta.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to
live, performing part of the work involved in sending the message in a separate thread and notifying the specified
CompletionListener when the operation has completed.
- send(Message) - Method in interface jakarta.jms.QueueSender
-
Sends a message to the queue.
- send(Message, int, int, long) - Method in interface jakarta.jms.QueueSender
-
Sends a message to the queue, specifying delivery mode, priority, and time to live.
- send(Queue, Message) - Method in interface jakarta.jms.QueueSender
-
Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) - Method in interface jakarta.jms.QueueSender
-
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message in parts, blocking until all of the message has been transmitted.
- sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status and clears the buffer.
- sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
- sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- SendHandler - Interface in jakarta.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendPing(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- sendPong(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve
as a unidirectional heartbeat for the session.
- sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
- sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
- SendResult - Class in jakarta.websocket
-
The result of asynchronously sending a web socket message.
- SendResult(Throwable) - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult carrying an exception.
- SendResult() - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- sendText(String, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message in parts, blocking until all of the message has been transmitted.
- SequenceGenerator - Annotation Type in jakarta.persistence
-
Defines a primary key generator that may be referenced by name when
a generator element is specified for the
GeneratedValue
annotation.
- SequenceGenerators - Annotation Type in jakarta.persistence
-
Used to group SequenceGenerator
annotations.
- SerializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB internals for custom serializers.
- serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
-
Serializes object into JSON stream.
- serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current jakarta.json.stream.JsonGenerator
instance.
- serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current jakarta.json.stream.JsonGenerator
instance.
- SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type.
- SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- ServerApplicationConfig - Interface in jakarta.websocket.server
-
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file,
or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation
must deploy.
- ServerContainer - Interface in jakarta.websocket.server
-
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
- ServerEndpoint - Annotation Type in jakarta.websocket.server
-
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and
made available in the URI-space of a web socket server.
- ServerEndpointConfig - Interface in jakarta.websocket.server
-
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to server endpoints.
- ServerEndpointConfig.Builder - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for
the purposes of deploying a server endpoint.
- ServerEndpointConfig.Configurator - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom
configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and
algorithms that can be accessed from each endpoint instance configured with this configurator.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP 5xx
status codes).
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerSession - Interface in jakarta.jms
-
A ServerSession
object is an application server object that is used by a server to associate a thread with a
Jakarta Messaging session (optional).
- ServerSessionPool - Interface in jakarta.jms
-
A ServerSessionPool
object is an object implemented by an application server to provide a pool of
ServerSession
objects for processing the messages of a ConnectionConsumer
(optional).
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public service
method and dispatches them to the
do
XXX methods defined in this class.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected service
method.
- service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a request.
- Service - Class in jakarta.xml.ws
-
Service
objects provide the client view of a Web service.
- Service(URL, QName) - Constructor for class jakarta.xml.ws.Service
-
Creates a Service
.
- Service(URL, QName, WebServiceFeature...) - Constructor for class jakarta.xml.ws.Service
-
Creates a Service
.
- Service.Mode - Enum in jakarta.xml.ws
-
The orientation of a dynamic client or service.
- ServiceDelegate - Class in jakarta.xml.ws.spi
-
Service delegates are used internally by Service
objects
to allow pluggability of Jakarta XML Web Services implementations.
- ServiceDelegate() - Constructor for class jakarta.xml.ws.spi.ServiceDelegate
-
Default constructor.
- ServiceMode - Annotation Type in jakarta.xml.ws
-
Used to indicate whether a
Provider
implementation wishes to work
with entire protocol messages or just with protocol message payloads.
- serviceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the serviceName
as the
wsam:ServiceName
element in the
wsa:Metadata
element.
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
- ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- Servlet - Interface in jakarta.servlet
-
Defines methods that all servlets must implement.
- SERVLET_CONTEXT - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet context object.
- SERVLET_REQUEST - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet request object.
- SERVLET_RESPONSE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: servlet response object.
- ServletConfig - Interface in jakarta.servlet
-
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
- ServletContainerInitializer - Interface in jakarta.servlet
-
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required
programmatic registration of servlets, filters, and listeners in response to it.
- ServletContext - Interface in jakarta.servlet
-
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME
type of a file, dispatch requests, or write to a log file.
- ServletContextAttributeEvent - Class in jakarta.servlet
-
Event class for notifications about changes to the attributes of the ServletContext of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
-
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
- ServletContextAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext attribute changes.
- ServletContextEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the servlet context of a web application.
- ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
-
Construct a ServletContextEvent from the given context.
- ServletContextListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext lifecycle changes.
- ServletException - Exception in jakarta.servlet
-
Defines a general exception a servlet can throw when it encounters difficulty.
- ServletException() - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception with the specified message.
- ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root
cause" exception that interfered with its normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root
cause" exception that interfered with its normal operation.
- ServletInputStream - Class in jakarta.servlet
-
Provides an input stream for reading binary data from a client request, including an efficient readLine
method for reading data one line at a time.
- ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- ServletOutputStream - Class in jakarta.servlet
-
Provides an output stream for sending binary data to the client.
- ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletRegistration - Interface in jakarta.servlet
-
Interface through which a
Servlet
may be further configured.
- ServletRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servlet
registered via one of the
addServlet methods on
ServletContext
may be further configured.
- ServletRequest - Interface in jakarta.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications of changes to the attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose
attributes are changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletRequest attribute changes.
- ServletRequestEvent - Class in jakarta.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
- ServletRequestListener - Interface in jakarta.servlet
-
Interface for receiving notification events about requests coming into and going out of scope of a web application.
- ServletRequestWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to
adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in jakarta.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to
adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- ServletSecurity - Annotation Type in jakarta.servlet.annotation
-
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet
container on HTTP protocol messages.
- ServletSecurity.EmptyRoleSemantic - Enum in jakarta.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum in jakarta.servlet.annotation
-
Defines the data protection requirements that must be satisfied by the transport
- ServletSecurityElement - Class in jakarta.servlet
-
- ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default HttpConstraintElement
value as the default Constraint element
and with no HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default HttpConstraintElement
value as the default Constraint element
and with a collection of HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint
elements.
- ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
- Session - Interface in jakarta.jms
-
A Session
object is a single-threaded context for producing and consuming messages.
- SESSION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- Session - Interface in jakarta.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Session scope (only valid if this page participates in a session): the named reference remains available from the
HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- SESSION_TRANSACTED - Static variable in interface jakarta.jms.JMSContext
-
This session mode instructs the JMSContext's session to deliver and consume messages in a local transaction which
will be subsequently committed by calling commit
or rolled back by calling rollback
.
- SESSION_TRANSACTED - Static variable in interface jakarta.jms.Session
-
This value may be passed as the argument to the method createSession(int sessionMode)
on the
Connection
object to specify that the session should use a local transaction.
- SessionBean - Interface in jakarta.ejb
-
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance
of the instance's life cycle events.
- SessionContext - Interface in jakarta.ejb
-
The SessionContext interface provides access to the runtime session context that the container provides for a session
bean instance.
- SessionCookieConfig - Interface in jakarta.servlet
-
Class that may be used to configure various properties of cookies used for session tracking purposes.
- sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session has been created.
- sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session has just been activated.
- SessionException - Exception in jakarta.websocket
-
A SessionException represents a general exception type reporting problems occurring on a websocket session.
- SessionException(String, Throwable, Session) - Constructor for exception jakarta.websocket.SessionException
-
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the
session with which the problem is associated.
- sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the SessionID to be used for the push.
- sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
-
Receives notification that session id has been changed in a session.
- SessionSynchronization - Interface in jakarta.ejb
-
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of
transaction boundaries.
- SessionTrackingMode - Enum in jakarta.servlet
-
Enumeration of session tracking modes.
- sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session is about to be passivated.
- set(SingularAttribute<? super T, Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(String, Object) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(PageContext, String, Object, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the given scope.
- set(ServletRequest, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "request" scope.
- set(HttpSession, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "session" scope.
- set(ServletContext, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "application" scope.
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- setActor(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this SOAPHeaderElement
object to the specified actor.
- setAdapter(XmlAdapter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(XmlAdapter) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(XmlAdapter) - Method in interface jakarta.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller.
- setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller.
- setAdapter(XmlAdapter) - Method in interface jakarta.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller.
- setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller.
- setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider
invocation.
- setAsync(CompletionListener) - Method in interface jakarta.jms.JMSProducer
-
Specifies whether subsequent calls to send
on this JMSProducer
object should be synchronous or
asynchronous.
- setAsyncSendTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or
not.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface jakarta.xml.bind.Marshaller
-
Associate a context that enables binary data within an XML document
to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface jakarta.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to
binary data passed as attachments.
- SetAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type SetAttribute
represent
persistent java.util.Set
-valued attributes.
- setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
- setAutoStart(boolean) - Method in interface jakarta.jms.JMSContext
-
Specifies whether the underlying connection used by this JMSContext
will be started automatically when a
consumer is created.
- setBase64Content(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStream
and sets the value of the
Content-Type
header to the value contained in
contentType
, This method would first decode the base64
input and write the resulting raw bytes to the attachment.
- setBatchingAllowed(boolean) - Method in interface jakarta.websocket.RemoteEndpoint
-
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
- setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setBoolean(String, boolean) - Method in interface jakarta.jms.MapMessage
-
Sets a boolean
value with the specified name into the Map.
- setBooleanProperty(String, boolean) - Method in interface jakarta.jms.Message
-
Sets a boolean
property value with the specified name into the message.
- setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
- setBuilder(DocumentBuilder) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
-
- setByte(String, byte) - Method in interface jakarta.jms.MapMessage
-
Sets a byte
value with the specified name into the Map.
- setByteProperty(String, byte) - Method in interface jakarta.jms.Message
-
Sets a byte
property value with the specified name into the message.
- setBytes(String, byte[]) - Method in interface jakarta.jms.MapMessage
-
Sets a byte array value with the specified name into the Map.
- setBytes(String, byte[], int, int) - Method in interface jakarta.jms.MapMessage
-
Sets a portion of the byte array value with the specified name into the Map.
- setChar(String, char) - Method in interface jakarta.jms.MapMessage
-
Sets a Unicode character value with the specified name into the Map.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding on the wrapped request object.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
- setCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Specifies that the credential value has been securely cleared.
- setClientID(String) - Method in interface jakarta.jms.Connection
-
Sets the client identifier for this connection.
- setClientID(String) - Method in interface jakarta.jms.JMSContext
-
Sets the client identifier for the JMSContext's connection.
- setColumnNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- setComment(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the comment that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- setConnectionHandle(Object) - Method in class jakarta.resource.spi.ConnectionEvent
-
Set the connection handle.
- setContent(Object, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that of the given
Object
and sets the value of the Content-Type
header to the given type.
- setContent(Source) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the content of the SOAPEnvelope
object with the data
from the given Source
object.
- setContentDescription(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Sets the description of this SOAPMessage
object's
content with the given description.
- setContentId(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id"
to the given String
.
- setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length
header.
- setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
- setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length
header.
- setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
- setContentLocation(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location"
to the given String
.
- setContentType(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
- setContentType(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- setCredential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential as parameter in this instance.
- setDataHandler(DataHandler) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the given DataHandler
object as the data handler
for this AttachmentPart
object.
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class jakarta.xml.bind.DatatypeConverter
-
This method is for Jakarta XML Binding provider use only.
- setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default maximum size of incoming binary message that this container will buffer.
- setDefaultMaxSessionIdleTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it
has been inactive.
- setDefaultMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the maximum size of incoming text message that this container will buffer.
- setDeliveryDelay(long) - Method in interface jakarta.jms.JMSProducer
-
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- setDeliveryDelay(long) - Method in interface jakarta.jms.MessageProducer
-
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may
deliver the message to a consumer.
- setDeliveryMode(int) - Method in interface jakarta.jms.JMSProducer
-
Specifies the delivery mode of messages that are sent using this JMSProducer
- setDeliveryMode(int) - Method in interface jakarta.jms.MessageProducer
-
Sets the producer's default delivery mode.
- setDescription(String) - Method in class jakarta.resource.spi.work.HintsContext
-
Set a brief description of the role played by the instance of
HintsContext and any other related debugging information.
- setDisableMessageID(boolean) - Method in interface jakarta.jms.JMSProducer
-
Specifies whether message IDs may be disabled for messages that are sent using this JMSProducer
- setDisableMessageID(boolean) - Method in interface jakarta.jms.MessageProducer
-
Specify whether message IDs may be disabled.
- setDisableMessageTimestamp(boolean) - Method in interface jakarta.jms.JMSProducer
-
Specifies whether message timestamps may be disabled for messages that are sent using this JMSProducer
.
- setDisableMessageTimestamp(boolean) - Method in interface jakarta.jms.MessageProducer
-
Specify whether message timestamps may be disabled.
- setDomain(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- setDouble(String, double) - Method in interface jakarta.jms.MapMessage
-
Sets a double
value with the specified name into the Map.
- setDoubleProperty(String, double) - Method in interface jakarta.jms.Message
-
Sets a double
property value with the specified name into the message.
- setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
-
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag
Library Descriptor.
- setElementQName(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Changes the name of this Element
to newName
if
possible.
- setEncoding(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEncodingStyle(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Sets the encoding style for this SOAPElement
object
to one specified.
- setEndpointContext(EndpointContext) - Method in class jakarta.xml.ws.Endpoint
-
By setting a EndpointContext
, Jakarta XML Web Services runtime knows about
addresses of other endpoints in an application.
- setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntityContext(EntityContext) - Method in interface jakarta.ejb.EntityBean
-
Set the associated entity context.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setErrorCode(String) - Method in exception jakarta.resource.ResourceException
-
Set the error code.
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.Binder
-
Allow an application to register a ValidationEventHandler
.
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Marshaller
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Unmarshaller
-
Allow an application to register a ValidationEventHandler
.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Validator
-
- setExceptionListener(ExceptionListener) - Method in interface jakarta.jms.Connection
-
Sets an exception listener for this connection.
- setExceptionListener(ExceptionListener) - Method in interface jakarta.jms.JMSContext
-
Sets an exception listener for the JMSContext's connection.
- setExecutor(Executor) - Method in class jakarta.xml.ws.Endpoint
-
Sets the executor for this Endpoint
instance.
- setExecutor(Executor) - Method in class jakarta.xml.ws.Service
-
Sets the executor for this Service
instance.
- setExecutor(Executor) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the executor for this Service
instance.
- setFaultActor(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault actor.
- setFaultCode(Name) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault code.
- setFaultCode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the given fault code.
- setFaultCode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this SOAPFault
object with the give fault code.
- setFaultNode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for
this SOAPFault
object.
- setFaultRole(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for
this SOAPFault
object.
- setFaultString(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this SOAPFault
object
to the given string.
- setFaultString(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this SOAPFault
object
to the given string and localized to the given locale.
- setFirstResult(int) - Method in interface jakarta.persistence.Query
-
Set the position of the first result to retrieve.
- setFirstResult(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the position of the first result to retrieve.
- setFloat(String, float) - Method in interface jakarta.jms.MapMessage
-
Sets a float
value with the specified name into the Map.
- setFloatProperty(String, float) - Method in interface jakarta.jms.Message
-
Sets a float
property value with the specified name into the message.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.EntityManager
-
Set the flush mode that applies to all objects contained
in the persistence context.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.Query
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the flush mode type to be used for the query execution.
- setFormattedOutput(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setHandler(HttpHandler) - Method in class jakarta.xml.ws.spi.http.HttpContext
-
- setHandlerChain(List<Handler>) - Method in interface jakarta.xml.ws.Binding
-
Sets the handler chain for the protocol binding instance.
- setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.Service
-
Sets the HandlerResolver
for this Service
instance.
- setHandlerResolver(HandlerResolver) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Sets the HandlerResolver
for this Service
instance.
- setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
- setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set a request header to be used for the push.
- setHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Replaces the current value of the first header entry whose name matches
the given name with the given value, adding a new header if no existing header
name matches.
- setHint(String, Object) - Method in interface jakarta.persistence.Query
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Set a query property or hint.
- setHint(String, Serializable) - Method in class jakarta.resource.spi.work.HintsContext
-
Set a Hint and a related value.
- setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setInfo(Serializable) - Method in class jakarta.ejb.TimerConfig
-
Set the info
object made available to timer callbacks.
- setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
-
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this
Registration.
- setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Sets the context initialization parameter with the given name and value on this ServletContext.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Sets the values of the initialization parameters, as supplied in the TLD.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
- setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setInt(String, int) - Method in interface jakarta.jms.MapMessage
-
Sets an int
value with the specified name into the Map.
- setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
- setIntProperty(String, int) - Method in interface jakarta.jms.Message
-
Sets an int
property value with the specified name into the message.
- setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception jakarta.resource.spi.InvalidPropertyException
-
Set a list of invalid properties.
- setJMSCorrelationID(String) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have their JMSCorrelationID
header value set
to the specified correlation ID, where correlation ID is specified as a String
.
- setJMSCorrelationID(String) - Method in interface jakarta.jms.Message
-
Sets the correlation ID for the message.
- setJMSCorrelationIDAsBytes(byte[]) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have their JMSCorrelationID
header value set
to the specified correlation ID, where correlation ID is specified as an array of bytes.
- setJMSCorrelationIDAsBytes(byte[]) - Method in interface jakarta.jms.Message
-
Sets the correlation ID as an array of bytes for the message.
- setJMSDeliveryMode(int) - Method in interface jakarta.jms.Message
-
Sets the DeliveryMode
value for this message.
- setJMSDeliveryTime(long) - Method in interface jakarta.jms.Message
-
Sets the message's delivery time value.
- setJMSDestination(Destination) - Method in interface jakarta.jms.Message
-
Sets the Destination
object for this message.
- setJMSExpiration(long) - Method in interface jakarta.jms.Message
-
Sets the message's expiration value.
- setJMSMessageID(String) - Method in interface jakarta.jms.Message
-
Sets the message ID.
- setJMSPriority(int) - Method in interface jakarta.jms.Message
-
Sets the priority level for this message.
- setJMSRedelivered(boolean) - Method in interface jakarta.jms.Message
-
Specifies whether this message is being redelivered.
- setJMSReplyTo(Destination) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have their JMSReplyTo
header value set to
the specified Destination
object.
- setJMSReplyTo(Destination) - Method in interface jakarta.jms.Message
-
Sets the Destination
object to which a reply to this message should be sent.
- setJMSTimestamp(long) - Method in interface jakarta.jms.Message
-
Sets the message timestamp.
- setJMSType(String) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have their JMSType
header value set to the
specified message type.
- setJMSType(String) - Method in interface jakarta.jms.Message
-
Sets the message type.
- SetJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The SetJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Set
.
- setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with the JspContext
for this invocation.
- setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Called by the container generated code to set a value for the jspId attribute.
- setLineNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the lineNumber field on this event locator.
- setLinkedException(Exception) - Method in exception jakarta.jms.JMSException
-
Adds a linked Exception
.
- setLinkedException(Exception) - Method in exception jakarta.resource.ResourceException
-
- setLinkedException(Throwable) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception jakarta.xml.bind.JAXBException
-
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception jakarta.xml.bind.TypeConstraintException
-
Add a linked Exception.
- setLinkedWarning(ResourceWarning) - Method in exception jakarta.resource.cci.ResourceWarning
-
- setListener(Marshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setListener(Unmarshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setListener(Marshaller.Listener) - Method in interface jakarta.xml.bind.Marshaller
-
- setListener(Unmarshaller.Listener) - Method in interface jakarta.xml.bind.Unmarshaller
-
- setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the loadOnStartup
priority on the Servlet represented by this dynamic ServletRegistration.
- setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been committed yet.
- setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
- setLocator(ValidationEventLocator) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the locator object for this event.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.Query
-
Set the lock mode type to be used for the query execution.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the lock mode type to be used for the query execution.
- setLogWriter(PrintWriter) - Method in interface jakarta.resource.spi.ManagedConnection
-
Sets the log writer for this ManagedConnection instance.
- setLogWriter(PrintWriter) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Set the log writer for this ManagedConnectionFactory instance.
- setLong(String, long) - Method in interface jakarta.jms.MapMessage
-
Sets a long
value with the specified name into the Map.
- setLongProperty(String, long) - Method in interface jakarta.jms.Message
-
Sets a long
property value with the specified name into the message.
- setManagedConnectionFactory(ManagedConnectionFactory) - Method in class jakarta.resource.spi.security.PasswordCredential
-
Sets the target ManagedConenctionFactory instance for which the user
name and password has been set by the application server.
- setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the maximum age in seconds for this Cookie.
- setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by
the ServletContext from which this SessionCookieConfig was acquired.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming binary messages that this Session can buffer.
- setMaxIdleTimeout(long) - Method in interface jakarta.websocket.Session
-
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie
no messages are either sent or received.
- setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxResults(int) - Method in interface jakarta.persistence.Query
-
Set the maximum number of results to retrieve.
- setMaxResults(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the maximum number of results to retrieve.
- setMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming text messages that this Session can buffer.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMessage(String) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setMessage(SOAPMessage) - Method in interface jakarta.xml.ws.handler.soap.SOAPMessageContext
-
Sets the SOAPMessage in this message context
- setMessageDrivenContext(MessageDrivenContext) - Method in interface jakarta.ejb.MessageDrivenBean
-
Set the associated message-driven context.
- setMessageListener(MessageListener) - Method in interface jakarta.jms.JMSConsumer
-
Sets the JMSConsumer
's MessageListener
.
- setMessageListener(MessageListener) - Method in interface jakarta.jms.MessageConsumer
-
Sets the MessageConsumer
's MessageListener
.
- setMessageListener(MessageListener) - Method in interface jakarta.jms.Session
-
Sets the session's distinguished message listener (optional).
- setMetadata(List<Source>) - Method in class jakarta.xml.ws.Endpoint
-
Sets the metadata for this endpoint.
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Changes the first header entry that matches the given name
to the given value, adding a new header if no existing header
matches.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Changes the first header entry that matches the given header name
so that its value is the given value, adding a new header with the
given name and value if no
existing header is a match.
- setMTOMEnabled(boolean) - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Enables or disables use of MTOM.
- setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setMustUnderstand(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this SOAPHeaderElement
object to be either true or false.
- setName(String) - Method in class jakarta.resource.spi.work.HintsContext
-
Set the associated name of the HintsContext.
- setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- setNewAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether a new authentication dialog is required.
- setNil(boolean) - Method in class jakarta.xml.bind.JAXBElement
-
Set whether this element has nil content.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNode(Node) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the noNamespaceSchemaLocation.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setObject(String, Object) - Method in interface jakarta.jms.MapMessage
-
Sets an object value with the specified name into the Map.
- setObject(Serializable) - Method in interface jakarta.jms.ObjectMessage
-
Sets the serializable object containing this message's data.
- setObject(Object) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- setObjectProperty(String, Object) - Method in interface jakarta.jms.Message
-
Sets a Java object property value with the specified name into the message.
- setOffset(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the offset field on this event locator.
- setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.Query
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.TypedQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setParentElement(SOAPElement) - Method in interface jakarta.xml.soap.Node
-
Sets the parent of this Node
object to the given
SOAPElement
object.
- setPath(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- setPayload(Source) - Method in interface jakarta.xml.ws.LogicalMessage
-
Sets the message payload
- setPayload(Object, JAXBContext) - Method in interface jakarta.xml.ws.LogicalMessage
-
Sets the message payload
- setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Defines the persistence provider resolver used.
- setPersistent(boolean) - Method in class jakarta.ejb.TimerConfig
-
Specify whether the timer is persistent.
- setPriority(int) - Method in interface jakarta.jms.JMSProducer
-
Specifies the priority of messages that are sent using this JMSProducer
- setPriority(int) - Method in interface jakarta.jms.MessageProducer
-
Sets the producer's default priority.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProperties(Map<String, Object>) - Method in class jakarta.xml.ws.Endpoint
-
Sets the property bag for this Endpoint
instance.
- setProperty(String, boolean) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
boolean
value.
- setProperty(String, byte) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
byte
value.
- setProperty(String, short) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
short
value.
- setProperty(String, int) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
int
value.
- setProperty(String, long) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
long
value.
- setProperty(String, float) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
float
value.
- setProperty(String, double) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
double
value.
- setProperty(String, String) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
String
value.
- setProperty(String, Object) - Method in interface jakarta.jms.JMSProducer
-
Specifies that messages sent using this JMSProducer
will have the specified property set to the specified
Java object value.
- setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
-
Set the particular configuration property to a new value.
- setProperty(String, Object) - Method in interface jakarta.persistence.EntityManager
-
Set an entity manager property or hint.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in class jakarta.xml.bind.Binder
-
Set the particular property in the underlying implementation of
Binder
.
- setProperty(String, Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the setProperty method handles
the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the setProperty method always
throws PropertyException since there are no required
properties.
- setProperty(String, Object) - Method in interface jakarta.xml.bind.Marshaller
-
Set the particular property in the underlying implementation of
Marshaller
.
- setProperty(String, Object) - Method in interface jakarta.xml.bind.Unmarshaller
-
Set the particular property in the underlying implementation of
Unmarshaller
.
- setProperty(String, Object) - Method in interface jakarta.xml.bind.Validator
-
- setProperty(String, Object) - Method in class jakarta.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setRawContent(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
InputStream
content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setRawContentBytes(byte[], int, int, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
byte[]
array content
and sets the value of the
Content-Type
header to the value contained in
contentType
.
- setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
-
Instructs the
ServletInputStream
to invoke the provided
ReadListener
when it is possible to read
- setRecordName(String) - Method in interface jakarta.resource.cci.Record
-
Sets the name of the Record.
- setRecordShortDescription(String) - Method in interface jakarta.resource.cci.Record
-
Sets a short description string for the Record.
- setReference(Reference) - Method in interface jakarta.resource.Referenceable
-
Sets the Reference instance.
- setRegisterSession(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Asks the runtime to register an authentication session.
- setRegisterSession(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setRelay(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this SOAPHeaderElement
to be
either true or false.
- setRememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether "remember me" should be used.
- setRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the request object.
- setRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Sets the request object being wrapped.
- setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the request character encoding for this ServletContext.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI
part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setResourceAdapter(ResourceAdapter) - Method in interface jakarta.resource.spi.ResourceAdapterAssociation
-
Associate this object with a ResourceAdapter
object.
- setResponse(HttpServletResponse) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Set the response object.
- setResponse(HttpServletResponse) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Sets the response being wrapped.
- setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the response character encoding for this ServletContext.
- setRole(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the Role
associated with this SOAPHeaderElement
object to the specified Role
.
- setRoles(Set<String>) - Method in interface jakarta.xml.ws.soap.SOAPBinding
-
Sets the roles played by the SOAP binding instance.
- setRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Mark the current transaction for rollback.
- setRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Mark the current resource transaction so that the only
possible outcome of the transaction is for the transaction
to be rolled back.
- setRollbackOnly() - Method in interface jakarta.transaction.Transaction
-
Modify the transaction associated with the target object such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionManager
-
Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Set the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- setRollbackOnly() - Method in interface jakarta.transaction.UserTransaction
-
Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the name of the runAs
role for this ServletRegistration
.
- setSchema(Schema) - Method in class jakarta.xml.bind.Binder
-
Specifies whether marshal, unmarshal and update methods
performs validation on their XML content.
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setSchema(Schema) - Method in interface jakarta.xml.bind.Marshaller
-
Specify the JAXP 1.3 Schema
object that should be used to validate subsequent marshal operations
against.
- setSchema(Schema) - Method in interface jakarta.xml.bind.Unmarshaller
-
Specify the JAXP 1.3 Schema
object that should be used to validate subsequent unmarshal operations
against.
- setSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the schemaLocation.
- setScope(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'scope' attribute.
- setScope(String, MessageContext.Scope) - Method in interface jakarta.xml.ws.handler.MessageContext
-
Sets the scope of a property.
- setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig was acquired as secure.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSendTimeout(long) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
- setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setSessionContext(SessionContext) - Method in interface jakarta.ejb.SessionBean
-
Set the associated session context.
- setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
-
Sets the session timeout in minutes for this ServletContext.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSeverity(int) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setShort(String, short) - Method in interface jakarta.jms.MapMessage
-
Sets a short
value with the specified name into the Map.
- setShortProperty(String, short) - Method in interface jakarta.jms.Message
-
Sets a short
property value with the specified name into the message.
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStatus(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
- setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
- setStatus(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatus(int) - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
Sets the HTTP status code for the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setString(String, String) - Method in interface jakarta.jms.MapMessage
-
Sets a String
value with the specified name into the Map.
- setStringProperty(String, String) - Method in interface jakarta.jms.Message
-
Sets a String
property value with the specified name into the message.
- setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setText(String) - Method in interface jakarta.jms.TextMessage
-
Sets the string containing this message's data.
- setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
-
Sets the timeout (in milliseconds) for this AsyncContext.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setTimeToLive(long) - Method in interface jakarta.jms.JMSProducer
-
Specifies the time to live of messages that are sent using this JMSProducer
.
- setTimeToLive(long) - Method in interface jakarta.jms.MessageProducer
-
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by
the message system.
- setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the supplier of trailer headers.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- setTransactionTimeout(long) - Method in class jakarta.resource.spi.work.ExecutionContext
-
Set the transaction timeout value for a imported transaction.
- setTransactionTimeout(int) - Method in interface jakarta.transaction.TransactionManager
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface jakarta.transaction.UserTransaction
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setupSecurityContext(CallbackHandler, Subject, Subject) - Method in class jakarta.resource.spi.work.SecurityContext
-
The container calls this method to set up the security Context for the
Work
instance.
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setURL(URL) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setValidating(boolean) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Specifies whether or not the Unmarshaller should validate during
unmarshal operations.
- setValidating(boolean) - Method in interface jakarta.xml.bind.Unmarshaller
-
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to this Cookie.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, throws
PropertyNotWritableException
to indicate that implicit objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, sets an existing scoped attribute to the new value, or creates a new
scoped attribute if one does not exist by this name.
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValue(T) - Method in class jakarta.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- setValue(String) - Method in interface jakarta.xml.soap.Node
-
If this is a Text node then this method will set its value,
otherwise it sets the value of the immediate (Text) child of this node.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'var' attribute.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'var' attribute.
- setVarStatus(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'varStatus' attribute.
- setVersion(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the version of the cookie protocol that this Cookie complies with.
- setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
-
Instructs the
ServletOutputStream
to invoke the provided
WriteListener
when it is possible to
write
- setXid(Xid) - Method in class jakarta.resource.spi.work.ExecutionContext
-
set a transaction context.
- SharedCacheMode - Enum in jakarta.persistence
-
Specifies how the provider must use a second-level cache for the
persistence unit.
- SharingViolationException - Exception in jakarta.resource.spi
-
This is thrown to indicate a connection sharing violation.
- SharingViolationException() - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new instance with null as its detail message.
- SharingViolationException(String) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new instance with the specified detail message.
- SharingViolationException(Throwable) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified cause.
- SharingViolationException(String, Throwable) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(String, String) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and
error code.
- shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- SimpleTag - Interface in jakarta.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SingleThreadModel - Interface in jakarta.servlet
-
- Singleton - Annotation Type in jakarta.ejb
-
Component-defining annotation for a singleton session bean.
- SingularAttribute<X,T> - Interface in jakarta.persistence.metamodel
-
Instances of the type SingularAttribute
represents persistent
single-valued properties or fields.
- size(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size(C) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SkipPageException - Exception in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- SkippedException - Exception in jakarta.enterprise.concurrent
-
Exception indicating that the result of a value-producing task cannot be
retrieved because the task run was skipped.
- SkippedException() - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException with null as its detail message.
- SkippedException(String) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message.
- SkippedException(String, Throwable) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message
and cause.
- SkippedException(Throwable) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- skipRun(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.Trigger
-
Return true if this run instance should be skipped.
- SOAP11HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding.
- SOAP11HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.1 over HTTP binding
with MTOM enabled by default.
- SOAP12HTTP_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding.
- SOAP12HTTP_MTOM_BINDING - Static variable in interface jakarta.xml.ws.soap.SOAPBinding
-
A constant representing the identity of the SOAP 1.2 over HTTP binding
with MTOM enabled by default.
- SOAP_1_1_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the Content-Type
MIME header in SOAP 1.1.
- SOAP_1_1_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.1 specification.
- SOAP_1_2_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the Content-Type
MIME header in SOAP 1.2.
- SOAP_1_2_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create MessageFactory
instances that create
SOAPMessages
whose behavior supports the SOAP 1.2
specification
- SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_ENV_PREFIX - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- SOAPACTION_URI_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
-
Standard property for SOAPAction.
- SOAPBinding - Annotation Type in jakarta.jws.soap
-
Specifies the mapping of the Web Service onto the SOAP message protocol.
- SOAPBinding - Interface in jakarta.xml.ws.soap
-
The SOAPBinding
interface is an abstraction for
the SOAP binding.
- SOAPBinding.ParameterStyle - Enum in jakarta.jws.soap
-
The style of mapping parameters onto SOAP messages
- SOAPBinding.Style - Enum in jakarta.jws.soap
-
The SOAP binding style
- SOAPBinding.Use - Enum in jakarta.jws.soap
-
The SOAP binding use
- SOAPBody - Interface in jakarta.xml.soap
-
An object that represents the contents of the SOAP body
element in a SOAP message.
- SOAPBodyElement - Interface in jakarta.xml.soap
-
A SOAPBodyElement
object represents the contents in
a SOAPBody
object.
- SOAPConnection - Class in jakarta.xml.soap
-
A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class jakarta.xml.soap.SOAPConnection
-
- SOAPConnectionFactory - Class in jakarta.xml.soap
-
A factory for creating SOAPConnection
objects.
- SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
-
- SOAPConstants - Interface in jakarta.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in jakarta.xml.soap
-
An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
- SOAPElementFactory - Class in jakarta.xml.soap
-
- SOAPEnvelope - Interface in jakarta.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object.
- SOAPException - Exception in jakarta.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a SOAPException
object with no
reason or embedded Throwable
object.
- SOAPException(String) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a SOAPException
object with the given
String
as the reason for the exception being thrown.
- SOAPException(String, Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a SOAPException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
- SOAPException(Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a SOAPException
object initialized
with the given Throwable
object.
- SOAPFactory - Class in jakarta.xml.soap
-
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.
- SOAPFactory() - Constructor for class jakarta.xml.soap.SOAPFactory
-
- SOAPFault - Interface in jakarta.xml.soap
-
An element in the SOAPBody
object that contains
error and/or status information.
- SOAPFaultElement - Interface in jakarta.xml.soap
-
A representation of the contents in
a SOAPFault
object.
- SOAPFaultException - Exception in jakarta.xml.ws.soap
-
The SOAPFaultException
exception represents a
SOAP 1.1 or 1.2 fault.
- SOAPFaultException(SOAPFault) - Constructor for exception jakarta.xml.ws.soap.SOAPFaultException
-
Constructor for SOAPFaultException
- SOAPHandler<T extends SOAPMessageContext> - Interface in jakarta.xml.ws.handler.soap
-
The SOAPHandler
class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler.
- SOAPHeader - Interface in jakarta.xml.soap
-
A representation of the SOAP header
element.
- SOAPHeaderElement - Interface in jakarta.xml.soap
-
An object representing the contents in the SOAP header part of the
SOAP envelope.
- SOAPMessage - Class in jakarta.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class jakarta.xml.soap.SOAPMessage
-
- SOAPMessageContext - Interface in jakarta.xml.ws.handler.soap
-
The interface SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.
- SOAPMessageHandler - Annotation Type in jakarta.jws.soap
-
Deprecated.
- SOAPMessageHandlers - Annotation Type in jakarta.jws.soap
-
- SOAPPart - Class in jakarta.xml.soap
-
The container for the SOAP-specific portion of a SOAPMessage
object.
- SOAPPart() - Constructor for class jakarta.xml.soap.SOAPPart
-
- some(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a some expression over the subquery results.
- SQL_DATA_SOURCE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for SQL data source
- SQL_MAX_ROWS - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for maximum number of rows to be included in SQL query result
- SQLExecutionTag - Interface in jakarta.servlet.jsp.jstl.sql
-
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
- SqlResultSetMapping - Annotation Type in jakarta.persistence
-
Specifies the mapping of the result of a native SQL query or stored
procedure.
- SqlResultSetMappings - Annotation Type in jakarta.persistence
-
- sqrt(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the square root
of its argument.
- Sse - Interface in jakarta.ws.rs.sse
-
- SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
- SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
- sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context.
- start(Date) - Method in class jakarta.ejb.ScheduleExpression
-
Set the start date.
- start() - Method in interface jakarta.jms.Connection
-
Starts (or restarts) a connection's delivery of incoming messages.
- start() - Method in interface jakarta.jms.JMSContext
-
Starts (or restarts) delivery of incoming messages by the JMSContext's connection.
- start() - Method in interface jakarta.jms.ServerSession
-
Cause the Session
's run
method to be called to process messages that were just assigned to it.
- start(BootstrapContext) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is bootstrapped.
- start(Runnable) - Method in interface jakarta.servlet.AsyncContext
-
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified
Runnable.
- START_TIMED_OUT - Static variable in exception jakarta.resource.spi.work.WorkException
-
Indicates start timeout expiration.
- startAsync() - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the original (unwrapped)
ServletRequest and ServletResponse objects.
- startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the given request and
response objects.
- startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
-
- startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
-
- Startup - Annotation Type in jakarta.ejb
-
Mark a singleton bean for eager initialization during the application startup sequence.
- startWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- startWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a Work
instance for processing.
- Stateful - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateful session bean.
- StatefulTimeout - Annotation Type in jakarta.ejb
-
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is
eligible for removal by the container.
- Stateless - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateless session bean.
- StaticMetamodel - Annotation Type in jakarta.persistence.metamodel
-
The StaticMetamodel
annotation specifies that the class
is a metamodel class that represents the entity, mapped
superclass, or embeddable class designated by the value
element.
- Status - Interface in jakarta.transaction
-
The Status interface defines static variables used for transaction
status codes.
- status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- STATUS_ACTIVE - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
active state.
- STATUS_COMMITTED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
committed.
- STATUS_COMMITTING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of committing.
- STATUS_MARKED_ROLLBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION - Static variable in interface jakarta.transaction.Status
-
No transaction is currently associated with the target object.
- STATUS_PREPARED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
prepared.
- STATUS_PREPARING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of preparing.
- STATUS_ROLLEDBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and the outcome
has been determined to be rollback.
- STATUS_ROLLING_BACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of rolling back.
- STATUS_UNKNOWN - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object but its
current status cannot be determined.
- statusId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Attribute-exposing control
- step - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Iteration step ('step' attribute)
- stepSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'step' was specified.
- stop() - Method in interface jakarta.jms.Connection
-
Temporarily stops a connection's delivery of incoming messages.
- stop() - Method in interface jakarta.jms.JMSContext
-
Temporarily stops the delivery of incoming messages by the JMSContext's connection.
- stop() - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is undeployed or
during application server shutdown.
- stop() - Method in class jakarta.xml.ws.Endpoint
-
Stops publishing this endpoint.
- store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- StoredProcedureParameter - Annotation Type in jakarta.persistence
-
Specifies a parameter of a named stored procedure query.
- StoredProcedureQuery - Interface in jakarta.persistence
-
Interface used to control stored procedure query execution.
- Streamable - Interface in jakarta.resource.cci
-
Streamable interface enables a resource adapter to extract data from
an input Record or set data into an output Record as a stream of
bytes.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application
wishes to stream the output.
- StreamMessage - Interface in jakarta.jms
-
A StreamMessage
object is used to send a stream of primitive types in the Java programming language.
- STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify strict I-JSON serialization compliance.
- Subgraph<T> - Interface in jakarta.persistence
-
This type represents a subgraph for an attribute node that
corresponds to a Managed Type.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future
result of the invocation.
- subprotocols(List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- subquery(Class<U>) - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Create a subquery of the query.
- Subquery<T> - Interface in jakarta.persistence.criteria
-
The Subquery
interface defines functionality that is
specific to subqueries.
- substring(Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- sum(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation.
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sumAsDouble(Expression<Float>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to a
Float-valued expression, returning a Double result.
- sumAsLong(Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to an
Integer-valued expression, returning a Long result.
- supportsExecuteWithInputAndOutputRecord() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction
interface implements public boolean execute(InteractionSpec
ispec, Record input, Record output) method; otherwise the
method returns false.
- supportsExecuteWithInputRecordOnly() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction
interface implements public Record execute(InteractionSpec
ispec, Record input) method; otherwise the method returns
false.
- supportsLocalTransactionDemarcation() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the resource adapter implements the LocalTransaction
interface and supports local transaction demarcation on the
underlying EIS instance through the LocalTransaction interface.
- supportsResultSetType(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a resource adapter supports a type
of ResultSet.
- supportsResultTypeConcurrency(int, int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a resource adapter supports the
concurrency type in combination with the given ResultSet type/
- SUSPEND - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Constant for the "SUSPEND" value of the TRANSACTION execution property.
- suspend() - Method in interface jakarta.transaction.TransactionManager
-
Suspend the transaction currently associated with the calling
thread and return a Transaction object that represents the
transaction context being suspended.
- Suspended - Annotation Type in jakarta.ws.rs.container
-
- SYNC_RECEIVE - Static variable in interface jakarta.resource.cci.InteractionSpec
-
The execution of an Interaction results in a synchronous
receive of an output Record.
- SYNC_SEND - Static variable in interface jakarta.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction does only a
send to the target EIS instance.
- SYNC_SEND_RECEIVE - Static variable in interface jakarta.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction sends a
request to the EIS instance and receives response synchronously.
- Synchronization - Interface in jakarta.transaction
-
The transaction manager supports a synchronization mechanism
that allows the interested party to be notified before and
after the transaction completes.
- SynchronizationType - Enum in jakarta.persistence
-
Specifies whether the persistence context is always automatically
synchronized with the current transaction or whether the persistence context
must be explicitly joined to the current transaction by means of the
EntityManager.joinTransaction()
method.
- SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- SystemException - Exception in jakarta.transaction
-
The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
- SystemException() - Constructor for exception jakarta.transaction.SystemException
-
- SystemException(String) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given string.
- SystemException(int) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given error code.