- AbortedException - Exception in javax.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 javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException with null
as its detail message.
- AbortedException(String, Throwable) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message and cause.
- AbortedException(String) - Constructor for exception javax.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message.
- AbortedException(Throwable) - Constructor for exception javax.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).
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the absolute value
of its argument.
- AbstractClearableCredential - Class in javax.security.enterprise.credential
-
AbstractClearableCredential
contains behavior common to
Credential
implementations that can be meaningfully
cleared.
- AbstractClearableCredential() - Constructor for class javax.security.enterprise.credential.AbstractClearableCredential
-
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Marshaller
implementation.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Unmarshaller
implementation.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- Access - Annotation Type in javax.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.
- AccessLocalException - Exception in javax.ejb
-
An AccessLocalException is thrown to indicate that the caller does not
have permission to call the method.
- AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with no detail message.
- AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified
detail message.
- AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
-
Constructs an AccessLocalException with the specified
detail message and a nested exception.
- AccessTimeout - Annotation Type in javax.ejb
-
Specifies the amount of time in a given time unit that a concurrent
access attempt should block before timing out.
- AccessType - Enum in javax.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 javax.jms.JMSContext
-
Acknowledges all messages consumed by the JMSContext's session.
- acknowledge() - Method in interface javax.jms.Message
-
Acknowledges all consumed messages of the session of this consumed message.
- Action - Annotation Type in javax.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 javax.resource.spi
-
Designates a JavaBean as an ActivationSpec
.
- ActivationConfigProperty - Annotation Type in javax.ejb
-
Used to provide information to the deployer about the configuration of
a message driven bean in its operational environment.
- ActivationSpec - Interface in javax.resource.spi
-
This interface serves as a marker.
- ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters for generic types.
- adaptFromJson(Adapted) - Method in interface javax.json.bind.adapter.JsonbAdapter
-
This method is used on deserialization only.
- adaptToJson(Original) - Method in interface javax.json.bind.adapter.JsonbAdapter
-
This method is used on serialization only.
- addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Association to use this object as source.
- addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Associations to use this object as source.
- addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
-
Adds the given AttachmentPart
object to this SOAPMessage
object.
- addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttribute(QName, String) - Method in interface javax.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
- addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
name and adds it to this SOAPBody
object.
- addBodyElement(QName) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPBodyElement
object with the specified
QName and adds it to this SOAPBody
object.
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Adds a child Concept.
- addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
-
Adds a child Concept.
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Adds a Collection of Concept children.
- addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
-
Adds a Collection of Concept children.
- addChildElement(Name) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.xml.soap.SOAPElement
-
Add a SOAPElement
as a child of this
SOAPElement
instance.
- addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a child Organization.
- addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Organization children.
- addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Classification to this object.
- addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified Classifications to this object.
- addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection
instance.
- addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class javax.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 javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and
date-value.
- addDateHeader(String, long) - Method in class javax.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 javax.xml.soap.SOAPFault
-
Creates an optional Detail
object and sets it as the
Detail
object for this SOAPFault
object.
- addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
name and adds it to this Detail
object.
- addDetailEntry(QName) - Method in interface javax.xml.soap.Detail
-
Creates a new DetailEntry
object with the given
QName and adds it to this Detail
object.
- addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
-
Adds the root node of the DOM Document
to this SOAPBody
object.
- addELContextListener(ELContextListener) - Method in interface javax.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 javax.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 javax.websocket.server.ServerContainer
-
Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the
application.
- addEndpoint(ServerEndpointConfig) - Method in interface javax.websocket.server.ServerContainer
-
- addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalIdentifier as an external identifier to this object.
- addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalIdentifiers as an external identifiers to this object.
- addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalLink to this object.
- addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Adds specified ExternalLinks to this object.
- addFault() - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(QName, String, Locale) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this
SOAPBody
object.
- addFault(QName, String) - Method in interface javax.xml.soap.SOAPBody
-
Creates a new SOAPFault
object and adds it to this SOAPBody
object.
- addFaultReasonText(String, Locale) - Method in interface javax.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 javax.servlet.ServletContext
-
Adds the filter with the given name and class name to this servlet
context.
- addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
-
Registers the given filter instance with this ServletContext
under the given filterName.
- addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
-
Adds the filter with the given name and class type to this servlet
context.
- addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and value.
- addHeader(String, String) - Method in class javax.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 javax.servlet.http.PushBuilder
-
Add a request header to be used for the push.
- addHeader(String, String) - Method in class javax.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 javax.xml.soap.SOAPEnvelope
-
Creates a SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
- addHeaderElement(Name) - Method in interface javax.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 javax.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 javax.servlet.http.HttpServletResponse
-
Adds a response header with the given name and
integer value.
- addIntHeader(String, int) - Method in class javax.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 javax.servlet.ServletContext
-
Adds the servlet with the given jsp file to this servlet context.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.servlet.AsyncContext
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
-
- addListener(String) - Method in interface javax.servlet.ServletContext
-
Adds the listener with the given class name to this ServletContext.
- addListener(T) - Method in interface javax.servlet.ServletContext
-
Adds the given listener to this ServletContext.
- addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
-
Adds a listener of the given class type to this ServletContext.
- addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Adds a LocalizedString to this object.
- addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Adds many LocalizedStrings to this object.
- addMapping(String...) - Method in interface javax.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 javax.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 javax.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 javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface javax.websocket.Session
-
Register to handle to incoming messages in this conversation.
- addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPart
object.
- addMimeHeader(String, String) - Method in class javax.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 javax.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 javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary data
for optimized binary storage as an attachment.
- addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
-
Add a named copy of the EntityGraph to the
EntityManagerFactory.
- addNamedQuery(String, Query) - Method in interface javax.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 javax.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement
object.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
-
Add a listener to a registered managed object.
- addNotUnderstoodHeaderElement(QName) - Method in interface javax.xml.soap.SOAPHeader
-
Creates a new NotUnderstood SOAPHeaderElement
object initialized
with the specified name and adds it to this SOAPHeader
object.
- addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
-
Adds a parameter type and mode for a specific operation.
- addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
-
Adds a parameter type and mode for a specific operation.
- addPort(QName, String, String) - Method in class javax.xml.ws.Service
-
Creates a new port for the service.
- addPort(QName, String, String) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a new port for the service.
- addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Adds a child RegistryObject as member.
- addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Adds a Collection of RegistryObject children as members.
- addResponseHeader(String, String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Adds a response header with the given name and value.
- address(String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the address
to the
W3CEndpointReference
instance's
wsa:Address
.
- ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
-
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
- Addressing - Annotation Type in javax.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 javax.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 javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean, boolean) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature(boolean, boolean, AddressingFeature.Responses) - Constructor for class javax.xml.ws.soap.AddressingFeature
-
Creates and configures an AddressingFeature
with the
use of addressing requirements.
- AddressingFeature.Responses - Enum in javax.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.
- addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a child Service.
- addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
-
Adds a child ServiceBinding.
- addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
-
Adds a Collection of ServiceBinding children.
- addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Service children.
- addServlet(String, String) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class name to this servlet
context.
- addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
-
Registers the given servlet instance with this ServletContext
under the given servletName.
- addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
-
Adds the servlet with the given name and class type to this servlet
context.
- addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Adds a Slot to this object.
- addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
-
Adds more Slots to this object.
- addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Adds a child SpecificationLink.
- addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Adds a Collection of SpecificationLink children.
- addSQLParameter(Object) - Method in interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
-
Adds a PreparedStatement parameter value.
- addSubclassSubgraph(Class<? extends T>) - Method in interface javax.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 javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type.
- addSubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a managed
type with inheritance.
- addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Add MIME data
as an attachment and return attachment's content-id, cid.
- addTextNode(String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.xml.soap.SOAPHeader
-
Creates a new Upgrade SOAPHeaderElement
object initialized
with the specified supported SOAP URI and adds it to this
SOAPHeader
object.
- addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a User.
- addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
-
Adds a Collection of Users.
- AdministeredObject - Annotation Type in javax.resource.spi
-
Designates a JavaBean as an administered object.Administered objects are
specific to a messaging style or message provider.
- AdministeredObjectDefinition - Annotation Type in javax.resource
-
Annotation used to define a Connector administered object to be
registered in JNDI.
- AdministeredObjectDefinitions - Annotation Type in javax.resource
-
Declares one or more AdministeredObjectDefinition
annotations.
- AfterBegin - Annotation Type in javax.ejb
-
Designate a stateful session bean method to receive the after begin
session synchronization callback.
- afterBegin() - Method in interface javax.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 javax.ejb
-
Designate a stateful session bean method to receive the after completion
session synchronization callback.
- afterCompletion(boolean) - Method in interface javax.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 javax.transaction.Synchronization
-
This method is called by the transaction
manager after the transaction is committed or rolled back.
- afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter after a message is delivered.
- afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling source
to XML.
- afterResponse(HandshakeResponse) - Method in class javax.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 javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into target
.
- alias(String) - Method in interface javax.persistence.criteria.Selection
-
Assigns an alias to the selection item.
- all(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an all expression over the subquery results.
- allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
-
The method allocateConnection gets called by the resource adapter's
connection factory instance.
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given boolean expressions.
- and(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction of the given restriction predicates.
- AND_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
-
- ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties
is not guaranteed to retain any order.
- any(Subquery<Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an any expression over the subquery results.
- APP_NAME - Static variable in class javax.ejb.embeddable.EJBContainer
-
Standard property name for specifying the application name of
the EJB modules executing within the embeddable container.
- appendFaultSubcode(QName) - Method in interface javax.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault
.
- APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletContext in PageContext name table.
- APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
-
Application scope: named reference remains available in the ServletContext until it is reclaimed.
- ApplicationException - Annotation Type in javax.ejb
-
Applied to an exception to denote that it is an application exception
and should be reported to the client directly (i.e., unwrapped).
- ApplicationServerInternalException - Exception in javax.resource.spi
-
An ApplicationServerInternalException
is thrown
by an application
server to indicate error conditions specific to an application server.
- ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with null as its detail message.
- ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with the specified detail message.
- ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified cause.
- ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and
an error code.
- AroundConstruct - Annotation Type in javax.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Type in javax.interceptor
-
Defines an interceptor method that interposes on business methods.
- AroundTimeout - Annotation Type in javax.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- array(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an array-valued selection item.
- as(Class<X>) - Method in interface javax.persistence.criteria.Expression
-
Perform a typecast upon the expression, returning a new
expression object.
- asc(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an ordering by the ascending value of the expression.
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.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 javax.resource.spi.ManagedConnection
-
Used typically by the container to change the association of an
application-level connection handle with a ManagedConnection
instance.
- Association - Interface in javax.xml.registry.infomodel
-
A RegistryObject instance may be associated with zero or more RegistryObject instances.
- ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Association interface.
- AssociationOverride - Annotation Type in javax.persistence
-
Used to override a mapping for an entity relationship.
- AssociationOverrides - Annotation Type in javax.persistence
-
Used to override mappings of multiple relationship properties or fields.
- ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
-
- ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
-
- AsyncContext - Interface in javax.servlet
-
Class representing the execution context for an asynchronous operation
that was initiated on a ServletRequest.
- AsyncEvent - Class in javax.servlet
-
- AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest,
and ServletResponse.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext and Throwable.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest,
ServletResponse, and Throwable.
- AsyncHandler<T> - Interface in javax.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 javax.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.
- AsyncListener - Interface in javax.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.
- AsyncResult<V> - Class in javax.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 javax.ejb.AsyncResult
-
Creates a AsyncResult
instance to wrap the result of an
asynchronous method call
- AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after start tag.
- AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after end tag.
- AttachmentMarshaller - Class in javax.xml.bind.attachment
-
Enable JAXB marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
-
- AttachmentPart - Class in javax.xml.soap
-
A single attachment to a SOAPMessage
object.
- AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
-
- AttachmentUnmarshaller - Class in javax.xml.bind.attachment
-
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
-
- Attribute<X,Y> - Interface in javax.persistence.metamodel
-
Represents an attribute of a Java type.
- attribute(QName, String) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Adds an extension attribute to the
W3CEndpointReference
instance's
wsa:EndpointReference
element.
- Attribute.PersistentAttributeType - Enum in javax.persistence.metamodel
-
- attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been added to a
session.
- attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been added to the
ServletContext.
- attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been added to the
ServletRequest.
- AttributeConverter<X,Y> - Interface in javax.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 javax.persistence
-
Represents an attribute node of an entity graph.
- AttributeOverride - Annotation Type in javax.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 javax.persistence
-
Used to override mappings of multiple properties or fields.
- attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been removed from a
session.
- attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been removed
from the ServletContext.
- attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been removed from the
ServletRequest.
- attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been replaced in a
session.
- attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
-
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been replaced on the
ServletRequest.
- AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.AuditableEvent interface.
- AuditableEvent - Interface in javax.xml.registry.infomodel
-
AuditableEvent instances provide a long term record of events that effect a
change of state in a RegistryObject.
- authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface javax.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 javax.servlet.http.HttpServletRequest
-
Use the container login mechanism configured for the
ServletContext
to authenticate the user making
this request.
- authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call authenticate on the
wrapped request object.
- AuthenticationException - Exception in javax.security.enterprise
-
A generic authentication exception.
- AuthenticationException() - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with null
as its detail message.
- AuthenticationException(String) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified detail message.
- AuthenticationException(String, Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified detail message and cause.
- AuthenticationException(Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
-
Constructs a new AuthenticationException
exception with the specified cause.
- AuthenticationMechanism - Annotation Type in javax.resource.spi
-
- AuthenticationMechanism.CredentialInterface - Enum in javax.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 javax.security.enterprise.authentication.mechanism.http
-
Parameters that are provided along with an authentication request.
- AuthenticationParameters() - Constructor for class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
- AuthenticationStatus - Enum in javax.security.enterprise
-
The AuthenticationStatus is used as a return value by primarily
the
HttpAuthenticationMechanism
to indicate the result (status)
of the authentication process.
- AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
-
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
- AUTO_ACKNOWLEDGE - Static variable in interface javax.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 javax.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 javax.security.enterprise.authentication.mechanism.http
-
The AutoApplySession annotation provides an application the ability to declaratively designate
that an authentication mechanism uses the javax.servlet.http.registerSession
and auto applies this for every request.
- autoFlush - Variable in class javax.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
- avg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the avg operation.
- Cache - Interface in javax.persistence
-
Interface used to interact with the second-level cache.
- Cacheable - Annotation Type in javax.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
.
- CacheRetrieveMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.
- CacheStoreMode - Enum in javax.persistence
-
Used as the value of the
javax.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.
- CalendarHolder - Class in javax.xml.rpc.holders
-
- CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- Call - Interface in javax.xml.rpc
-
The javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.
- call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until
it has returned the response.
- CallerOnlyCredential - Class in javax.security.enterprise.credential
-
CallerOnlyCredential
represents a credential that only
contains a caller name and no secret of any kind.
- CallerOnlyCredential(String) - Constructor for class javax.security.enterprise.credential.CallerOnlyCredential
-
- CallerPrincipal - Class in javax.security.enterprise
-
Principal that represents the caller principal associated with the invocation being
processed by the container (e.g.
- CallerPrincipal(String) - Constructor for class javax.security.enterprise.CallerPrincipal
-
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel(boolean) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- cancel() - Method in interface javax.ejb.Timer
-
Cause the timer and all its associated expiration notifications to
be cancelled.
- CapabilityProfile - Interface in javax.xml.registry
-
Provides information about the capabilities of a JAXR provider.
- CascadeType - Enum in javax.persistence
-
Defines the set of cascadable operations that are propagated
to the associated entity.
- CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
-
Specifies a hint to queries that they should case-sensitive match when comparing String values.
- cause - Variable in exception javax.xml.registry.JAXRException
-
The Throwable that caused this JAXRException to occur.
- changeSessionId() - Method in interface javax.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 javax.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 javax.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- checkOrigin(String) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the
client passed during the opening handshake.
- Classification - Interface in javax.xml.registry.infomodel
-
The Classification interface is used to classify RegistryObject instances.
- CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Classification interface.
- CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
- ClassificationScheme - Interface in javax.xml.registry.infomodel
-
A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
- ClassTransformer - Interface in javax.persistence.spi
-
- cleanClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method to clean the subject associated with this context.
- cleanClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism
might have used.
- cleanup() - Method in interface javax.resource.spi.ManagedConnection
-
Application server calls this method to force any cleanup on the
ManagedConnection instance.
- clear() - Method in interface javax.persistence.EntityManager
-
Clear the persistence context, causing all managed
entities to become detached.
- clear() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
-
- clear() - Method in interface javax.security.enterprise.credential.Credential
-
Clears the credential.
- clear() - Method in class javax.security.enterprise.credential.Password
-
Securely clears the password value.
- clear() - Method in class javax.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Removes all registered TypeMappings and encodingStyleURIs
from this TypeMappingRegistry.
- clearBody() - Method in interface javax.jms.Message
-
Clears out the message body.
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearContent() - Method in class javax.xml.soap.AttachmentPart
-
Clears out the content of this AttachmentPart
object.
- clearCredential() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
-
Invokes the specific subclass to securely clear the credential value.
- clearCredential() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- clearProperties() - Method in interface javax.jms.JMSProducer
-
Clears any message properties set on this JMSProducer
- clearProperties() - Method in interface javax.jms.Message
-
Clears a message's properties.
- clearWarnings() - Method in interface javax.resource.cci.Interaction
-
Clears all the warning reported by this Interaction instance.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.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 javax.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 javax.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- ClientEndpoint - Annotation Type in javax.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 javax.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 javax.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in javax.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.
- clone() - Method in interface javax.resource.cci.Record
-
Creates and returns a copy of this object.
- clone() - Method in class javax.servlet.http.Cookie
-
Overrides the standard java.lang.Object.clone
method to return a copy of this Cookie.
- close() - Method in class javax.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface javax.jms.Connection
-
Closes the connection.
- close() - Method in interface javax.jms.ConnectionConsumer
-
Closes the connection consumer.
- close() - Method in interface javax.jms.JMSConsumer
-
Closes the JMSConsumer
.
- close() - Method in interface javax.jms.JMSContext
-
Closes the JMSContext
- close() - Method in interface javax.jms.MessageConsumer
-
Closes the message consumer.
- close() - Method in interface javax.jms.MessageProducer
-
Closes the message producer.
- close() - Method in interface javax.jms.QueueBrowser
-
Closes the QueueBrowser
.
- close() - Method in class javax.jms.QueueRequestor
-
Closes the QueueRequestor
and its session.
- close() - Method in interface javax.jms.Session
-
Closes the session.
- close() - Method in class javax.jms.TopicRequestor
-
Closes the TopicRequestor
and its session.
- close() - Method in interface javax.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface javax.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in interface javax.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface javax.resource.cci.Interaction
-
Closes the current Interaction and release all the resources
held for this instance by the resource adapter.
- close() - Method in class javax.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface javax.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close() - Method in interface javax.xml.registry.Connection
-
Closes a Connection when it is no longer needed.
- close() - Method in class javax.xml.soap.SOAPConnection
-
Closes this SOAPConnection
object.
- close(MessageContext) - Method in interface javax.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to
the JAX-WS runtime dispatching a message, fault or exception.
- close() - Method in class javax.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- CloseReason - Class in javax.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 javax.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in javax.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in javax.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 javax.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 javax.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 javax.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
Built-in
XmlAdapter
to handle
xs:token
and its derived types.
- CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
-
Instances of the type CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.
- CollectionJoin<Z,E> - Interface in javax.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 javax.persistence
-
Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- Column - Annotation Type in javax.persistence
-
Specifies the mapped column for a persistent property or field.
- ColumnResult - Annotation Type in javax.persistence
-
- COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
-
Maps to UDDI combineCategoryBags.
- CommException - Exception in javax.resource.spi
-
This indicates errors related to failed or interrupted
communication with an EIS instance.
- CommException() - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(String, String) - Constructor for exception javax.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and
an error code.
- commit() - Method in interface javax.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.Session
-
Commits all messages done in this transaction and releases any locks currently held.
- commit() - Method in interface javax.jms.XAJMSContext
-
Throws a TransactionInProgressRuntimeException
, since it should not be called for an XAJMSContext
object.
- commit() - Method in interface javax.jms.XASession
-
Throws a TransactionInProgressException
, since it should not be called for an XASession
object.
- commit() - Method in interface javax.persistence.EntityTransaction
-
Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() - Method in interface javax.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held
by the underlying EIS instance.
- commit() - Method in interface javax.resource.spi.LocalTransaction
-
Commit a local transaction
- commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- commit() - Method in interface javax.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface javax.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface javax.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- CommonAbstractCriteria - Interface in javax.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 javax.security.enterprise.credential.Password
-
- compareTo(String, String) - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- complete() - Method in interface javax.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.
- CompletionListener - Interface in javax.jms
-
A CompletionListener
is implemented by the application and may be specified when a message is sent
asynchronously.
- CompoundSelection<X> - Interface in javax.persistence.criteria
-
The CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor).
- concat(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(String, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- Concept - Interface in javax.xml.registry.infomodel
-
The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
- CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
-
Constant representing the javax.xml.registry.infomodel.Concept interface.
- ConcurrencyManagement - Annotation Type in javax.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum in javax.ejb
-
Used to specify the value of the ConcurrencyManagement
annotation
for a singleton session bean.
- ConcurrentAccessException - Exception in javax.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 javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified
detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified
detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in javax.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 javax.ejb.ConcurrentAccessTimeoutException
-
- ConcurrentAccessTimeoutException(String) - Constructor for exception javax.ejb.ConcurrentAccessTimeoutException
-
- condition() - Method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result
of the conditional action.
- ConditionalTagSupport - Class in javax.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 javax.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- Config - Class in javax.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class javax.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- ConfigProperty - Annotation Type in javax.resource.spi
-
Designates a JavaBean property as a configuration property
- configurator(ClientEndpointConfig.Configurator) - Method in class javax.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class javax.websocket.server.ServerEndpointConfig.Configurator
-
- confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
-
Confirms this Association by the User associated with the caller.
- conjunction() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- Connection - Interface in javax.jms
-
A Connection
object is a client's active connection to its JMS provider.
- Connection - Interface in javax.resource.cci
-
A Connection represents an application-level handle that is used
by a client to access the underlying physical connection.
- Connection - Interface in javax.xml.registry
-
This class represents a connection between a JAXR client and a
JAXR provider.
- CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the
connection
- CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionConsumer - Interface in javax.jms
-
For application servers, Connection
objects provide a special facility for creating a
ConnectionConsumer
(optional).
- ConnectionDefinition - Annotation Type in javax.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular
connection type.
- ConnectionDefinitions - Annotation Type in javax.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 javax.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in javax.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 javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in javax.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 javax.jms
-
A ConnectionFactory
object encapsulates a set of connection configuration parameters that has been defined by
an administrator.
- ConnectionFactory - Interface in javax.resource.cci
-
ConnectionFactory
provides an interface for getting
connection to an EIS instance.
- ConnectionFactory - Class in javax.xml.registry
-
This is the abstract base class for factory classes for creating a JAXR connection.
- ConnectionFactory() - Constructor for class javax.xml.registry.ConnectionFactory
-
- ConnectionFactoryDefinition - Annotation Type in javax.resource
-
Annotation used to define a Connector Connection Factory resource to be
registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Type in javax.resource
-
Declares one or more ConnectionFactoryDefinition
annotations.
- ConnectionManager - Interface in javax.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to
pass a connection request to the application server.
- ConnectionMetaData - Interface in javax.jms
-
A ConnectionMetaData
object provides information describing the Connection
object.
- ConnectionMetaData - Interface in javax.resource.cci
-
The interface ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance.
- ConnectionRequestInfo - Interface in javax.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 javax.resource.cci
-
ConnectionSpec is used by an application component to pass
connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Type in javax.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.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.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 javax.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- ConstraintMode - Enum in javax.persistence
-
Used to control the application of a constraint.
- construct(Class<Y>, Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- ConstructorResult - Annotation Type in javax.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to a constructor.
- ContainerProvider - Class in javax.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
-
- contains(Class, Object) - Method in interface javax.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface javax.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging
to the current persistence context.
- containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header
has already been set.
- containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name)
on the wrapped response object.
- containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns true if the MessageContext
contains a property
with the specified name.
- CONTEXT_SETUP_FAILED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates a failure in recreating the WorkContext
instance.
- CONTEXT_SETUP_UNSUPPORTED - Static variable in class javax.resource.spi.work.WorkContextErrorCodes
-
Indicates that the container cannot support recreating the
WorkContext
instance.
- contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be
shut down.
- contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
-
Receives notification that the web application initialization
process is starting.
- ContextService - Interface in javax.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects
(as defined by java.lang.reflect.Proxy
) with
the addition of context typically associated with applications executing in a
Java™ EE environment.
- contextSetupComplete() - Method in interface javax.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 javax.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the WorkContext
instance was set as the
execution context for the Work
instance it was associated
with.
- Convert - Annotation Type in javax.persistence
-
Specifies the conversion of a Basic field or property.
- Converter - Annotation Type in javax.persistence
-
Specifies that the annotated class is a converter and defines its
scope.
- Converts - Annotation Type in javax.persistence
-
Used to group Convert
annotations.
- convertToDatabaseColumn(X) - Method in interface javax.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 javax.persistence.AttributeConverter
-
Converts the data stored in the database column into the
value to be stored in the entity attribute.
- Cookie - Class in javax.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 javax.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- correlate(Root<Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) - Method in interface javax.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) - Method in interface javax.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 javax.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 javax.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 javax.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join
object of the enclosing query.
- count(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- countDistinct(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct
operation.
- CountStatistic - Interface in javax.management.j2ee.statistics
-
Specifies standard count measurements.
- create() - Static method in interface javax.json.bind.JsonbBuilder
-
- create(JsonbConfig) - Static method in interface javax.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 javax.json.bind.spi.JsonbProvider
-
- create() - Method in interface javax.management.j2ee.ManagementHome
-
Creates an MEJB session object which provides access to the J2EE Management Model
- create() - Static method in class javax.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 javax.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the
relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- create(Name) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(String) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
-
- create(Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web
service features.
- create(String, Object) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and
implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class javax.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type,
implementor object, and web service features.
- create(URL, QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(URL, QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- create(QName, WebServiceFeature...) - Static method in class javax.xml.ws.Service
-
Creates a Service
instance.
- createAndPublishEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified
address, implementation object and web service features.
- createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Association instance using the specified
parameters.
- createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
-
Creates a new empty AttachmentPart
object.
- createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
-
Creates an AttachmentPart
object and populates it using
the given DataHandler
object.
- createAttachmentPart(Object, String) - Method in class javax.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 javax.xml.bind.JAXBContext
-
Creates a Binder
object that can be used for
associative/in-place unmarshalling/marshalling.
- createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a Binder
for W3C DOM.
- createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.JMSContext
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBrowser(Queue) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue.
- createBrowser(Queue, String) - Method in interface javax.jms.Session
-
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
- createBytesMessage() - Method in interface javax.jms.JMSContext
-
Creates a BytesMessage
object.
- createBytesMessage() - Method in interface javax.jms.Session
-
Creates a BytesMessage
object.
- createCalendarTimer(ScheduleExpression) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCall(QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, QName) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall(QName, String) - Method in interface javax.xml.rpc.Service
-
Creates a Call
instance.
- createCall() - Method in interface javax.xml.rpc.Service
-
Creates a Call
object not associated with
specific operation or target service endpoint.
- createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified String name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an external
Classification using the specified InternationalString name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
- createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified String parameters.
- createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme given the specified
InternationalString parameters.
- createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
- createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is a String.
- createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Concept instance using the specified
parameters, where the name is an InternationalString.
- createConnection() - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the default user identity.
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnection() - Method in class javax.xml.registry.ConnectionFactory
-
Create a named connection.
- createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
-
Create a new SOAPConnection
.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Creates a connection consumer for this connection (optional operation).
- createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConsumer(Destination) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates a JMSConsumer
for the specified destination, specifying a message selector and the noLocal
parameter.
- createConsumer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination.
- createConsumer(Destination, String) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination, using a message selector.
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a MessageConsumer
for the specified destination, specifying a message selector and the
noLocal
parameter.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by the container when an EntityManagerFactory
is to be created.
- createContext() - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and an unspecified sessionMode.
- createContext(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
- createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and the specified session mode.
- createContext(int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and the specified session mode.
- createContext(int) - Method in interface javax.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 javax.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a JAXBContext
class.
- createContextualProxy(T, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface javax.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createCriteriaDelete(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaDelete
query object to perform a bulk delete operation.
- createCriteriaUpdate(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaUpdate
query object to perform a bulk update operation.
- createDetail() - Method in class javax.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 javax.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 javax.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 javax.xml.ws.Service
-
Creates a Dispatch
instance for use with objects of
the client's choosing.
- createDispatch(QName, JAXBContext, Service.Mode) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, Class<T>, Service.Mode) - Method in class javax.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 javax.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 javax.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 javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
Creates a Dispatch
instance for use with JAXB
generated objects.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.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 javax.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container.
- createEJBContainer(Map<?, ?>) - Static method in class javax.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable EJB container with a
set of configuration properties.
- createEJBContainer(Map<?, ?>) - Method in interface javax.ejb.spi.EJBContainerProvider
-
Called by the embeddable container bootstrap process to find a
suitable embeddable container implementation.
- createElement(Element) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object from an existing DOM
Element
.
- createElement(Name) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given Name
object.
- createElement(QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given QName
object.
- createElement(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a SOAPElement
object initialized with the
given local name.
- createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPElement
object with the given
local name, prefix and uri.
- createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using an address as the
parameter.
- createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an EmailAddress instance using both an address and a type as
parameters.
- createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(String, Object) - Method in class javax.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation
object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class javax.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 javax.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 javax.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
- createEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
.
- createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
with the
specified Map of properties.
- createEntityManager(SynchronizationType) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type.
- createEntityManager(SynchronizationType, Map) - Method in interface javax.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type and map of properties.
- createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Called by Persistence
class when an
EntityManagerFactory
is to be created.
- CreateException - Exception in javax.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 javax.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception javax.ejb.CreateException
-
Constructs a CreateException with the specified
detail message.
- createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
- createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
- createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is a String.
- createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
- createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an ExtrinsicObject instance using the specified
parameters.
- createFault(String, QName) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new SOAPFault
object initialized with the given reasonText
and faultCode
- createFault() - Method in class javax.xml.soap.SOAPFactory
-
Creates a new default SOAPFault
object
- createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
-
Create a FederatedConnection.
- createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Filter class.
- createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInteraction() - Method in interface javax.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty InternationalString instance.
- createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using a String
parameter and the default Locale.
- createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an InternationalString instance using the specified
Locale and String parameters.
- createIntervalTimer(long, long, TimerConfig) - Method in interface javax.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 javax.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 javax.xml.bind.JAXBContext
-
Creates a JAXBIntrospector
object that can be used to
introspect JAXB objects.
- createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Key instance from an ID.
- createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given EventListener class.
- createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale and String parameters.
- createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() - Method in interface javax.jms.JMSContext
-
Creates a MapMessage
object.
- createMapMessage() - Method in interface javax.jms.Session
-
Creates a MapMessage
object.
- createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a Marshaller
object that can be used to convert a
java content tree into XML data.
- createMessage() - Method in interface javax.jms.JMSContext
-
Creates a Message
object.
- createMessage() - Method in interface javax.jms.Session
-
Creates a Message
object.
- createMessage() - Method in class javax.xml.soap.MessageFactory
-
Creates a new SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) - Method in class javax.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 javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
-
Creates a new Name
object initialized with the
given local name.
- createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) - Method in class javax.xml.soap.SOAPFactory
-
Creates a new Name
object initialized with the
given local name.
- createNamedQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a named query
(in the Java Persistence query language or in native SQL).
- createNamedQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Java Persistence query language named query.
- createNamedStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createNativeQuery(String) - Method in interface javax.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 javax.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates instances of information model
interfaces (factory method).
- createObjectMessage() - Method in interface javax.jms.JMSContext
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized ObjectMessage
object.
- createObjectMessage() - Method in interface javax.jms.Session
-
Creates an ObjectMessage
object.
- createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized ObjectMessage
object.
- createOrganization(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is a String.
- createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an Organization instance using the specified
name, where the name is an InternationalString.
- createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI)
will be written, and return it as a Result
object.
- createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
first, middle, and last names.
- createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PersonName instance using the specified
full name.
- createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a PostalAddress instance using the specified
parameters.
- createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new JMSProducer
object which can be used to configure and send messages
- createProducer(Destination) - Method in interface javax.jms.Session
-
Creates a MessageProducer
to send messages to the specified destination.
- createPublisher(Topic) - Method in interface javax.jms.TopicSession
-
Creates a publisher for the specified topic.
- createQName(String, String) - Method in interface javax.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 javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a
Java Persistence query language statement.
- createQuery(CriteriaQuery<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
criteria query.
- createQuery(CriteriaUpdate) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
update query.
- createQuery(CriteriaDelete) - Method in interface javax.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
delete query.
- createQuery(String, Class<T>) - Method in interface javax.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Java Persistence query language statement.
- createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
-
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
- createQueue(String) - Method in interface javax.jms.JMSContext
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueue(String) - Method in interface javax.jms.QueueSession
-
Creates a queue identity given a Queue
name.
- createQueue(String) - Method in interface javax.jms.Session
-
Creates a Queue
object which encapsulates a specified provider-specific queue name.
- createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the default user identity.
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
Creates a QueueSession
object, specifying transacted
and acknowledgeMode
.
- createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a QueueSession
object.
- createReceiver(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue.
- createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
-
Creates a QueueReceiver
object to receive messages from the specified queue using a message selector.
- createRegistryPackage(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is a String.
- createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a RegistryPackage instance using the specified
name, where the name is an InternationalString.
- createSender(Queue) - Method in interface javax.jms.QueueSession
-
Creates a QueueSender
object to send messages to the specified queue.
- createService(String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is a String.
- createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Service instance using the specified
name, where the name is an InternationalString.
- createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createService(QName) - Method in class javax.xml.rpc.ServiceFactory
-
Create a Service
instance.
- createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty ServiceBinding instance.
- createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying transacted
and acknowledgeMode
.
- createSession(int) - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying sessionMode
.
- createSession() - Method in interface javax.jms.Connection
-
Creates a Session
object, specifying no arguments.
- createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an Session
object.
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a String.
- createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
-
Creates a Slot instance using the specified
parameters, where the value is a Collection of Strings.
- createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty SpecificationLink instance.
- createStoredProcedureQuery(String) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, Class...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in interface javax.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStreamMessage() - Method in interface javax.jms.JMSContext
-
Creates a StreamMessage
object.
- createStreamMessage() - Method in interface javax.jms.Session
-
Creates a StreamMessage
object.
- createSubscriber(Topic) - Method in interface javax.jms.TopicSession
-
Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) - Method in interface javax.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.
- createTelephoneNumber() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty TelephoneNumber instance.
- createTemporaryQueue() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.QueueSession
-
Creates a TemporaryQueue
object.
- createTemporaryQueue() - Method in interface javax.jms.Session
-
Creates a TemporaryQueue
object.
- createTemporaryTopic() - Method in interface javax.jms.JMSContext
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.Session
-
Creates a TemporaryTopic
object.
- createTemporaryTopic() - Method in interface javax.jms.TopicSession
-
Creates a TemporaryTopic
object.
- createTextMessage() - Method in interface javax.jms.JMSContext
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized TextMessage
object.
- createTextMessage() - Method in interface javax.jms.Session
-
Creates a TextMessage
object.
- createTextMessage(String) - Method in interface javax.jms.Session
-
Creates an initialized TextMessage
object.
- createTimer(long, Serializable) - Method in interface javax.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in interface javax.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 javax.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in interface javax.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 javax.resource.spi.BootstrapContext
-
Creates a new java.util.Timer
instance.
- createTopic(String) - Method in interface javax.jms.JMSContext
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.Session
-
Creates a Topic
object which encapsulates a specified provider-specific topic name.
- createTopic(String) - Method in interface javax.jms.TopicSession
-
Creates a topic identity given a Topic
name.
- createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the default user identity.
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
Creates a TopicSession
object, specifying transacted
and acknowledgeMode
.
- createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
Creates a TopicSession
object.
- createTupleQuery() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Creates a new empty TypeMapping
object.
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB 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 javax.xml.bind.annotation.W3CDomHandler
-
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an Unmarshaller
object that can be used to convert XML
data into a java content tree.
- createUser() - Method in interface javax.xml.registry.LifeCycleManager
-
Creates an empty User instance.
- createValidator() - Method in class javax.xml.bind.JAXBContext
-
- createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class javax.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 javax.xml.ws.spi.Provider
-
Factory method to create a W3CEndpointReference
.
- createXAConnection() - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the default user identity.
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates an XAConnection
with the specified user identity.
- createXAContext() - Method in interface javax.jms.XAConnectionFactory
-
Creates a XAJMSContext
with the default user identity
- createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
-
Creates an XA queue connection with the specified user identity.
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
-
Creates an XAQueueSession
object.
- createXASession() - Method in interface javax.jms.XAConnection
-
Creates an XASession
object.
- createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the specified user identity.
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
-
Creates an XATopicSession
object.
- credential(Credential) - Method in class javax.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 javax.security.enterprise.credential
-
Credential
represents the credential the caller will use to authenticate.
- CredentialValidationResult - Class in javax.security.enterprise.identitystore
-
CredentialValidationResult
is the result from an attempt to
validate an instance of
Credential
.
- CredentialValidationResult(String) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class javax.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult.Status - Enum in javax.security.enterprise.identitystore
-
- CriteriaBuilder - Interface in javax.persistence.criteria
-
Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
-
Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
-
Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
-
Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
-
Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in javax.persistence.criteria
-
The CriteriaDelete
interface defines functionality for performing
bulk delete operations using the Criteria API
- CriteriaQuery<T> - Interface in javax.persistence.criteria
-
The CriteriaQuery
interface defines functionality that is specific
to top-level queries.
- CriteriaUpdate<T> - Interface in javax.persistence.criteria
-
The CriteriaUpdate
interface defines functionality for performing
bulk update operations using the Criteria API.
- currentDate() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomFormAuthenticationMechanismDefinition - Annotation Type in javax.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements
authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.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 javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- generate(char[]) - Method in interface javax.security.enterprise.identitystore.PasswordHash
-
Generate an encoded password hash value for storage in a user's account.
- Generated - Annotation Type in javax.annotation
-
The Generated
annotation is used to mark source code
that has been generated.
- GeneratedValue - Annotation Type in javax.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- generateSchema(String, Map) - Static method in class javax.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 javax.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 javax.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 javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- GenerationType - Enum in javax.persistence
-
Defines the types of primary key generation strategies.
- GenericCredential - Interface in javax.resource.spi.security
-
- GenericFilter - Class in javax.servlet
-
Defines a generic, protocol-independent
filter.
- GenericFilter() - Constructor for class javax.servlet.GenericFilter
-
Does nothing.
- GenericHandler - Class in javax.xml.rpc.handler
-
The javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.
- GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
-
Default constructor
- GenericServlet - Class in javax.servlet
-
Defines a generic, protocol-independent
servlet.
- GenericServlet() - Constructor for class javax.servlet.GenericServlet
-
Does nothing.
- get() - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- get(long, TimeUnit) - Method in class javax.ejb.AsyncResult
-
This method should not be called.
- get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(PageContext, String, int) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletRequest, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(HttpSession, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(ServletContext, String) - Static method in class javax.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get(Object) - Method in class javax.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
-
Gets the URI that gives access to the service via this binding.
- getAcknowledgeMode() - Method in interface javax.jms.Session
-
Returns the acknowledgement mode of the session.
- getActivationName() - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
-
Returns a unique name for the message endpoint deployment represented
by the MessageEndpointFactory
.
- getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of active transactions.
- getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement
.
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource
adapter.
- getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource
adapter.
- getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
-
Returns the email address for this object.
- getAlias() - Method in interface javax.persistence.TupleElement
-
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
- getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
- getAllAttributesAsQNames() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over all of the attributes
in this SOAPElement
as QName
objects.
- getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all the headers for this AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
-
Retrieves all the headers for this SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllTimers() - Method in interface javax.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 javax.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getApplicationData() - Method in interface javax.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the area code.
- getAsMap() - Method in class javax.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the collection of RegistryObject instances associated with this object.
- getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets all Associations where this object is source.
- getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
-
Gets the association type for this Association.
- getAsync() - Method in interface javax.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 javax.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface javax.servlet.ServletRequest
-
- getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface javax.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 javax.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 javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[]
.
- getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id, cid
, and return as a DataHandler
.
- getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
-
- getAttachments() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves all the AttachmentPart
objects that have header
entries that match the specified headers.
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
-
- getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
-
Gets the value of a specific attribute of a named managed object.
- getAttribute() - Method in interface javax.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface javax.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in interface javax.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 javax.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 javax.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface javax.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 javax.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 javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns an attribute value for container's configuration
and other data that can be used by jax-ws runtime.
- getAttribute(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an attribute that is associated with this
HttpExchange
.
- getAttributeName() - Method in interface javax.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeNames() - Method in interface javax.servlet.http.HttpSession
-
Returns an Enumeration
of String
objects
containing the names of all the objects bound to this session.
- getAttributeNames() - Method in interface javax.servlet.ServletContext
-
Returns an Enumeration
containing the
attribute names available within this ServletContext.
- getAttributeNames() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
containing the
names of the attributes available to this request.
- getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames()
on the wrapped request object.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns all attribute names for container's configuration
and other data that can be used by jax-ws runtime.
- getAttributeNames() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Gives all the attribute names that are associated with
this HttpExchange
.
- getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface javax.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in
the entity graph.
- getAttributeNodes() - Method in interface javax.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of
this managed type that are included in the subgraph.
- getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
-
Enables the values of several attributes of a named managed object.
- getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface javax.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection
of AuditableEvent objects.
- getAuthParameters() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect
the servlet.
- getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType()
on the wrapped request object.
- getAutoStart() - Method in interface javax.jms.JMSContext
-
Returns whether the underlying connection used by this JMSContext
will be started automatically when a
consumer is created.
- getBase64Content() - Method in class javax.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.
- getBasicRemote() - Method in interface javax.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 javax.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBegin() - Method in interface javax.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 javax.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getBindingID() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the URI identifying the binding used by the port being accessed.
- getBody(Class<T>) - Method in interface javax.jms.Message
-
Returns the message body as an object of the specified type.
- getBody() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPBody
object associated with this
SOAPEnvelope
object.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyLength() - Method in interface javax.jms.BytesMessage
-
Gets the number of bytes of the message body when the message is in read-only mode.
- getBoolean(String) - Method in interface javax.jms.MapMessage
-
Returns the boolean
value with the specified name.
- getBooleanProperty(String) - Method in interface javax.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 javax.jms.Message
-
Returns the value of the boolean
property with the specified name.
- getBuffer() - Method in interface javax.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 javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface javax.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize()
on the wrapped response object.
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
-
Returns the BulkResponse associated with specified requestId.
- getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
- getBusinessObject(Class<T>) - Method in interface javax.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.
- getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the BusinessQueryManager object implemented by the JAXR provider.
- getByte(String) - Method in interface javax.jms.MapMessage
-
Returns the byte
value with the specified name.
- getByteProperty(String) - Method in interface javax.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 javax.jms.Message
-
Returns the value of the byte
property with the specified name.
- getBytes(String) - Method in interface javax.jms.MapMessage
-
Returns the byte array value with the specified name.
- getBytes() - Method in exception javax.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 javax.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCaller() - Method in class javax.security.enterprise.credential.CallerOnlyCredential
-
- getCaller() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
- getCallerDn() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerGroups() - Method in class javax.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 javax.security.enterprise.identitystore.IdentityStore
-
Returns groups for the caller, who is identified by the
CallerPrincipal
(and potentially other values) found in the
validationResult
parameter.
- getCallerIdentity() - Method in interface javax.ejb.EJBContext
-
- getCallerPrincipal() - Method in interface javax.ejb.EJBContext
-
Obtain the java.security.Principal
that identifies the caller.
- getCallerPrincipal() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the Principal set by a call to notifyContainerAboutLogin().
- getCallerPrincipal() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCallerPrincipal() - Method in class javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface javax.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 javax.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).
- getCalls(QName) - Method in interface javax.xml.rpc.Service
-
Gets an array of preconfigured Call
objects for
invoking operations on the specified port.
- getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
-
Gets the capability level supported by the JAXR provider.
- getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
-
Returns the CapabilityProfile for the JAXR provider.
- getCause() - Method in exception javax.xml.bind.JAXBException
-
- getCause() - Method in exception javax.xml.registry.JAXRException
-
Returns the Throwable embedded in this JAXRException
if there is one.
- getCause() - Method in exception javax.xml.soap.SOAPException
-
Returns the Throwable
object embedded in this
SOAPException
if there is one.
- getCausedByException() - Method in exception javax.ejb.EJBException
-
Obtain the exception that caused the EJBException to be thrown.
- getChar(String) - Method in interface javax.jms.MapMessage
-
Returns the Unicode character value with the specified name.
- getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this
request.
- getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
- getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
- getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
- getCharsetName() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Gets the canonical name for the charset for this object.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets number of children.
- getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets number of children.
- getChildElements() - Method in interface javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element.
- getChildElements(Name) - Method in interface javax.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 javax.xml.soap.SOAPElement
-
Returns an
Iterator
over all the immediate child
Node
s of this element with the specified qname.
- getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets number of children.
- getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all immediate children Organizations.
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all immediate children Concepts.
- getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all immediate children Concepts.
- getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the city.
- getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the Classification instances that classify this object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the ClassificationScheme that is used in classifying the object.
- getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the ClassificationScheme that this Concept is a descendent of.
- getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Object that is being classified.
- getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in interface javax.servlet.ServletContext
-
Gets the class loader of the web application represented by this
ServletContext.
- getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface javax.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that
is represented by this Registration.
- getClassType() - Method in interface javax.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClientID() - Method in interface javax.jms.Connection
-
Gets the client identifier for this connection.
- getClientID() - Method in interface javax.jms.JMSContext
-
Gets the client identifier for the JMSContext's connection.
- getClientSubject() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCloseCode(int) - Static method in enum javax.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class javax.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections closed
- getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections closed.
- getCode() - Method in interface javax.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum javax.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String, Class<E>) - Method in interface javax.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 javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollection() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of objects returned as a response of a
bulk operation.
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getColumnNames() - Method in interface javax.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getComment() - Method in class javax.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or
null
if the cookie has no comment.
- getComment() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking
cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
-
Number of committed transactions.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns String.class
.
- getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getConcept() - Method in interface javax.xml.registry.infomodel.Classification
-
Gets the Concept that is classifying the object.
- getConfigurator() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
-
- getConnection() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection() - Method in interface javax.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
-
Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
- getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAConnectionFactory OBJECT_NAME
- getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
-
Get the connection handle associated with the Managed
Connection instance.
- getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionPool Stats that provide statistics about
the connection pools associated with the referencing JCA resource statistics
- getConnectionPools() - Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface javax.management.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionStats that provide statistics about
the non-pooled connections associated with the referencing JCA resource statistics
- getConnections() - Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface javax.management.j2ee.statistics.JMSStats
-
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
- getConstructor() - Method in interface javax.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked.
- getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Returns an array of JMSConsumerStats that provide statistics about the message
consumers associated with the referencing JMS session statistics.
- getContainer() - Method in class javax.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface javax.websocket.Session
-
Return the container that this session is part of.
- getContainingQuery() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a Java
object.
- getContent() - Method in class javax.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP Source
object.
- getContentDescription() - Method in class javax.xml.soap.SOAPMessage
-
Retrieves a description of this SOAPMessage
object's
content.
- getContentId() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLength() - Method in interface javax.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 ir is greater than
Integer.MAX_VALUE.
- getContentLength() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength()
on the wrapped request object.
- getContentLengthLong() - Method in interface javax.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 javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong()
on the wrapped request object.
- getContentLocation() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class javax.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in interface javax.servlet.http.Part
-
Gets the content type of this part.
- getContentType() - Method in interface javax.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or
null
if the type is not known.
- getContentType() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType()
on the wrapped request object.
- getContentType() - Method in interface javax.servlet.ServletResponse
-
Returns the content type used for the MIME body
sent in this response.
- getContentType() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType()
on the wrapped response object.
- getContentType() - Method in class javax.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getContext() - Method in class javax.ejb.embeddable.EJBContainer
-
Retrieve a naming context for looking up references to session beans
executing in the embeddable container.
- getContext() - Method in interface javax.jms.XAJMSContext
-
Returns the JMSContext
object associated with this XAJMSContext
.
- getContext(String) - Method in interface javax.servlet.ServletContext
-
Returns a ServletContext
object that
corresponds to a specified URL on the server.
- getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- getContextData() - Method in interface javax.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 javax.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 javax.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context
of the request.
- getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath()
on the wrapped request object.
- getContextPath() - Method in interface javax.servlet.ServletContext
-
Returns the context path of the web application.
- getContextPath() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the context path of all the endpoints in an application.
- getCookies() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies()
on the wrapped request object.
- getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface javax.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 javax.management.j2ee.statistics.CountStatistic
-
The count since the last reset.
- getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
Number of times the operation was invoked since the beginning of this measurement.
- getCount() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the country.
- getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the country code.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
-
Number of times create was called.
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections created
- getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections created.
- getCreationTime() - Method in interface javax.servlet.http.HttpSession
-
Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
- getCredential() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Gets security data for a specific security mechanism represented
by the GenericCredential.
- getCredentials() - Method in interface javax.xml.registry.Connection
-
Gets the credentials associated with this client.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The current value of this attribute.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getDataHandler() - Method in class javax.xml.soap.AttachmentPart
-
Gets the DataHandler
object for this AttachmentPart
object.
- getDateHeader(String) - Method in interface javax.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 javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name)
on the wrapped request object.
- getDayOfMonth() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the day of the month attribute.
- getDayOfWeek() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the day of the week attribute.
- getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
-
Returns the DeclarativeQueryManager object implemented by the JAXR provider.
- getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String, Class<E>) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredPluralAttributes() - Method in interface javax.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 javax.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 javax.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 javax.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 javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the managed type representing the type in which
the attribute was declared.
- getDecoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDefaultAsyncSendTimeout() - Method in interface javax.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 javax.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
.
- getDefaultDomain() - Method in interface javax.management.j2ee.Management
-
Returns the default domain name of this MEJB.
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultMaxBinaryMessageBufferSize() - Method in interface javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface javax.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 javax.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
-
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
- getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this
ServletContext.
- getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Gets the registered default TypeMapping
instance.
- getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.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 javax.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelims() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getDeliveryDelay() - Method in interface javax.jms.JMSProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may
deliver the message to a consumer.
- getDeliveryDelay() - Method in interface javax.jms.MessageProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may
deliver the message to a consumer.
- getDeliveryMode() - Method in interface javax.jms.JMSProducer
-
Returns the delivery mode of messages that are sent using this JMSProducer
- getDeliveryMode() - Method in interface javax.jms.MessageProducer
-
Gets the producer's default delivery mode.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
-
Gets all descendant Concepts.
- getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets all descendant Concepts.
- getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets all descendant Organizations.
- getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
-
A human-readable description of the Statistic.
- getDescription() - Method in class javax.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 javax.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 javax.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 javax.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 javax.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the textual description for this object.
- getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
-
Gets the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
-
Returns a Deserializer for the specified XML processing
mechanism type.
- getDestination() - Method in interface javax.jms.MessageProducer
-
Gets the destination associated with this MessageProducer
.
- getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
-
Returns a string that encapsulates the identity of the message destination
- getDetail() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the detail element.
- getDetail() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional detail element for this SOAPFault
object.
- getDetailEntries() - Method in interface javax.xml.soap.Detail
-
Gets an Iterator over all of the DetailEntry
s in this Detail
object.
- getDisableMessageID() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDispatcherType() - Method in interface javax.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDomain() - Method in class javax.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface javax.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.
- getDouble(String) - Method in interface javax.jms.MapMessage
-
Returns the double
value with the specified name.
- getDoubleProperty(String) - Method in interface javax.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 javax.jms.Message
-
Returns the value of the double
property with the specified name.
- getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of durable subscriptions.
- getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the major version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the
application represented by this ServletContext is based on.
- getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this
ServletContext.
- getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
- getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
- getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
-
Returns product version of the underlying EIS instance.
- getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
-
Returns product version of the underlying EIS instance connected
through the ManagedConnection.
- getEJBHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.EJBMetaData
-
Obtain the remote home interface of the enterprise bean.
- getEJBHome() - Method in interface javax.ejb.EJBObject
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.HomeHandle
-
Obtain the home object represented by this handle.
- getEJBLocalHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the enterprise bean's local home interface.
- getEJBLocalObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the EJB local object that is currently
associated with the instance.
- getEJBLocalObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB local object that is
associated with the instance.
- getEJBMetaData() - Method in interface javax.ejb.EJBHome
-
Obtain the EJBMetaData interface for the enterprise bean.
- getEJBObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the EJB object that is currently associated with
the instance.
- getEJBObject() - Method in interface javax.ejb.Handle
-
Obtain the EJB object reference represented by this handle.
- getEJBObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB object that is currently associated with
the instance.
- getELContext() - Method in class javax.servlet.jsp.JspContext
-
Returns the ELContext
associated with this JspContext
.
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the Result
.
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for jaxbElement
.
- getElementName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the name of this SOAPElement
object.
- getElementQName() - Method in interface javax.xml.soap.SOAPElement
-
Returns the qname of this SOAPElement
object.
- getElements() - Method in interface javax.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElIgnored() - Method in interface javax.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
.
- getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
-
Gets the email addresses for this User.
- getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface javax.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
-
Returns the encoding style for this SOAPElement
object.
- getEnd() - Method in class javax.ejb.ScheduleExpression
-
Return the end date, if set; otherwise null.
- getEnd() - Method in interface javax.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 javax.resource.spi.endpoint.MessageEndpointFactory
-
Return the Class
object corresponding to the message
endpoint class.
- getEndpointClass() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface javax.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 javax.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 javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
for this
endpoint.
- getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
associated with
this endpoint.
- getEndpoints() - Method in class javax.xml.ws.EndpointContext
-
This gives list of endpoints in an application.
- getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception javax.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception javax.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEnumeration() - Method in interface javax.jms.QueueBrowser
-
Gets an enumeration for browsing the current queue messages in the order they would be received.
- getEnvelope() - Method in class javax.xml.soap.SOAPPart
-
Gets the SOAPEnvelope
object associated with this
SOAPPart
object.
- getEnvironment() - Method in interface javax.ejb.EJBContext
-
- getErrorCode() - Method in exception javax.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception javax.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getErrorCode() - Method in exception javax.resource.ResourceException
-
Get the error code.
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
-
Gets the Key to the first object that encountered an error in the registry.
- getErrorOnUndeclaredNamespace() - Method in interface javax.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 javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of
the collected errors and warnings.
- getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the type of this event.
- getException() - Method in class javax.resource.spi.ConnectionEvent
-
Get the exception.
- getException() - Method in class javax.resource.spi.work.WorkEvent
-
Return the WorkException
.
- getException() - Method in class javax.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class javax.websocket.SendResult
-
The problem sending the message.
- getExceptionListener() - Method in interface javax.jms.Connection
-
Gets the ExceptionListener
object for this connection.
- getExceptionListener() - Method in interface javax.jms.JMSContext
-
Gets the ExceptionListener
object for the JMSContext's connection.
- getExceptions() - Method in interface javax.xml.registry.BulkResponse
-
Get the Collection of RegistryException instances in case of partial commit.
- getExecutionProperties(Object) - Method in interface javax.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutionProperties() - Method in interface javax.enterprise.concurrent.ManagedTask
-
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this Service
instance.
- getExecutor() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the executor for this Service
instance.
- getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpectedType() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
-
Gets expirationDate attribute of the RegistryEntry within the Registry.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of messages that expired before delivery.
- getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of expired messages.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface javax.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
- getExpressionFactory() - Method in interface javax.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 javax.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class javax.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the internal extension.
- getExtensions() - Method in interface javax.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 javax.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalIdentifiers associated with this object
that are external identifiers for this object.
- getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the ExternalLinks associated with this object.
- getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets URI to the an external resource.
- getFault() - Method in interface javax.xml.soap.SOAPBody
-
Returns the SOAPFault
object in this SOAPBody
object.
- getFault() - Method in exception javax.xml.ws.soap.SOAPFaultException
-
Gets the embedded SOAPFault
instance.
- getFaultActor() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultactor
element.
- getFaultActor() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault actor for this SOAPFault
object.
- getFaultCode() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultcode
element.
- getFaultCode() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this SOAPFault
object.
- getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFault
object as a SAAJ Name
object.
- getFaultCodeAsQName() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFault
object as a QName
object.
- getFaultNode() - Method in interface javax.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFault
object.
- getFaultReasonLocales() - Method in interface javax.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 javax.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given Locale
.
- getFaultReasonTexts() - Method in interface javax.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 javax.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFault
object.
- getFaultString() - Method in exception javax.xml.rpc.soap.SOAPFaultException
-
Gets the faultstring
element.
- getFaultString() - Method in interface javax.xml.soap.SOAPFault
-
Gets the fault string for this SOAPFault
object.
- getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
-
Gets the locale of the fault string for this SOAPFault
object.
- getFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
-
Gets the Subcodes for this SOAPFault
as an iterator over
QNames
.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns an
Iterator
containing FeatureDescriptor
objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an Iterator
containing
FeatureDescriptor
objects with information about each scoped attribute resolved by this resolver.
- getFetches() - Method in interface javax.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- getFilterConfig() - Method in class javax.servlet.GenericFilter
-
- getFilterName() - Method in interface javax.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment
descriptor.
- getFilterName() - Method in class javax.servlet.GenericFilter
-
Returns the name of this filter instance.
- getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
-
Gets the FilterRegistration corresponding to the filter with the
given filterName.
- getFilterRegistrations() - Method in interface javax.servlet.ServletContext
-
Gets a (possibly empty) Map of the FilterRegistration
objects (keyed by filter name) corresponding to all filters
registered with this ServletContext.
- getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the first name for this Person.
- getFirstResult() - Method in interface javax.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFloat(String) - Method in interface javax.jms.MapMessage
-
Returns the float
value with the specified name.
- getFloatProperty(String) - Method in interface javax.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 javax.jms.Message
-
Returns the value of the float
property with the specified name.
- getFlushMode() - Method in interface javax.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface javax.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The number of free connections in the pool
- getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Number of free connections in the pool.
- getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the fully formatted name for this person.
- getFunction(String) - Method in class javax.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 javax.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface javax.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 javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the groups set by a call to notifyContainerAboutLogin().
- getGroups() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandle() - Method in interface javax.ejb.EJBObject
-
Obtain a handle for the EJB object.
- getHandle() - Method in interface javax.ejb.Timer
-
Get a serializable handle to the timer.
- getHandler() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the low level JSR 196 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 javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
-
Gets the handler chain for the specified service endpoint.
- getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerChain(PortInfo) - Method in interface javax.xml.ws.handler.HandlerResolver
-
Gets the handler chain for the specified port.
- getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler class
- getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the Handler configuration
- getHandlerRegistry() - Method in interface javax.xml.rpc.Service
-
Returns the configured HandlerRegistry
instance
for this Service
instance.
- getHandlerResolver() - Method in class javax.xml.ws.Service
-
Returns the configured handler resolver.
- getHandlerResolver() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns the configured handler resolver.
- getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header
as a String
.
- getHeader(String) - Method in class javax.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 javax.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeader(String) - Method in interface javax.servlet.http.Part
-
Returns the value of the specified mime header
as a String
.
- getHeader(String) - Method in interface javax.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeader(String) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
String
objects.
- getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
-
Returns the SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names
this request contains.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames()
on the wrapped request object.
- getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface javax.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface javax.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header
as an Enumeration
of String
objects.
- getHeaders(String) - Method in class javax.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 javax.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface javax.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface javax.websocket.HandshakeResponse
-
Return the list of Http headers sent by the web socket server.
- getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the read only Map of Http Headers that came with the handshake request.
- getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
-
Gets the header blocks processed by this Handler instance.
- getHeaders() - Method in interface javax.xml.rpc.handler.Handler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
-
Gets the header blocks processed by this Handler.
- getHeaders() - Method in interface javax.xml.ws.handler.soap.SOAPHandler
-
Gets the header blocks that can be processed by this Handler
instance.
- getHeaders(QName, JAXBContext, boolean) - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets headers that have a particular qualified name from the message in the
message context.
- getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
-
Size of the JVM's heap.
- getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The highest value this attribute has held since the beginning of the measurement.
- getHints() - Method in interface javax.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHints() - Method in class javax.resource.spi.work.HintsContext
-
- getHomeHandle() - Method in interface javax.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote home interface.
- getHour() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the hour attribute.
- getHttpContext() - Method in class javax.xml.ws.spi.http.HttpExchange
-
- getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific
constraint elements.
- getHttpServletMapping() - Method in interface javax.servlet.http.HttpServletRequest
-
- getHttpServletMapping() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to
return getServletMapping() on the wrapped request object.
- getHttpSession() - Method in interface javax.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.
- getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
- getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getId() - Method in class javax.resource.spi.ConnectionEvent
-
Get the type of event
- getId() - Method in interface javax.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned
to this session.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface javax.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface javax.xml.registry.infomodel.Key
-
Returns the unique Id of this key.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.AddressingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.soap.MTOMFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityName() - Method in interface javax.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 javax.security.enterprise.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getIds() - Method in interface javax.servlet.http.HttpSessionContext
-
- getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getImplementor() - Method in class javax.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-coda
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-prelude
configuration
of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIndex() - Method in interface javax.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getInfo() - Method in interface javax.ejb.Timer
-
Get the information associated with the timer at the time of
creation.
- getInfo() - Method in class javax.ejb.TimerConfig
-
Return the info
object made available to timer callbacks.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInitParameter(String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface javax.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 javax.servlet.http.Part
-
Gets the content of this part as an InputStream
- getInputStream() - Method in interface javax.servlet.http.WebConnection
-
Returns an input stream for this web connection.
- getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface javax.servlet.ServletRequest
-
- getInputStream() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream()
on the wrapped request object.
- getInstalledExtensions() - Method in interface javax.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInt(String) - Method in interface javax.jms.MapMessage
-
Returns the int
value with the specified name.
- getInteractionSpecsSupported() - Method in interface javax.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 javax.servlet.http.HttpServletRequest
-
Returns the value of the specified request header
as an int
.
- getIntHeader(String) - Method in class javax.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 javax.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 javax.jms.Message
-
Returns the value of the int
property with the specified name.
- getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
-
This method returns a set of invalid ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
- getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
-
Get the list of invalid properties.
- getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
-
Obtain the business interface or no-interface view type through which the
current business method invocation was made.
- getIsXml() - Method in interface javax.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 javax.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getJarFileUrls() - Method in interface javax.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 javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface javax.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
-
Identifies the JDBC driver for the corresponding JDBCConnection.
- getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as a String
.
- getJMSCorrelationID() - Method in interface javax.jms.Message
-
Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
-
Returns the JMSCorrelationID
header value that has been set on this JMSProducer
, as an array of
bytes.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
-
Gets the correlation ID as an array of bytes for the message.
- getJMSDeliveryMode() - Method in interface javax.jms.Message
-
Gets the DeliveryMode
value specified for this message.
- getJMSDeliveryTime() - Method in interface javax.jms.Message
-
Gets the message's delivery time value.
- getJMSDestination() - Method in interface javax.jms.Message
-
Gets the Destination
object for this message.
- getJMSExpiration() - Method in interface javax.jms.Message
-
Gets the message's expiration time.
- getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS major version number.
- getJMSMessageID() - Method in interface javax.jms.Message
-
Gets the message ID.
- getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS minor version number.
- getJMSPriority() - Method in interface javax.jms.Message
-
Gets the message priority level.
- getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS provider name.
- getJMSRedelivered() - Method in interface javax.jms.Message
-
Gets an indication of whether this message is being redelivered.
- getJMSReplyTo() - Method in interface javax.jms.JMSProducer
-
Returns the JMSReplyTo
header value that has been set on this JMSProducer
.
- getJMSReplyTo() - Method in interface javax.jms.Message
-
Gets the Destination
object to which a reply to this message should be sent.
- getJMSTimestamp() - Method in interface javax.jms.Message
-
Gets the message timestamp.
- getJMSType() - Method in interface javax.jms.JMSProducer
-
Returns the JMSType
header value that has been set on this JMSProducer
.
- getJMSType() - Method in interface javax.jms.Message
-
Gets the message type identifier supplied by the client when the message was sent.
- getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS API version.
- getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
-
Gets an enumeration of the JMSX property names.
- getJoins() - Method in interface javax.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoinType() - Method in interface javax.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface javax.persistence.criteria.Join
-
Return the join type.
- getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext
instance associated with the web application for the given
ServletContext
.
- getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface javax.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 javax.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
-
Gets the <jsp-property-group>
child elements
of the <jsp-config>
element represented by this
JspConfigDescriptor
.
- getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the key representing the universally unique ID (UUID) for this object.
- getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface javax.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 javax.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the last name (surname) for this Person.
- getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
-
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the LifeCycleManager that created this object.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
-
Gets the Linked cause
- getLinkedCause() - Method in exception javax.xml.rpc.ServiceException
-
Gets the Linked cause
- getLinkedException() - Method in exception javax.jms.JMSException
-
Gets the exception linked to this one.
- getLinkedException() - Method in exception javax.resource.ResourceException
-
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
-
Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
- getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
-
- getList(String, Class<E>) - Method in interface javax.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 javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface javax.xml.bind.Marshaller
-
- getListener() - Method in interface javax.xml.bind.Unmarshaller
-
- getListenerRegistry() - Method in interface javax.management.j2ee.Management
-
Returns the listener registry implementation for this MEJB.
- getLocalAddr() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getLocalAddr() on the wrapped request object.
- getLocalAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved local address on which the request was received.
- getLocale() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocale() - Method in interface javax.servlet.ServletRequest
-
Returns the preferred Locale
that the client will
accept content in, based on the Accept-Language header.
- getLocale() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale()
on the wrapped request object.
- getLocale() - Method in interface javax.servlet.ServletResponse
-
- getLocale() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale()
on the wrapped response object.
- getLocale() - Method in interface javax.xml.registry.infomodel.LocalizedString
-
Get the Locale for this object.
- getLocales() - Method in interface javax.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 javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales()
on the wrapped request object.
- getLocalizedMessage(PageContext, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, String) - Static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, Object[]) - Static method in class javax.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 javax.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and
performs parametric replacement using the arguments specified via
args.
- getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
-
Gets the LocalizedString for the specified Locale and charsetName.
- getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
-
Returns the LocalizedStrings associated with this object.
- getLocalName() - Method in interface javax.servlet.ServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalName() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getLocalName() on the wrapped request object.
- getLocalName() - Method in interface javax.xml.soap.Name
-
Gets the local name part of the XML name that this Name
object represents.
- getLocalPort() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
- getLocalPort() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getLocalPort() on the wrapped request object.
- getLocalTransaction() - Method in interface javax.resource.cci.Connection
-
Returns an LocalTransaction instance that enables a component to
demarcate resource manager local transactions on the Connection.
- getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
-
Returns an javax.resource.spi.LocalTransaction
instance.
- getLocation() - Method in class javax.servlet.MultipartConfigElement
-
Gets the directory location where files will be stored.
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getLockMode(Object) - Method in interface javax.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in interface javax.persistence.Query
-
Get the current lock mode for the query.
- getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
-
Gets the log writer for this ManagedConnection instance.
- getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
-
Get the log writer for this ManagedConnectionFactory instance.
- getLong(String) - Method in interface javax.jms.MapMessage
-
Returns the long
value with the specified name.
- getLongProperty(String) - Method in interface javax.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 javax.jms.Message
-
Returns the value of the long
property with the specified name.
- getLoopStatus() - Method in interface javax.servlet.jsp.jstl.core.LoopTag
-
Retrieves a 'status' object to provide information about the
current round of the iteration.
- getLoopStatus() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
-
- getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
-
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
-
The lowest value this attribute has held since the beginning of the measurement.
- getMajorVersion() - Method in interface javax.servlet.ServletContext
-
Returns the major version of the Servlet API that this
servlet container supports.
- getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
-
Gets the major revision number for this version of the Versionable object.
- getManagedClassNames() - Method in interface javax.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 interface javax.management.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
- getManagedConnectionFactory() - Method in class javax.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 javax.enterprise.concurrent.ManagedTask
-
- getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap(String, Class<K>, Class<V>) - Method in interface javax.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 javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMapNames() - Method in interface javax.jms.MapMessage
-
Returns an Enumeration
of all the names in the MapMessage
object.
- getMappingFileNames() - Method in interface javax.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 javax.servlet.http.HttpServletMapping
-
- getMappings() - Method in interface javax.servlet.ServletRegistration
-
Gets the currently available mappings of the
Servlet represented by this ServletRegistration
.
- getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
-
Returns all the MimeHeader
objects whose name matches
a name in the given array of names.
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects that match a name in
the given array.
- getMatchValue() - Method in interface javax.servlet.http.HttpServletMapping
-
Return the portion of the URI path that caused this request to
be matched.
- getMaxAge() - Method in class javax.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface javax.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.
- getMaxBinaryMessageBufferSize() - Method in interface javax.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxConnections() - Method in interface javax.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 javax.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxIdleTimeout() - Method in interface javax.websocket.Session
-
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
- getMaxInactiveInterval() - Method in interface javax.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 javax.servlet.MultipartConfigElement
-
Gets the maximum size allowed for multipart/form-data requests.
- getMaxResults() - Method in interface javax.persistence.Query
-
The maximum number of results the query object was set to
retrieve.
- getMaxTextMessageBufferSize() - Method in interface javax.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- getMaxTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMBeanCount() - Method in interface javax.management.j2ee.Management
-
Returns the number of managed objects registered in the MEJB.
- getMBeanInfo(ObjectName) - Method in interface javax.management.j2ee.Management
-
This method discovers the attributes and operations that a managed object exposes
for management.
- getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
-
Gets the type of the XML processing mechanism and
representation used by this Deserializer.
- getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
-
Gets the type of the XML processing mechanism and
representation used by this Serializer.
- getMechType() - Method in interface javax.resource.spi.security.GenericCredential
-
Deprecated.
Returns the mechanism type for the GenericCredential instance.
- getMessage() - Method in exception javax.resource.ResourceException
-
Returns a detailed message string describing this exception.
- getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in exception javax.xml.registry.JAXRException
-
Returns the detail message for this JAXRException
object.
- getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
-
Gets the SOAPMessage from this message context
- getMessage() - Method in exception javax.xml.soap.SOAPException
-
Returns the detail message for this SOAPException
object.
- getMessage() - Method in interface javax.xml.ws.handler.LogicalMessageContext
-
Gets the message from this message context
- getMessage() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAPMessage
from this message context.
- getMessageContext() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the JAX-RPC MessageContext.
- getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
-
The method getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
- getMessageContext() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the MessageContext
for the request being served
at the time this method is called.
- getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of messages sent or received.
- getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of messages exchanged.
- getMessageCount() - Method in interface javax.management.j2ee.statistics.MessageDrivenBeanStats
-
Number of messages received.
- getMessageFactory() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the SAAJ MessageFactory
instance used by this SOAP binding.
- getMessageHandlers() - Method in interface javax.websocket.Session
-
Return an unmodifiable copy of the set of MessageHandlers for this Session.
- getMessageInfo() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the the low level JSR 196 message info instance for the current request.
- getMessageInfo() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getMessageListener() - Method in interface javax.jms.JMSConsumer
-
Gets the JMSConsumer
's MessageListener
.
- getMessageListener() - Method in interface javax.jms.MessageConsumer
-
Gets the MessageConsumer
's MessageListener
.
- getMessageListener() - Method in interface javax.jms.Session
-
Returns the session's distinguished message listener (optional).
- getMessageSelector() - Method in interface javax.jms.JMSConsumer
-
Gets this JMSConsumer
's message selector expression.
- getMessageSelector() - Method in interface javax.jms.MessageConsumer
-
Gets this message consumer's message selector expression.
- getMessageSelector() - Method in interface javax.jms.QueueBrowser
-
Gets this queue browser's message selector expression.
- getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Time spent by a message before being delivered.
- getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Time spent by a message before being delivered.
- getMetaData() - Method in interface javax.jms.Connection
-
Gets the metadata for this connection.
- getMetaData() - Method in interface javax.jms.JMSContext
-
Gets the connection metadata for the JMSContext's connection.
- getMetaData() - Method in interface javax.resource.cci.Connection
-
Gets the information on the underlying EIS instance represented
through an active connection.
- getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets metadata for the Resource Adapter.
- getMetaData() - Method in interface javax.resource.spi.ManagedConnection
-
Gets the metadata information for this connection's underlying
EIS resource manager instance.
- getMetadata() - Method in class javax.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getMetamodel() - Method in interface javax.persistence.EntityManager
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface javax.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 javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod()
on the wrapped request object.
- getMethod() - Method in interface javax.servlet.http.PushBuilder
-
Return the method to be used for the push.
- getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
-
Gets the HTTP method name.
- getMethodNames() - Method in class javax.servlet.ServletSecurityElement
-
Gets the set of HTTP method names named by the HttpMethodConstraints.
- getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
-
Number of beans in the method-ready state.
- getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
-
Gets the middle name for this Person.
- getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String
.
- getMimeHeader(String) - Method in class javax.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 javax.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this SOAPMessage
object in a transport-independent fashion.
- getMimeType(String) - Method in interface javax.servlet.ServletContext
-
Returns the MIME type of the specified file, or null
if
the MIME type is not known.
- getMimeType() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Gets the mime type associated with this object.
- getMinorVersion() - Method in interface javax.servlet.ServletContext
-
Returns the minor version of the Servlet API that this
servlet container supports.
- getMinorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
-
Gets the minor revision number for this version of the Versionable object.
- getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
-
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMinute() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the minute attribute.
- getModel() - Method in interface javax.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection
attribute.
- getModel() - Method in interface javax.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface javax.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface javax.persistence.criteria.Path
-
Return the bindable object that corresponds to the
path expression.
- getModel() - Method in interface javax.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued
attribute corresponding to the join.
- getModel() - Method in interface javax.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface javax.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getMonth() - Method in class javax.ejb.ScheduleExpression
-
Return the value of the month attribute.
- getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement
.
- getName() - Method in interface javax.management.j2ee.statistics.Statistic
-
The name of this Statistic.
- getName() - Method in interface javax.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 javax.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface javax.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface javax.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 javax.resource.spi.security.GenericCredential
-
Deprecated.
Returns the name of the resource principal associated
with a GenericCredential instance.
- getName() - Method in class javax.resource.spi.work.HintsContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.resource.spi.work.SecurityContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.resource.spi.work.TransactionContext
-
Get the associated name of the WorkContext
.
- getName() - Method in interface javax.resource.spi.work.WorkContext
-
Get the associated name of the WorkContext
.
- getName() - Method in class javax.security.enterprise.CallerPrincipal
-
The name of the caller
- getName() - Method in class javax.servlet.http.Cookie
-
Returns the name of the cookie.
- getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
-
Returns the name with which the attribute is bound to or
unbound from the session.
- getName() - Method in interface javax.servlet.http.Part
-
Gets the name of this part
- getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getName() - Method in interface javax.servlet.Registration
-
Gets the name of the Servlet or Filter that is represented by this
Registration.
- getName() - Method in class javax.servlet.ServletContextAttributeEvent
-
Gets the name of the ServletContext attribute that changed.
- getName() - Method in class javax.servlet.ServletRequestAttributeEvent
-
Return the name of the attribute that changed on the ServletRequest.
- getName() - Method in interface javax.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 javax.websocket.Extension
-
The name of the extension.
- getName() - Method in interface javax.websocket.Extension.Parameter
-
Return the name of the extension parameter.
- getName() - Method in class javax.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getName() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the user-friendly name of this object.
- getName() - Method in interface javax.xml.registry.infomodel.Slot
-
Gets the name for this Slot.
- getName() - Method in class javax.xml.soap.MimeHeader
-
Returns the name of this MimeHeader
object.
- getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
-
- getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
-
Returns an Iterator
over the namespace prefix
String
s declared by this element.
- getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support given the requested extension list
passed in, the empty list if none.
- getNegotiatedExtensions() - Method in interface javax.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class javax.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes
to connect, or none if there wasn't one this server endpoint liked.
- getNegotiatedSubprotocol() - Method in interface javax.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs.
- getNextRunTime(LastExecution, Date) - Method in interface javax.enterprise.concurrent.Trigger
-
Retrieve the next time that the task should run after.
- getNextTimeout() - Method in interface javax.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled
to occur.
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw
an UnsupportedOperationException
.
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNoLocal() - Method in interface javax.jms.TopicSubscriber
-
Gets the NoLocal
attribute for this subscriber.
- getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the non-JTA-enabled data source to be used by the
persistence provider for accessing data outside a JTA
transaction.
- getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
-
Returns all of the MimeHeader
objects whose name does not
match a name in the given array of names.
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
-
Retrieves all MimeHeader
objects whose name does
not match a name in the given array.
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getNumber() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
-
Gets the telephone number suffix, not including the country or area code.
- getObject(String) - Method in interface javax.jms.MapMessage
-
Returns the value of the object with the specified name.
- getObject() - Method in interface javax.jms.ObjectMessage
-
Gets the serializable object containing this message's data.
- getObject() - Method in exception javax.persistence.LockTimeoutException
-
Returns the object that caused this exception.
- getObject() - Method in exception javax.websocket.EncodeException
-
Return the Object that could not be encoded.
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getObjectProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this JMSProducer
, converted to
objectified format.
- getObjectProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the Java object property with the specified name.
- getObjectType() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Gets the object type that best describes the RegistryObject.
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getOn() - Method in interface javax.persistence.criteria.Join
-
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
- getOpenSessions() - Method in interface javax.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to
which this session represents a connection.
- getOperationName() - Method in interface javax.xml.rpc.Call
-
Gets the name of the operation to be invoked using this
Call
instance.
- getOperator() - Method in interface javax.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOrganization() - Method in interface javax.xml.registry.infomodel.User
-
Gets the Organization that this User is affiliated with.
- getOrigin() - Method in interface javax.management.j2ee.statistics.JMSConsumerStats
-
Returns a string that encapsulates the identity of a message origin
- getOut() - Method in class javax.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParams() - Method in interface javax.xml.rpc.Call
-
Returns a Map
of {name, value} for the output parameters of
the last invoked operation.
- getOutputStream() - Method in interface javax.servlet.http.WebConnection
-
Returns an output stream for this web connection.
- getOutputStream() - Method in interface javax.servlet.ServletResponse
-
- getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream()
on the wrapped response object.
- getOutputValues() - Method in interface javax.xml.rpc.Call
-
Returns a List
values for the output parameters
of the last invoked operation.
- getPage() - Method in class javax.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of javax.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling
Servlet and currently pending request and response.
- getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the page-encoding
configuration,
which specifies the default page encoding for any JSP pages mapped
to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getParameter(String) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name.
- getParameter(String, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name and type.
- getParameter(int) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position and type.
- getParameter(String) - Method in interface javax.servlet.ServletRequest
-
Returns the value of a request parameter as a String
,
or null
if the parameter does not exist.
- getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getParameter(String name) on the wrapped request object.
- getParameterMap() - Method in interface javax.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap()
on the wrapped request object.
- getParameterMap() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterNames() - Method in interface javax.servlet.ServletRequest
-
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames()
on the wrapped request object.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface javax.persistence.Query
-
Get the parameter objects corresponding to the declared
parameters of the query.
- getParameters() - Method in interface javax.websocket.Extension
-
The extension parameters for this extension in the order they appear in the http headers.
- getParameterType() - Method in interface javax.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
-
Gets the XML type of a parameter by name
- getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface javax.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(int) - Method in interface javax.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValues(String) - Method in interface javax.servlet.ServletRequest
-
Returns an array of String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getParameterValues(String name) on the wrapped request object.
- getParent() - Method in interface javax.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface javax.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface javax.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParent() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the parent Concept or ClassificationScheme for this object.
- getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the parent Concept or null if parent is a ClassificationScheme.
- getParentElement() - Method in interface javax.xml.soap.Node
-
Returns the parent element of this Node
object.
- getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the parent (container) organization.
- getParentPath() - Method in interface javax.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
-
Gets the
Part
with the given name.
- getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getPart on the wrapped
request object.
- getParts() - Method in interface javax.servlet.http.HttpServletRequest
-
Gets all the
Part
components of this request, provided
that it is of type
multipart/form-data
.
- getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getParts on the wrapped
request object.
- getPassiveCount() - Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
-
Number of beans that are in the passive state.
- getPassword() - Method in class javax.resource.spi.security.PasswordCredential
-
Returns the user password.
- getPassword() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPasswordAsString() - Method in class javax.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPath() - Method in class javax.servlet.http.Cookie
-
Returns the path on the server
to which the browser returns this cookie.
- getPath() - Method in interface javax.servlet.http.PushBuilder
-
Return the URI path to be used for the push.
- getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in interface javax.servlet.SessionCookieConfig
-
Gets the path that will be assigned to any session tracking
cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig
was acquired.
- getPath() - Method in interface javax.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- getPath() - Method in interface javax.xml.registry.infomodel.Concept
-
Gets the canonical path representation for this Concept.
- getPath() - Method in class javax.xml.ws.spi.http.HttpContext
-
Returns the path for this context.
- getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns any extra path information associated with
the URL the client sent when it made this request.
- getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathInfo()
on the wrapped request object.
- getPathInfo() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the extra path information that follows the web service
path but precedes the query string in the request URI and will start
with a "/" character.
- getPathParameters() - Method in interface javax.websocket.Session
-
Return a map of the path parameter names and values used associated with the request this session was opened
under.
- getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns any extra path information after the servlet name
but before the query string, and translates it to a real
path.
- getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathTranslated()
on the wrapped request object.
- getPattern() - Method in interface javax.servlet.http.HttpServletMapping
-
Return the String representation for the url-pattern
for this mapping.
- getPayload() - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as an XML source, may be called
multiple times on the same LogicalMessage instance, always
returns a new Source
that may be used to retrieve the entire
message payload.
- getPayload(JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as a JAXB object.
- getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
-
Number of pending messages.
- getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Number of pending messages.
- getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the fully qualified name of the persistence provider
implementation class.
- getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
-
Returns the current persistence provider resolver.
- getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Returns a list of the PersistenceProvider
implementations
available in the runtime environment.
- getPersistenceType() - Method in interface javax.persistence.metamodel.Type
-
Return the persistence type.
- getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the URL for the jar file or directory that is the
root of the persistence unit.
- getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
-
Return interface providing access to utility methods
for the persistence unit.
- getPersistenceUtil() - Static method in class javax.persistence.Persistence
-
Return the PersistenceUtil instance
- getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the schema version of the persistence.xml
file.
- getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the persistent attribute type for the attribute.
- getPersonName() - Method in interface javax.xml.registry.infomodel.User
-
Returns the name of this User.
- getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) of the managed type.
- getPooledCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
-
Number of beans in the pooled state.
- getPoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
-
The size of the connection pool
- getPoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
-
Size of the connection pool.
- getPort(QName, Class) - Method in interface javax.xml.rpc.Service
-
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class) - Method in interface javax.xml.rpc.Service
-
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.Provider
-
The getPort method returns a proxy.
- getPort(QName, Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.spi.ServiceDelegate
-
The getPort
method returns a proxy.
- getPortName() - Method in interface javax.xml.ws.handler.PortInfo
-
Gets the qualified name of the WSDL port being accessed.
- getPorts() - Method in interface javax.xml.rpc.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPorts() - Method in class javax.xml.ws.spi.ServiceDelegate
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPortTypeName() - Method in interface javax.xml.rpc.Call
-
Gets the qualified name of the port type.
- getPosition() - Method in interface javax.persistence.Parameter
-
Return the parameter position, or null if the parameter
is not a positional parameter.
- getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the Address for this Organization.
- getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
-
Gets the postal address for this User.
- getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns the postal or zip code.
- getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
-
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
- getPreferredSubprotocols() - Method in interface javax.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite
first that this client would like to use for its sessions.
- getPrefix() - Method in interface javax.xml.soap.Name
-
Returns the prefix that was specified when this Name
object
was initialized.
- getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryContact() - Method in interface javax.xml.registry.infomodel.Organization
-
Gets the primary Contact for this Organization.
- getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the primary key of the EJB local object.
- getPrimaryKey() - Method in interface javax.ejb.EJBObject
-
Obtain the primary key of the EJB object.
- getPrimaryKey() - Method in interface javax.ejb.EntityContext
-
Obtain the primary key of the EJB object that is currently
associated with this instance.
- getPrimaryKeyClass() - Method in interface javax.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's primary key class.
- getPrincipalsByType(Class<T>) - Method in interface javax.security.enterprise.SecurityContext
-
Retrieve all Principals of the given type from the authenticated caller's Subject,
or an empty set if the current caller is not authenticated, or if the specified type
isn't found in the Subject.
- getPriority() - Method in interface javax.jms.JMSProducer
-
Return the priority of messages that are sent using this JMSProducer
- getPriority() - Method in interface javax.jms.MessageProducer
-
Gets the producer's default priority.
- getProducers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
-
Returns an array of JMSProducerStats that provide statistics about the message
producers associated with the referencing JMS session statistics.
- getProperties() - Method in interface javax.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect
for the entity manager.
- getProperties() - Method in interface javax.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect
for the entity manager factory.
- getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in class javax.xml.registry.ConnectionFactory
-
Gets the Properties used during createConnection
and createFederatedConnection calls.
- getProperties() - Method in class javax.xml.ws.Endpoint
-
Returns the property bag for this Endpoint
instance.
- getProperty(String) - Method in class javax.json.bind.JsonbConfig
-
Return value of particular configuration property.
- getProperty(String) - Method in class javax.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder
.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller
.
- getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller
.
- getProperty(String) - Method in interface javax.xml.bind.Validator
-
- getProperty(String) - Method in interface javax.xml.rpc.Call
-
Gets the value of a named property.
- getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
-
Gets the value of a specific property from the
MessageContext
- getProperty(String) - Method in class javax.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getPropertyNames() - Method in interface javax.jms.JMSProducer
-
Returns an unmodifiable Set
view of the names of all the message properties that have been set on this
JMSProducer.
- getPropertyNames() - Method in interface javax.jms.Message
-
Returns an Enumeration
of all the property names.
- getPropertyNames() - Method in interface javax.xml.rpc.Call
-
Gets the names of configurable properties supported by
this Call
object.
- getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
-
Returns an Iterator view of the names of the properties
in this MessageContext
- getProtocol() - Method in interface javax.servlet.ServletRequest
-
Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
- getProtocol() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getProtocol()
on the wrapped request object.
- getProtocol() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the protocol string from the request in the form
protocol/majorVersion.minorVersion.
- getProtocolVersion() - Method in interface javax.websocket.Session
-
Returns the version of the websocket protocol currently being used.
- getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS provider major version number.
- getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS provider minor version number.
- getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the JMS provider version.
- getProvidingOrganization() - Method in interface javax.xml.registry.infomodel.Service
-
Gets the Organization that provides this service.
- getQualifiedName() - Method in interface javax.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Name
object represents.
- getQuery() - Method in exception javax.persistence.QueryTimeoutException
-
Returns the query that caused this exception.
- getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the query string that is contained in the request
URL after the path.
- getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getQueryString()
on the wrapped request object.
- getQueryString() - Method in interface javax.servlet.http.PushBuilder
-
Return the query string to be used for the push.
- getQueryString() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface javax.websocket.Session
-
Return the query string associated with the request this session was opened under.
- getQueryString() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the query string that is contained in the request URI
after the path.
- getQueue() - Method in interface javax.jms.QueueBrowser
-
Gets the queue associated with this queue browser.
- getQueue() - Method in interface javax.jms.QueueReceiver
-
Gets the Queue
associated with this queue receiver.
- getQueue() - Method in interface javax.jms.QueueSender
-
Gets the queue associated with this QueueSender
.
- getQueueName() - Method in interface javax.jms.Queue
-
Gets the name of this queue.
- getQueueSession() - Method in interface javax.jms.XAQueueSession
-
Gets the queue session associated with this XAQueueSession
.
- getRawContent() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as an
InputStream as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getRawContentBytes() - Method in class javax.xml.soap.AttachmentPart
-
Gets the content of this AttachmentPart
object as a
byte[] array as if a call had been made to getContent
and no
DataContentHandler
had been registered for the
content-type
of this AttachmentPart
.
- getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in interface javax.servlet.ServletRequest
-
Retrieves the body of the request as character data using
a BufferedReader
.
- getReader() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader()
on the wrapped request object.
- getReadyCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
-
Number of beans in the ready state.
- getRealPath(String) - Method in interface javax.servlet.ServletContext
-
Gets the real path corresponding to the given
virtual path.
- getRealPath(String) - Method in interface javax.servlet.ServletRequest
-
- getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
-
- getReasonPhrase() - Method in class javax.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getRecordFactory() - Method in interface javax.resource.cci.ConnectionFactory
-
Gets a RecordFactory instance.
- getRecordName() - Method in interface javax.resource.cci.Record
-
Gets the name of the Record.
- getRecordShortDescription() - Method in interface javax.resource.cci.Record
-
Gets a short description string for the Record.
- getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
-
Returns a list of registered encodingStyle URIs in this
TypeMappingRegistry
instance.
- getRegistryObject() - Method in interface javax.xml.registry.infomodel.AuditableEvent
-
Gets the RegistryObject associated with this AuditableEvent.
- getRegistryObject() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
-
Gets the parent RegistryObject for this ExternalIdentifier.
- getRegistryObject(String, String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObject specified by the Id and type of object.
- getRegistryObject(String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObject specified by the Id.
- getRegistryObjects() - Method in interface javax.xml.registry.infomodel.RegistryPackage
-
Gets the collection of member RegistryObjects of this RegistryPackage.
- getRegistryObjects(Collection) - Method in interface javax.xml.registry.QueryManager
-
Gets the specified RegistryObjects.
- getRegistryObjects(Collection, String) - Method in interface javax.xml.registry.QueryManager
-
Gets the specified RegistryObjects.
- getRegistryObjects() - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObjects owned by the caller.
- getRegistryObjects(String) - Method in interface javax.xml.registry.QueryManager
-
Gets the RegistryObjects owned by the caller, that are of the specified type.
- getRegistryPackages() - Method in interface javax.xml.registry.infomodel.RegistryObject
-
Returns the Package associated with this object.
- getRegistryService() - Method in interface javax.xml.registry.Connection
-
Gets the RegistryService interface associated with the Connection.
- getRegistryService() - Method in interface javax.xml.registry.LifeCycleManager
-
Returns the parent RegistryService that created this object.
- getRegistryService() - Method in interface javax.xml.registry.QueryManager
-
Returns the parent RegistryService that created this object.
- getRelay() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement
- getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRemaining() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRemoteAddr() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteAddr()
on the wrapped request object.
- getRemoteAddress() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the unresolved address of the remote entity invoking
this request.
- getRemoteHost() - Method in interface javax.servlet.ServletRequest
-
Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteHost()
on the wrapped request object.
- getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote interface.
- getRemotePort() - Method in interface javax.servlet.ServletRequest
-
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getRemotePort() on the wrapped request object.
- getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the
user has been authenticated, or null
if the user
has not been authenticated.
- getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
- getRemoveCount() - Method in interface javax.management.j2ee.statistics.EJBStats
-
Number of times remove was called.
- getRepositoryItem() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
-
Gets the repository item for this object.
- getRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the request object associated with the current request.
- getRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getRequest() - Method in interface javax.servlet.AsyncContext
-
- getRequest() - Method in class javax.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class javax.servlet.ServletRequestWrapper
-
Return the wrapped request object.
- getRequestBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream from which the request body can be read.
- getRequestCharacterEncoding() - Method in interface javax.servlet.ServletContext
-
Gets the request character encoding that are supported by default for
this ServletContext.
- getRequestContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context
for request messages.
- getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
-
Returns a
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
-
Returns a
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
- getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getRequestDispatcher(String path) on the wrapped request object.
- getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the session ID specified by the client.
- getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
- getRequestHeader(String) - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the value of the specified request header.
- getRequestHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns an immutable Map containing the HTTP headers that were
included with this request.
- getRequestId() - Method in exception javax.xml.registry.JAXRException
-
- getRequestId() - Method in interface javax.xml.registry.JAXRResponse
-
Returns the unique id for the request that generated this response.
- getRequestMethod() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Get the HTTP request method
- getRequestParameterMap() - Method in interface javax.websocket.Session
-
Return the request parameters associated with the request this session was opened under.
- getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI()
on the wrapped request object.
- getRequestURI() - Method in class javax.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURI() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface javax.websocket.Session
-
Return the URI under which this session was opened, including the query string if there is one.
- getRequestURI() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns the part of the request's URI from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURL() - Method in interface javax.servlet.http.HttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURL()
on the wrapped request object.
- getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
-
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the HttpServletRequest
object.
- getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResource(String) - Method in interface javax.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
-
Get the associated ResourceAdapter
object.
- getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
-
Returns the resource located at the named path as
an InputStream
object.
- getResourceBundle() - Method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- getResourcePaths(String) - Method in interface javax.servlet.ServletContext
-
Returns a directory-like listing of all the paths to resources
within the web application whose longest sub-path matches the
supplied path argument.
- getResponse() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the response object associated with the current request.
- getResponse() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getResponse() - Method in interface javax.servlet.AsyncContext
-
- getResponse() - Method in class javax.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class javax.servlet.ServletResponseWrapper
-
Return the wrapped ServletResponse object.
- getResponseBody() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a stream to which the response body must be
written.
- getResponseCharacterEncoding() - Method in interface javax.servlet.ServletContext
-
Gets the response character encoding that are supported by default for
this ServletContext.
- getResponseContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getResponseHeaders() - Method in class javax.xml.ws.spi.http.HttpExchange
-
Returns a mutable Map into which the HTTP response headers can be stored
and which will be transmitted as part of this response.
- getResponses() - Method in class javax.xml.ws.soap.AddressingFeature
-
If addressing is enabled, this property determines whether endpoint
requires the use of anonymous responses, or non-anonymous responses,
or all responses.
- getRestriction() - Method in interface javax.persistence.criteria.CommonAbstractCriteria
-
Return the predicate that corresponds to the where clause
restriction(s), or null if no restrictions have been
specified.
- getResult() - Method in interface javax.enterprise.concurrent.LastExecution
-
Result of the last execution.
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class javax.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getResult() - Method in class javax.xml.soap.SAAJResult
-
- getResultList() - Method in interface javax.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped List.
- getResultList() - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve the list of results from the next result set.
- getResultList() - Method in interface javax.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed List.
- getResultSetInfo() - Method in interface javax.resource.cci.Connection
-
Gets the information on the ResultSet functionality supported by
a connected EIS instance.
- getResultStream() - Method in interface javax.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped java.util.stream.Stream
.
- getResultStream() - Method in interface javax.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed java.util.stream.Stream
.
- getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getReturnType() - Method in interface javax.xml.rpc.Call
-
Gets the return type for a specific operation
- getRole() - Method in interface javax.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement
.
- getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
-
Gets SOAP actor roles registered for this HandlerChain at
this SOAP node.
- getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
- getRoles() - Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
-
Gets the SOAP actor roles associated with an execution
of the handler chain.
- getRoles() - Method in interface javax.xml.ws.soap.SOAPBinding
-
Gets the roles played by the SOAP binding instance.
- getRolesAllowed() - Method in class javax.servlet.HttpConstraintElement
-
Gets the names of the authorized roles.
- getRollbackOnly() - Method in interface javax.ejb.EJBContext
-
Test if the transaction has been marked for rollback only.
- getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
-
Determine whether the current resource transaction has been
marked for rollback.