- 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 ELContextListener
s 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
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
-
- 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
-
- 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
-
- 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
-
- APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
- Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
-
- 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
-
- 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(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the default
JsonbBuilder
implementation provided as returned from
JsonbProvider.provider()
method, configured
with provided configuration.
- create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
- create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null
configurator.
- create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the
relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- create(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
-
- 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
-
- CreateException - Exception in jakarta.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise
bean's home or local home interface.
- CreateException() - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new SOAPFault
object initialized with the given reasonText
and faultCode
- createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default SOAPFault
object
- createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Filter class.
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createIndexedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInteraction() - Method in interface jakarta.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations
occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations
occur after a specified interval.
- createJAXBIntrospector() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a JAXBIntrospector
object that can be used to
introspect Jakarta XML Binding objects.
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given EventListener class.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a MapMessage
object.
- createMapMessage() - Method in interface jakarta.jms.Session
-
Creates a MapMessage
object.
- createMappedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create a Marshaller
object that can be used to convert a
java content tree into XML data.
- createMessage() - Method in interface jakarta.jms.JMSContext
-
Creates a Message
object.
- createMessage() - Method in interface jakarta.jms.Session
-
Creates a Message
object.
- createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
- createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String, 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
-
- 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
-
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createXAConnection() - Method in interface jakarta.jms.XAConnectionFactory
-
Creates an XAConnection
with the default user identity.
- createXAConnection(String, String) - Method in interface jakarta.jms.XAConnectionFactory
-
Creates an XAConnection
with the specified user identity.
- createXAContext() - Method in interface jakarta.jms.XAConnectionFactory
-
Creates a XAJMSContext
with the default user identity
- createXAContext(String, String) - Method in interface jakarta.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface jakarta.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface jakarta.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface jakarta.jms.XAQueueConnection
-
Creates an XAQueueSession
object.
- createXASession() - Method in interface jakarta.jms.XAConnection
-
Creates an XASession
object.
- createXATopicConnection() - Method in interface jakarta.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface jakarta.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface jakarta.jms.XATopicConnection
-
Creates an XATopicSession
object.
- 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
execute
is 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).
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
-
Deprecated.
- ExpressionEvaluator - Class in jakarta.servlet.jsp.el
-
- 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.
- 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
-
- 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 MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
- getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider
invocation.
- getApplicationData() - Method in interface jakarta.websocket.PongMessage
-
The application data inside the pong message from the peer.
- 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
-
- getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages asynchronously to the peer.
- getAttachment(SOAPElement) - Method in class jakarta.xml.soap.SOAPMessage
-
Returns an AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
- getAttachmentAsByteArray(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[]
.
- getAttachmentAsDataHandler(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id, cid
, and return as a DataHandler
.
- getAttachmentMarshaller() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface jakarta.xml.bind.Marshaller
-
- getAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that have header
entries that match the specified headers.
- getAttachmentUnmarshaller() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface jakarta.xml.bind.Unmarshaller
-
- getAttribute() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface jakarta.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in 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
-
- 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
Node
s of this element.
- getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- 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
-
- getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
- 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
-
- 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 DetailEntry
s in this Detail
object.
- getDisableMessageID() - Method in interface jakarta.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface jakarta.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface jakarta.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface jakarta.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDomain() - Method in class jakarta.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDouble(String) - Method in interface jakarta.jms.MapMessage
-
Returns the double
value with the specified name.
- 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
-
- getExecutor() - Method in class jakarta.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class jakarta.xml.ws.Service
-
Returns the executor for this Service
instance.
- getExecutor() - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Returns the executor for this Service
instance.
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- 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
-
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpression
s and MethodExpression
s so that EL
expressions can be parsed and evaluated.
- getExpressions() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
- getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- 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
Locale
s for which there are associated Reason Text items.
- getFaultReasonText(Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
- getFaultRole() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- 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
-
- 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
-
- getHeader(String) - Method in interface jakarta.servlet.http.Part
-
Returns the value of the specified mime header as a String
.
- getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
String
objects.
- getHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface jakarta.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an Enumeration
of String
objects.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface jakarta.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface jakarta.websocket.HandshakeResponse
-
Return the map of HTTP headers to header values sent by the WebSocket server.
- getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the read only map of HTTP headers to header values that came with the handshake request.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in 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
-
- 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
-
- 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
-
- getLinkedException() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception jakarta.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception jakarta.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface jakarta.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedWarning() - Method in exception jakarta.resource.cci.ResourceWarning
-
- getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface jakarta.xml.bind.Marshaller
-
- getListener() - Method in interface jakarta.xml.bind.Unmarshaller
-
- getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address 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
-
- 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
-
- 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
-
- getManagedTypes() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
- getMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMapNames() - Method in interface jakarta.jms.MapMessage
-
Returns an Enumeration
of all the names in the MapMessage
object.
- getMappingFileNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the
persistence provider must load to determine the mappings for
the entity classes.
- getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getMappings() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the currently available mappings of the Servlet represented by this ServletRegistration
.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the MimeHeader
objects whose name matches
a name in the given array of names.
- getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the portion of the URI path that caused this request to be matched.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by
the ServletContext from which this SessionCookieConfig was acquired.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxConnections() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes.
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxIdleTimeout() - Method in interface jakarta.websocket.Session
-
Return the number of milliseconds before this 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
-
- 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.