Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbortedException - Exception in jakarta.enterprise.concurrent
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.
AbortedException() - Constructor for exception jakarta.enterprise.concurrent.AbortedException
Constructs an AbortedException with null as its detail message.
AbortedException(String, Throwable) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message and cause.
AbortedException(String) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
Constructs an AbortedException exception with the specified detail message.
AbortedException(Throwable) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
Constructs an AbortedException 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).
abortWith(Response) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Abort the filter chain with a response.
abs(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
AbstractClearableCredential - Class in jakarta.security.enterprise.credential
AbstractClearableCredential contains behavior common to Credential implementations that can be meaningfully cleared.
AbstractClearableCredential() - Constructor for class jakarta.security.enterprise.credential.AbstractClearableCredential
 
AbstractCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Create a new instance.
AbstractMarshallerImpl - Class in jakarta.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractMarshallerImpl
Do-nothing constructor for the derived classes.
AbstractMultivaluedMap<K,V> - Class in jakarta.ws.rs.core
Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class jakarta.ws.rs.core.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
AbstractNewCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Create a new instance.
AbstractNewCookieBuilder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Create a new instance supplementing the information in the supplied cookie.
AbstractQuery<T> - Interface in jakarta.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
AbstractUnmarshallerImpl - Class in jakarta.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
Do-nothing constructor for the derived classes.
accept(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add the accepted response media types.
accept(MediaType...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add the accepted response media types.
ACCEPT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_CHARSET - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
accepted() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status.
accepted(Object) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
acceptEncoding(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable encodings.
acceptLanguage(Locale...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable languages.
Access - Annotation Type in jakarta.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
ACCESS_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ACCESS_TOKEN_HASH - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
AccessLocalException - Exception in jakarta.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
AccessTimeout - Annotation Type in jakarta.ejb
Specifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.
AccessToken - Interface in jakarta.security.enterprise.identitystore.openid
The Access Token is used by an application to access protected resources.
AccessToken.Type - Enum in jakarta.security.enterprise.identitystore.openid
 
AccessType - Enum in jakarta.persistence
Used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
acknowledge() - Method in interface jakarta.jms.JMSContext
Acknowledges all messages consumed by the JMSContext's session.
acknowledge() - Method in interface jakarta.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
ACR_VALUES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Action - Annotation Type in jakarta.xml.ws
The Action annotation allows explicit association of a WS-Addressing Action message addressing property with input, output, and fault messages of the mapped WSDL operation.
Activation - Annotation Type in jakarta.resource.spi
Designates a JavaBean as an ActivationSpec.
ActivationConfigProperty - Annotation Type in jakarta.ejb
Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.
ActivationSpec - Interface in jakarta.resource.spi
This interface serves as a marker.
ADAPTERS - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom mapping adapters for generic types.
adaptFromJson(Adapted) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
This method is used on deserialization only.
adaptToJson(Original) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
This method is used on serialization only.
add(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
add(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add a value to the current list of values for the supplied key.
add() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
addAll(K, V...) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAttachmentPart(AttachmentPart) - Method in class jakarta.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface jakarta.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(QName, String) - Method in interface jakarta.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttributeNodes(String...) - Method in interface jakarta.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface jakarta.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface jakarta.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface jakarta.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addBodyElement(QName) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified QName and adds it to this SOAPBody object.
addChildElement(Name) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(QName) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given QName object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface jakarta.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addConnectionEventListener(ConnectionEventListener) - Method in interface jakarta.resource.spi.ManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addCookie(Cookie) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDetail() - Method in interface jakarta.xml.soap.SOAPFault
Creates an optional Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface jakarta.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDetailEntry(QName) - Method in interface jakarta.xml.soap.Detail
Creates a new DetailEntry object with the given QName and adds it to this Detail object.
addDocument(Document) - Method in interface jakarta.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
Registers a ELContextListeners so that context objects can be added whenever a new ELContext is created.
addELResolver(ELResolver) - Method in interface jakarta.servlet.jsp.JspApplicationContext
Adds an ELResolver to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files.
addEndpoint(Class<?>) - Method in interface jakarta.websocket.server.ServerContainer
Deploys the given annotated endpoint into this ServerContainer.
addEndpoint(ServerEndpointConfig) - Method in interface jakarta.websocket.server.ServerContainer
Deploys the given endpoint described by the provided configuration into this ServerContainer.
addFault() - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(QName, String) - Method in interface jakarta.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFaultReasonText(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from locale.
addFilter(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the filter with the given name and class name to this servlet context.
addFilter(String, Filter) - Method in interface jakarta.servlet.ServletContext
Registers the given filter instance with this ServletContext under the given filterName.
addFilter(String, Class<? extends Filter>) - Method in interface jakarta.servlet.ServletContext
Adds the filter with the given name and class type to this servlet context.
addFirst(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
Add a request header to be used for the push.
addHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeaderElement(Name) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified qname and adds it to this SOAPHeader object.
addIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addJspFile(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given jsp file to this servlet context.
addKeySubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addListener(AsyncListener) - Method in interface jakarta.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(String) - Method in interface jakarta.servlet.ServletContext
Adds the listener with the given class name to this ServletContext.
addListener(T) - Method in interface jakarta.servlet.ServletContext
Adds the given listener to this ServletContext.
addListener(Class<? extends EventListener>) - Method in interface jakarta.servlet.ServletContext
Adds a listener of the given class type to this ServletContext.
addMapping(String...) - Method in interface jakarta.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addMessageHandler(MessageHandler) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addMtomAttachment(DataHandler, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
Consider MIME content data for optimized binary storage as an attachment.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
Consider binary data for optimized binary storage as an attachment.
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface jakarta.persistence.EntityManagerFactory
Add a named copy of the EntityGraph to the EntityManagerFactory.
addNamedQuery(String, Query) - Method in interface jakarta.persistence.EntityManagerFactory
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the createNamedQuery or createNamedStoredProcedureQuery method.
addNamespaceDeclaration(String, String) - Method in interface jakarta.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addNotUnderstoodHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addPort(QName, String, String) - Method in class jakarta.xml.ws.Service
Creates a new port for the service.
addPort(QName, String, String) - Method in class jakarta.xml.ws.spi.ServiceDelegate
Creates a new port for the service.
addResponseHeader(String, String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Adds a response header with the given name and value.
ADDRESS - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
address(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the address to the W3CEndpointReference instance's wsa:Address.
Addressing - Annotation Type in jakarta.xml.ws.soap
This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature - Class in jakarta.xml.ws.soap
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
AddressingFeature() - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class jakarta.xml.ws.soap.AddressingFeature
Creates and configures an AddressingFeature with the use of addressing requirements.
AddressingFeature.Responses - Enum in jakarta.xml.ws.soap
If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.
addServlet(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given name and class name to this servlet context.
addServlet(String, Servlet) - Method in interface jakarta.servlet.ServletContext
Registers the given servlet instance with this ServletContext under the given servletName.
addServlet(String, Class<? extends Servlet>) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given name and class type to this servlet context.
addSQLParameter(Object) - Method in interface jakarta.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.
addSubclassSubgraph(Class<? extends T>) - Method in interface jakarta.persistence.EntityGraph
Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.
addSubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSwaRefAttachment(DataHandler) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
Add MIME data as an attachment and return attachment's content-id, cid.
addTextNode(String) - Method in interface jakarta.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
addTransformer(ClassTransformer) - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.
addUpgradeHeaderElement(Iterator<String>) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified List of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String[]) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified array of supported SOAP URIs and adds it to this SOAPHeader object.
addUpgradeHeaderElement(String) - Method in interface jakarta.xml.soap.SOAPHeader
Creates a new Upgrade SOAPHeaderElement object initialized with the specified supported SOAP URI and adds it to this SOAPHeader object.
AdministeredObject - Annotation Type in jakarta.resource.spi
Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.
AdministeredObjectDefinition - Annotation Type in jakarta.resource
Annotation used to define a Connector administered object to be registered in JNDI.
AdministeredObjectDefinitions - Annotation Type in jakarta.resource
Declares one or more AdministeredObjectDefinition annotations.
AfterBegin - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the after begin session synchronization callback.
afterBegin() - Method in interface jakarta.ejb.SessionSynchronization
The afterBegin method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
AfterCompletion - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the after completion session synchronization callback.
afterCompletion(boolean) - Method in interface jakarta.ejb.SessionSynchronization
The afterCompletion method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.
afterCompletion(int) - Method in interface jakarta.transaction.Synchronization
This method is called by the transaction manager after the transaction is committed or rolled back.
afterDelivery() - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter after a message is delivered.
afterMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
Callback method invoked after marshalling source to XML.
afterResponse(HandshakeResponse) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated.
afterUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
Callback method invoked after unmarshalling XML data into target.
alias(String) - Method in interface jakarta.persistence.criteria.Selection
Assigns an alias to the selection item.
all(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
ALL_REMAINING - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
All available thread context types that are not specified elsewhere.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
ALLOW - Static variable in interface jakarta.ws.rs.core.HttpHeaders
allow(String...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(Set<String>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
and(Expression<Boolean>, Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
ANY - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is not guaranteed to retain any order.
any(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
APP_NAME - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the application name of the enterprise bean modules executing within the embeddable container.
appendFaultSubcode(QName) - Method in interface jakarta.xml.soap.SOAPFault
Adds a Subcode to the end of the sequence of Subcodes contained by this SOAPFault.
APPLICATION - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
Context pertaining to the application component or module, including its Jakarta EE namespace (such as java:comp/env/) and thread context class loader.
APPLICATION - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
Application - Class in jakarta.ws.rs.core
Defines the components of a JAX-RS application and supplies additional meta-data.
Application() - Constructor for class jakarta.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/atom+xml" media type.
APPLICATION_ATOM_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/atom+xml" media type.
APPLICATION_FORM_URLENCODED - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_JSON - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/json" media type.
APPLICATION_JSON_PATCH_JSON - Static variable in class jakarta.ws.rs.core.MediaType
String representation of "application/json-patch+json" media type..
APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/json-patch+json" media type.
APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/json" media type.
APPLICATION_OCTET_STREAM - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/octet-stream" media type.
APPLICATION_OCTET_STREAM_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/octet-stream" media type.
APPLICATION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
APPLICATION_SVG_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/svg+xml" media type.
APPLICATION_SVG_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/svg+xml" media type.
APPLICATION_XHTML_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/xhtml+xml" media type.
APPLICATION_XHTML_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/xhtml+xml" media type.
APPLICATION_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/xml" media type.
APPLICATION_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/xml" media type.
ApplicationException - Annotation Type in jakarta.ejb
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
ApplicationPath - Annotation Type in jakarta.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
ApplicationServerInternalException - Exception in jakarta.resource.spi
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
ApplicationServerInternalException() - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
Constructs a new instance with null as its detail message.
ApplicationServerInternalException(String) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
Constructs a new instance with the specified detail message.
ApplicationServerInternalException(Throwable) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified cause.
ApplicationServerInternalException(String, Throwable) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and cause.
ApplicationServerInternalException(String, String) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
Constructs a new throwable with the specified detail message and an error code.
AroundConstruct - Annotation Type in jakarta.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on business methods.
aroundReadFrom(ReaderInterceptorContext) - Method in interface jakarta.ws.rs.ext.ReaderInterceptor
AroundTimeout - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on timeout methods.
aroundWriteTo(WriterInterceptorContext) - Method in interface jakarta.ws.rs.ext.WriterInterceptor
array(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
as(Class<X>) - Method in interface jakarta.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
asc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
asMap() - Method in class jakarta.ws.rs.core.Form
Returns multivalued map representation of the form.
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.LazyAssociatableConnectionManager
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance.
associateConnection(Object) - Method in interface jakarta.resource.spi.ManagedConnection
Used typically by the container to change the association of an application-level connection handle with a ManagedConnection instance.
AssociationOverride - Annotation Type in jakarta.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in jakarta.persistence
Used to override mappings of multiple relationship properties or fields.
async() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
ASYNC_CONTEXT_PATH - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original context path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original HttpServletMapping is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original path info is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original query string is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original request URI is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original servlet path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
AsyncContext - Interface in jakarta.servlet
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
AsyncEvent - Class in jakarta.servlet
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse)) has completed, timed out, or produced an error.
AsyncEvent(AsyncContext) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
AsyncEvent(AsyncContext, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext and Throwable.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
AsyncHandler<T> - Interface in jakarta.xml.ws
The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
Asynchronous - Annotation Type in jakarta.ejb
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
Asynchronous - Annotation Type in jakarta.enterprise.concurrent
Annotates a CDI managed bean method to run asynchronously.
Asynchronous.Result - Class in jakarta.enterprise.concurrent
Mechanism by which the Jakarta EE Product Provider makes available to the asynchronous method implementation the same CompletableFuture instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method.
AsyncInvoker - Interface in jakarta.ws.rs.client
Uniform interface for asynchronous invocation of HTTP methods.
AsyncListener - Interface in jakarta.servlet
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been added has completed, timed out, or resulted in an error.
AsyncResponse - Interface in jakarta.ws.rs.container
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
AsyncResult<V> - Class in jakarta.ejb
Wraps the result of an asynchronous method call as a Future object, preserving compatability with the business interface signature.
AsyncResult(V) - Constructor for class jakarta.ejb.AsyncResult
Creates a AsyncResult instance to wrap the result of an asynchronous method call
AT_BEGIN - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is synchronized with the calling page after start tag.
AT_END - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is synchronized with the calling page after end tag.
AttachmentMarshaller - Class in jakarta.xml.bind.attachment
Enable Jakarta XML Binding marshalling to optimize storage of binary data.
AttachmentMarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentMarshaller
Do-nothing constructor for the derived classes.
AttachmentPart - Class in jakarta.xml.soap
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class jakarta.xml.soap.AttachmentPart
Default constructor.
AttachmentUnmarshaller - Class in jakarta.xml.bind.attachment
Enables Jakarta XML Binding unmarshalling of a root document containing optimized binary data formats.
AttachmentUnmarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentUnmarshaller
Do-nothing constructor for the derived classes.
Attribute<X,Y> - Interface in jakarta.persistence.metamodel
Represents an attribute of a Java type.
attribute(QName, String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension attribute to the W3CEndpointReference instance's wsa:EndpointReference element.
Attribute.PersistentAttributeType - Enum in jakarta.persistence.metamodel
 
attributeAdded(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been added to the ServletContext.
attributeAdded(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been added to the ServletRequest.
AttributeConverter<X,Y> - Interface in jakarta.persistence
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.
AttributeNode<T> - Interface in jakarta.persistence
Represents an attribute node of an entity graph.
AttributeOverride - Annotation Type in jakarta.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in jakarta.persistence
Used to override mappings of multiple properties or fields.
attributeRemoved(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been removed from the ServletContext.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been removed from the ServletRequest.
attributeReplaced(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been replaced in the ServletContext.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been replaced on the ServletRequest.
AUDIENCE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface jakarta.security.enterprise.SecurityContext
Signal to the container (programmatically trigger) that it should start or continue a web/HTTP based authentication dialog with the caller.
authenticate(HttpServletResponse) - Method in interface jakarta.servlet.http.HttpServletRequest
Use the container login mechanism configured for the ServletContext to authenticate the user making this request.
authenticate(HttpServletResponse) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call authenticate on the wrapped request object.
AUTHENTICATION - Static variable in class jakarta.ws.rs.Priorities
Security authentication filter/interceptor priority.
AuthenticationException - Exception in jakarta.security.enterprise
A generic authentication exception.
AuthenticationException() - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with null as its detail message.
AuthenticationException(String) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified cause.
AuthenticationMechanism - Annotation Type in jakarta.resource.spi
 
AuthenticationMechanism.CredentialInterface - Enum in jakarta.resource.spi
An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.
AuthenticationParameters - Class in jakarta.security.enterprise.authentication.mechanism.http
Parameters that are provided along with an authentication request.
AuthenticationParameters() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
 
AuthenticationStatus - Enum in jakarta.security.enterprise
The AuthenticationStatus is used as a return value by primarily the HttpAuthenticationMechanism to indicate the result (status) of the authentication process.
AUTHORIZATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
AUTHORIZATION - Static variable in class jakarta.ws.rs.Priorities
Security authorization filter/interceptor priority.
AUTHORIZATION_CODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
AUTHORIZATION_CODE_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
AUTHORIZATION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
AUTHORIZED_PARTY - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
AUTO_ACKNOWLEDGE - Static variable in interface jakarta.jms.JMSContext
With this session mode, the JMSContext's session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AUTO_ACKNOWLEDGE - Static variable in interface jakarta.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AutoApplySession - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
The AutoApplySession annotation provides an application the ability to declaratively designate that an authentication mechanism uses the jakarta.servlet.http.registerSession and auto applies this for every request.
AutoApplySession.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
Supports inline instantiation of the AutoApplySession annotation.
autoFlush - Variable in class jakarta.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
avg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

B

BadRequestException - Exception in jakarta.ws.rs
A runtime exception indicating a bad client request.
BadRequestException() - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BASE_64 - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASE_64_URL - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
Set the base URI for resolution of relative URIs.
baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set the base URI as a string for resolution of relative URIs.
baseUri() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method that returns a built the URI for the application.
baseUriBuilder() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Returns a UriBuilder that includes the application root path.
Basic - Annotation Type in jakarta.persistence
The simplest type of mapping to a database column.
BASIC_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BASIC_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Basic authentication.
BasicAuthenticationCredential - Class in jakarta.security.enterprise.credential
BasicAuthenticationCredential extends UsernamePasswordCredential to represent credentials used by HTTP Basic Authentication.
BasicAuthenticationCredential(String) - Constructor for class jakarta.security.enterprise.credential.BasicAuthenticationCredential
Constructor
BasicAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.
BasicType<X> - Interface in jakarta.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
BeanParam - Annotation Type in jakarta.ws.rs
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
BeforeCompletion - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the before completion session synchronization callback.
beforeCompletion() - Method in interface jakarta.ejb.SessionSynchronization
The beforeCompletion method notifies a stateful session bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface jakarta.transaction.Synchronization
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
beforeDelivery(Method) - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
This is called by a resource adapter before a message is delivered.
beforeMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
Callback method invoked before marshalling from source to XML.
beforeRequest(Map<String, List<String>>) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has formulated the handshake request that will be used to initiate the connection to the server, but before it has sent any part of the request.
beforeUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
Callback method invoked before unmarshalling into target.
begin() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextSnapshot
Applies the captured thread context snapshot to the current thread and returns a distinct ThreadContextRestorer instance.
begin() - Method in interface jakarta.persistence.EntityTransaction
Start a resource transaction.
begin() - Method in interface jakarta.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.
begin() - Method in interface jakarta.resource.spi.LocalTransaction
Begin a local transaction
begin - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
begin() - Method in interface jakarta.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface jakarta.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
beginSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'begin' was specified.
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BINARY_DATA_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
BinaryDataStrategy - Class in jakarta.json.bind.config
Specifies predefined binary data handling strategies.
Bindable<T> - Interface in jakarta.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in jakarta.persistence.metamodel
 
Binder<XmlNode> - Class in jakarta.xml.bind
Enable synchronization between XML infoset nodes and Jakarta XML Binding objects representing same XML document.
Binder() - Constructor for class jakarta.xml.bind.Binder
Do-nothing constructor for the derived classes.
Binding - Interface in jakarta.xml.ws
The Binding interface is the base interface for Jakarta XML Web Services protocol bindings.
BindingProvider - Interface in jakarta.xml.ws
The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
BindingType - Annotation Type in jakarta.xml.ws
The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.
BIRTHDATE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
BODY_CONTENT_EMPTY - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is empty.
BODY_CONTENT_JSP - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is JSP.
BODY_CONTENT_SCRIPTLESS - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is scriptless.
BODY_CONTENT_TAG_DEPENDENT - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is Tag dependent.
BodyContent - Class in jakarta.servlet.jsp.tagext
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class jakarta.servlet.jsp.tagext.BodyContent
Protected constructor.
bodyContent - Variable in class jakarta.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyTag - Interface in jakarta.servlet.jsp.tagext
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
bootstrap(Application, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Perform startup of the application in Java SE environments.
bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Perform startup of the application in Java SE environments.
BootstrapContext - Interface in jakarta.resource.spi
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Publish an SSE event to all registered SseEventSink instances.
bufferEntity() - Method in class jakarta.ws.rs.core.Response
Buffer the message entity data.
bufferSize - Variable in class jakarta.servlet.jsp.JspWriter
The size of the buffer used by the JspWriter.
build() - Method in interface jakarta.json.bind.JsonbBuilder
Returns a new instance of Jsonb based on the parameters and configuration specified previously in this builder.
build() - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Builds a configuration object using the attributes set on this builder.
build() - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Builds the configuration object using the current attributes that have been set on this builder object.
build() - Method in class jakarta.ws.rs.client.ClientBuilder
Build a new client instance using all the configuration previously specified in this client builder.
build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name.
build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name and request entity.
build() - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Build a new Cookie instance using all the configuration previously specified in this builder.
build() - Method in class jakarta.ws.rs.core.Cookie.Builder
 
build() - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Builds a new EntityPart instance using the provided property values.
build(Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters.
build() - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Build a new NewCookie instance using all the configuration previously specified in this builder.
build() - Method in class jakarta.ws.rs.core.NewCookie.Builder
 
build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
build() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Builds a bootstrap configuration instance from the provided property values.
build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
build() - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Builds a W3CEndpointReference from the accumulated properties set on this W3CEndpointReferenceBuilder instance.
buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a DELETE request invocation.
Builder(String) - Constructor for class jakarta.ws.rs.core.Cookie.Builder
Create a new instance.
Builder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
Create a new instance.
Builder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
Create a new instance supplementing the information in the supplied cookie.
builder() - Static method in interface jakarta.ws.rs.SeBootstrap.Configuration
Creates a new bootstrap configuration builder instance.
Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
Allows custom implementations to extend the SSE event source builder class.
buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a GET request invocation.
buildPost(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a POST request invocation.
buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a PUT request invocation.
buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
BYTE - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded as a byte array.
BytesMessage - Interface in jakarta.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.

C

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.
ceiling(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
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.
CLAIM_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Claims - Interface in jakarta.security.enterprise.identitystore.openid
 
CLAIMS_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
CLAIMS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ClaimsDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
ClaimsDefinition annotation defines claims mapping in openid connect client configuration.
ClassTransformer - Interface in jakarta.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
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.
cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
 
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
 
clearedContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
Returns empty/cleared context of the provided type.
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.
CLIENT_ID - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
CLIENT_SECRET - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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(boolean) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Close the broadcaster and release any resources associated with it.
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.
CODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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
Used in conjunction with the SqlResultSetMapping annotation or ConstructorResult annotation to map a column of the SELECT list of a SQL query.
comment(String) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the comment associated with the cookie.
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(T) - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
Completes the CompletableFuture instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method.
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.
completedFuture(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletableFuture that is already completed with the specified value.
completedStage(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletionStage that is already completed with the specified value.
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.
configuration() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
Provides access to the configuration actually used by the implementation used to create this instance.
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
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
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(InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the content for this part.
content(String, InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Convenience method, equivalent to calling fileName(fileName).content(content).
content(T, Class<? extends T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the content for this part.
content(Object) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the content for this part.
content(T, GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the content for this part.
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).
ContextServiceDefinition - Annotation Type in jakarta.enterprise.concurrent
Defines a ContextService to be registered in JNDI by the container under the JNDI name that is specified in the ContextServiceDefinition.name() attribute.
ContextServiceDefinition.List - Annotation Type in jakarta.enterprise.concurrent
Enables multiple ContextServiceDefinition annotations on the same type.
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.
contextualCallable(Callable<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a Callable with context that is captured from the thread that invokes contextualCallable.
contextualConsumer(BiConsumer<T, U>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a BiConsumer with context that is captured from the thread that invokes contextualConsumer.
contextualConsumer(Consumer<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a Consumer with context that is captured from the thread that invokes contextualConsumer.
contextualFunction(BiFunction<T, U, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a BiFunction with context that is captured from the thread that invokes contextualFunction.
contextualFunction(Function<T, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a BiFunction with context that is captured from the thread that invokes contextualFunction.
contextualRunnable(Runnable) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a Runnable with context that is captured from the thread that invokes contextualRunnable.
contextualSupplier(Supplier<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
Wraps a Supplier with context captured from the thread that invokes contextualSupplier.
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
Deprecated.
This constructor will be removed in a future version. Please use Cookie.Builder instead.
Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Deprecated.
This constructor will be removed in a future version. Please use Cookie.Builder instead.
Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Deprecated.
This constructor will be removed in a future version. Please use Cookie.Builder instead.
Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
Create a new instance from the supplied Cookie.AbstractCookieBuilder 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.
Cookie.AbstractCookieBuilder<T extends Cookie.AbstractCookieBuilder<T>> - Class in jakarta.ws.rs.core
JAX-RS abstract Cookie builder class.
Cookie.Builder - Class in jakarta.ws.rs.core
JAX-RS Cookie builder class.
cookieHttpOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
cookieHttpOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
cookieMaxAgeSeconds() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
cookieMaxAgeSecondsExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
cookieName() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
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.
cookieSecureOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
cookieSecureOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
copy(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletableFuture that is completed by the completion of the specified stage.
copy(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletionStage that is completed by the completion of the specified stage.
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 a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
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
Returns a new instance of JsonbBuilder class.
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(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.
createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a SeBootstrap.Configuration.Builder.
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.
createEntityPartBuilder(String) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a EntityPart.Builder.
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
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
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
Create a new instance of a Link.Builder.
createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
Instantiates the given AsyncListener class.
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, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name and namespace prefix.
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
Create a new instance of a Response.ResponseBuilder.
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
Create a new instance of a UriBuilder.
createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
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.
CREATOR_PARAMETERS_REQUIRED - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify required creator parameters.
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.
CronTrigger - Class in jakarta.enterprise.concurrent
Cron-based Trigger implementation, which supports 5 or 6 fields delimited by a single space character, plus a ZoneId.
CronTrigger(String, ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
Constructor that accepts a cron expression.
CronTrigger(ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
Constructor for the fluent configuration pattern.
currentContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
Captures from the current thread a snapshot of the provided thread context type.
currentContextExecutor() - Method in interface jakarta.enterprise.concurrent.ContextService
Captures thread context as an Executor that runs tasks on the same thread from which executeis invoked but with context that is captured from the thread that invokes currentContextExecutor.
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).

D

data(Class, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
data(GenericType, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and a generic java type of event data.
data(Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
DatabaseIdentityStoreDefinition - Annotation Type in jakarta.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes in a relational database, and make that implementation available as an enabled CDI bean.
DataBindingException - Exception in jakarta.xml.bind
Exception that represents a failure in a Jakarta XML Binding operation.
DataBindingException(String, Throwable) - Constructor for exception jakarta.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception jakarta.xml.bind.DataBindingException
 
DataSourceDefinition - Annotation Type in jakarta.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in jakarta.annotation.sql
Declares one or more DataSourceDefinition annotations.
DatatypeConverter - Class in jakarta.xml.bind
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - Interface in jakarta.xml.bind
The DatatypeConverterInterface is for Jakarta XML Binding provider use only.
DATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
DATE_FORMAT - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom date format globally.
dayOfMonth(String) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfMonth(int) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfWeek(String) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the week attribute.
dayOfWeek(int) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the week attribute.
daysOfMonth(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
daysOfMonth(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
daysOfWeek(DayOfWeek...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
daysOfWeek(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
declaredType - Variable in class jakarta.xml.bind.JAXBElement
Java datatype binding for xml element declaration's type.
DeclareRoles - Annotation Type in jakarta.annotation.security
Used by application to declare security roles.
declareRoles(String...) - Method in interface jakarta.servlet.ServletContext
Declares role names that are tested using isUserInRole.
decode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
Decode the given bytes into an object of type T.
decode(InputStream) - Method in interface jakarta.websocket.Decoder.BinaryStream
Decode the given bytes read from the input stream into an object of type T.
decode(String) - Method in interface jakarta.websocket.Decoder.Text
Decode the given String into an object of type T.
decode(Reader) - Method in interface jakarta.websocket.Decoder.TextStream
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.
DecodeException - Exception in jakarta.websocket
A general exception that occurs when trying to decode a custom object from a text or binary message.
DecodeException(ByteBuffer, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(String, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(ByteBuffer, String) - Constructor for exception jakarta.websocket.DecodeException
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
DecodeException(String, String) - Constructor for exception jakarta.websocket.DecodeException
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
Decoder - Interface in jakarta.websocket
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects.
Decoder.Binary<T> - Interface in jakarta.websocket
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.
Decoder.BinaryStream<T> - Interface in jakarta.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
Decoder.Text<T> - Interface in jakarta.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a string.
Decoder.TextStream<T> - Interface in jakarta.websocket
This interface defines how a custom object of type T is decoded from a web socket message in the form of a character stream.
decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the list of decoder implementation classes the client will use.
decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the decoder implementation classes to use in the configuration.
DEFAULT_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_DELIVERY_DELAY - Static variable in interface jakarta.jms.Message
The message producer's default delivery delay is zero.
DEFAULT_DELIVERY_MODE - Static variable in interface jakarta.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_FORMAT - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Value that indicates the default format.
DEFAULT_HASH_ALGORITHM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
DEFAULT_JWT_SIGNED_ALGORITHM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
DEFAULT_KEY_NAME - Static variable in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
Default type information key name.
DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Value that indicates that default Locale.
DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
Value that indicates that default Locale.
DEFAULT_MAX_AGE - Static variable in class jakarta.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Special value for SeBootstrap.Configuration.PORT property indicating that the implementation MUST use its default port.
DEFAULT_PRIORITY - Static variable in interface jakarta.jms.Message
The message producer's default priority is 4.
DEFAULT_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
The default protocol: SOAP 1.1 for backwards compatibility.
DEFAULT_TIME_TO_LIVE - Static variable in interface jakarta.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DEFAULT_VALIDATION_TYPES - Static variable in interface jakarta.security.enterprise.identitystore.IdentityStore
Default set of validation types.
DEFAULT_VERSION - Static variable in class jakarta.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
DefaultValidationEventHandler - Class in jakarta.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class jakarta.xml.bind.helpers.DefaultValidationEventHandler
 
DefaultValue - Annotation Type in jakarta.ws.rs
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
deferredExpression - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
The deferred expression if any
delete() - Method in interface jakarta.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface jakarta.jms.TemporaryTopic
Deletes this temporary topic.
delete() - Method in interface jakarta.servlet.http.Part
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP DELETE method.
deletesAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
delims - Variable in class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
delistResource(XAResource, int) - Method in interface jakarta.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DeliveryMode - Interface in jakarta.jms
The delivery modes supported by the Jakarta Messaging API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in jakarta.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
DependsOn - Annotation Type in jakarta.ejb
Used to express an initialization dependency between singleton components.
DeploymentException - Exception in jakarta.websocket
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
DeploymentException(String) - Constructor for exception jakarta.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure.
DeploymentException(String, Throwable) - Constructor for exception jakarta.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
desc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
description - Variable in class jakarta.resource.spi.work.HintsContext
 
DeserializationContext - Interface in jakarta.json.bind.serializer
Provides JSONB Mapper functionality on top of JSONP parser.
deserialize(Class<T>, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using jakarta.json.stream.JsonParser.
deserialize(Type, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using jakarta.json.stream.JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface jakarta.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
DESERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom deserializers.
Destination - Interface in jakarta.jms
A Destination object encapsulates a provider-specific address.
destroy() - Method in interface jakarta.resource.spi.ManagedConnection
Destroys the physical connection to the underlying resource manager.
destroy() - Method in interface jakarta.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class jakarta.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface jakarta.servlet.http.HttpUpgradeHandler
It is called when the client is disconnected.
destroy() - Method in interface jakarta.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface jakarta.websocket.Decoder
This method is called when the decoder is about to be removed from service in order that any resources the decoder used may be closed gracefully.
destroy() - Method in interface jakarta.websocket.Encoder
This method is called when the encoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
detach(Object) - Method in interface jakarta.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detachNode() - Method in interface jakarta.xml.soap.Node
Removes this Node object from the tree.
Detail - Interface in jakarta.xml.soap
A container for DetailEntry objects.
DetailEntry - Interface in jakarta.xml.soap
The content for a Detail object, giving details for a SOAPFault object.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
DIGEST_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DIGEST_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Digest authentication.
DiscriminatorColumn - Annotation Type in jakarta.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorType - Enum in jakarta.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in jakarta.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispatch() - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the servlet container.
dispatch(String) - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path.
dispatch(ServletContext, String) - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
Dispatch<T> - Interface in jakarta.xml.ws
The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
DispatcherType - Enum in jakarta.servlet
Enumeration of filter dispatcher types.
DISPLAY - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
DISPLAY_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
DisplayType - Enum in jakarta.security.enterprise.authentication.mechanism.http.openid
Display specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
DissociatableManagedConnection - Interface in jakarta.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
dissociateConnections() - Method in interface jakarta.resource.spi.DissociatableManagedConnection
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a ManagedConnection instance from all of its connection handles.
distinct(boolean) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface jakarta.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
DistributableWork - Interface in jakarta.resource.spi.work
This models a Work instance that would be distributed by a DistributableWorkManager for execution in a remote DistributableWorkManager
DistributableWorkManager - Interface in jakarta.resource.spi.work
This interface models a WorkManager that supports distributed execution of Work instances.
doAfterBody() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doAfterBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface jakarta.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing for a body.
doCatch(Throwable) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doCatch(Throwable) - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface jakarta.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFinally() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doFinally() - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in interface jakarta.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
domain(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the domain of the cookie.
DomHandler<ElementT,ResultT extends javax.xml.transform.Result> - Interface in jakarta.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.
doNothing() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Instructs the container to "do nothing".
doNothing() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Includes its body if condition() evaluates to true.
doStartTag() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Begins iterating by processing the first item.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doTag() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
doWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
Accepts a Work instance for processing.
DUPLICATE_CONTEXTS - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
Indicates that there are more than one instance of a WorkContext type passed in by the Work instance.
DuplicateKeyException - Exception in jakarta.ejb
The DuplicateKeyException exception is thrown if an entity EJB object or enterprise bean local object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception jakarta.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception jakarta.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface jakarta.jms.JMSContext
This session mode instructs the JMSContext's session to lazily acknowledge the delivery of messages.
DUPS_OK_ACKNOWLEDGE - Static variable in interface jakarta.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DYNAMIC_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose concrete type is based on the Content-Type MIME header passed to the createMessage method.
DynamicAttributes - Interface in jakarta.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
DynamicFeature - Interface in jakarta.ws.rs.container
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.

E

EISSystemException - Exception in jakarta.resource.spi
An EISSystemException is used to indicate any EIS specific system-level error conditions.
EISSystemException() - Constructor for exception jakarta.resource.spi.EISSystemException
Constructs a new instance with null as its detail message.
EISSystemException(String) - Constructor for exception jakarta.resource.spi.EISSystemException
Constructs a new instance with the specified detail message.
EISSystemException(Throwable) - Constructor for exception jakarta.resource.spi.EISSystemException
Constructs a new throwable with the specified cause.
EISSystemException(String, Throwable) - Constructor for exception jakarta.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and cause.
EISSystemException(String, String) - Constructor for exception jakarta.resource.spi.EISSystemException
Constructs a new throwable with the specified detail message and an error code.
EJB - Annotation Type in jakarta.ejb
Indicates a dependency on the local, no-interface, or remote view of an Enterprise Bean.
EJBAccessException - Exception in jakarta.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific enterprise bean object.
ejbActivate() - Method in interface jakarta.ejb.SessionBean
The activate method is called when a stateful session bean instance is activated from its "passive" state.
EJBContainer - Class in jakarta.ejb.embeddable
Used to execute an enterprise bean application in an embeddable container.
EJBContainer() - Constructor for class jakarta.ejb.embeddable.EJBContainer
 
EJBContainerProvider - Interface in jakarta.ejb.spi
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
EJBContext - Interface in jakarta.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
EJBException - Exception in jakarta.ejb
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in jakarta.ejb
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
ejbLoad() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in jakarta.ejb
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
EJBLocalObject - Interface in jakarta.ejb
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
EJBMetaData - Interface in jakarta.ejb
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
EJBObject - Interface in jakarta.ejb
The EJBObject interface is extended by all enterprise beans' remote interfaces.
ejbPassivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific enterprise bean object.
ejbPassivate() - Method in interface jakarta.ejb.SessionBean
The passivate method is called before a stateful session bean instance enters the "passive" state.
ejbRemove() - Method in interface jakarta.ejb.EntityBean
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
ejbRemove() - Method in interface jakarta.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface jakarta.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBs - Annotation Type in jakarta.ejb
Declares multiple EJB annotations.
ejbStore() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface jakarta.ejb.TimedObject
Invoked by the enterprise bean container upon timer expiration.
EJBTransactionRequiredException - Exception in jakarta.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception in jakarta.ejb
This exception is thrown to a caller of bean business method to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
Element - Interface in jakarta.xml.bind
This is an element marker interface.
element(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension element to the W3CEndpointReference instance's wsa:EndpointReference element.
ElementCollection - Annotation Type in jakarta.persistence
Specifies a collection of instances of a basic type or embeddable class.
ELException - Exception in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ELException
ELException() - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with no detail message.
ELException(String) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given detail message and root cause.
ELParseException - Exception in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ELException
ELParseException() - Constructor for exception jakarta.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception jakarta.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with the provided detail message.
EMAIL - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
EMAIL_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
EMAIL_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Embeddable - Annotation Type in jakarta.persistence
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
embeddable(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
EmbeddableType<X> - Interface in jakarta.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Annotation Type in jakarta.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in jakarta.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
enabled - Variable in class jakarta.xml.ws.WebServiceFeature
Specifies if the feature is enabled or disabled
encode(T) - Method in interface jakarta.websocket.Encoder.Binary
Encode the given object into a byte array.
encode(T, OutputStream) - Method in interface jakarta.websocket.Encoder.BinaryStream
Encode the given object into a binary stream written to the implementation provided OutputStream.
encode(T) - Method in interface jakarta.websocket.Encoder.Text
Encode the given object into a String.
encode(T, Writer) - Method in interface jakarta.websocket.Encoder.TextStream
Encode the given object to a character stream writing it to the supplied Writer.
Encoded - Annotation Type in jakarta.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
EncodeException - Exception in jakarta.websocket
A general exception that occurs when trying to encode a custom object to a string or binary message.
EncodeException(Object, String) - Constructor for exception jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be.
EncodeException(Object, String, Throwable) - Constructor for exception jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
Encoder - Interface in jakarta.websocket
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
Encoder.Binary<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a binary message.
Encoder.BinaryStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
Encoder.Text<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a text message.
Encoder.TextStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the list of encoder implementation classes the client will use.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
end(Date) - Method in class jakarta.ejb.ScheduleExpression
Set the end date.
end - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
END_SESSION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
endContext() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextRestorer
Invoked by the Jakarta EE Product Provider to remove the thread context that the ThreadContextSnapshot began on this thread and restore the previous context that was on the thread prior to that point.
Endpoint - Class in jakarta.websocket
The Web Socket Endpoint represents an object that can handle websocket conversations.
Endpoint() - Constructor for class jakarta.websocket.Endpoint
 
Endpoint - Class in jakarta.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class jakarta.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Target service endpoint address.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface jakarta.resource.spi.ResourceAdapter
This is called during the activation of a message endpoint.
EndpointConfig - Interface in jakarta.websocket
The endpoint configuration contains all the information needed during the handshake process for this end point.
EndpointContext - Class in jakarta.xml.ws
EndpointContext allows multiple endpoints in an application to share any information.
EndpointContext() - Constructor for class jakarta.xml.ws.EndpointContext
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface jakarta.resource.spi.ResourceAdapter
This is called when a message endpoint is deactivated.
endpointName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the endpointName as wsam:ServiceName/@EndpointName in the wsa:Metadata element.
EndpointReference - Class in jakarta.xml.ws
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
EndpointReference() - Constructor for class jakarta.xml.ws.EndpointReference
Default constructor.
endSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
enlistResource(XAResource) - Method in interface jakarta.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
EnterpriseBean - Interface in jakarta.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
Entity - Annotation Type in jakarta.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
Entity<T> - Class in jakarta.ws.rs.client
Encapsulates message entity including the associated variant information.
entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
EntityBean - Interface in jakarta.ejb
The EntityBean interface is implemented by every entity bean class.
EntityContext - Interface in jakarta.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception in jakarta.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityGraph<T> - Interface in jakarta.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
EntityListeners - Annotation Type in jakarta.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in jakarta.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in jakarta.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in jakarta.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(Exception) - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityNotFoundException(String, Exception) - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityPart - Interface in jakarta.ws.rs.core
A EntityPart is one part of a multipart entity.
EntityPart.Builder - Interface in jakarta.ws.rs.core
Builder for EntityPart instances.
EntityResult - Annotation Type in jakarta.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to an entity result.
EntityTag - Class in jakarta.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
EntityTransaction - Interface in jakarta.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in jakarta.persistence.metamodel
Instances of the type EntityType represent entity types.
entry() - Method in interface jakarta.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
Enumerated - Annotation Type in jakarta.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in jakarta.persistence
Defines mapping for enumerated types.
equal(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equals(Object) - Method in interface jakarta.resource.cci.Record
Check if this instance is equal to another Record.
equals(Object) - Method in interface jakarta.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface jakarta.resource.spi.security.GenericCredential
Deprecated.
Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in class jakarta.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in class jakarta.servlet.http.Cookie
 
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class jakarta.ws.rs.client.Entity
 
equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class jakarta.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
 
equals(Object) - Method in class jakarta.ws.rs.core.GenericType
 
equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
 
equals(Object) - Method in class jakarta.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR_DESCRIPTION_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode - Variable in exception jakarta.transaction.SystemException
The error code with which to create the SystemException.
ErrorData - Class in jakarta.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
Creates a new ErrorData object.
errorPage() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
Deprecated.
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class jakarta.servlet.jsp.el.Expression
Deprecated.
Evaluates an expression that was previously prepared.
evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Evaluates an expression.
evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
evict(Class, Object) - Method in interface jakarta.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface jakarta.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in interface jakarta.persistence.Cache
Clear the cache.
examineAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
ExceptionListener - Interface in jakarta.jms
If a Jakarta Messaging provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExceptionMapper<E extends java.lang.Throwable> - Interface in jakarta.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExcludeClassInterceptors - Annotation Type in jakarta.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in jakarta.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
ExcludeDefaultListeners - Annotation Type in jakarta.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in jakarta.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
execute() - Method in interface jakarta.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute(InteractionSpec, Record, Record) - Method in interface jakarta.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record) - Method in interface jakarta.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
executeUpdate() - Method in interface jakarta.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface jakarta.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
ExecutionContext - Class in jakarta.resource.spi.work
This class models an execution context (transaction, security, etc) with which the Work instance must be executed.
ExecutionContext() - Constructor for class jakarta.resource.spi.work.ExecutionContext
 
executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side ExecutorService.
exists(Subquery<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
exp(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
EXPECT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
EXPIRATION_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
EXPIRES_IN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
expiry(Date) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the cookie expiry date.
Expression<T> - Interface in jakarta.persistence.criteria
Type for query expressions.
Expression - Class in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ValueExpression
Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
Deprecated.
 
ExpressionEvaluator - Class in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ExpressionFactory
ExpressionEvaluator() - Constructor for class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
 
Extension - Interface in jakarta.websocket
A simple representation of a websocket extension as a name and map of extension parameters.
Extension.Parameter - Interface in jakarta.websocket
This member interface defines a single websocket extension parameter.
extensions(List<Extension>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the extensions for the configuration this builder will build.
extensions(List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the extensions to use in the configuration.
extractAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractContentAsDocument() - Method in interface jakarta.xml.soap.SOAPBody
Creates a new DOM Document and sets the first child of this SOAPBody as it's document element.
extractHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.

F

failed(Throwable) - Method in interface jakarta.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
failedFuture(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletableFuture that is already exceptionally completed with the specified Throwable.
failedStage(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletionStage that is already exceptionally completed with the specified Throwable.
FAMILY_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
familyOf(int) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
FATAL_ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FaultAction - Annotation Type in jakarta.xml.ws
The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.
Feature - Interface in jakarta.ws.rs.core
A feature extension contract.
FeatureContext - Interface in jakarta.ws.rs.core
A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
Fetch<Z,X> - Interface in jakarta.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
FetchParent<Z,X> - Interface in jakarta.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchType - Enum in jakarta.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in jakarta.persistence
Used in conjunction with the EntityResult annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class.
fileName(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the file name for this part.
Filter - Interface in jakarta.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
Filter method called before a request has been dispatched to a client transport layer.
filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns).
filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
Filter method called before a request has been dispatched to a resource.
filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or by a matched resource method.
FilterChain - Interface in jakarta.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in jakarta.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterRegistration - Interface in jakarta.servlet
Interface through which a Filter may be further configured.
FilterRegistration.Dynamic - Interface in jakarta.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
find(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
FinderException - Exception in jakarta.ejb
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
FinderException() - Constructor for exception jakarta.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception jakarta.ejb.FinderException
Constructs an FinderException with the specified detail message.
floor(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
flush() - Method in interface jakarta.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class jakarta.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flushBatch() - Method in interface jakarta.websocket.RemoteEndpoint
This method is only used when batching is allowed for this RemoteEndpint.
flushBuffer() - Method in interface jakarta.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FlushModeType - Enum in jakarta.persistence
Flush mode setting.
FMT_FALLBACK_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of localization setting for time zone
ForbiddenException - Exception in jakarta.ws.rs
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
ForbiddenException() - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForeignKey - Annotation Type in jakarta.persistence
Used to specify the handling of foreign key constraints when schema generation is in effect.
forget(Xid) - Method in interface jakarta.resource.spi.XATerminator
Tells the resource manager to forget about a heuristically completed transaction branch.
forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
Create a generic type from a Java instance.
form(Form) - Static method in class jakarta.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
Form - Class in jakarta.ws.rs.core
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Form() - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance.
Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance with a single parameter entry.
Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance and register a custom underlying parameter store.
FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Form authentication.
FORMATTING - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
FormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
FormParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
forward(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
forward(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
forward(String) - Method in class jakarta.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
FORWARD_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original HttpServletMapping is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
FORWARD_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
FORWARD_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
FORWARD_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI fragment.
FREE_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Special value for SeBootstrap.Configuration.PORT property indicating that the implementation MUST scan for a free port.
from(Class<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
From<Z,X> - Interface in jakarta.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
from(BiFunction<String, Class<T>, Optional<T>>) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method for bulk-loading configuration from a property supplier.
from(Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Optional convenience method to bulk-load external configuration.
fromJson(String, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(InputStream, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from another link.
fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from a Link.
fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a resource.
fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a Path-annotated method.
fromPath(String) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a path.
fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a resource.
fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum jakarta.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
 
fromString(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
 
fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
Parse the supplied value and create an instance of T.
fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from an existing URI.
fromUri(String) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from an existing URI represented as a string.
fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from a URI builder.
function(String, Class<T>, Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for the execution of a database function.
FunctionInfo - Class in jakarta.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionMapper - Interface in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.FunctionMapper
functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.

G

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.
GENDER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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
Deprecated.
The preferred way to represent generic credential information is via the org.ietf.jgss.GSSCredential interface in J2SE Version 1.4, which provides similar functionality.
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.
getAccessToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
 
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.
getAddress() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 MimeHeaders 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.
getArrayStringClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get String List claim of given name
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
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest,ServletResponse) on this request.
getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequestWrapper.startAsync() or ServletRequestWrapper.startAsync(ServletRequest,ServletResponse) on the wrapped request.
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 class jakarta.servlet.http.Cookie
Gets the value of the cookie attribute associated with the given 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 interface jakarta.servlet.SessionCookieConfig
Obtain the value for a given session cookie attribute.
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.http.Cookie
Returns an unmodifiable mapping of all cookie attributes set via Cookie.setAttribute(String, String) as well as any predefined setter method, except for version.
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.
getAttributes() - Method in interface jakarta.servlet.SessionCookieConfig
Obtain the Map (keys are case insensitive) of all attributes and values, including those set via the attribute specific setters, (excluding version) for this SessionCookieConfig.
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.
getAudience() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
The recipients that the JWT is intended for.
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.
getBirthdate() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 Nodes of this element.
getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified name.
getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified qname.
getClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
 
getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
 
getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
 
getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
Gets the User Claims that were received from the userinfo endpoint
getClaimsJson() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
Gets the User Claims that were received from the userinfo endpoint
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
Deprecated.
This is no longer required with RFC 6265
getComment() - Method in interface jakarta.servlet.SessionCookieConfig
Deprecated.
This is no longer required with RFC 6265
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.ImportELResolver
Always returns null since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#getCommonPropertyType(ELContext, Object).
getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always returns null since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#getCommonPropertyType(ELContext, Object).
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
Return the ServerEndpointConfig.Configurator this configuration is using.
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.
getConnectionId() - Method in interface jakarta.servlet.ServletConnection
Obtain a unique (within the lifetime of the JVM) identifier string for the network connection to the JVM that is being used for the ServletRequest from which this ServletConnection was obtained.
getConnectTimeout() - Method in class jakarta.xml.soap.SOAPConnection
Returns setting for connect timeout.
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.
getContainerDefaultConfigurator() - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Return the platform default configurator.
getContainingQuery() - Method in interface jakarta.persistence.criteria.Subquery
Return the query of which this is a subquery.
getContent() - Method in interface jakarta.ws.rs.core.EntityPart
Returns the input stream for this part.
getContent(Class<T>) - Method in interface jakarta.ws.rs.core.EntityPart
Converts the content stream for this part to the specified class and returns it.
getContent(GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart
Converts the content stream for this part to the specified type and returns it.
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.
getContextService() - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a ContextService which has the same propagation settings as this ManagedExecutorService and uses this ManagedExecutorService as the default asynchronous execution facility for CompletionStage and CompletableFuture instances that it creates via the withContextCapture methods.
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 DetailEntrys 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.
getDoubleClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get double claim of given 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.
getEmail() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
getEmailVerified() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.
getErrorOnELNotFound() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Will the use of an unknown identifier in EL within a JSP page trigger an error for this group?
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.
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
Provides additional information to the ManagedExecutorService or ManagedScheduledExecutorService when executing this task.
getExecutor() - Method in class jakarta.xml.ws.Endpoint
Returns the executor for this Endpointinstance.
getExecutor() - Method in class jakarta.xml.ws.Service
Returns the executor for this Serviceinstance.
getExecutor() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Returns the executor for this Serviceinstance.
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.
getExpirationTime() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
Optional.
getExpirationTime() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Expiration time on or after which the JWT MUST NOT be accepted for processing.
getExpiresIn() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
 
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
Deprecated.
getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
Returns a factory used to create ValueExpressions and MethodExpressions 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.
getFamilyName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 Locales 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
Deprecated.
This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
Deprecated.
This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.
getFetches() - Method in interface jakarta.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFileName() - Method in interface jakarta.ws.rs.core.EntityPart
Returns the filename of this part.
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
Returns this servlet's ServletConfig object.
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.
getFuture() - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
Obtains the same CompletableFuture instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method.
getGender() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.
getGivenName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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
The default behaviour of this method is to call HttpServletResponse.getHeader(java.lang.String) on the wrapped response object.
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
The default behaviour of this method is to call HttpServletResponse.getHeaderNames() on the wrapped response object.
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
The default behaviour of this method is to call HttpServletResponse.getHeaders(java.lang.String) on the wrapped response object.
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 interface jakarta.ws.rs.core.EntityPart
Returns an immutable multivalued map of headers for this specific part.
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
Returns a HttpContext for this exchange.
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
 
getID() - Method in class jakarta.xml.ws.soap.AddressingFeature
 
getID() - Method in class jakarta.xml.ws.soap.MTOMFeature
 
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.
getIdentityToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
 
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
Retrieves the body of the request as binary data using a ServletInputStream.
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.
getIntClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get integer claim of given 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.
getIssuedAt() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
The time at which the JWT was issued.
getIssuer() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
The principal that issued the JWT
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.
getJwtClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
Access token's claims
getJwtClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
Claims of this token
getJwtId() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Unique identifier for the JWT
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
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class..
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
Deprecated.
Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
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
Return Marshaller.Listener registered with this Marshaller.
getListener() - Method in interface jakarta.xml.bind.Unmarshaller
Return Unmarshaller.Listener registered with this Unmarshaller.
getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
Returns the Internet Protocol (IP) address representing 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 interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
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 fully qualified name of the address returned by ServletRequest.getLocalAddr().
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 representing 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.
getLongClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get long claim of given 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 specification 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
The ManagedTaskListener to receive notification of lifecycle events of this task.
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
Return the MappingMatch for this instance
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 session will 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.EntityPart
Returns the content type of this part, and equivalent to calling MediaType.valueOf(part.getHeaders().getFirst(HttpHeaders.CONTENT_TYPE)).
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
Get media type of the event data.
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.
getMiddleName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 specification 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 interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.core.EntityPart
Returns the name of this part within the multipart entity.
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
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
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 Strings 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.
getNested(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get nested claims of given name.
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, ZonedDateTime) - Method in class jakarta.enterprise.concurrent.CronTrigger
Using the cron schedule, and based on the end of the most recent execution (or absent that, the initial scheduling time), retrieve the next time that the task should run after.
getNextRunTime(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.Trigger
Retrieve the next time that the task should run after.
getNextRunTime(LastExecution, ZonedDateTime) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
Retrieve the next time that the task should run after.
getNextRunTime(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
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.
getNickname() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.
getNotBeforeTime() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
The time before which the JWT MUST NOT be accepted for processing.
getNumericDateClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get Numeric Date claim of given name
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
Returns a ServletOutputStream suitable for writing binary data in the response.
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
Deprecated.
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.
getPhoneNumber() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
getPhoneNumberVerified() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
getPicture() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 QNames of service endpoints grouped by this service
getPorts() - Method in class jakarta.xml.ws.spi.ServiceDelegate
Returns an Iterator for the list of QNames 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.
getPreferredUsername() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.
getProfile() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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 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.ServletConnection
Obtain the name of the protocol as presented to the server after the removal, if present, of any TLS or similar encryption.
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.
getProtocolConnectionId() - Method in interface jakarta.servlet.ServletConnection
Obtain the connection identifier for the network connection to the server that is being used for the ServletRequest from which this ServletConnection was obtained as defined by the protocol in use.
getProtocolRequestId() - Method in interface jakarta.servlet.ServletRequest
Obtain the request identifier for this request as defined by the protocol in use.
getProtocolRequestId() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the protocol defined request ID, if any, for the wrapped request.
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.
getProviderMetadata() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
 
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.
getReadTimeout() - Method in class jakarta.xml.soap.SOAPConnection
Returns setting for read timeout.
getRealPath(String) - Method in interface jakarta.servlet.ServletContext
Gets the real path corresponding to the given virtual path.
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.
getRefreshToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
 
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) of the remote end of the connection on which the request was received.
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 address returned by ServletRequest.getRemoteAddr().
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 the remote end of the connection on which the request was received.
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
Gets the request that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
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 if the header exists on the current request.
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.
getRequestId() - Method in interface jakarta.servlet.ServletRequest
Obtain a unique (within the lifetime of the Servlet container) identifier string for this request.
getRequestId() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the request ID for the wrapped 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 complete URI under which this session was opened, from protocol to query string (if present).
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.
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
Gets the response that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
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
Deprecated.
As of JSP 2.1, replaced by Throwable.getCause()
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.
getRunEnd(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
The time, in the specified time-zone, at which the most recent execution of the task completed running.
getRunStart() - Method in interface jakarta.enterprise.concurrent.LastExecution
The last time in which the task started running.
getRunStart(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
The time, in the specified time-zone, at which the most recent execution of 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
Get RxInvoker implementation instance.
getSameSite() - Method in class jakarta.ws.rs.core.NewCookie
Returns the value of the SameSite attribute for this cookie or null if the attribute is not set.
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.
getScheduledStart(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
The time, in the specified time-zone, at which the most recent execution of the task was expected to start, per its schedule.
getSchema() - Method in class jakarta.xml.bind.Binder
Gets the last Schema object (including null) set by the Binder.setSchema(Schema) method.
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 Schema object being used to perform marshal-time validation.
getSchema() - Method in interface jakarta.xml.bind.Unmarshaller
Get the JAXP 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 interface jakarta.security.enterprise.identitystore.openid.AccessToken
Optional.
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 synchronization 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.
getServletConfig() - Method in class jakarta.servlet.GenericServlet
Returns this servlet's ServletConfig object.
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.
getServletConnection() - Method in interface jakarta.servlet.ServletRequest
Obtain details of the network connection to the Servlet container that is being used by this request.
getServletConnection() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the connection information for the wrapped request.
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.
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.
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() - 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.
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
Deprecated.
Automatic discovery of resources and providers or the getClasses method is preferred over getSingletons.
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 file.
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.websocket.ClientEndpointConfig
Return the SSLContext to be used to establish a WebSocket (wss) connection to the server.
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
The default behaviour of this method is to call HttpServletResponse.getStatus() on the wrapped response object.
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.
getStoredValue(HttpServletRequest, HttpServletResponse, String) - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
Retrieves the Stored value from Storage Controller.
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.
getStringClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
Get String claim of given name
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.
getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
The principal that is the subject of the JWT.
getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
Subject Identifier.
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..
getThreadContextType() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
Returns a human readable identifier for the type of thread context that is captured by this ThreadContextProvider implementation.
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.
getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
 
getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
 
getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.RefreshToken
The refresh token
getTokenType() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
Gets the token type value.
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
The default behaviour of this method is to call HttpServletResponse.getTrailerFields() on the wrapped response object.
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() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
 
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.ImportELResolver
Always returns null since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#getType(ELContext, Object, Object).
getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always returns null since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#getType(ELContext, Object, Object).
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.
getUpdatedAt() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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
Deprecated.
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() - 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.ImportELResolver
If the base object is null, searches the Class and static imports for an import with the given name and returns it if an import exists with the given name.
getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always returns null since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#getValue(ELContext, Object, 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 if an 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
 
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
Deprecated.
As of JSP 2.1, replaced by ELContext#getELResolver, which can be obtained by jspContext.getELContext().getELResolver().
getVariant() - Method in class jakarta.ws.rs.client.Entity
Get entity variant information.
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
Deprecated.
This is no longer required with RFC 6265
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 Strings 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.
getWebsite() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
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.HttpAuthenticationMechanismWrapper
Returns the object that's being wrapped.
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.
getZoneId() - Method in class jakarta.enterprise.concurrent.CronTrigger
Returns the timezone to use for ZonedDateTime that is supplied to the getNextRunTime and skipRun methods.
getZoneId() - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
Returns the timezone to use for the ZonedDateTime that is supplied to the getNextRunTime and skipRun methods.
getZoneinfo() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
 
GIVEN_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
GRANT_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.
GROUPS - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.

H

Handle - Interface in jakarta.ejb
The Handle interface is implemented by all enterprise bean object handles.
handle(HttpExchange) - Method in class jakarta.xml.ws.spi.http.HttpHandler
Handles a given request and generates an appropriate response.
HandleDelegate - Interface in jakarta.ejb.spi
The HandleDelegate interface is implemented by the enterprise bean container.
handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.util.ValidationEventCollector
 
handleEvent(ValidationEvent) - Method in interface jakarta.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
handleFault(C) - Method in interface jakarta.xml.ws.handler.Handler
The handleFault method is invoked for fault message processing.
handleMessage(C) - Method in interface jakarta.xml.ws.handler.Handler
The handleMessage method is invoked for normal processing of inbound and outbound messages.
handlePageException(Exception) - Method in class jakarta.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class jakarta.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
Handler<C extends MessageContext> - Interface in jakarta.xml.ws.handler
The Handler interface is the base interface for Jakarta XML Web Services handlers.
handler - Variable in class jakarta.xml.ws.spi.http.HttpContext
The handler to set for this context.
HandlerChain - Annotation Type in jakarta.jws
Associates the Web Service with an externally defined handler chain.
handleResponse(Response<T>) - Method in interface jakarta.xml.ws.AsyncHandler
Called when the response to an asynchronous operation is available.
HandlerResolver - Interface in jakarta.xml.ws.handler
HandlerResolver is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.
HandlesTypes - Annotation Type in jakarta.servlet.annotation
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
handleTimeout(AsyncResponse) - Method in interface jakarta.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
HandshakeRequest - Interface in jakarta.websocket.server
The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.
HandshakeResponse - Interface in jakarta.websocket
The handshake response represents the WebSocket-defined HTTP response that is the response to the opening handshake request.
hasAccessToWebResource(String, String...) - Method in interface jakarta.security.enterprise.SecurityContext
Checks whether the caller has access to the provided "web resource" using the given methods, as specified by section 13.8 of the Servlet specification.
hasDetail() - Method in interface jakarta.xml.soap.SOAPFault
Returns true if this SOAPFault has a Detail subelement and false otherwise.
hasDynamicAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Check if there is an entity available in the request.
hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Check if there is a non-empty entity input stream is available in the response message.
hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Check if there is a non-empty entity input stream available in the request message.
hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Check if there is an entity available in the response.
hasEntity() - Method in class jakarta.ws.rs.core.Response
Check if there is an entity available in the response.
hasEvents() - Method in class jakarta.xml.bind.util.ValidationEventCollector
Returns true if this event collector contains at least one ValidationEvent.
hasFault() - Method in interface jakarta.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hashCode() - Method in interface jakarta.resource.cci.Record
Returns the hash code for the Record instance.
hashCode() - Method in interface jakarta.resource.spi.ConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
Returns the hash code for the ManagedConnectionFactory
hashCode() - Method in interface jakarta.resource.spi.security.GenericCredential
Deprecated.
Returns the hash code for this GenericCredential
hashCode() - Method in class jakarta.resource.spi.security.PasswordCredential
Returns the hash code for this PasswordCredential
hashCode() - Method in class jakarta.servlet.http.Cookie
 
hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
hashCode() - Method in class jakarta.ws.rs.client.Entity
 
hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
hashCode() - Method in class jakarta.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class jakarta.ws.rs.core.Cookie
Generate a hash code by hashing all of the cookies properties.
hashCode() - Method in class jakarta.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
 
hashCode() - Method in class jakarta.ws.rs.core.GenericType
 
hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
 
hashCode() - Method in class jakarta.ws.rs.core.MediaType
Generate a hash code from the type, subtype and parameters.
hashCode() - Method in class jakarta.ws.rs.core.NewCookie
Generate a hash code by hashing all of the properties.
hashCode() - Method in class jakarta.ws.rs.core.Variant
Generate hash code from variant properties.
hasLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Check if link for relation exists.
hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Check if link for relation exists.
hasLink(String) - Method in class jakarta.ws.rs.core.Response
Check if link for relation exists.
hasMoreResults() - Method in interface jakarta.persistence.StoredProcedureQuery
Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
hasNext() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.
hasOriginalRequestAndResponse() - Method in interface jakarta.servlet.AsyncContext
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
hasProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Returns true if the property with the given name is registered in the current request/response exchange context, or false if there is no property by that name.
hasProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Returns true if the property with the given name is registered in the current request/response exchange context, or false if there is no property by that name.
hasProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
Check whether the property with a given name is configured.
hasProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Returns true if the property with the given name is registered in the current request/response exchange context, or false if there is no property by that name.
hasProperty(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Returns whether the property with the given name is configured, either explicitly or by default.
hasRetryAfter() - Method in exception jakarta.ws.rs.ServiceUnavailableException
Check if the underlying response contains the information on when is it possible to HttpHeaders.RETRY_AFTER retry the request.
hasSingleIdAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Whether the identifiable type has a single id attribute.
hasVersionAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Whether the identifiable type has a version attribute.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
head() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
head() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP HEAD method for the current request.
head() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP HEAD method for the current request synchronously.
HEAD - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP HEAD method.
header(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add an arbitrary header.
header(String, String...) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Adds a new header or replaces a previously added header and sets the header value(s).
header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add an arbitrary header.
HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
Header decorator filter/interceptor priority.
HeaderParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
headers(MultivaluedMap<String, String>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Adds new headers or replaces previously added headers.
HeuristicCommitException - Exception in jakarta.transaction
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception jakarta.transaction.HeuristicCommitException
 
HeuristicCommitException(String) - Constructor for exception jakarta.transaction.HeuristicCommitException
 
HeuristicMixedException - Exception in jakarta.transaction
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixedException() - Constructor for exception jakarta.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception jakarta.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in jakarta.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception jakarta.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception jakarta.transaction.HeuristicRollbackException
 
HexBinaryAdapter - Class in jakarta.xml.bind.annotation.adapters
XmlAdapter for xs:hexBinary.
HexBinaryAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
 
HintsContext - Class in jakarta.resource.spi.work
A standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the Work to the WorkManager.
HintsContext() - Constructor for class jakarta.resource.spi.work.HintsContext
 
Holder<T> - Class in jakarta.xml.ws
Holds a value of type T.
Holder() - Constructor for class jakarta.xml.ws.Holder
Creates a new holder with a null value.
Holder(T) - Constructor for class jakarta.xml.ws.Holder
Create a new holder with the specified value.
HomeHandle - Interface in jakarta.ejb
The HomeHandle interface is implemented by all home object handles.
HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
host(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI host.
host(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the host to be used.
HOST - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the hostname or IP address an application is bound to.
host() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the host to be used.
hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
hour(String) - Method in class jakarta.ejb.ScheduleExpression
Set the hour attribute.
hour(int) - Method in class jakarta.ejb.ScheduleExpression
Set the hour attribute.
hours(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the hours cron field, overwriting any previous value for hours.
hours(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the hours cron field, overwriting any previous value for hours.
html(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/html" entity.
HTTP_BINDING - Static variable in interface jakarta.xml.ws.http.HTTPBinding
A constant representing the identity of the XML/HTTP binding.
HTTP_REQUEST_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP request headers.
HTTP_REQUEST_METHOD - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP request method.
HTTP_RESPONSE_CODE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP response status code.
HTTP_RESPONSE_HEADERS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: HTTP response headers.
HttpAuthenticationMechanism - Interface in jakarta.security.enterprise.authentication.mechanism.http
HttpAuthenticationMechanism is a mechanism for obtaining a caller's credentials in some way, using the HTTP protocol where necessary.
HttpAuthenticationMechanismWrapper - Class in jakarta.security.enterprise.authentication.mechanism.http
This class is an implementation of the HttpAuthenticationMechanism interface that can be subclassed by developers wishing to provide extra or different functionality.
HttpAuthenticationMechanismWrapper() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
This constructor is intended for proxy usuage only.
HttpAuthenticationMechanismWrapper(HttpAuthenticationMechanism) - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
Constructs the wrapper with the object being delegated to.
HTTPBinding - Interface in jakarta.xml.ws.http
The HTTPBinding interface is an abstraction for the XML/HTTP binding.
HttpConstraint - Annotation Type in jakarta.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol methods for which a corresponding HttpMethodConstraint element does NOT occur within the ServletSecurity annotation.
HttpConstraintElement - Class in jakarta.servlet
Java Class representation of an HttpConstraint annotation value.
HttpConstraintElement() - Constructor for class jakarta.servlet.HttpConstraintElement
Constructs a default HTTP constraint element
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class jakarta.servlet.HttpConstraintElement
Convenience constructor to establish EmptyRoleSemantic.DENY
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
HttpContext - Class in jakarta.xml.ws.spi.http
HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests destined for that path on the associated container.
HttpContext() - Constructor for class jakarta.xml.ws.spi.http.HttpContext
 
HTTPException - Exception in jakarta.xml.ws.http
The HTTPException exception represents a XML/HTTP fault.
HTTPException(int) - Constructor for exception jakarta.xml.ws.http.HTTPException
Constructor for the HTTPException
HttpExchange - Class in jakarta.xml.ws.spi.http
This class encapsulates a HTTP request received and a response to be generated in one exchange.
HttpExchange() - Constructor for class jakarta.xml.ws.spi.http.HttpExchange
 
HttpFilter - Class in jakarta.servlet.http
Provides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.
HttpFilter() - Constructor for class jakarta.servlet.http.HttpFilter
Does nothing, because this is an abstract class.
HttpHandler - Class in jakarta.xml.ws.spi.http
A handler which is invoked to process HTTP requests.
HttpHandler() - Constructor for class jakarta.xml.ws.spi.http.HttpHandler
 
HttpHeaders - Interface in jakarta.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpJspPage - Interface in jakarta.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMessageContext - Interface in jakarta.security.enterprise.authentication.mechanism.http
HttpMessageContext contains all of the per-request state information and encapsulates the client request, server response, container handler for authentication callbacks, and the subject representing the caller.
HttpMessageContextWrapper - Class in jakarta.security.enterprise.authentication.mechanism.http
This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.
HttpMessageContextWrapper(HttpMessageContext) - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
HttpMethod - Annotation Type in jakarta.ws.rs
Associates the name of a HTTP method with an annotation.
HttpMethodConstraint - Annotation Type in jakarta.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.
HttpMethodConstraintElement - Class in jakarta.servlet
Java Class representation of an HttpMethodConstraint annotation value.
HttpMethodConstraintElement(String) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
Constructs an instance with default HttpConstraintElement value.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
Constructs an instance with specified HttpConstraintElement value.
httpOnly(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Whether the cookie will only be visible as part of an HTTP request.
HttpServlet - Class in jakarta.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class jakarta.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletMapping - Interface in jakarta.servlet.http
Allows runtime discovery of the manner in which the HttpServlet for the current HttpServletRequest was invoked.
HttpServletRequest - Interface in jakarta.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in jakarta.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class jakarta.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in jakarta.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in jakarta.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class jakarta.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in jakarta.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in jakarta.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingEvent - Class in jakarta.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to an HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in jakarta.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionEvent - Class in jakarta.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class jakarta.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionIdListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession id changes.
HttpSessionListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession lifecycle changes.
HttpUpgradeHandler - Interface in jakarta.servlet.http
This interface encapsulates the upgrade protocol processing.
HYBRID_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 

I

i - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
i - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
Id - Annotation Type in jakarta.persistence
Specifies the primary key of an entity.
id - Variable in class jakarta.resource.spi.ConnectionEvent
Type of the event
ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the event id.
ID - Static variable in class jakarta.xml.ws.RespectBindingFeature
Constant value identifying the RespectBindingFeature
ID - Static variable in class jakarta.xml.ws.soap.AddressingFeature
Constant value identifying the AddressingFeature
ID - Static variable in class jakarta.xml.ws.soap.MTOMFeature
Constant value identifying the MTOMFeature
ID_TOKEN_HINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
IdClass - Annotation Type in jakarta.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in jakarta.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
IDENTITY - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IDENTITY_NAME - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide a String that identifies the task.
IDENTITY_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
IdentityStore - Interface in jakarta.security.enterprise.identitystore
IdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes.
IdentityStore.ValidationType - Enum in jakarta.security.enterprise.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in jakarta.security.enterprise.identitystore
IdentityStoreHandler is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or more IdentityStores.
IdentityStorePermission - Class in jakarta.security.enterprise.identitystore
Class for IdentityStore permissions.
IdentityStorePermission(String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IdentityStorePermission(String, String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IdentityToken - Interface in jakarta.security.enterprise.identitystore.openid
An Identity token is a security token that is issued in an authentication flow process.
IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IllegalLoopbackException - Exception in jakarta.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalLoopbackException(String) - Constructor for exception jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalStateException - Exception in jakarta.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String, Exception) - Constructor for exception jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason, error code and linked exception.
IllegalStateException(String, String) - Constructor for exception jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException - Exception in jakarta.resource.spi
An IllegalStateException is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation.
IllegalStateException() - Constructor for exception jakarta.resource.spi.IllegalStateException
Constructs a new instance with null as its detail message.
IllegalStateException(String) - Constructor for exception jakarta.resource.spi.IllegalStateException
Constructs a new instance with the specified detail message.
IllegalStateException(Throwable) - Constructor for exception jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified cause.
IllegalStateException(String, Throwable) - Constructor for exception jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and cause.
IllegalStateException(String, String) - Constructor for exception jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and an error code.
IllegalStateRuntimeException - Exception in jakarta.jms
This unchecked exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation, and the method signature does not permit a IllegalStateRuntimeException to be thrown.
IllegalStateRuntimeException(String) - Constructor for exception jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message
IllegalStateRuntimeException(String, String) - Constructor for exception jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message and error code.
IllegalStateRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message, error code and cause
IMMEDIATE - Static variable in interface jakarta.resource.spi.work.WorkManager
A constant to indicate timeout duration.
IMPLICIT_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ImplicitObjectELResolver - Class in jakarta.servlet.jsp.el
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
ImplicitObjectELResolver() - Constructor for class jakarta.servlet.jsp.el.ImplicitObjectELResolver
 
ImportELResolver - Class in jakarta.servlet.jsp.el
Defines variable resolution behavior for Class imports and static imports.
ImportELResolver() - Constructor for class jakarta.servlet.jsp.el.ImportELResolver
 
in(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface jakarta.resource.spi.LazyAssociatableConnectionManager
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
InboundSseEvent - Interface in jakarta.ws.rs.sse
Inbound Server-sent event.
include(String) - Method in class jakarta.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class jakarta.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INCLUDE_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the context path of the target of an include is stored
INCLUDE_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the HttpServletMapping of the target of an include is stored
INCLUDE_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
INDEFINITE - Static variable in interface jakarta.resource.spi.work.WorkManager
A constant to indicate timeout duration.
index() - Method in interface jakarta.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
Index - Annotation Type in jakarta.persistence
Used in schema generation to specify creation of an index.
IndexedRecord<E> - Interface in jakarta.resource.cci
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
IndexedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
Inheritance - Annotation Type in jakarta.persistence
Specifies the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in jakarta.persistence
Defines inheritance strategy options.
Init - Annotation Type in jakarta.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an enterprise bean 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
init(FilterConfig) - Method in interface jakarta.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class jakarta.servlet.GenericFilter
Called by the servlet container to indicate to a filter that it is being placed into service.
init() - Method in class jakarta.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in class jakarta.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class jakarta.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in class jakarta.servlet.http.HttpServlet
 
init(WebConnection) - Method in interface jakarta.servlet.http.HttpUpgradeHandler
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.
init(ServletConfig) - Method in interface jakarta.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(EndpointConfig) - Method in interface jakarta.websocket.Decoder
This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.
init(EndpointConfig) - Method in interface jakarta.websocket.Encoder
This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.
initCause(Throwable) - Method in exception jakarta.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initialize(Map<String, String>) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
Initialize the instance with the parameters it should use to generate and verify password hashes.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
InitParam - Annotation Type in jakarta.jws.soap
Deprecated.
initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
inject(WebServiceContext) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
insertsAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
Instance of the AutoApplySession Interceptor Binding.
INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
Default instance of the LoginToContinue Interceptor Binding.
INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
Default instance of the RememberMe Interceptor Binding.
Interaction - Interface in jakarta.resource.cci
The jakarta.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - Interface in jakarta.resource.cci
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
Interceptor - Annotation Type in jakarta.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in jakarta.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in jakarta.interceptor
Specifies that an annotation type is an interceptor binding type.
InterceptorContext - Interface in jakarta.ws.rs.ext
Interceptors - Annotation Type in jakarta.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
interfaceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the interfaceName as the wsam:InterfaceName element in the wsa:Metadata element.
INTERNAL - Static variable in exception jakarta.resource.spi.work.WorkException
Indicates an internal error condition.
InternalServerErrorException - Exception in jakarta.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
INVALID_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
 
invalidate() - Method in interface jakarta.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
InvalidClientIDException - Exception in jakarta.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String, Exception) - Constructor for exception jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason, error code and linked exception.
InvalidClientIDException(String, String) - Constructor for exception jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidClientIDRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a InvalidClientIDException to be thrown.
InvalidClientIDRuntimeException(String) - Constructor for exception jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message
InvalidClientIDRuntimeException(String, String) - Constructor for exception jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message and error code.
InvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message, error code and cause
InvalidDestinationException - Exception in jakarta.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String, Exception) - Constructor for exception jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason, error code and linked exception.
InvalidDestinationException(String, String) - Constructor for exception jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidDestinationRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature does not permit a InvalidDestinationException to be thrown.
InvalidDestinationRuntimeException(String) - Constructor for exception jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message
InvalidDestinationRuntimeException(String, String) - Constructor for exception jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message and error code.
InvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message, error code and cause
InvalidPropertyException - Exception in jakarta.resource.spi
This exception is thrown to indicate invalid configuration property settings.
InvalidPropertyException() - Constructor for exception jakarta.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(String) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(Throwable) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified cause.
InvalidPropertyException(String, Throwable) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and cause.
InvalidPropertyException(String, String) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and an error code.
InvalidSelectorException - Exception in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String, Exception) - Constructor for exception jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason, error code and linked exception.
InvalidSelectorException(String, String) - Constructor for exception jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
InvalidSelectorRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax, and the method signature does not permit a InvalidSelectorException to be thrown.
InvalidSelectorRuntimeException(String) - Constructor for exception jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message
InvalidSelectorRuntimeException(String, String) - Constructor for exception jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message and error code.
InvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message, error code and cause
InvalidTransactionException - Exception in jakarta.transaction
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for exception jakarta.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception jakarta.transaction.InvalidTransactionException
 
invocation(Link) - Method in interface jakarta.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in jakarta.ws.rs.client
A client request invocation.
Invocation.Builder - Interface in jakarta.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationContext - Interface in jakarta.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
invoke(Writer) - Method in class jakarta.servlet.jsp.tagext.JspFragment
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
invoke() - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
invoke(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation synchronously.
invoke(T) - Method in interface jakarta.xml.ws.Provider
Invokes an operation according to the contents of the request message.
invoke(Method, Object...) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtime calls this method to do the actual web service invocation on endpoint instance.
invokeAsync(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeAsync(T, AsyncHandler<T>) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeOneWay(T) - Method in interface jakarta.xml.ws.Dispatch
Invokes a service operation using the one-way interaction mode.
Invoker - Class in jakarta.xml.ws.spi
Invoker hides the detail of calling into application endpoint implementation.
Invoker() - Constructor for class jakarta.xml.ws.spi.Invoker
 
isActive() - Method in interface jakarta.persistence.EntityTransaction
Indicate whether a resource transaction is in progress.
isAscending() - Method in interface jakarta.persistence.criteria.Order
Whether ascending ordering is in effect.
isAssociation() - Method in interface jakarta.persistence.metamodel.Attribute
Is the attribute an association.
isAsyncStarted() - Method in interface jakarta.servlet.ServletRequest
Checks if this request has been put into asynchronous mode.
isAsyncStarted() - Method in class jakarta.servlet.ServletRequestWrapper
Checks if the wrapped request has been put into asynchronous mode.
isAsyncSupported() - Method in interface jakarta.servlet.ServletRequest
Checks if this request supports asynchronous operation.
isAsyncSupported() - Method in class jakarta.servlet.ServletRequestWrapper
Checks if the wrapped request supports asynchronous operation.
isAuthenticationRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the current call to an authentication mechanism is the result from the application calling SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
isAuthenticationRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isAutoFlush() - Method in class jakarta.servlet.jsp.JspWriter
This method indicates whether the JspWriter is autoFlushing.
isBeforeValidity(Clock, boolean, Duration) - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Check if JWT is before its defined validity
isBodyAssignableTo(Class) - Method in interface jakarta.jms.Message
Returns whether the message body is capable of being assigned to the specified type.
isBound(Parameter<?>) - Method in interface jakarta.persistence.Query
Return a boolean indicating whether a value has been bound to the parameter.
isCalendarTimer() - Method in interface jakarta.ejb.Timer
Return whether this timer is a calendar-based timer.
isCallerInRole(String) - Method in interface jakarta.ejb.EJBContext
Test if the caller has a given security role.
isCallerInRole(String) - Method in interface jakarta.security.enterprise.SecurityContext
Checks whether the authenticated caller is included in the specified logical application "role".
isCancelled() - Method in class jakarta.ejb.AsyncResult
This method should not be called.
isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
 
isCleared() - Method in interface jakarta.security.enterprise.credential.Credential
Determines whether the credential value has been securely cleared.
isClosed() - Method in class jakarta.ws.rs.core.Response
Check if the response is closed.
isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
Check if the stream has been closed already.
isCollection() - Method in interface jakarta.persistence.metamodel.Attribute
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
isComment() - Method in interface jakarta.xml.soap.Text
Retrieves whether this Text object represents a comment.
isCommitted() - Method in interface jakarta.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isCompoundSelection() - Method in interface jakarta.persistence.criteria.Selection
Whether the selection item is a compound selection.
isContextSupported(Class<? extends WorkContext>) - Method in interface jakarta.resource.spi.BootstrapContext
A resource adapter can check an application server's support for a particular WorkContext type through this method.
isCorrelated() - Method in interface jakarta.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isCurrentThreadShutdown() - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Utility method for checking the isShutdown() value of the current thread if it is a ManageableThread created from ManagedThreadFactory.newThread() .
isDeferredMethod() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a MethodExpression so that expression evaluation can be deferred.
isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a ValueExpression so that expression evaluation can be deferred.
isDeliveryTransacted(Method) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint or a target method in the Class returned by the getBeanClass method, will be transacted or not.
isDistinct() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isDone() - Method in class jakarta.ejb.AsyncResult
This method should not be called.
isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isElement(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
Return true if object represents a Jakarta XML Binding element.
isEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is empty.
isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEnabled() - Method in class jakarta.xml.ws.WebServiceFeature
Returns true if this feature is enabled.
isExpired() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
Checks if the Access Token is expired, taking into account the min validity time configured by the user.
isExpired() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
Checks if the Identity Token is expired.
isExpired(Clock, boolean, Duration) - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Check if JWT is expired
isFalse(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isFinished() - Method in class jakarta.servlet.ServletInputStream
Returns true when all the data from the stream has been read else it returns false.
isFirst() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isFormattedOutput() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the formatted output flag.
isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isFragment() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the fragment flag.
isGlobalScope() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this xml element declaration is global.
isHttpOnly() - Method in class jakarta.servlet.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in interface jakarta.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isId() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Is the attribute an id attribute.
isIdentical(EJBLocalObject) - Method in interface jakarta.ejb.EJBLocalObject
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
isIdentical(EJBObject) - Method in interface jakarta.ejb.EJBObject
Test if a given enterprise bean object is identical to the invoked enterprise bean object.
isJoinedToTransaction() - Method in interface jakarta.persistence.EntityManager
Determine whether the entity manager is joined to the current transaction.
isJWT() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
Signify, if access token is JWT based, or opaque.
isLast() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLimitedByMaxRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns true if the query was limited by a maximum row setting
isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUtil
Determine the load state of a given persistent attribute.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMTOMEnabled() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Returns true if the use of MTOM is enabled.
isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
isNegated() - Method in interface jakarta.persistence.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNew() - Method in interface jakarta.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewAuthentication() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isNil() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this element instance content model is nil.
isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNotEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is not empty.
isNotMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is not null.
isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
isNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is null.
isOK() - Method in class jakarta.websocket.SendResult
Determines if this result is ok or not.
isOpen() - Method in interface jakarta.persistence.EntityManager
Determine whether the entity manager is open.
isOpen() - Method in interface jakarta.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOpen() - Method in interface jakarta.websocket.Session
Return true if and only if the underlying socket is open.
isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
Check if this event source instance has already been opened.
isOptional() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Can the attribute be null.
isPermanent() - Method in exception jakarta.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in interface jakarta.ejb.Timer
Return whether this timer has persistent semantics.
isPersistent() - Method in class jakarta.ejb.TimerConfig
Return whether the timer is persistent.
isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
isProtected() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
Determine if this is a provider for the given RxInvoker subclass.
isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isPublished() - Method in class jakarta.xml.ws.Endpoint
Returns true if the endpoint is in the published state.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReadOnly(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 true to indicate that implicit objects cannot be overwritten.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
Always returns false since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#isReadOnly(ELContext, Object, Object).
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always returns false since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#isReadOnly(ELContext, Object, Object).
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns false to indicate that scoped attributes are never read-only.
isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
isReady() - Method in class jakarta.servlet.ServletInputStream
Returns true if data can be read without blocking else returns false.
isReady() - Method in class jakarta.servlet.ServletOutputStream
Returns true if data can be written without blocking else returns false.
isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
Check if the connection retry time has been set in the event.
isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular JAX-RS component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a JAX-RS component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegisterSession() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Check if the runtime has been asked to register an authentication session duing the current request.
isRegisterSession() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
isRememberMeExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
 
isRequestedSessionIdFromCookie() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as an HTTP cookie.
isRequestedSessionIdFromCookie() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as part of the request URL.
isRequestedSessionIdFromURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdValid() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequired() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is required.
isRequired() - Method in class jakarta.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
isSecure() - Method in interface jakarta.servlet.ServletConnection
Determine whether or not the incoming network connection to the server used encryption or not.
isSecure() - Method in interface jakarta.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - Method in interface jakarta.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as secure even if the request that initiated the corresponding session is using plain HTTP instead of HTTPS.
isSecure() - Method in interface jakarta.websocket.Session
Return true if and only if the underlying socket is using a secure transport.
isSecure() - Method in class jakarta.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "session".
isShutdown() - Method in interface jakarta.enterprise.concurrent.ManageableThread
This method is used by the application component provider to check whether a thread created by the newThread method of ManagedThreadFactory has been marked for shut down.
isStatelessSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "stateless session".
ISSUER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ISSUER_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isTrailerFieldsReady() - Method in interface jakarta.servlet.http.HttpServletRequest
Return a boolean indicating whether trailer fields are ready to read using HttpServletRequest.getTrailerFields().
isTrailerFieldsReady() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call isTrailerFieldsReady on the wrapped request object.
isTrue(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing for a true value.
isTypeSubstituted() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
isUserInRole(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface jakarta.websocket.server.HandshakeRequest
Checks whether the current user is in the given role.
isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Indicates whether an authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface jakarta.xml.ws.WebServiceContext
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
isValid() - Method in interface jakarta.security.enterprise.credential.Credential
Determines whether the credential is valid.
isValid() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Check JWT validity against current time with 1MIN clock skew.
isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isVersion() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Is the attribute a version attribute.
isVisible(Field) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
isWeak() - Method in class jakarta.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWhiteSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
returns true if the specified char is a white space character.
isWhiteSpaceExceptSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
Returns true if the specified char is a white space character but not 0x20.
isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWrapperFor(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps the given ServletRequest instance.
isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps a ServletRequest of the given class type.
isWrapperFor(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps the given ServletResponse instance.
isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps a ServletResponse of the given class type.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
Read-only property that returns true if Jakarta XML Binding marshaller should enable XOP creation.
isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
Read-only property that returns true if Jakarta XML Binding unmarshaller needs to perform XOP processing.
itemExists(String) - Method in interface jakarta.jms.MapMessage
Indicates whether an item exists in this MapMessage object.
itemId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
IteratedExpression - Class in jakarta.servlet.jsp.jstl.core
 
IteratedExpression(ValueExpression, String) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
iteratedExpression - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
IteratedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IteratedValueExpression(IteratedExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
IterationTag - Interface in jakarta.servlet.jsp.tagext
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.

J

jakarta.annotation - package jakarta.annotation
This package defines the common annotations.
jakarta.annotation.security - package jakarta.annotation.security
This package contains the security common annotations.
jakarta.annotation.sql - package jakarta.annotation.sql
 
jakarta.ejb - package jakarta.ejb
 
jakarta.ejb.embeddable - package jakarta.ejb.embeddable
 
jakarta.ejb.spi - package jakarta.ejb.spi
 
jakarta.enterprise.concurrent - package jakarta.enterprise.concurrent
Classes and interfaces that make up the Jakarta Concurrency specification.
jakarta.enterprise.concurrent.spi - package jakarta.enterprise.concurrent.spi
Interfaces for third-party providers of thread context to implement.
jakarta.interceptor - package jakarta.interceptor
 
jakarta.jms - package jakarta.jms
 
jakarta.json.bind - package jakarta.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
jakarta.json.bind.adapter - package jakarta.json.bind.adapter
Defines adapter related classes.
jakarta.json.bind.annotation - package jakarta.json.bind.annotation
Defines annotations for customizing the mapping between Java program elements and JSON documents.
jakarta.json.bind.config - package jakarta.json.bind.config
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
jakarta.json.bind.serializer - package jakarta.json.bind.serializer
Defines serializer depending classes.
jakarta.json.bind.spi - package jakarta.json.bind.spi
Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.
jakarta.jws - package jakarta.jws
This package defines annotations for light-weight web services programming model.
jakarta.jws.soap - package jakarta.jws.soap
This package defines annotations for SOAP binding definition within light-weight web services programming model.
jakarta.persistence - package jakarta.persistence
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
jakarta.persistence.criteria - package jakarta.persistence.criteria
Jakarta Persistence Criteria API
jakarta.persistence.metamodel - package jakarta.persistence.metamodel
Jakarta Persistence Metamodel API
jakarta.persistence.spi - package jakarta.persistence.spi
SPI for Jakarta Persistence providers
jakarta.resource - package jakarta.resource
The jakarta.resource package is the top-level package for the Jakarta™ Connectors specification.
jakarta.resource.cci - package jakarta.resource.cci
The jakarta.resource.cci package contains API specification for the Common Client Interface (CCI).
jakarta.resource.spi - package jakarta.resource.spi
The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.
jakarta.resource.spi.endpoint - package jakarta.resource.spi.endpoint
This package contains system contracts for service endpoint interactions.
jakarta.resource.spi.security - package jakarta.resource.spi.security
The jakarta.resource.spi.security package contains APIs for the security management contract.
jakarta.resource.spi.work - package jakarta.resource.spi.work
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
jakarta.security.enterprise - package jakarta.security.enterprise
The main Jakarta Security package.
jakarta.security.enterprise.authentication.mechanism.http - package jakarta.security.enterprise.authentication.mechanism.http
The HTTP authentication mechanism API package.
jakarta.security.enterprise.authentication.mechanism.http.openid - package jakarta.security.enterprise.authentication.mechanism.http.openid
 
jakarta.security.enterprise.credential - package jakarta.security.enterprise.credential
The Identity Store Credential API package.
jakarta.security.enterprise.identitystore - package jakarta.security.enterprise.identitystore
The identity store API package.
jakarta.security.enterprise.identitystore.openid - package jakarta.security.enterprise.identitystore.openid
 
jakarta.servlet - package jakarta.servlet
 
jakarta.servlet.annotation - package jakarta.servlet.annotation
 
jakarta.servlet.descriptor - package jakarta.servlet.descriptor
 
jakarta.servlet.http - package jakarta.servlet.http
 
jakarta.servlet.jsp - package jakarta.servlet.jsp
 
jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
 
jakarta.servlet.jsp.jstl.core - package jakarta.servlet.jsp.jstl.core
 
jakarta.servlet.jsp.jstl.fmt - package jakarta.servlet.jsp.jstl.fmt
 
jakarta.servlet.jsp.jstl.sql - package jakarta.servlet.jsp.jstl.sql
 
jakarta.servlet.jsp.jstl.tlv - package jakarta.servlet.jsp.jstl.tlv
 
jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
 
jakarta.transaction - package jakarta.transaction
 
jakarta.websocket - package jakarta.websocket
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
jakarta.websocket.server - package jakarta.websocket.server
This package contains all the Jakarta WebSocket APIs used only by server side applications.
jakarta.ws.rs - package jakarta.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
jakarta.ws.rs.client - package jakarta.ws.rs.client
The JAX-RS client API
jakarta.ws.rs.container - package jakarta.ws.rs.container
Container-specific JAX-RS API.
jakarta.ws.rs.core - package jakarta.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
jakarta.ws.rs.ext - package jakarta.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
jakarta.ws.rs.sse - package jakarta.ws.rs.sse
Server-Sent Events related API.
jakarta.xml.bind - package jakarta.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
jakarta.xml.bind.annotation - package jakarta.xml.bind.annotation
Defines annotations for customizing Java program elements to XML Schema mapping.
jakarta.xml.bind.annotation.adapters - package jakarta.xml.bind.annotation.adapters
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding.
jakarta.xml.bind.attachment - package jakarta.xml.bind.attachment
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
jakarta.xml.bind.helpers - package jakarta.xml.bind.helpers
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of the jakarta.xml.bind interfaces.
jakarta.xml.bind.tests - package jakarta.xml.bind.tests
 
jakarta.xml.bind.util - package jakarta.xml.bind.util
Useful client utility classes.
jakarta.xml.soap - package jakarta.xml.soap
Provides the API for creating and building SOAP messages.
jakarta.xml.ws - package jakarta.xml.ws
This package contains the core Jakarta XML Web Services APIs.
jakarta.xml.ws.handler - package jakarta.xml.ws.handler
This package defines APIs for message handlers.
jakarta.xml.ws.handler.soap - package jakarta.xml.ws.handler.soap
This package defines APIs for SOAP message handlers.
jakarta.xml.ws.http - package jakarta.xml.ws.http
This package defines APIs specific to the HTTP binding.
jakarta.xml.ws.soap - package jakarta.xml.ws.soap
This package defines APIs specific to the SOAP binding.
jakarta.xml.ws.spi - package jakarta.xml.ws.spi
This package defines SPIs for Jakarta XML Web Services.
jakarta.xml.ws.spi.http - package jakarta.xml.ws.spi.http
Provides HTTP SPI that is used for portable deployment of Jakarta XML Web Services in containers (for example servlet containers).
jakarta.xml.ws.wsaddressing - package jakarta.xml.ws.wsaddressing
This package defines APIs related to WS-Addressing.
JAXB - Class in jakarta.xml.bind
Class that defines convenience methods for common, simple use of Jakarta XML Binding.
JAXB_CONTEXT_FACTORY - Static variable in class jakarta.xml.bind.JAXBContext
The name of the property that contains the name of the class capable of creating new JAXBContext objects.
JAXB_ENCODING - Static variable in interface jakarta.xml.bind.Marshaller
The name of the property used to specify the output encoding in the marshalled XML data.
JAXB_FORMATTED_OUTPUT - Static variable in interface jakarta.xml.bind.Marshaller
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
JAXB_FRAGMENT - Static variable in interface jakarta.xml.bind.Marshaller
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface jakarta.xml.bind.Marshaller
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
JAXB_SCHEMA_LOCATION - Static variable in interface jakarta.xml.bind.Marshaller
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
JaxbAdapter() - Constructor for class jakarta.ws.rs.core.Link.JaxbAdapter
Deprecated.
 
JAXBContext - Class in jakarta.xml.bind
The JAXBContext class provides the client's entry point to the Jakarta XML Binding API.
JAXBContext() - Constructor for class jakarta.xml.bind.JAXBContext
 
JAXBContextFactory - Interface in jakarta.xml.bind
Factory that creates new JAXBContext instances.
JAXBElement<T> - Class in jakarta.xml.bind
Jakarta XML Binding representation of an Xml Element.
JAXBElement(QName, Class<T>, Class<?>, T) - Constructor for class jakarta.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement(QName, Class<T>, T) - Constructor for class jakarta.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement.GlobalScope - Class in jakarta.xml.bind
Designates global scope for an xml element.
JAXBException - Exception in jakarta.xml.bind
This is the root exception class for all Jakarta XML Binding exceptions.
JAXBException(String) - Constructor for exception jakarta.xml.bind.JAXBException
Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for exception jakarta.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
Construct a JAXBException with a linkedException.
JAXBException(String, Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and linkedException.
JAXBException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.JAXBException
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
JAXBIntrospector - Class in jakarta.xml.bind
Provide access to Jakarta XML Binding xml binding data for a Jakarta XML Binding object.
JAXBIntrospector() - Constructor for class jakarta.xml.bind.JAXBIntrospector
Do-nothing constructor for the derived classes.
JaxbLink() - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
Default constructor needed during unmarshalling.
JaxbLink(URI) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
Construct an instance from a URI and no parameters.
JaxbLink(URI, Map<QName, Object>) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
Construct an instance from a URI and some parameters.
JAXBPermission - Class in jakarta.xml.bind
This class is for Jakarta XML Binding permissions.
JAXBPermission(String) - Constructor for class jakarta.xml.bind.JAXBPermission
Creates a new JAXBPermission with the specified name.
JAXBResult - Class in jakarta.xml.bind.util
JAXP Result implementation that unmarshals a Jakarta XML Binding object.
JAXBResult(JAXBContext) - Constructor for class jakarta.xml.bind.util.JAXBResult
Creates a new instance that uses the specified JAXBContext to unmarshal.
JAXBResult(Unmarshaller) - Constructor for class jakarta.xml.bind.util.JAXBResult
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
JAXBSource - Class in jakarta.xml.bind.util
JAXP Source implementation that marshals a Jakarta XML Binding-generated object.
JAXBSource(JAXBContext, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXBSource(Marshaller, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.client.ClientBuilder
Name of the property identifying the ClientBuilder implementation to be returned from ClientBuilder.newBuilder().
JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.sse.SseEventSource.Builder
Name of the property identifying the SseEventSource.Builder implementation to be returned from SseEventSource.Builder.newBuilder().
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class jakarta.ws.rs.ext.RuntimeDelegate
Name of the property identifying the RuntimeDelegate implementation to be returned from RuntimeDelegate.getInstance().
JMSConnectionFactory - Annotation Type in jakarta.jms
This annotation may be used on a field to specify the JNDI lookup name of a jakarta.jms.ConnectionFactory to be used when injecting a jakarta.jms.JMSContext object.
JMSConnectionFactoryDefinition - Annotation Type in jakarta.jms
An application may use this annotation to specify a Jakarta Messaging ConnectionFactory resource that it requires in its operational environment.
JMSConnectionFactoryDefinitions - Annotation Type in jakarta.jms
Specifies one or more JMSConnectionFactoryDefinition annotations.
JMSConsumer - Interface in jakarta.jms
A client using the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0 uses a JMSConsumer object to receive messages from a queue or topic.
JMSContext - Interface in jakarta.jms
A JMSContext is the main interface in the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0.
JMSDestinationDefinition - Annotation Type in jakarta.jms
An application may use this annotation to specify a Jakarta Messaging Destination resource that it requires in its operational environment.
JMSDestinationDefinitions - Annotation Type in jakarta.jms
Specifies one or more JMSDestinationDefinition annotations.
JMSException - Exception in jakarta.jms
This is the root class of all checked exceptions in the Jakarta Messaging API.
JMSException(String, String, Exception) - Constructor for exception jakarta.jms.JMSException
Constructs a JMSException with the specified reason, error code and linked exception.
JMSException(String, String) - Constructor for exception jakarta.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception jakarta.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSPasswordCredential - Annotation Type in jakarta.jms
This annotation may be used to specify the userName and password to be used when injecting a jakarta.jms.JMSContext object.
JMSProducer - Interface in jakarta.jms
A JMSProducer is a simple object used to send messages on behalf of a JMSContext.
JMSRuntimeException - Exception in jakarta.jms
This is the root class of all unchecked exceptions in the Jakarta Messaging API.
JMSRuntimeException(String, String) - Constructor for exception jakarta.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message and error code.
JMSRuntimeException(String) - Constructor for exception jakarta.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message
JMSRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.JMSRuntimeException
Constructs a JMSRuntimeException with the specified detail message, error code and cause
JMSSecurityException - Exception in jakarta.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String, Exception) - Constructor for exception jakarta.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason, error code and linked exception.
JMSSecurityException(String, String) - Constructor for exception jakarta.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception jakarta.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.
JMSSecurityRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a provider rejects a user name/password submitted by a client, or for any case where a security restriction prevents a method from completing, and the method signature does not permit a JMSSecurityException to be thrown.
JMSSecurityRuntimeException(String) - Constructor for exception jakarta.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message
JMSSecurityRuntimeException(String, String) - Constructor for exception jakarta.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message and error code.
JMSSecurityRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.JMSSecurityRuntimeException
Constructs a JMSSecurityRuntimeException with the specified detail message, error code and cause
JMSSessionMode - Annotation Type in jakarta.jms
This annotation may be used to specify the session mode to be used when injecting a jakarta.jms.JMSContext object.
join(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified single-valued attribute.
join(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified single-valued attribute using the given join type.
join(CollectionAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
join(SetAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
join(ListAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
join(MapAttribute<? super X, K, V>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
join(SetAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
join(ListAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
join(MapAttribute<? super X, K, V>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
join(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified attribute.
join(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified attribute using the given join type.
Join<Z,X> - Interface in jakarta.persistence.criteria
A join to an entity, embeddable, or basic type.
joinCollection(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
joinCollection(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
JoinColumn - Annotation Type in jakarta.persistence
Specifies a column for joining an entity association or element collection.
JoinColumns - Annotation Type in jakarta.persistence
Specifies the mapping for composite foreign keys.
joinList(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
joinList(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
joinMap(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
joinMap(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
joinSet(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
joinSet(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
JoinTable - Annotation Type in jakarta.persistence
Specifies the mapping of associations.
joinTransaction() - Method in interface jakarta.persistence.EntityManager
Indicate to the entity manager that a JTA transaction is active and join the persistence context to it.
JoinType - Enum in jakarta.persistence.criteria
Defines the three types of joins.
json(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/json" entity.
Jsonb - Interface in jakarta.json.bind
Jsonb provides an abstraction over the JSON Binding framework operations:
JsonbAdapter<Original,Adapted> - Interface in jakarta.json.bind.adapter
Allows to define custom mapping for given java type.
JsonbAnnotation - Annotation Type in jakarta.json.bind.annotation
Marks any relevant JSON Binding annotations.
JsonbBuilder - Interface in jakarta.json.bind
JsonbBuilder class provides the client's entry point to the JSON Binding API.
JsonbConfig - Class in jakarta.json.bind
Supported Properties
JsonbConfig() - Constructor for class jakarta.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in jakarta.json.bind.annotation
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
JsonbDateFormat - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom date format to field or JavaBean property.
JsonbDeserializer<T> - Interface in jakarta.json.bind.serializer
Interface representing a custom deserializer for a given type.
JsonbException - Exception in jakarta.json.bind
Root class for all JSON Binding exceptions.
JsonbException(String) - Constructor for exception jakarta.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message.
JsonbException(String, Throwable) - Constructor for exception jakarta.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message and cause.
JsonbNillable - Annotation Type in jakarta.json.bind.annotation
Specifies how fields having null values are serialized into JSON.
JsonbNumberFormat - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom number format to field or JavaBean property.
JsonbProperty - Annotation Type in jakarta.json.bind.annotation
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
JsonbPropertyOrder - Annotation Type in jakarta.json.bind.annotation
Specifies order in which properties are serialized.
JsonbProvider - Class in jakarta.json.bind.spi
Service provider for JSON Binding implementations.
JsonbProvider() - Constructor for class jakarta.json.bind.spi.JsonbProvider
Protected constructor.
JsonbSerializer<T> - Interface in jakarta.json.bind.serializer
Interface representing a custom serializer for given type.
JsonbSubtype - Annotation Type in jakarta.json.bind.annotation
Subtype is tightly bound to the JsonbTypeInfo.
JsonbTransient - Annotation Type in jakarta.json.bind.annotation
Prevents mapping of a Java Bean property, field or type to JSON representation.
JsonbTypeAdapter - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
JsonbTypeDeserializer - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
JsonbTypeInfo - Annotation Type in jakarta.json.bind.annotation
Configuration annotation of the type information handling.
JsonbTypeSerializer - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
JsonbVisibility - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to customize visibility strategy of the JSON Binding.
JspApplicationContext - Interface in jakarta.servlet.jsp
Stores application-scoped information relevant to JSP containers.
JspConfigDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <jsp-config> related configuration of a web application.
JspContext - Class in jakarta.servlet.jsp
JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
Sole constructor.
jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
JspEngineInfo - Class in jakarta.servlet.jsp
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
Sole constructor.
JspException - Exception in jakarta.servlet.jsp
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - Constructor for exception jakarta.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JspException with the specified detail message and cause.
JspException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JspException with the specified cause.
JspFactory - Class in jakarta.servlet.jsp
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
Sole constructor.
JspFragment - Class in jakarta.servlet.jsp.tagext
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
 
JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
jspInit() - Method in interface jakarta.servlet.jsp.JspPage
The jspInit() method is invoked when the JSP page is initialized.
JspPage - Interface in jakarta.servlet.jsp
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspPropertyGroupDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <jsp-property-group> related configuration of a web application.
JspTag - Interface in jakarta.servlet.jsp.tagext
Serves as a base class for Tag and SimpleTag.
JspTagException - Exception in jakarta.servlet.jsp
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException(String) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException with the specified message.
JspTagException() - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException with no message.
JspTagException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspTagException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The version of the JSP specification this tag library is written to.
JspWriter - Class in jakarta.servlet.jsp
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
Protected constructor.
JWKS_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
JwtClaims - Interface in jakarta.security.enterprise.identitystore.openid
Standard JWT claims.

K

key() - Method in interface jakarta.persistence.criteria.MapJoin
Create a path expression that corresponds to the map key.
keys(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the keys of a map.
keySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
keyStore(KeyStore, char[]) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side key store.

L

language(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(Locale) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
languages(Locale...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported languages.
languages(Locale...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the language(s) for this variant.
LAST_EVENT_ID_HEADER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
"Last-Event-ID" HTTP request header name as defined by SSE specification.
LAST_MODIFIED - Static variable in interface jakarta.ws.rs.core.HttpHeaders
LastExecution - Interface in jakarta.enterprise.concurrent
Contains information about the last execution of a task.
lastModified(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
LazyAssociatableConnectionManager - Interface in jakarta.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
lazyEnlist(ManagedConnection) - Method in interface jakarta.resource.spi.LazyEnlistableConnectionManager
This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
LazyEnlistableConnectionManager - Interface in jakarta.resource.spi
This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.
LazyEnlistableManagedConnection - Interface in jakarta.resource.spi
This is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.
LdapIdentityStoreDefinition - Annotation Type in jakarta.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes (together caller identities) in an LDAP store, and make that implementation available as an enabled CDI bean.
LdapIdentityStoreDefinition.LdapSearchScope - Enum in jakarta.security.enterprise.identitystore
Enum representing LDAP search scope values.
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
least(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
LEGACY_DO_HEAD - Static variable in class jakarta.servlet.http.HttpServlet
Deprecated.
may be removed in future releases
length(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return length of a string.
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
LEXICOGRAPHICAL - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is lexicographical.
LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.
like(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
LINK - Static variable in interface jakarta.ws.rs.core.HttpHeaders
Link - Class in jakarta.ws.rs.core
Class representing hypermedia links.
Link() - Constructor for class jakarta.ws.rs.core.Link
 
link(Link) - Method in interface jakarta.ws.rs.core.Link.Builder
Initialize builder using another link.
link(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Initialize builder using another link represented as a string.
link(URI, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a link header.
link(String, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a link header.
Link.Builder - Interface in jakarta.ws.rs.core
Builder class for hypermedia links.
Link.JaxbAdapter - Class in jakarta.ws.rs.core
Deprecated. 
Link.JaxbLink - Class in jakarta.ws.rs.core
Deprecated. 
links(Link...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
ListAttribute<X,E> - Interface in jakarta.persistence.metamodel
Instances of the type ListAttribute represent persistent java.util.List-valued attributes.
Listener() - Constructor for class jakarta.xml.bind.Marshaller.Listener
Do-nothing constructor for the derived classes.
Listener() - Constructor for class jakarta.xml.bind.Unmarshaller.Listener
Do-nothing constructor for the derived classes.
ListJoin<Z,E> - Interface in jakarta.persistence.criteria
The ListJoin 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.List.
literal(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for a literal.
Literal() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
 
ln(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the natural logarithm of its argument.
LoadState - Enum in jakarta.persistence.spi
Load states returned by the ProviderUtil SPI methods.
Lob - Annotation Type in jakarta.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
Local - Annotation Type in jakarta.ejb
Declares the local business interface(s) for a session bean.
LOCAL_TRANSACTION_COMMITTED - Static variable in class jakarta.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was committed on the connection
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class jakarta.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was rolled back on the connection
LOCAL_TRANSACTION_STARTED - Static variable in class jakarta.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was started on the connection
LocalBean - Annotation Type in jakarta.ejb
Designates that a session bean exposes a no-interface view.
localDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current local date.
localDateTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current local datetime.
LOCALE - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify locale globally.
LOCALE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
LocaleSupport - Class in jakarta.servlet.jsp.jstl.fmt
Class which exposes the locale-determination logic for resource bundles through convenience methods.
LocaleSupport() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
 
LocalHome - Annotation Type in jakarta.ejb
Declares the local home or adapted local home interface for a session bean.
LocalizationContext - Class in jakarta.servlet.jsp.jstl.fmt
Class representing an I18N localization context.
LocalizationContext() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an empty I18N localization context.
LocalizationContext(ResourceBundle, Locale) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle and locale.
LocalizationContext(ResourceBundle) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle.
localTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current local time.
LocalTransaction - Interface in jakarta.resource.cci
The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
LocalTransaction - Interface in jakarta.resource.spi
LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
localTransactionCommitted(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
LocalTransactionException - Exception in jakarta.resource.spi
A LocalTransactionException represents various error conditions related to the local transaction management contract.
LocalTransactionException() - Constructor for exception jakarta.resource.spi.LocalTransactionException
Constructs a new instance with null as its detail message.
LocalTransactionException(String) - Constructor for exception jakarta.resource.spi.LocalTransactionException
Constructs a new instance with the specified detail message.
LocalTransactionException(Throwable) - Constructor for exception jakarta.resource.spi.LocalTransactionException
Constructs a new throwable with the specified cause.
LocalTransactionException(String, Throwable) - Constructor for exception jakarta.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and cause.
LocalTransactionException(String, String) - Constructor for exception jakarta.resource.spi.LocalTransactionException
Constructs a new throwable with the specified detail message and an error code.
localTransactionRolledback(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
localTransactionStarted(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
locate(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
location(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the location.
Lock - Annotation Type in jakarta.ejb
Declares a concurrency lock for a singleton session bean with container managed concurrency.
lock(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
lock(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
LockModeType - Enum in jakarta.persistence
Lock modes can be specified by means of passing a LockModeType argument to one of the EntityManager methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method.
LockTimeoutException - Exception in jakarta.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
LockTimeoutException() - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(String) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String, Throwable, Object) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
LockType - Enum in jakarta.ejb
Concurrency lock type for singleton beans with container-managed concurrency.
log(String) - Method in class jakarta.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class jakarta.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface jakarta.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(String, Throwable) - Method in interface jakarta.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
LogicalHandler<C extends LogicalMessageContext> - Interface in jakarta.xml.ws.handler
The LogicalHandler extends Handler to provide typesafety for the message context parameter.
LogicalMessage - Interface in jakarta.xml.ws
The LogicalMessage interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.
LogicalMessageContext - Interface in jakarta.xml.ws.handler
The LogicalMessageContext interface extends MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
login(String, String) - Method in interface jakarta.servlet.http.HttpServletRequest
Validate the provided username and password in the password validation realm used by the web container login mechanism configured for the ServletContext.
login(String, String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LOGIN_HINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
loginPage() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
LoginToContinue - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
The LoginToContinue annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism.
LoginToContinue.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
Supports inline instantiation of the LoginToContinue annotation.
logout() - Method in interface jakarta.servlet.http.HttpServletRequest
Establish null as the value returned when getUserPrincipal, getRemoteUser, and getAuthType is called on the request.
logout() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LogoutDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
LogoutDefinition annotation defines logout and RP session management configuration in openid connect client.
LONGRUNNING_HINT - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to provide hint about whether the task could take a long time to complete.
LONGRUNNING_HINT - Static variable in class jakarta.resource.spi.work.HintsContext
 
lookup(String) - Method in interface jakarta.ejb.EJBContext
Lookup a resource within the java: namespace.
LoopTag - Interface in jakarta.servlet.jsp.jstl.core
The Jakarta Standard Tag Library allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus - Interface in jakarta.servlet.jsp.jstl.core
Exposes the current status of an iteration.
LoopTagSupport - Class in jakarta.servlet.jsp.jstl.core
Base support class to facilitate implementation of iteration tags.
LoopTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Constructs a new LoopTagSupport.
lower(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression for converting a string to lowercase.
LOWER_CASE_WITH_DASHES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with dashes.
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with underscores.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.

M

ManageableThread - Interface in jakarta.enterprise.concurrent
Interface to be implemented by the Jakarta™ EE product providers on threads that are created by calling ThreadFactory.newThread(java.lang.Runnable).
ManagedBean - Annotation Type in jakarta.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.
ManagedConnection - Interface in jakarta.resource.spi
ManagedConnection instance represents a physical connection to the underlying EIS.
ManagedConnectionFactory - Interface in jakarta.resource.spi
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
ManagedConnectionMetaData - Interface in jakarta.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
ManagedExecutorDefinition - Annotation Type in jakarta.enterprise.concurrent
Defines a ManagedExecutorService to be registered in JNDI by the container under the JNDI name that is specified in the ManagedExecutorDefinition.name() attribute.
ManagedExecutorDefinition.List - Annotation Type in jakarta.enterprise.concurrent
Enables multiple ManagedExecutorDefinition annotations on the same type.
ManagedExecutors - Class in jakarta.enterprise.concurrent
Utility methods for classes defined in this package.
ManagedExecutorService - Interface in jakarta.enterprise.concurrent
A manageable version of a ExecutorService.
ManagedScheduledExecutorDefinition - Annotation Type in jakarta.enterprise.concurrent
Defines a ManagedScheduledExecutorService to be registered in JNDI by the container under the JNDI name that is specified in the ManagedScheduledExecutorDefinition.name() attribute.
ManagedScheduledExecutorDefinition.List - Annotation Type in jakarta.enterprise.concurrent
Enables multiple ManagedScheduledExecutorDefinition annotations on the same type.
ManagedScheduledExecutorService - Interface in jakarta.enterprise.concurrent
A manageable version of a ScheduledExecutorService.
managedTask(Runnable, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
ManagedTask - Interface in jakarta.enterprise.concurrent
A task submitted to an ManagedExecutorService or ManagedScheduledExecutorService can optionally implement this interface to provide identifying information about the task, to provide a ManagedTaskListener to get notification of lifecycle events of the task, or to provide additional execution properties.
ManagedTaskListener - Interface in jakarta.enterprise.concurrent
A ManagedTaskListener is used to monitor the state of a task's Future.
ManagedThreadFactory - Interface in jakarta.enterprise.concurrent
A manageable version of a ThreadFactory.
ManagedThreadFactoryDefinition - Annotation Type in jakarta.enterprise.concurrent
Defines a ManagedThreadFactory to be registered in JNDI by the container under the JNDI name that is specified in the ManagedThreadFactoryDefinition.name() attribute.
ManagedThreadFactoryDefinition.List - Annotation Type in jakarta.enterprise.concurrent
Enables multiple ManagedThreadFactoryDefinition annotations on the same type.
ManagedType<X> - Interface in jakarta.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
managedType(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
ManyToMany - Annotation Type in jakarta.persistence
Specifies a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in jakarta.persistence
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
MapAttribute<X,K,V> - Interface in jakarta.persistence.metamodel
Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.
MapJoin<Z,K,V> - Interface in jakarta.persistence.criteria
The MapJoin 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.Map.
MapKey - Annotation Type in jakarta.persistence
Specifies the map key for associations of type java.util.Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Type in jakarta.persistence
Specifies the type of the map key for associations of type java.util.Map.
MapKeyColumn - Annotation Type in jakarta.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Type in jakarta.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Type in jakarta.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Type in jakarta.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Type in jakarta.persistence
This annotation must be specified for persistent map keys of type Date and Calendar.
MapMessage - Interface in jakarta.jms
A MapMessage object is used to send a set of name-value pairs.
MappedRecord<K,V> - Interface in jakarta.resource.cci
The interface jakarta.resource.cci.MappedRecord is used for key-value map based representation of record elements.
MappedSuperclass - Annotation Type in jakarta.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
MappedSuperclassType<X> - Interface in jakarta.persistence.metamodel
Instances of the type MappedSuperclassType represent mapped superclass types.
MappingMatch - Enum in jakarta.servlet.http
Enumeration of Servlet mapping types.
MapsId - Annotation Type in jakarta.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Deprecated.
Convert a Link into a Link.JaxbLink.
marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
No-op.
marshal(byte[]) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
No-op.
marshal(BoundType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
Convert a bound type to a value type.
marshal(ElementT, ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.
marshal(Element, ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
 
marshal(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
Marshal a Jakarta XML Binding object tree to a new XML document.
marshal(Object, OutputStream) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URL) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URI) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, String) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, OutputStream) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Writer) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into an output stream.
marshal(Object, File) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a file.
marshal(Object, Writer) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a Writer.
marshal(Object, ContentHandler) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into SAX2 events.
marshal(Object, Node) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a DOM tree.
marshal(Object, XMLStreamWriter) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter.
marshal(Object, XMLEventWriter) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
MarshalException - Exception in jakarta.xml.bind
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Marshaller - Interface in jakarta.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener - Class in jakarta.xml.bind
Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
max(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
MAX_AGE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
maxAge(int) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the maximum age of the the cookie in seconds.
MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
The value of a type or subtype wildcard "*".
mediaType(MediaType) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the media type for the EntityPart.
mediaType(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Convenience method for setting the media type for the EntityPart.
MediaType - Class in jakarta.ws.rs.core
An abstraction for a media type.
MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and "charset" parameter.
MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the media type of the event data.
mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
merge(T) - Method in interface jakarta.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
Message - Interface in jakarta.jms
The Message interface is the root interface of all Jakarta Messaging messages.
MESSAGE_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: message direction, true for outbound messages, false for inbound.
MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
MessageConsumer - Interface in jakarta.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageContext - Interface in jakarta.xml.ws.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext.Scope - Enum in jakarta.xml.ws.handler
Property scope.
MessageDriven - Annotation Type in jakarta.ejb
Component-defining annotation for a message driven bean.
MessageDrivenBean - Interface in jakarta.ejb
The MessageDrivenBean interface defines methods that the enterprise bean container uses to notify a message driven bean instance of the instance's life cycle events.
MessageDrivenContext - Interface in jakarta.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
MessageEndpoint - Interface in jakarta.resource.spi.endpoint
This defines a contract for a message endpoint.
MessageEndpointFactory - Interface in jakarta.resource.spi.endpoint
This serves as a factory for creating message endpoints.
MessageEOFException - Exception in jakarta.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String, Exception) - Constructor for exception jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason, error code and linked exception.
MessageEOFException(String, String) - Constructor for exception jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFactory - Class in jakarta.xml.soap
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
Default constructor.
MessageFormatException - Exception in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String, Exception) - Constructor for exception jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason, error code and linked exception.
MessageFormatException(String, String) - Constructor for exception jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageFormatRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging application attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type, and the method signature does not permit a MessageFormatException to be thrown.
MessageFormatRuntimeException(String) - Constructor for exception jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message
MessageFormatRuntimeException(String, String) - Constructor for exception jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message and error code.
MessageFormatRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message, error code and cause
MessageHandler - Interface in jakarta.websocket
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
MessageHandler.Partial<T> - Interface in jakarta.websocket
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
MessageHandler.Whole<T> - Interface in jakarta.websocket
This kind of handler is notified by the container on arrival of a complete message.
MessageListener - Interface in jakarta.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageListener - Interface in jakarta.resource.cci
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
MessageNotReadableException - Exception in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to read a write-only message.
MessageNotReadableException(String, String, Exception) - Constructor for exception jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason, error code and linked exception.
MessageNotReadableException(String, String) - Constructor for exception jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - Exception in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableException(String, String, Exception) - Constructor for exception jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason, error code and linked exception.
MessageNotWriteableException(String, String) - Constructor for exception jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageNotWriteableRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableRuntimeException(String, String) - Constructor for exception jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason and error code.
MessageNotWriteableRuntimeException(String) - Constructor for exception jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason.
MessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified detail message, error code and cause
MessageProducer - Interface in jakarta.jms
A client uses a MessageProducer object to send messages to a destination.
metadata(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the metadataElement to the W3CEndpointReference instance's wsa:Metadata element.
Metamodel - Interface in jakarta.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
method(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the method to be used for the push.
method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
MIDDLE_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
MimeHeader - Class in jakarta.xml.soap
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class jakarta.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - Class in jakarta.xml.soap
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class jakarta.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
min(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
minute(String) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
minute(int) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
minutes(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the minutes cron field, overwriting any previous value for minutes.
minutes(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the minutes cron field, overwriting any previous value for minutes.
mod(Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
mod(Expression<Integer>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
mod(Integer, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
MODULES - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the set of modules to be initialized.
month(String) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
month(int) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
months(Month...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the month cron field, overwriting any previous value for month.
months(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the months cron field, overwriting any previous value for months.
MTOM - Annotation Type in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature - Class in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature() - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Create an MTOMFeature.
MTOMFeature(boolean) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(boolean, int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "multipart/form-data" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "multipart/form-data" media type.
MultipartConfig - Annotation Type in jakarta.servlet.annotation
Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
MultipartConfigElement - Class in jakarta.servlet
Java Class represntation of an MultipartConfig annotation value.
MultipartConfigElement(String) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with defaults for all but location.
MultipartConfigElement(String, long, long, int) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with all values specified.
MultipartConfigElement(MultipartConfig) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance from a MultipartConfig annotation value.
multiselect(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
MultivaluedHashMap<K,V> - Class in jakarta.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in jakarta.ws.rs.core
A map of key-values pairs.

N

name - Variable in class jakarta.resource.spi.work.HintsContext
 
NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event name.
name - Variable in class jakarta.xml.bind.JAXBElement
xml element tag name
Name - Interface in jakarta.xml.soap
A representation of an XML name.
NAME_HINT - Static variable in class jakarta.resource.spi.work.HintsContext
 
NameBinding - Annotation Type in jakarta.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
NamedAttributeNode - Annotation Type in jakarta.persistence
A NamedAttributeNode is a member element of a NamedEntityGraph.
NamedEntityGraph - Annotation Type in jakarta.persistence
Used to specify the path and boundaries for a find operation or query.
NamedEntityGraphs - Annotation Type in jakarta.persistence
Used to group NamedEntityGraph annotations.
NamedNativeQueries - Annotation Type in jakarta.persistence
Specifies multiple native SQL named queries.
NamedNativeQuery - Annotation Type in jakarta.persistence
Specifies a named native SQL query.
NamedQueries - Annotation Type in jakarta.persistence
Specifies multiple named Jakarta Persistence query language queries.
NamedQuery - Annotation Type in jakarta.persistence
Specifies a static, named query in the Jakarta Persistence query language.
NamedStoredProcedureQueries - Annotation Type in jakarta.persistence
Specifies multiple named stored procedure queries.
NamedStoredProcedureQuery - Annotation Type in jakarta.persistence
Specifies and names a stored procedure, its parameters, and its result type.
NamedSubgraph - Annotation Type in jakarta.persistence
A NamedSubgraph is a member element of a NamedEntityGraph.
neg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
NESTED - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is synchronized with the calling page only within the start/end tags.
newAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signal to the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to continuing a potentially existing one.
newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
Get a new Server-sent event broadcaster.
newBuilder() - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
newBuilder(String) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newBuilder(JsonbProvider) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
NewCookie - Class in jakarta.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(NewCookie.AbstractNewCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance from the supplied NewCookie.AbstractNewCookieBuilder instance.
NewCookie.AbstractNewCookieBuilder<T extends NewCookie.AbstractNewCookieBuilder<T>> - Class in jakarta.ws.rs.core
JAX-RS abstract NewCookie builder class.
NewCookie.Builder - Class in jakarta.ws.rs.core
JAX-RS NewCookie builder class.
NewCookie.SameSite - Enum in jakarta.ws.rs.core
The available values for the SameSite cookie attribute.
newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data.
newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data and name.
newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
Get a new outbound event builder.
newIncompleteFuture() - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new incomplete CompletableFuture.
newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
newInstance(String) - Static method in class jakarta.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader) - Static method in class jakarta.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader, Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(Class<?>...) - Static method in class jakarta.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(Class<?>[], Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance() - Static method in class jakarta.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1).
newInstance(String) - Static method in class jakarta.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the specified implementation.
newInstance() - Static method in class jakarta.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class jakarta.xml.soap.SOAPFactory
Creates a new SOAPFactory object that is an instance of the default implementation (SOAP 1.1).
newInstance(String) - Static method in class jakarta.xml.soap.SOAPFactory
Creates a new SOAPFactory object that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance.
newLine() - Method in class jakarta.servlet.jsp.JspWriter
Write a line separator.
newMessageFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
Creates a MessageFactory object for the given String protocol.
newPushBuilder() - Method in interface jakarta.servlet.http.HttpServletRequest
Instantiates a new instance of PushBuilder for issuing server push responses from the current request.
newPushBuilder() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call newPushBuilder on the wrapped request object.
newSOAPFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
Creates a SOAPFactory object for the given String protocol.
next(ZonedDateTime) - Method in class jakarta.enterprise.concurrent.CronTrigger
Advance to the next date/time according to the cron schedule.
next() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Returns the next object over which the tag should iterate.
NICKNAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
nil - Variable in class jakarta.xml.bind.JAXBElement
true iff the xml element instance has xsi:nil="true".
NO_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is not buffering output.
NO_LOCATION - Static variable in annotation type jakarta.xml.bind.annotation.XmlSchema
The default value of the XmlSchema.location() attribute, which indicates that the schema generator will generate components in this namespace.
NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
noContent() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContentException - Exception in jakarta.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
Node - Interface in jakarta.xml.soap
A representation of a node (element) in an XML document.
NoMoreTimeoutsException - Exception in jakarta.ejb
This exception indicates that a calendar-based timer will not result in any more timeouts.
NoMoreTimeoutsException() - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
Constructor for NoMoreTimeoutsException.
NoMoreTimeoutsException(String) - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
Constructor for NoMoreTimeoutsException.
NON_PERSISTENT - Static variable in interface jakarta.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NONCE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
NONE - Static variable in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Singleton instance representing no claims
Nonnull - Annotation Type in jakarta.annotation
The annotated element must not be null.
NonUniqueResultException - Exception in jakarta.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(Exception) - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String) - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NonUniqueResultException(String, Exception) - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NoResultException - Exception in jakarta.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult()is executed on a query and there is no result to return.
NoResultException() - Constructor for exception jakarta.persistence.NoResultException
Constructs a new NoResultException exception with null as its detail message.
NoResultException(String) - Constructor for exception jakarta.persistence.NoResultException
Constructs a new NoResultException exception with the specified detail message.
NormalizedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
XmlAdapter to handle xs:normalizedString.
NormalizedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
 
NoSuchEJBException - Exception in jakarta.ejb
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
NoSuchEJBException() - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException(String) - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message.
NoSuchEJBException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
NoSuchEntityException - Exception in jakarta.ejb
The NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
NoSuchEntityException() - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(String) - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchEntityException(Exception) - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchObjectLocalException - Exception in jakarta.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local enterprise bean object or timer) that no longer exists.
NoSuchObjectLocalException() - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
not(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface jakarta.persistence.criteria.Predicate
Create a negation of the predicate.
NOT_VALIDATED_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
 
notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception in jakarta.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAllowedException - Exception in jakarta.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception in jakarta.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
notEqual(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
NotFoundELResolver - Class in jakarta.servlet.jsp.el
Defines variable resolution when all other resolvers fail.
NotFoundELResolver() - Constructor for class jakarta.servlet.jsp.el.NotFoundELResolver
 
NotFoundException - Exception in jakarta.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotIdentifiableEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered resolving an ID/IDREF.
NotIdentifiableEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the NotIdentifiableEvent interface.
NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
notifyContainerAboutLogin(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller name and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(Principal, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller principal and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(CredentialValidationResult) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method intended to pass the CredentialValidationResult result of an identity store directly on to the container.
notifyContainerAboutLogin(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(Principal, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(CredentialValidationResult) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notLike(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notModified() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotSupportedException - Exception in jakarta.resource
A NotSupportedException is thrown to indicate that callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException() - Constructor for exception jakarta.resource.NotSupportedException
Constructs a new instance with null as its detail message.
NotSupportedException(String) - Constructor for exception jakarta.resource.NotSupportedException
Constructs a new instance with the specified detail message.
NotSupportedException(Throwable) - Constructor for exception jakarta.resource.NotSupportedException
Constructs a new throwable with the specified cause.
NotSupportedException(String, Throwable) - Constructor for exception jakarta.resource.NotSupportedException
Constructs a new throwable with the specified detail message and cause.
NotSupportedException(String, String) - Constructor for exception jakarta.resource.NotSupportedException
Constructs a new throwable with the specified detail message and error code.
NotSupportedException - Exception in jakarta.transaction
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
NotSupportedException() - Constructor for exception jakarta.transaction.NotSupportedException
 
NotSupportedException(String) - Constructor for exception jakarta.transaction.NotSupportedException
 
NotSupportedException - Exception in jakarta.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NULL_VALUES - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
Nullable - Annotation Type in jakarta.annotation
The annotated element could be null under some circumstances.
nullif(Expression<Y>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullLiteral(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.

O

ObjectMessage - Interface in jakarta.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
ObjectNotFoundException - Exception in jakarta.ejb
The ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified enterprise bean object or local object does not exist.
ObjectNotFoundException() - Constructor for exception jakarta.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception jakarta.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
of(String, boolean, String, String) - Static method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
Instance of the LoginToContinue Interceptor Binding.
of(int, String, boolean, String, boolean, String, String, boolean, String) - Static method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
Instance of the RememberMe Interceptor Binding.
OFFLINE_ACCESS_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ok() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an OK status.
ok(Object) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
onAllDataRead() - Method in interface jakarta.servlet.ReadListener
Invoked when all data for the current request has been read.
onClose(Session, CloseReason) - Method in class jakarta.websocket.Endpoint
This method is called immediately prior to the session with the remote peer being closed.
OnClose - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session is closing.
onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when this SseBroadcaster closes a given event SseEventSink or tries to write to a given SseEventSink that is already closed (either by client closing the connection or by calling SseEventSink.close() on the server side.
onComplete(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has been completed.
onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
An unmapped throwable is propagated to the default exception mapper in case no exception mapper has been found for a request processing failure.
onCompletion(Message) - Method in interface jakarta.jms.CompletionListener
Notifies the application that the message has been successfully sent
onDataAvailable() - Method in interface jakarta.servlet.ReadListener
When an instance of the ReadListener is registered with a ServletInputStream, this method will be invoked by the container the first time when it is possible to read data.
onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
onError(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has failed to complete.
onError(Throwable) - Method in interface jakarta.servlet.ReadListener
Invoked when an error occurs processing the request.
onError(Throwable) - Method in interface jakarta.servlet.WriteListener
Invoked when an error occurs writing data using the non-blocking APIs.
onError(Session, Throwable) - Method in class jakarta.websocket.Endpoint
Developers may implement this method when the web socket session creates some kind of error that is not modeled in the web socket protocol.
OnError - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.
onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when an exception is thrown by a given SseEventSink when this SseBroadcaster tries to write to it or close it.
OneToMany - Annotation Type in jakarta.persistence
Specifies a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in jakarta.persistence
Specifies a single-valued association to another entity that has one-to-one multiplicity.
Oneway - Annotation Type in jakarta.jws
Indicates that the given @WebMethod has only an input message and no output.
onException(Message, Exception) - Method in interface jakarta.jms.CompletionListener
Notifies user that the specified exception was thrown while attempting to send the specified message.
onException(JMSException) - Method in interface jakarta.jms.ExceptionListener
Notifies user of a Jakarta Messaging exception.
onMessage(Message) - Method in interface jakarta.jms.MessageListener
Passes a message to the listener.
onMessage(Record) - Method in interface jakarta.resource.cci.MessageListener
This method allows an EIS to call a message endpoint using a request-response style communication.
onMessage(T, boolean) - Method in interface jakarta.websocket.MessageHandler.Partial
Called when the next part of a message has been fully received.
onMessage(T) - Method in interface jakarta.websocket.MessageHandler.Whole
Called when the message has been fully received.
OnMessage - Annotation Type in jakarta.websocket
This method level annotation can be used to make a Java method receive incoming web socket messages.
onOpen(Session, EndpointConfig) - Method in class jakarta.websocket.Endpoint
Developers must implement this method to be notified when a new conversation has just begun.
OnOpen - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket session is open.
onResult(SendResult) - Method in interface jakarta.websocket.SendHandler
Called once the message has been transmitted.
onStartAsync(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the ServletRequest.startAsync() methods.
onStartup(Set<Class<?>>, ServletContext) - Method in interface jakarta.servlet.ServletContainerInitializer
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
onTimeout(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has timed out.
onWritePossible() - Method in interface jakarta.servlet.WriteListener
When an instance of the WriteListener is registered with a ServletOutputStream, this method will be invoked by the container the first time when it is possible to write data.
open() - Method in interface jakarta.ws.rs.sse.SseEventSource
Open the connection to the supplied SSE underlying web target and start processing incoming events.
OPENID_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
OpenIdAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements the Authorization Code flow and Refresh tokens as defined by the OpenId Connect specification and make that implementation available as an enabled CDI bean.
OpenIdClaims - Interface in jakarta.security.enterprise.identitystore.openid
User Claims received from the userinfo endpoint.
OpenIdConstant - Interface in jakarta.security.enterprise.authentication.mechanism.http.openid
Contains constant specific to OpenId Connect specification http://openid.net/specs/openid-connect-core-1_0.html
OpenIdContext - Interface in jakarta.security.enterprise.identitystore.openid
An injectable interface that provides access to access token, identity token, claims and OpenId Connect provider related information.
OpenIdProviderMetadata - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
OpenIdProviderMetadata annotation overrides the openid connect provider's endpoint value, discovered using providerUri.
OptimisticLockException - Exception in jakarta.persistence
Thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with null as its detail message.
OptimisticLockException(String) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message.
OptimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message and cause.
OptimisticLockException(Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified cause.
OptimisticLockException(Object) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message, cause, and entity.
options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
OPTIONS - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP OPTIONS method.
OPTIONS - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP OPTIONS requests.
or(Expression<Boolean>, Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
Order - Interface in jakarta.persistence.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
OrderBy - Annotation Type in jakarta.persistence
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
OrderColumn - Annotation Type in jakarta.persistence
Specifies a column that is used to maintain the persistent order of a list.
ORDERED_LIBS - Static variable in interface jakarta.servlet.ServletContext
The name of the ServletContext attribute whose value (of type java.util.List<java.lang.String>) contains the list of names of JAR files in WEB-INF/lib ordered by their web fragment names (with possible exclusions if <absolute-ordering> without any <others/> is being used), or null if no absolute or relative ordering has been specified
orig - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
orig - Variable in class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
ORIGINAL_REQUEST - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
othersDeletesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
OUT - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store current JspWriter in PageContext name table.
OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
OutboundSseEvent - Interface in jakarta.ws.rs.sse
Representation of a single outbound Server-sent event.
OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
A builder class used for creating OutboundSseEvent instances.
ownDeletesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own deletes are visible.
ownInsertsAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own inserts are visible.
ownUpdatesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether a ResultSet's own updates are visible.

P

PAGE - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
PageContext - Class in jakarta.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The PageContext.
PageData - Class in jakarta.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
Sole constructor.
param(String, String) - Method in class jakarta.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
ParamConverter<T> - Interface in jakarta.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Type in jakarta.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in jakarta.ws.rs.ext
Contract for a provider of ParamConverter instances.
parameter(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in jakarta.persistence
Type for query parameter objects.
ParameterExpression<T> - Interface in jakarta.persistence.criteria
Type of criteria query parameter expressions.
ParameterMode - Enum in jakarta.persistence
Specifies the mode of a parameter of a stored procedure query.
parse(String) - Static method in class jakarta.security.enterprise.identitystore.openid.Scope
 
parseAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Return a string containing the lexical representation of the simple type.
parseAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Return a string containing the lexical representation of the simple type.
parseBase64Binary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseBase64Binary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseBoolean(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a boolean value.
parseBoolean(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a boolean value.
parseByte(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseByte(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a byte value.
ParseConversionEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
ParseConversionEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ParseConversionEvent interface.
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
parseDate(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDate(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDateTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDateTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDecimal(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a BigDecimal value.
parseDecimal(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a BigDecimal value.
parseDouble(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a double value.
parseDouble(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a double value.
parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Prepare an expression for later evaluation.
parseFloat(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a float value.
parseFloat(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a float value.
parseHexBinary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseHexBinary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the string argument into an int value.
parseInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into an int value.
parseInteger(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the string argument into a BigInteger value.
parseInteger(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into a BigInteger value.
parseLong(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseLong(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseQName(String, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseQName(String, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a QName value.
parseShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a short value.
parseShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a short value.
parseString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the lexical XSD string argument into a String value.
parseString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into a string.
parseTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseUnsignedInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseUnsignedInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseUnsignedShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an int value.
parseUnsignedShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an int value.
Part - Interface in jakarta.servlet.http
This class represents a part or form item that was received within a multipart/form-data POST request.
Password - Class in jakarta.security.enterprise.credential
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
Password(char[]) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
Password(String) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
PASSWORD_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Password for authentication.
PasswordCredential - Class in jakarta.resource.spi.security
The class PasswordCredential acts as a holder for username and password.
PasswordCredential(String, char[]) - Constructor for class jakarta.resource.spi.security.PasswordCredential
Creates a new PasswordCredential object from the given user name and password.
PasswordHash - Interface in jakarta.security.enterprise.identitystore
PasswordHash is an interface for objects that can generate and verify password hashes.
PATCH - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP PATCH method.
PATCH - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PATCH requests.
Path<X> - Interface in jakarta.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
path(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the URI path to be used for the push.
path(String) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the path of the cookie.
path(String) - Method in class jakarta.ws.rs.core.UriBuilder
Append path to the existing path.
path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
Path - Annotation Type in jakarta.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
PATH_INFO - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Request Path Info
PathParam - Annotation Type in jakarta.websocket.server
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
PathParam - Annotation Type in jakarta.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
PathSegment - Interface in jakarta.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
Pbkdf2PasswordHash - Interface in jakarta.security.enterprise.identitystore
This interface represents the built-in Pbkdf2PasswordHash implementation.
PermitAll - Annotation Type in jakarta.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PermittedTaglibsTLV - Class in jakarta.servlet.jsp.jstl.tlv
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface jakarta.persistence.EntityManager
Make an instance managed and persistent.
Persistence - Class in jakarta.persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class jakarta.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class jakarta.persistence.Persistence
Deprecated.
TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
PersistenceContext - Annotation Type in jakarta.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Type in jakarta.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in jakarta.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception in jakarta.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceProperty - Annotation Type in jakarta.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in jakarta.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in jakarta.persistence.spi
Determine the list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in jakarta.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class jakarta.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in jakarta.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in jakarta.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in jakarta.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum in jakarta.persistence.spi
Specifies whether entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
PersistenceUnitUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider(s).
PERSISTENT - Static variable in interface jakarta.jms.DeliveryMode
This delivery mode instructs the Jakarta Messaging provider to log the message to stable storage as part of the client's send operation.
PessimisticLockException - Exception in jakarta.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(String) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockException(Object) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockScope - Enum in jakarta.persistence
Defines the values of the jakarta.persistence.lock.scope property for pessimistic locking.
PHONE_NUMBER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PHONE_NUMBER_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PHONE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PICTURE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
PluralAttribute<X,C,E> - Interface in jakarta.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum in jakarta.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in jakarta.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PongMessage - Interface in jakarta.websocket
The PongMessage interface represents a web socket pong.
popBody() - Method in class jakarta.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
port(int) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI port.
port(Integer) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the port to be used.
PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the TCP port an application is bound to.
port() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the actually used port.
PortInfo - Interface in jakarta.xml.ws.handler
The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP POST method.
POST - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
POST_LOGOUT_REDIRECT_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PostActivate - Annotation Type in jakarta.ejb
Designates a method to receive a callback after a stateful session bean has been activated.
PostConstruct - Annotation Type in jakarta.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PostLoad - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPersist - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostRemove - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostUpdate - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
power(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
PreDestroy - Annotation Type in jakarta.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
Predicate - Interface in jakarta.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum in jakarta.persistence.criteria
 
PREFERRED_USERNAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
preferredSubprotocols(List<String>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the preferred sub protocols for the configuration this builder will build.
prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
PreMatching - Annotation Type in jakarta.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
prepare(Xid) - Method in interface jakarta.resource.spi.XATerminator
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.
PrePassivate - Annotation Type in jakarta.ejb
Designates a method to receive a callback before a stateful session bean is passivated.
PrePersist - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemove - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreUpdate - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PrimaryKeyJoinColumn - Annotation Type in jakarta.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in jakarta.persistence
Groups PrimaryKeyJoinColumn annotations.
print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character.
print(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer.
print(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number.
print(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters.
print(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a string.
print(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
printAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a string value into a string.
printAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a string value into a string.
printBase64Binary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printBase64Binary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printBoolean(boolean) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a boolean value into a string.
printBoolean(boolean) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a boolean value into a string.
printByte(byte) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a byte value into a string.
printByte(byte) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a byte value into a string.
PrintConversionEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PrintConversionEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the PrintConversionEvent interface.
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
printDate(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDate(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDateTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDateTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDecimal(BigDecimal) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a BigDecimal value into a string.
printDecimal(BigDecimal) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a BigDecimal value into a string.
printDouble(double) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a double value into a string.
printDouble(double) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a double value into a string.
printFloat(float) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a float value into a string.
printFloat(float) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a float value into a string.
printHexBinary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printHexBinary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printInt(int) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an int value into a string.
printInt(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
printInteger(BigInteger) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a BigInteger value into a string.
printInteger(BigInteger) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a BigInteger value into a string.
println() - Method in class jakarta.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println() - Method in class jakarta.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
printLong(long) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts A long value into a string.
printLong(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printQName(QName, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a QName instance into a string.
printQName(QName, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a QName instance into a string.
printShort(short) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a short value into a string.
printShort(short) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a short value into a string.
printStackTrace(PrintStream) - Method in exception jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in exception jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace(PrintWriter) - Method in exception jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
printStackTrace(PrintStream) - Method in exception jakarta.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in exception jakarta.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a string.
printString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a string.
printTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printUnsignedInt(long) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a long value into a string.
printUnsignedInt(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printUnsignedShort(int) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an int value into a string.
printUnsignedShort(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
Priorities - Class in jakarta.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their jakarta.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
Priority - Annotation Type in jakarta.annotation
The Priority annotation can be applied to any program elements to indicate in what order they should be used.
priority() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Determines the order of invocation for multiple IdentityStores.
proceed() - Method in interface jakarta.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
ProcessingException - Exception in jakarta.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing 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).
ProcessingException(String, Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(String) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
Produces - Annotation Type in jakarta.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
PROFILE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PROFILE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PROMPT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PromptType - Enum in jakarta.security.enterprise.authentication.mechanism.http.openid
Prompt specifies whether the Authorization Server prompts the End-User for re-authentication and consent.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
property(String, Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Sets the property name to the provided value.
property(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Returns the value of the property with the given name, or null if there is no property of that name.
PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyException - Exception in jakarta.xml.bind
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, String) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and vendor specific errorCode.
PropertyException(Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException with a linkedException.
PropertyException(String, Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and linkedException.
PropertyException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
PropertyException(String, Object) - Constructor for exception jakarta.xml.bind.PropertyException
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
propertyExists(String) - Method in interface jakarta.jms.JMSProducer
Indicates whether a message property with the specified name has been set on this JMSProducer
propertyExists(String) - Method in interface jakarta.jms.Message
Indicates whether a property value exists.
PropertyNamingStrategy - Interface in jakarta.json.bind.config
Allows to define custom property naming strategy.
PropertyOrderStrategy - Class in jakarta.json.bind.config
Specifies predefined property order strategies.
PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
Provides mechanism how to define customized property visibility strategy.
protocol(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the protocol to be used.
PROTOCOL - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the protocol an application is bound to.
protocol() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the protocol to be used.
ProtocolException - Exception in jakarta.xml.ws
The ProtocolException class is a base class for exceptions related to a specific protocol binding.
ProtocolException() - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with null as its detail message.
ProtocolException(String) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new runtime exception with the specified detail message and cause.
ProtocolException(Throwable) - Constructor for exception jakarta.xml.ws.ProtocolException
Constructs a new runtime 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).
PROVIDER - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the embeddable container implementation bootstrap class.
provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
Provider - Annotation Type in jakarta.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Provider<T> - Interface in jakarta.xml.ws
Service endpoints may implement the Provider interface as a dynamic alternative to an SEI.
Provider - Class in jakarta.xml.ws.spi
Service provider for ServiceDelegate and Endpoint objects.
Provider() - Constructor for class jakarta.xml.ws.spi.Provider
Creates a new instance of Provider
provider() - Static method in class jakarta.xml.ws.spi.Provider
Creates a new provider object.
providers - Static variable in class jakarta.persistence.Persistence
Deprecated. 
Providers - Interface in jakarta.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
ProviderUtil - Interface in jakarta.persistence.spi
Utility interface implemented by the persistence provider.
publish(Message) - Method in interface jakarta.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface jakarta.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface jakarta.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface jakarta.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
publish(String) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the given address.
publish(String, Object) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(Object) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(HttpContext) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
push() - Method in interface jakarta.servlet.http.PushBuilder
Push a resource given the current state of the builder, the method must be non-blocking.
pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
pushBody() - Method in class jakarta.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
PushBuilder - Interface in jakarta.servlet.http
Build a request to be pushed.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
PUT - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP PUT method.
PUT - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
putResource(Object, Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.

Q

Query - Interface in jakarta.persistence
Interface used to control query execution.
QUERY_STRING - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Query string for request.
QueryHint - Annotation Type in jakarta.persistence
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation.
queryParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by configuring a query parameter on the URI of the current target instance.
queryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Append a query parameter to the existing set of query parameters.
QueryParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
queryString(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the query string to be used for the push.
QueryTimeoutException - Exception in jakarta.persistence
Thrown by the persistence provider when a query times out and only the statement is rolled back.
QueryTimeoutException() - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with null as its detail message.
QueryTimeoutException(String) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message.
QueryTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message and cause.
QueryTimeoutException(Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified cause.
QueryTimeoutException(Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified query.
QueryTimeoutException(String, Throwable, Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.
Queue - Interface in jakarta.jms
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - Interface in jakarta.jms
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - Interface in jakarta.jms
A QueueConnection object is an active connection to a point-to-point Jakarta Messaging provider.
QueueConnectionFactory - Interface in jakarta.jms
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point Jakarta Messaging provider.
QueueReceiver - Interface in jakarta.jms
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - Class in jakarta.jms
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class jakarta.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - Interface in jakarta.jms
A client uses a QueueSender object to send messages to a queue.
QueueSession - Interface in jakarta.jms
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.

R

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
 
REDIRECT_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.
REFRESH_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
RefreshToken - Interface in jakarta.security.enterprise.identitystore.openid
A refresh token provides continuous access to an authentication server while the user is not logged into an application by issuing a new access token.
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 a InboundSseEvent consumer.
register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers.
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers and onComplete callback.
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.
REGISTRATION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.
RememberMe.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
Supports inline instantiation of the RememberMe annotation.
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 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.
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, Exception) - Constructor for exception jakarta.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason, error code and linked exception.
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
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
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.
RESPONSE_MODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
RESPONSE_MODES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
RESPONSE_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
RESPONSE_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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
Thrown by the persistence provider when EntityTransaction.commit() fails.
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.
ROOT_PATH - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the root path an application is bound to.
rootPath(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the rootPath to be used.
rootPath() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the rootPath to be used.
round(Expression<T>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the first argument rounded to the number of decimal places given by the second argument.
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.
runAsync(Runnable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletableFuture that is completed by a task running in this executor after it runs the given action.
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
RxInvoker provider.

S

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
Default constructor.
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.
sameSite(NewCookie.SameSite) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the attribute that controls whether the cookie is sent with cross-origin requests, providing protection against cross-site request forgery.
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
Do-nothing constructor for the derived classes.
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 - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Scope - Class in jakarta.security.enterprise.identitystore.openid
 
Scope() - Constructor for class jakarta.security.enterprise.identitystore.openid.Scope
 
Scope(List<String>) - Constructor for class jakarta.security.enterprise.identitystore.openid.Scope
 
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
 
SCOPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.
SeBootstrap - Interface in jakarta.ws.rs
Bootstrap class used to startup a JAX-RS application in Java SE environments.
SeBootstrap.Configuration - Interface in jakarta.ws.rs
Provides information needed by the JAX-RS implementation for bootstrapping an application.
SeBootstrap.Configuration.Builder - Interface in jakarta.ws.rs
Builder for bootstrap SeBootstrap.Configuration.
SeBootstrap.Configuration.SSLClientAuthentication - Enum in jakarta.ws.rs
Secure socket client authentication policy
SeBootstrap.Instance - Interface in jakarta.ws.rs
Handle of the running application instance.
SeBootstrap.Instance.StopResult - Interface in jakarta.ws.rs
Result of stopping the application 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.
seconds(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the seconds cron field, overwriting any previous value for seconds.
seconds(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the seconds cron field, overwriting any previous value for seconds.
secure(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Whether the cookie will only be sent over a secure connection.
secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Secure the response, optionally.
secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
 
SECURITY - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
Context that controls the credentials that are associated with the thread, including the caller subject and invocation/RunAs subject.
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 doXXX 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
A runtime exception indicating that the requested resource cannot be served.
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.
ServletConnection - Interface in jakarta.servlet
Provides information about the connection made to the Servlet container.
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
Java Class representation of a ServletSecurity annotation value.
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
Constructs an instance from a ServletSecurity annotation value.
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(A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(A) - 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(A) - 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, String) - Method in class jakarta.servlet.http.Cookie
Sets the value of the cookie attribute associated with the given name.
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.
setAttribute(String, String) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the value for the given session cookie attribute.
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
Deprecated.
This is no longer required with RFC 6265
setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
Deprecated.
This is no longer required with RFC 6265
setConnectionHandle(Object) - Method in class jakarta.resource.spi.ConnectionEvent
Set the connection handle.
setConnectTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
Sets the read timeout to a specified timeout, in milliseconds.
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.
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.
setFuture(CompletableFuture<T>) - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
Before invoking the asynchronous method implementation on a thread, the Jakarta EE Product Provider invokes this method to make available to the asynchronous method implementation the same CompletableFuture that the Jakarta EE Product Provider returns to the caller.
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
Jakarta XML Web Services runtime sets its handler during Endpoint.publish(HttpContext) to handle HTTP requests for this context.
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
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
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
Deprecated.
J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
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
Register marshal event callback Marshaller.Listener with this Marshaller.
setListener(Unmarshaller.Listener) - Method in interface jakarta.xml.bind.Unmarshaller
Register unmarshal event callback Unmarshaller.Listener with this 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 number of milliseconds before this session will be closed by the container if it is inactive, i.e.
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
Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
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 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
setReadTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
Sets the read timeout to a specified timeout, in milliseconds.
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 Schema object that should be used to validate subsequent marshal operations against.
setSchema(Schema) - Method in interface jakarta.xml.bind.Unmarshaller
Specify the JAXP 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
Sets the ServletSecurityElement to be applied to the mappings defined for this ServletRegistration.
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) - 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) - 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
The default behaviour of this method is to call HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>) on the wrapped response object.
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.
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.ImportELResolver
Always a NO-OP since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#setValue(ELContext, Object, Object, Object).
setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always a NO-OP since in normal usage ScopedAttributeELResolver will handle calls to ELResolver#setValue(ELContext, Object, Object, Object).
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
Deprecated.
This is no longer required with RFC 6265
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.
sign(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the sign of its argument, that is, 1 if its argument is positive, -1 if its argument is negative, or 0 if its argument is exactly zero.
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.
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.
skipRun(LastExecution, ZonedDateTime) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
Return true if this run instance should be skipped.
skipRun(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
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
Default constructor.
SOAPConnectionFactory - Class in jakarta.xml.soap
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
Default constructor.
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.
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
Default constructor.
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
Default constructor.
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
Deprecated.
As of JSR-181 2.0 with no replacement.
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
Default constructor.
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
Is used to define one or more SqlResultSetMapping annotations.
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
Server-side entry point for creating OutboundSseEvent and SseBroadcaster.
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
Client for reading and processing incoming Server-Sent Events.
SseEventSource.Builder - Class in jakarta.ws.rs.sse
JAX-RS SseEventSource builder class.
SSL_CLIENT_AUTHENTICATION - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the secure socket client authentication policy.
SSL_CONTEXT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the secure socket configuration to be used.
sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set SSL client authentication policy.
sslClientAuthentication() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the secure socket client authentication policy.
sslContext(SSLContext) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the SSLContext to be used when connection to the WebSocket server.
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.
sslContext(SSLContext) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the sslContext to be used.
sslContext() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the sslContext to be used.
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(Application, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
Starts the provided application using the specified configuration.
start(Application) - Static method in interface jakarta.ws.rs.SeBootstrap
Starts the provided application using a default configuration.
start(Class<? extends Application>, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
Starts the provided application using the specified configuration.
start(Class<? extends Application>) - Static method in interface jakarta.ws.rs.SeBootstrap
Starts the provided application using a default configuration.
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
The default behavior of this method is to invoke ServletRequest.startAsync() on the wrapped request object.
startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync(ServletRequest, ServletResponse) on the wrapped request object.
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.
STATE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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 interface jakarta.ws.rs.SeBootstrap.Instance
Initiate immediate shutdown of running application instance.
stop() - Method in class jakarta.xml.ws.Endpoint
Stops publishing this endpoint.
stopOnShutdown(Consumer<SeBootstrap.Instance.StopResult>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
Registers a consumer for a SeBootstrap.Instance.StopResult which will be executed in a new thread during the JVM shutdown phase.
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.
SUBJECT_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
SUBJECT_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
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.
supplyAsync(Supplier<U>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
Returns a new CompletableFuture that is completed by a task running in this executor after it runs the given action.
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
Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
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.

T

Table - Annotation Type in jakarta.persistence
Specifies the primary table for the annotated entity.
TableGenerator - 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.
TableGenerators - Annotation Type in jakarta.persistence
Used to group TableGenerator annotations.
Tag - Interface in jakarta.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
TagAdapter - Class in jakarta.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagData - Class in jakarta.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagExtraInfo - Class in jakarta.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
TaglibDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <taglib> related configuration of a web application.
TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - Class in jakarta.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
target(String) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(Link) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Set the SSE streaming endpoint.
target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
taskAborted(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called when a task's Future has been cancelled anytime during the life of a task.
taskDone(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called when a submitted task has completed running, either successfully or failed due to any exception thrown from the task, task being cancelled, rejected, or aborted.
taskStarting(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
This method is called before the task is about to start.
taskSubmitted(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called after the task has been submitted to the Executor.
TEMPDIR - Static variable in interface jakarta.servlet.ServletContext
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
Temporal - Annotation Type in jakarta.persistence
This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in jakarta.persistence
Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
TemporaryQueue - Interface in jakarta.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
TemporaryTopic - Interface in jakarta.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
text(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/plain" entity.
Text - Interface in jakarta.xml.soap
A representation of a node whose value is text.
TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
TextMessage - Interface in jakarta.jms
A TextMessage object is used to send a message containing a java.lang.String.
ThreadContextProvider - Interface in jakarta.enterprise.concurrent.spi
Third party providers of thread context implement this interface to participate in thread context capture and propagation.
ThreadContextRestorer - Interface in jakarta.enterprise.concurrent.spi
Restores the prior context on a thread after a contextual task or action completes.
ThreadContextSnapshot - Interface in jakarta.enterprise.concurrent.spi
An immutable snapshot of a particular type of thread context.
TIME_IN_MILLIS - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimedObject - Interface in jakarta.ejb
The TimedObject interface contains a callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in jakarta.ejb
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an enterprise bean 2.x entity bean class that should receive enterprise bean timer expirations for that bean.
TimeoutHandler - Interface in jakarta.ws.rs.container
Asynchronous response suspend time-out handler.
Timer - Interface in jakarta.ejb
The Timer interface contains information about a timer that was created through the enterprise bean Timer Service.
TimerConfig - Class in jakarta.ejb
TimerConfig is used to specify additional timer configuration settings during timer creation.
TimerConfig() - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerConfig(Serializable, boolean) - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerHandle - Interface in jakarta.ejb
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
TimerService - Interface in jakarta.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
timezone(String) - Method in class jakarta.ejb.ScheduleExpression
Set the timezone.
title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class jakarta.ws.rs.core.Link
Title link param from RFC 5988.
tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
toArray() - Method in interface jakarta.persistence.Tuple
Return the values of the result tuple elements as an array.
toBigDecimal(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toCookie() - Method in class jakarta.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toDouble(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the this Status Type as a Response.Status.
toFloat(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toJson(Object) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
TOKEN_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
toLong(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
Topic - Interface in jakarta.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in jakarta.jms
A TopicConnection object is an active connection to a publish/subscribe Jakarta Messaging provider.
TopicConnectionFactory - Interface in jakarta.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe Jakarta Messaging provider.
TopicPublisher - Interface in jakarta.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in jakarta.jms
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class jakarta.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - Interface in jakarta.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in jakarta.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResult(ResultSet) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet, int) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.
toString() - Method in class jakarta.ejb.ScheduleExpression
toString() - Method in class jakarta.ejb.TimerConfig
toString() - Method in class jakarta.enterprise.concurrent.CronTrigger
Readable representation of the CronTrigger, which displays fields in list form or with the * character for brevity.
toString() - Method in interface jakarta.jms.Queue
Returns a string representation of this object.
toString() - Method in interface jakarta.jms.Topic
Returns a string representation of this object.
toString(Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toString() - Method in class jakarta.security.enterprise.identitystore.openid.Scope
 
toString() - Method in class jakarta.servlet.http.Cookie
 
toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in class jakarta.websocket.CloseReason
Converts the CloseReason to a debug-friendly string.
toString() - Method in class jakarta.ws.rs.client.Entity
 
toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class jakarta.ws.rs.core.CacheControl
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.Cookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.EntityTag
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.GenericEntity
 
toString() - Method in class jakarta.ws.rs.core.GenericType
 
toString() - Method in class jakarta.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class jakarta.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class jakarta.ws.rs.core.NewCookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in enum jakarta.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class jakarta.ws.rs.core.Variant
 
toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toString() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in exception jakarta.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in exception jakarta.xml.bind.TypeConstraintException
Returns a short description of this TypeConstraintException.
toString() - Method in class jakarta.xml.ws.EndpointReference
Displays EPR infoset for debugging convenience.
toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
TRANSACTION - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
Context that controls the transaction that is associated with the thread.
TRANSACTION - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to inform the Jakarta EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in.
Transaction - Interface in jakarta.transaction
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
Transactional - Annotation Type in jakarta.transaction
The jakarta.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
Transactional.TxType - Enum in jakarta.transaction
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
TransactionalException - Exception in jakarta.transaction
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
TransactionalException(String, Throwable) - Constructor for exception jakarta.transaction.TransactionalException
 
TransactionAttribute - Annotation Type in jakarta.ejb
The TransactionAttribute annotation specifies whether the container is to invoke a business method within a transaction context.
TransactionAttributeType - Enum in jakarta.ejb
The enum TransactionAttributeType is used with the TransactionAttribute annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context.
TransactionContext - Class in jakarta.resource.spi.work
A standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to an application server.
TransactionContext() - Constructor for class jakarta.resource.spi.work.TransactionContext
 
TransactionInProgressException - Exception in jakarta.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String, Exception) - Constructor for exception jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason, error code and linked exception.
TransactionInProgressException(String, String) - Constructor for exception jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionInProgressRuntimeException - Exception in jakarta.jms
This unchecked exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressRuntimeException(String) - Constructor for exception jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message
TransactionInProgressRuntimeException(String, String) - Constructor for exception jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message and error code.
TransactionInProgressRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message, error code and cause
TransactionManagement - Annotation Type in jakarta.ejb
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
TransactionManagementType - Enum in jakarta.ejb
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
TransactionManager - Interface in jakarta.transaction
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
TransactionRequiredException - Exception in jakarta.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(Exception) - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException(String, Exception) - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException - Exception in jakarta.transaction
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredException() - Constructor for exception jakarta.transaction.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for exception jakarta.transaction.TransactionRequiredException
 
TransactionRequiredLocalException - Exception in jakarta.ejb
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
Constructs an TransactionRequiredLocalException with the specified detailed message.
TransactionRolledBackException - Exception in jakarta.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String, Exception) - Constructor for exception jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason, error code and linked exception.
TransactionRolledBackException(String, String) - Constructor for exception jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionRolledbackException - Exception in jakarta.transaction
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackException() - Constructor for exception jakarta.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for exception jakarta.transaction.TransactionRolledbackException
 
TransactionRolledbackLocalException - Exception in jakarta.ejb
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionRolledBackRuntimeException - Exception in jakarta.jms
This unchecked exception must be thrown when a call to JMSContext.commit results in a rollback of the current transaction.
TransactionRolledBackRuntimeException(String) - Constructor for exception jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message
TransactionRolledBackRuntimeException(String, String) - Constructor for exception jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message and error code.
TransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message, error code and cause
TransactionScoped - Annotation Type in jakarta.transaction
The jakarta.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
TransactionSupport - Interface in jakarta.resource.spi
This interface may be optionally implemented by a ManagedConnectionFactory to provide its level of transaction support at runtime.
TransactionSupport.TransactionSupportLevel - Enum in jakarta.resource.spi
An enumerated type that represents the levels of transaction support a resource adapter may support.
TransactionSynchronizationRegistry - Interface in jakarta.transaction
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface jakarta.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
TransformerException - Exception in jakarta.persistence.spi
Thrown by the persistence provider when a problem during class re-definition occurs.
TransformerException() - Constructor for exception jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with null as its detail message.
TransformerException(String) - Constructor for exception jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified detail message.
TransformerException(String, Throwable) - Constructor for exception jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified detail message and cause.
TransformerException(Throwable) - Constructor for exception jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified cause.
Transient - Annotation Type in jakarta.persistence
Specifies that the property or field is not persistent.
translateName(String) - Method in interface jakarta.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
treat(Join<X, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Join object to the specified type.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast CollectionJoin object to the specified type.
treat(SetJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast SetJoin object to the specified type.
treat(ListJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast ListJoin object to the specified type.
treat(MapJoin<X, K, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast MapJoin object to the specified type.
treat(Path<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Path object to the specified type.
treat(Root<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Root object to the specified type.
Trigger - Interface in jakarta.enterprise.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.
trim(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side trust store.
TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
tuple(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in jakarta.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in jakarta.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception jakarta.resource.spi.work.WorkException
Indicates that concurrent work within a transaction is disallowed.
TX_RECREATE_FAILED - Static variable in exception jakarta.resource.spi.work.WorkException
Indicates a failure in recreating the specified transaction context.
type() - Method in interface jakarta.persistence.criteria.Path
Create an expression corresponding to the type of the path.
Type<X> - Interface in jakarta.persistence.metamodel
Instances of the type Type represent persistent object or attribute types.
type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
TYPE - Static variable in class jakarta.ws.rs.core.Link
Type link param from RFC 5988.
type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
Type.PersistenceType - Enum in jakarta.persistence.metamodel
 
TypeConstraintException - Exception in jakarta.xml.bind
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException(String) - Constructor for exception jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message.
TypeConstraintException(String, String) - Constructor for exception jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
TypeConstraintException(Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with a linkedException.
TypeConstraintException(String, Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and linkedException.
TypeConstraintException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
TypedQuery<X> - Interface in jakarta.persistence
Interface used to control the execution of typed queries.

U

UI_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
UnavailableException - Exception in jakarta.resource.spi
This is thrown to indicate that a service is unavailable.
UnavailableException() - Constructor for exception jakarta.resource.spi.UnavailableException
Constructs a new instance with null as its detail message.
UnavailableException(String) - Constructor for exception jakarta.resource.spi.UnavailableException
Constructs a new instance with the specified detail message.
UnavailableException(Throwable) - Constructor for exception jakarta.resource.spi.UnavailableException
Constructs a new throwable with the specified cause.
UnavailableException(String, Throwable) - Constructor for exception jakarta.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and cause.
UnavailableException(String, String) - Constructor for exception jakarta.resource.spi.UnavailableException
Constructs a new throwable with the specified detail message and an error code.
UnavailableException - Exception in jakarta.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(String) - Constructor for exception jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
UNDEFINED - Static variable in exception jakarta.resource.spi.work.WorkException
Undefined error code.
UniqueConstraint - Annotation Type in jakarta.persistence
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
UNKNOWN - Static variable in interface jakarta.resource.spi.work.WorkManager
A constant to indicate an unknown start delay duration or other unknown values.
unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Deprecated.
Convert a Link.JaxbLink into a Link.
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
 
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
unmarshal(ValueType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
Convert a value type to a bound type.
unmarshal(XmlNode) - Method in class jakarta.xml.bind.Binder
Unmarshal XML infoset view to a Jakarta XML Binding object tree.
unmarshal(XmlNode, Class<T>) - Method in class jakarta.xml.bind.Binder
Unmarshal XML root element by provided declaredType to a Jakarta XML Binding object tree.
unmarshal(Source) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLReader, InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
Unmarshals an object by using the specified XMLReader and the InputSource.
unmarshal(InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Reader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URL, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URI, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(String, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(InputStream, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Reader, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Source, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(File) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(InputStream) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(Reader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified Reader and return the resulting content tree.
unmarshal(URL) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(InputSource) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(Node) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Node, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data by Jakarta XML Binding mapped declaredType and return the resulting content tree.
unmarshal(Source) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source and return the resulting content tree.
unmarshal(Source, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.
unmarshal(XMLStreamReader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLStreamReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal root element to Jakarta XML Binding mapped declaredType and return the resulting content tree.
unmarshal(XMLEventReader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLEventReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal root element to Jakarta XML Binding mapped declaredType and return the resulting content tree.
UnmarshalException - Exception in jakarta.xml.bind
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.
UnmarshalException(String) - Constructor for exception jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for exception jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
UnmarshalException(String, Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Unmarshaller - Interface in jakarta.xml.bind
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
Unmarshaller.Listener - Class in jakarta.xml.bind
Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.
UnmarshallerHandler - Interface in jakarta.xml.bind
Unmarshaller implemented as SAX ContentHandler.
unsetEntityContext() - Method in interface jakarta.ejb.EntityBean
Unset the associated entity context.
unsubscribe(String) - Method in interface jakarta.jms.JMSContext
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface jakarta.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface jakarta.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
UNSUPPORTED_CONTEXT_TYPE - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
Indicates that a WorkContext type, that was not specified as optional, passed in by the Work instance is not supported by the container.
unwrap(Class<T>) - Method in interface jakarta.persistence.Cache
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManager
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManagerFactory
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.Query
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance.StopResult
Provides access to the wrapped native shutdown result.
unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
Provides access to the wrapped native handle of the application instance.
UPDATED_AT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
updateJAXB(XmlNode) - Method in class jakarta.xml.bind.Binder
Takes an XML node and updates its associated Jakarta XML Binding object and its descendants.
updatesAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateXML(Object) - Method in class jakarta.xml.bind.Binder
Takes an Jakarta XML Binding object and updates its associated XML node and its descendants.
updateXML(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
Changes in Jakarta XML Binding object tree are updated in its associated XML parse tree.
upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
Creates an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
Create an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgradeHttpToWebSocket(Object, Object, ServerEndpointConfig, Map<String, String>) - Method in interface jakarta.websocket.server.ServerContainer
Upgrade the HTTP connection represented by the HttpServletRequest and HttpServletResponse to the WebSocket protocol and establish a WebSocket connection as per the provided ServerEndpointConfig.
upper(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression for converting a string to uppercase.
UPPER_CAMEL_CASE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope.
URI_NS_SOAP_1_2_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 encoding.
URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 envelope.
URI_NS_SOAP_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 encoding.
URI_NS_SOAP_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
URI_SOAP_1_2_ROLE_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
URI_SOAP_1_2_ROLE_NONE - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI specifying the role None in SOAP 1.2.
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the ultimate receiver of the SOAP 1.2 message.
URI_SOAP_ACTOR_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in jakarta.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
UriBuilderException - Exception in jakarta.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs a new 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).
UriInfo - Interface in jakarta.ws.rs.core
An injectable interface that provides access to application and request URI information.
urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
USE_TRANSACTION_OF_EXECUTION_THREAD - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Constant for the "USE_TRANSACTION_OF_EXECUTION_THREAD" value of the TRANSACTION execution property.
useForwardToLogin() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
useForwardToLoginExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
USER - Static variable in class jakarta.ws.rs.Priorities
User-level filter/interceptor priority.
USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI user-info.
USERINFO_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
USERNAME_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: User name for authentication.
UsernamePasswordCredential - Class in jakarta.security.enterprise.credential
Represents the credentials typically used by standard caller name/password authentication.
UsernamePasswordCredential(String, String) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UsernamePasswordCredential(String, Password) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UserTransaction - Interface in jakarta.transaction
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.

V

validate() - Method in interface jakarta.resource.spi.ActivationSpec
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Validates the given credential.
validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStoreHandler
Validate the given Credential and return the identity and attributes of the caller it represents.
validate(RememberMeCredential) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
Validates the given credential.
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
Validates a single JSP page.
validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
Validate a JSP page.
validateBegin() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
validateEnd() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Authenticate an HTTP request.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
 
validateStep() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
ValidatingManagedConnectionFactory - Interface in jakarta.resource.spi
This interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate ManagedConnection objects.
ValidationEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
ValidationEventCollector - Class in jakarta.xml.bind.util
ValidationEventHandler implementation that collects all events.
ValidationEventCollector() - Constructor for class jakarta.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - Interface in jakarta.xml.bind
A basic event handler interface for validation errors.
ValidationEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ValidationEvent interface.
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventLocator - Interface in jakarta.xml.bind
Encapsulate the location of a ValidationEvent.
ValidationEventLocatorImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ValidationEventLocator interface.
ValidationEventLocatorImpl() - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Creates an object with all fields unavailable.
ValidationEventLocatorImpl(Locator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from an org.xml.sax.Locator.
ValidationEventLocatorImpl(SAXParseException) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from the location information of a SAXParseException.
ValidationEventLocatorImpl(Node) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a DOM Node.
ValidationEventLocatorImpl(Object) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a Jakarta XML Binding content object.
ValidationException - Exception in jakarta.xml.bind
This exception indicates that an error has occurred while performing a validate operation.
ValidationException(String) - Constructor for exception jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for exception jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
ValidationException(String, Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(String, String, Throwable) - Constructor for exception jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
ValidationMessage - Class in jakarta.servlet.jsp.tagext
A validation message from either TagLibraryValidator or TagExtraInfo.
ValidationMessage(String, String) - Constructor for class jakarta.servlet.jsp.tagext.ValidationMessage
Create a ValidationMessage.
ValidationMode - Enum in jakarta.persistence
The validation mode to be used by the provider for the persistence unit.
validationTypes() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Determines the type of validation the IdentityStore should be used for.
value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value() - Method in interface jakarta.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
value(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the value of the cookie.
value - Variable in class jakarta.xml.bind.JAXBElement
xml element value.
value - Variable in class jakarta.xml.ws.Holder
The value contained in the holder.
valueBound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
valueOf(String) - Static method in enum jakarta.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.ConcurrencyManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.soap.SOAPBinding.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.jws.WebParam.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CacheRetrieveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CacheStoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ConstraintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.PessimisticLockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.SharedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.spi.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.SynchronizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.AuthenticationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.openid.AccessToken.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.http.MappingMatch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.transaction.Transactional.TxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.Link
Simple parser to convert link header string representations into a link.
valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
valueOf(String) - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ws.rs.RuntimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlNsForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.ws.handler.MessageContext.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.ws.Service.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
Returns the enum constant of this type with the specified name.
values() - Static method in enum jakarta.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.ConcurrencyManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.soap.SOAPBinding.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.jws.WebParam.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CacheStoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ConstraintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the values of a map.
values() - Static method in enum jakarta.persistence.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.PessimisticLockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.SharedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.spi.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.SynchronizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.AuthenticationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.openid.AccessToken.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.http.MappingMatch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.transaction.Transactional.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.bind.annotation.XmlAccessOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.bind.annotation.XmlAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.bind.annotation.XmlNsForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.ws.handler.MessageContext.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.ws.Service.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.xml.ws.soap.AddressingFeature.Responses
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
VariableInfo - Class in jakarta.servlet.jsp.tagext
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.VariableInfo
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
VariableResolver - Interface in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by jakarta.el.ELResolver
variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set message entity representation metadata.
Variant - Class in jakarta.ws.rs.core
Abstraction for a resource representation variant.
Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant.VariantListBuilder - Class in jakarta.ws.rs.core
A builder for a list of representation variants.
VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
Protected constructor, use the static newInstance method to obtain an instance.
variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
verify(char[], String) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
Verify a password against the hashed password value retrieved from a user's account.
Version - Annotation Type in jakarta.persistence
Specifies the version field or property of an entity class that serves as its optimistic lock value.
version(int) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the version of the cookie.

W

W3CDomHandler - Class in jakarta.xml.bind.annotation
DomHandler implementation for W3C DOM (org.w3c.dom package.)
W3CDomHandler() - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
Default constructor.
W3CDomHandler(DocumentBuilder) - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
Constructor that allows applications to specify which DOM implementation to be used.
W3CEndpointReference - Class in jakarta.xml.ws.wsaddressing
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
W3CEndpointReference(Source) - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
Creates an EPR from infoset representation
W3CEndpointReferenceBuilder - Class in jakarta.xml.ws.wsaddressing
This class is used to build W3CEndpointReference instances.
W3CEndpointReferenceBuilder() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Creates a new W3CEndpointReferenceBuilder instance.
WARNING - Static variable in interface jakarta.xml.bind.ValidationEvent
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
wasCancelCalled() - Method in interface jakarta.ejb.SessionContext
Check whether a client invoked the cancel method on the client Future object corresponding to the currently executing asynchronous business method.
WebApplicationException - Exception in jakarta.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message and a default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance using the supplied message and response.
WebApplicationException(int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a supplied message and HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message and HTTP status.
WebApplicationException(Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and response.
WebApplicationException(Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a the supplied message, root cause and HTTP status code.
WebConnection - Interface in jakarta.servlet.http
This interface encapsulates the connection for an upgrade request.
WebEndpoint - Annotation Type in jakarta.xml.ws
Used to annotate the getPortName() methods of a generated service interface.
WebFault - Annotation Type in jakarta.xml.ws
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
WebFilter - Annotation Type in jakarta.servlet.annotation
Annotation used to declare a servlet filter.
WebInitParam - Annotation Type in jakarta.servlet.annotation
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
WebListener - Annotation Type in jakarta.servlet.annotation
This annotation is used to declare a WebListener.
WebMethod - Annotation Type in jakarta.jws
Customizes a method that is exposed as a Web Service operation.
WebParam - Annotation Type in jakarta.jws
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
WebParam.Mode - Enum in jakarta.jws
The direction in which the parameter flows
WebResult - Annotation Type in jakarta.jws
Customizes the mapping of the return value to a WSDL part and XML element.
WebService - Annotation Type in jakarta.jws
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
WebServiceClient - Annotation Type in jakarta.xml.ws
Used to annotate a generated service interface.
WebServiceContext - Interface in jakarta.xml.ws
A WebServiceContext makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.
WebServiceException - Exception in jakarta.xml.ws
The WebServiceException class is the base exception class for all Jakarta XML Web Services API runtime exceptions.
WebServiceException() - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with null as its detail message.
WebServiceException(String) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with the specified detail message.
WebServiceException(String, Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new exception with the specified detail message and cause.
WebServiceException(Throwable) - Constructor for exception jakarta.xml.ws.WebServiceException
Constructs a new WebServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
WebServiceFeature - Class in jakarta.xml.ws
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
WebServiceFeature() - Constructor for class jakarta.xml.ws.WebServiceFeature
Default constructor.
WebServiceFeatureAnnotation - Annotation Type in jakarta.xml.ws.spi
Annotation used to identify other annotations as a WebServiceFeature.
WebServicePermission - Class in jakarta.xml.ws
This class defines web service permissions.
WebServicePermission(String) - Constructor for class jakarta.xml.ws.WebServicePermission
Creates a new permission with the specified name.
WebServicePermission(String, String) - Constructor for class jakarta.xml.ws.WebServicePermission
Creates a new permission with the specified name and actions.
WebServiceProvider - Annotation Type in jakarta.xml.ws
Used to annotate a Provider implementation class.
WebServiceRef - Annotation Type in jakarta.xml.ws
The WebServiceRef annotation is used to define a reference to a web service and (optionally) an injection target for it.
WebServiceRefs - Annotation Type in jakarta.xml.ws
The WebServiceRefs annotation allows multiple web service references to be declared at the class level.
WebServlet - Annotation Type in jakarta.servlet.annotation
Annotation used to declare a servlet.
WEBSITE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
WebSocketContainer - Interface in jakarta.websocket
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
WebTarget - Interface in jakarta.ws.rs.client
A resource target identified by the resource URI.
when(Expression<Boolean>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(Expression<? extends C>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(Expression<? extends C>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing wildcard "*/*" media type .
WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing wildcard "*/*" media type.
willDecode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
Answer whether the given bytes can be decoded into an object of type T.
willDecode(String) - Method in interface jakarta.websocket.Decoder.Text
Answer whether the given String can be decoded into an object of type T.
withAdapters(JsonbAdapter...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom mapping adapters.
withBinaryDataStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
Create a new MediaType instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter.
withConfig(JsonbConfig) - Method in interface jakarta.json.bind.JsonbBuilder
Set configuration which will be set to the newly created Jsonb instance.
withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the internal configuration state to an externally provided configuration state.
withContextCapture(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
Returns a new CompletableFuture that is completed by the completion of the specified stage.
withContextCapture(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
Returns a new CompletionStage that is completed by the completion of the specified stage.
withCreatorParametersRequired(boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether all creator parameters should be treated as required.
withDateFormat(String, Locale) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom date format.
withDeserializers(JsonbDeserializer...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom deserializers.
withEncoding(String) - Method in class jakarta.json.bind.JsonbConfig
The binding operations will default to this property for encoding of JSON data.
withFileName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
Creates a new EntityPart.Builder instance that sets the part name and fileName to the passed in partAndFileName value.
withFormatting(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
withLocale(Locale) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom locale.
withName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
Creates a new EntityPart.Builder instance.
withNullValues(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether null values should be serialized to JSON document or skipped.
withParams() - Static method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyNamingStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyOrderStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify property order strategy.
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom property visibility strategy.
withProvider(JsonProvider) - Method in interface jakarta.json.bind.JsonbBuilder
Provides a JSON-P provider to be used for all JSON-P related operations.
withRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
withRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
withSerializers(JsonbSerializer...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom serializers.
withStrictIJSON(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether strict I-JSON serialization compliance should be enforced.
Work - Interface in jakarta.resource.spi.work
This models a Work instance that would be executed by a WorkManager upon submission.
WORK_ACCEPTED - Static variable in class jakarta.resource.spi.work.WorkEvent
Indicates Work instance has been accepted.
WORK_COMPLETED - Static variable in class jakarta.resource.spi.work.WorkEvent
Indicates Work instance has completed execution.
WORK_REJECTED - Static variable in class jakarta.resource.spi.work.WorkEvent
Indicates Work instance has been rejected.
WORK_STARTED - Static variable in class jakarta.resource.spi.work.WorkEvent
Indicates Work instance has started execution.
workAccepted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
Invoked when a Work instance has been accepted.
workAccepted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
Invoked when a Work instance has been accepted.
WorkAdapter - Class in jakarta.resource.spi.work
This class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
WorkAdapter() - Constructor for class jakarta.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
Invoked when a Work instance has completed execution.
workCompleted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
Invoked when a Work instance has completed execution.
WorkCompletedException - Exception in jakarta.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.
WorkCompletedException() - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
Constructs a new instance with null as its detail message.
WorkCompletedException(String) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
Constructs a new instance with the specified detail message.
WorkCompletedException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified cause.
WorkCompletedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and cause.
WorkCompletedException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
Constructs a new throwable with the specified detail message and an error code.
WorkContext - Interface in jakarta.resource.spi.work
This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
WorkContextErrorCodes - Class in jakarta.resource.spi.work
This class models the possible error conditions that might occur during associating an WorkContext with a Work instance.
WorkContextErrorCodes() - Constructor for class jakarta.resource.spi.work.WorkContextErrorCodes
 
WorkContextLifecycleListener - Interface in jakarta.resource.spi.work
This class models the various events that occur during the processing of the WorkContexts associated with a Work instance.
WorkContextProvider - Interface in jakarta.resource.spi.work
This interface specifies the methods a Work instance uses to associate a List of WorkContext instances to be set when the Work instance gets executed by a WorkManager.
WorkEvent - Class in jakarta.resource.spi.work
This class models the various events that occur during the processing of a Work instance.
WorkEvent(Object, int, Work, WorkException) - Constructor for class jakarta.resource.spi.work.WorkEvent
Constructor.
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class jakarta.resource.spi.work.WorkEvent
Constructor.
WorkException - Exception in jakarta.resource.spi.work
A common base class for all Work processing related exceptions.
WorkException() - Constructor for exception jakarta.resource.spi.work.WorkException
Constructs a new instance with null as its detail message.
WorkException(String) - Constructor for exception jakarta.resource.spi.work.WorkException
Constructs a new instance with the specified detail message.
WorkException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkException
Constructs a new throwable with the specified cause.
WorkException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and cause.
WorkException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkException
Constructs a new throwable with the specified detail message and an error code.
WorkListener - Interface in jakarta.resource.spi.work
This models a WorkListener instance which would be notified by the WorkManager when the various Work processing events (work accepted, work rejected, work started, work completed) occur.
WorkManager - Interface in jakarta.resource.spi.work
This interface models a WorkManager which provides a facility to submit Work instances for execution.
workRejected(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
Invoked when a Work instance has been rejected.
workRejected(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
Invoked when a Work instance has been rejected.
WorkRejectedException - Exception in jakarta.resource.spi.work
This exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
WorkRejectedException() - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
Constructs a new instance with null as its detail message.
WorkRejectedException(String) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
Constructs a new instance with the specified detail message.
WorkRejectedException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified cause.
WorkRejectedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and cause.
WorkRejectedException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
Constructs a new throwable with the specified detail message and an error code.
workStarted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
Invoked when a Work instance has started execution.
workStarted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
Invoked when a Work instance has started execution.
write(OutputStream) - Method in interface jakarta.resource.cci.Streamable
Write fields of a Streamable object to an OutputStream
write(String) - Method in interface jakarta.servlet.http.Part
A convenience method to write this uploaded item to disk.
write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
Called to write the message body.
WRITE_XML_DECLARATION - Static variable in class jakarta.xml.soap.SOAPMessage
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
writeBoolean(boolean) - Method in interface jakarta.jms.BytesMessage
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in interface jakarta.jms.StreamMessage
Writes a boolean to the stream message.
writeByte(byte) - Method in interface jakarta.jms.BytesMessage
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in interface jakarta.jms.StreamMessage
Writes a byte to the stream message.
writeBytes(byte[]) - Method in interface jakarta.jms.BytesMessage
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in interface jakarta.jms.BytesMessage
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in interface jakarta.jms.StreamMessage
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in interface jakarta.jms.StreamMessage
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in interface jakarta.jms.BytesMessage
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in interface jakarta.jms.StreamMessage
Writes a char to the stream message.
writeDouble(double) - Method in interface jakarta.jms.BytesMessage
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in interface jakarta.jms.StreamMessage
Writes a double to the stream message.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeFloat(float) - Method in interface jakarta.jms.BytesMessage
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in interface jakarta.jms.StreamMessage
Writes a float to the stream message.
writeInt(int) - Method in interface jakarta.jms.BytesMessage
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in interface jakarta.jms.StreamMessage
Writes an int to the stream message.
WriteListener - Interface in jakarta.servlet
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
writeLong(long) - Method in interface jakarta.jms.BytesMessage
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in interface jakarta.jms.StreamMessage
Writes a long to the stream message.
writeObject(Object) - Method in interface jakarta.jms.BytesMessage
Writes an object to the bytes message stream.
writeObject(Object) - Method in interface jakarta.jms.StreamMessage
Writes an object to the stream message.
writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
Write the contents of this BodyContent into a Writer.
WriterInterceptor - Interface in jakarta.ws.rs.ext
WriterInterceptorContext - Interface in jakarta.ws.rs.ext
writeShort(short) - Method in interface jakarta.jms.BytesMessage
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in interface jakarta.jms.StreamMessage
Writes a short to the stream message.
writeString(String) - Method in interface jakarta.jms.StreamMessage
Writes a String to the stream message.
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Write a type to an HTTP message.
writeTo(OutputStream) - Method in class jakarta.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
writeTo(Result) - Method in class jakarta.xml.ws.EndpointReference
write this EndpointReference to the specified infoset format
writeTo(Result) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
 
writeUTF(String) - Method in interface jakarta.jms.BytesMessage
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.
WSDL_DESCRIPTION - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: input source for WSDL document.
WSDL_INTERFACE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of wsdl interface (2.0) or port type (1.1).
WSDL_OPERATION - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL operation.
WSDL_PORT - Static variable in class jakarta.xml.ws.Endpoint
Standard property: name of WSDL port.
WSDL_PORT - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL port.
WSDL_SERVICE - Static variable in class jakarta.xml.ws.Endpoint
Standard property: name of WSDL service.
WSDL_SERVICE - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: name of WSDL service.
wsdlDocumentLocation(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the wsdlDocumentLocation that will be referenced as wsa:Metadata/@wsdli:wsdlLocation.
WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders

X

XAConnection - Interface in jakarta.jms
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - Interface in jakarta.jms
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAJMSContext - Interface in jakarta.jms
The XAJMSContext interface extends the capability of JMSContext by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).
XAQueueConnection - Interface in jakarta.jms
An XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory - Interface in jakarta.jms
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - Interface in jakarta.jms
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XASession - Interface in jakarta.jms
The XASession interface extends the capability of Session by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).
XATerminator - Interface in jakarta.resource.spi
The XATerminator interface is used for transaction completion and crash recovery flows.
XATopicConnection - Interface in jakarta.jms
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory - Interface in jakarta.jms
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - Interface in jakarta.jms
An XATopicSession provides a regular TopicSession.
xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
xml(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/xml" entity.
XmlAccessOrder - Enum in jakarta.xml.bind.annotation
Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.
XmlAccessorOrder - Annotation Type in jakarta.xml.bind.annotation
Controls the ordering of fields and properties in a class.
XmlAccessorType - Annotation Type in jakarta.xml.bind.annotation
Controls whether fields or Javabean properties are serialized by default.
XmlAccessType - Enum in jakarta.xml.bind.annotation
Used by XmlAccessorType to control serialization of fields or properties.
XmlAdapter<ValueType,BoundType> - Class in jakarta.xml.bind.annotation.adapters
Adapts a Java type for custom marshaling.
XmlAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.XmlAdapter
Do-nothing constructor for the derived classes.
XmlAnyAttribute - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to a map of wildcard attributes.
XmlAnyElement - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
XmlAttachmentRef - Annotation Type in jakarta.xml.bind.annotation
Marks a field/property that its XML form is a uri reference to mime content.
XmlAttribute - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to a XML attribute.
XmlElement - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property name.
XmlElement.DEFAULT - Class in jakarta.xml.bind.annotation
Used in XmlElement.type() to signal that the type be inferred from the signature of the property.
XmlElementDecl - Annotation Type in jakarta.xml.bind.annotation
Maps a factory method to a XML element.
XmlElementDecl.GLOBAL - Class in jakarta.xml.bind.annotation
Used in XmlElementDecl.scope() to signal that the declaration is in the global scope.
XmlElementRef - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property's type.
XmlElementRef.DEFAULT - Class in jakarta.xml.bind.annotation
Used in XmlElementRef.type() to signal that the type be inferred from the signature of the property.
XmlElementRefs - Annotation Type in jakarta.xml.bind.annotation
Marks a property that refers to classes with XmlElement or JAXBElement.
XmlElements - Annotation Type in jakarta.xml.bind.annotation
A container for multiple @XmlElement annotations.
XmlElementWrapper - Annotation Type in jakarta.xml.bind.annotation
Generates a wrapper element around XML representation.
XmlEnum - Annotation Type in jakarta.xml.bind.annotation
Maps an enum type Enum to XML representation.
XmlEnumValue - Annotation Type in jakarta.xml.bind.annotation
Maps an enum constant in Enum type to XML representation.
XmlID - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to XML ID.
XmlIDREF - Annotation Type in jakarta.xml.bind.annotation
Maps a JavaBean property to XML IDREF.
XmlInlineBinaryData - Annotation Type in jakarta.xml.bind.annotation
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
XmlJavaTypeAdapter - Annotation Type in jakarta.xml.bind.annotation.adapters
Use an adapter that implements XmlAdapter for custom marshaling.
XmlJavaTypeAdapter.DEFAULT - Class in jakarta.xml.bind.annotation.adapters
Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
XmlJavaTypeAdapters - Annotation Type in jakarta.xml.bind.annotation.adapters
A container for multiple @XmlJavaTypeAdapter annotations.
XmlList - Annotation Type in jakarta.xml.bind.annotation
Used to map a property to a list simple type.
XmlMimeType - Annotation Type in jakarta.xml.bind.annotation
Associates the MIME type that controls the XML representation of the property.
XmlMixed - Annotation Type in jakarta.xml.bind.annotation
Annotate a JavaBean multi-valued property to support mixed content.
XmlNs - Annotation Type in jakarta.xml.bind.annotation
Associates a namespace prefix with a XML namespace URI.
XmlNsForm - Enum in jakarta.xml.bind.annotation
Enumeration of XML Schema namespace qualifications.
XmlRegistry - Annotation Type in jakarta.xml.bind.annotation
Marks a class that has XmlElementDecls.
XmlRootElement - Annotation Type in jakarta.xml.bind.annotation
Maps a class or an enum type to an XML element.
XmlSchema - Annotation Type in jakarta.xml.bind.annotation
Maps a package name to a XML namespace.
XmlSchemaType - Annotation Type in jakarta.xml.bind.annotation
Maps a Java type to a simple schema built-in type.
XmlSchemaType.DEFAULT - Class in jakarta.xml.bind.annotation
Used in XmlSchemaType.type() to signal that the type be inferred from the signature of the property.
XmlSchemaTypes - Annotation Type in jakarta.xml.bind.annotation
A container for multiple @XmlSchemaType annotations.
XmlSeeAlso - Annotation Type in jakarta.xml.bind.annotation
Instructs Jakarta XML Binding to also bind other classes when binding this class.
XmlTransient - Annotation Type in jakarta.xml.bind.annotation
Prevents the mapping of a JavaBean property/type to XML representation.
XmlType - Annotation Type in jakarta.xml.bind.annotation
Maps a class or an enum type to a XML Schema type.
XmlType.DEFAULT - Class in jakarta.xml.bind.annotation
Used in XmlType.factoryClass() to signal that either factory mehod is not used or that it's in the class with this XmlType itself.
XmlValue - Annotation Type in jakarta.xml.bind.annotation
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.

Y

year(String) - Method in class jakarta.ejb.ScheduleExpression
Set the year attribute.
year(int) - Method in class jakarta.ejb.ScheduleExpression
Set the year attribute.

Z

ZonedTrigger - Interface in jakarta.enterprise.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.
ZONEINFO - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 

_

_jspService(HttpServletRequest, HttpServletResponse) - Method in interface jakarta.servlet.jsp.HttpJspPage
The _jspService()method corresponds to the body of the JSP page.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links