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

A

ADDED - Static variable in class javax.mail.event.MessageCountEvent
The messages were added to their folder
ADD_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to add an attribute with the specified values.
ALERT - Static variable in class javax.mail.event.StoreEvent
Indicates that this message is an ALERT.
ALL - Static variable in class javax.mail.internet.MimeUtility
 
ANSWERED - Static variable in class javax.mail.Flags.Flag
This message has been answered.
APPLET - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying an applet for the initial context constructor to use when searching for other properties.
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.
ATOM - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating an ATOM.
ATTACHMENT - Static variable in interface javax.mail.Part
This part should be presented as an attachment.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
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
AUTHORITATIVE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the authoritativeness of the service requested.
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.
AccessLocalException - exception javax.ejb.AccessLocalException.
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
AccountExpiredException - exception javax.security.auth.login.AccountExpiredException.
Signals that a user account has expired.
AccountExpiredException() - Constructor for class javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with no detail message.
AccountExpiredException(String) - Constructor for class javax.security.auth.login.AccountExpiredException
Constructs a AccountExpiredException with the specified detail message.
ActivationDataFlavor - class javax.activation.ActivationDataFlavor.
The ActivationDataFlavor class is a special subclass of java.awt.datatransfer.DataFlavor.
ActivationDataFlavor(Class, String, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents an arbitrary Java object.
ActivationDataFlavor(Class, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents a MimeType.
ActivationDataFlavor(String, String) - Constructor for class javax.activation.ActivationDataFlavor
Construct a DataFlavor that represents a MimeType.
Address - class javax.mail.Address.
This abstract class models the addresses in a message.
Address() - Constructor for class javax.mail.Address
 
AddressException - exception javax.mail.internet.AddressException.
The exception thrown when a wrongly formatted address is encountered.
AddressException() - Constructor for class javax.mail.internet.AddressException
Constructs an AddressException with no detail message.
AddressException(String) - Constructor for class javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message.
AddressException(String, String) - Constructor for class javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressException(String, String, int) - Constructor for class javax.mail.internet.AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressStringTerm - class javax.mail.search.AddressStringTerm.
This abstract class implements string comparisons for Message addresses.
AddressTerm - class javax.mail.search.AddressTerm.
This class implements Message Address comparisons.
AndTerm - class javax.mail.search.AndTerm.
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
Constructor that takes two terms.
AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
Constructor that takes an array of SearchTerms.
AppConfigurationEntry - class javax.security.auth.login.AppConfigurationEntry.
This class represents a single LoginModule entry configured for the application specified in the getAppConfigurationEntry(String appName) method in the Configuration class.
AppConfigurationEntry(String, AppConfigurationEntry.LoginModuleControlFlag, Map) - Constructor for class javax.security.auth.login.AppConfigurationEntry
Default constructor for this class.
AppConfigurationEntry.LoginModuleControlFlag - class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag.
This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
ApplicationServerInternalException - exception javax.resource.spi.ApplicationServerInternalException.
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
ApplicationServerInternalException(String, String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an ApplicationServerInternalException.
ApplicationServerInternalException(String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an ApplicationServerInternalException with reason.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
Attribute - interface javax.naming.directory.Attribute.
This interface represents an attribute associated with a named object.
AttributeInUseException - exception javax.naming.directory.AttributeInUseException.
This exception is thrown when an operation attempts to add an attribute that already exists.
AttributeInUseException(String) - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException with an explanation.
AttributeInUseException() - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException.
AttributeList - interface org.xml.sax.AttributeList.
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl.
Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Create an empty attribute list.
AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Construct a persistent copy of an existing attribute list.
AttributeModificationException - exception javax.naming.directory.AttributeModificationException.
This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.
AttributeModificationException(String) - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException using an explanation.
AttributeModificationException() - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException.
Attributes - interface javax.naming.directory.Attributes.
This interface represents a collection of attributes.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
AttributesImpl - class org.xml.sax.helpers.AttributesImpl.
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
AuthPermission - class javax.security.auth.AuthPermission.
This class is for authentication permissions.
AuthPermission(String) - Constructor for class javax.security.auth.AuthPermission
Creates a new AuthPermission with the specified name.
AuthPermission(String, String) - Constructor for class javax.security.auth.AuthPermission
Creates a new AuthPermission object with the specified name.
AuthenticationException - exception javax.naming.AuthenticationException.
This exception is thrown when an authentication error occurs while accessing the naming or directory service.
AuthenticationException(String) - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException using the explanation supplied.
AuthenticationException() - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException.
AuthenticationFailedException - exception javax.mail.AuthenticationFailedException.
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
AuthenticationFailedException() - Constructor for class javax.mail.AuthenticationFailedException
Constructor
AuthenticationFailedException(String) - Constructor for class javax.mail.AuthenticationFailedException
Constructor
AuthenticationNotSupportedException - exception javax.naming.AuthenticationNotSupportedException.
This exception is thrown when the particular flavor of authentication requested is not supported.
AuthenticationNotSupportedException(String) - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException using an explanation.
AuthenticationNotSupportedException() - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException all name resolution fields and explanation initialized to null.
Authenticator - class javax.mail.Authenticator.
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class javax.mail.Authenticator
 
abort() - Method in interface javax.security.auth.spi.LoginModule
Method to abort the authentication process (phase 2).
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
add(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(String) - Method in class javax.mail.FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
add(Flags.Flag) - Method in class javax.mail.Flags
Add the specified system flag to this Flags object.
add(String) - Method in class javax.mail.Flags
Add the specified user flag to this Flags object.
add(Flags) - Method in class javax.mail.Flags
Add all the flags in the given Flags object to this Flags object.
add(String) - Method in class javax.naming.CompositeName
Adds a single component to the end of this composite name.
add(int, String) - Method in class javax.naming.CompositeName
Adds a single component at a specified position within this composite name.
add(String) - Method in class javax.naming.CompoundName
Adds a single component to the end of this compound name.
add(int, String) - Method in class javax.naming.CompoundName
Adds a single component at a specified position within this compound name.
add(String) - Method in interface javax.naming.Name
Adds a single component to the end of this name.
add(int, String) - Method in interface javax.naming.Name
Adds a single component at a specified position within this name.
add(RefAddr) - Method in class javax.naming.Reference
Adds an address to the end of the list of addresses.
add(int, RefAddr) - Method in class javax.naming.Reference
Adds an address to the list of addresses at index posn.
add(Object) - Method in interface javax.naming.directory.Attribute
Adds a new value to the attribute.
add(int, Object) - Method in interface javax.naming.directory.Attribute
Adds an attribute value to the ordered list of attribute values.
add(Object) - Method in class javax.naming.directory.BasicAttribute
Adds a new value to this attribute.
add(int, Object) - Method in class javax.naming.directory.BasicAttribute
 
addAll(Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- to the end of this composite name.
addAll(int, Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- at a specified position within this composite name.
addAll(Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- to the end of this compound name.
addAll(int, Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- at a specified position within this compound name.
addAll(Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- to the end of this name.
addAll(int, Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- at a specified position within this name.
addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Add an attribute to an attribute list.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
addBodyPart(BodyPart) - Method in class javax.mail.Multipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - Method in class javax.mail.Multipart
Adds a BodyPart at position index.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
Add an event listener.
addConnectionListener(ConnectionListener) - Method in class javax.mail.Folder
Add a listener for Connection events on this Folder.
addConnectionListener(ConnectionListener) - Method in class javax.mail.Service
Add a listener for Connection events on this service.
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.
addFolderListener(FolderListener) - Method in class javax.mail.Folder
Add a listener for Folder events on this Folder.
addFolderListener(FolderListener) - Method in class javax.mail.Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFrom(Address[]) - Method in class javax.mail.Message
Add these addresses to the existing "From" attribute
addFrom(Address[]) - Method in class javax.mail.internet.MimeMessage
Add the specified addresses to the existing "From" field.
addHeader(String, String) - Method in interface javax.mail.Part
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in class javax.mail.internet.InternetHeaders
Add a header with the specified name and value to the header list.
addHeader(String, String) - Method in class javax.mail.internet.MimeBodyPart
Add this value to the existing values for this header_name.
addHeader(String, String) - Method in class javax.mail.internet.MimeMessage
Add this value to the existing values for this header_name.
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.
addHeaderLine(String) - Method in class javax.mail.internet.InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String) - Method in class javax.mail.internet.MimeBodyPart
Add a header line to this body part
addHeaderLine(String) - Method in class javax.mail.internet.MimeMessage
Add a raw RFC 822 header-line.
addHeaderLine(String) - Method in interface javax.mail.internet.MimePart
Add a raw RFC822 header-line.
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.
addMailcap(String) - Method in class javax.activation.MailcapCommandMap
Add entries to the registry.
addMessageChangedListener(MessageChangedListener) - Method in class javax.mail.Folder
Add a listener for MessageChanged events on this Folder.
addMessageCountListener(MessageCountListener) - Method in class javax.mail.Folder
Add a listener for MessageCount events on this Folder.
addMimeTypes(String) - Method in class javax.activation.MimetypesFileTypeMap
Prepend the MIME type values to the registry.
addNamingListener(Name, int, NamingListener) - Method in interface javax.naming.event.EventContext
Adds a listener for receiving naming events fired when the object(s) identified by a target and scope changes.
addNamingListener(String, int, NamingListener) - Method in interface javax.naming.event.EventContext
Adds a listener for receiving naming events fired when the object named by the string target name and scope changes.
addNamingListener(Name, String, SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by target are modified.
addNamingListener(String, String, SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by the string target name are modified.
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter and filter arguments at the object named by the target are modified.
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter and filter arguments at the object named by the string target name are modified.
addRecipient(Message.RecipientType, Address) - Method in class javax.mail.Message
Add this recipient address to the existing ones of the given type.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.Message
Add these recipient addresses to the existing ones of the given type.
addRecipients(Message.RecipientType, Address[]) - Method in class javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, String) - Method in class javax.mail.internet.MimeMessage
Add the given addresses to the specified recipient type.
addRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
RowSet listener registration.
addStoreListener(StoreListener) - Method in class javax.mail.Store
Add a listener for StoreEvents on this Store.
addToEnvironment(String, Object) - Method in interface javax.naming.Context
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class javax.naming.InitialContext
 
addTransportListener(TransportListener) - Method in class javax.mail.Transport
Add a listener for Transport events.
afterBegin() - Method in interface javax.ejb.SessionSynchronization
The afterBegin method notifies a 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(boolean) - Method in interface javax.ejb.SessionSynchronization
The afterCompletion method notifies a 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.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
allowMultipleSelections() - Method in class javax.security.auth.callback.ChoiceCallback
Get the boolean determining whether multiple selections from the choices list are allowed.
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendMessages(Message[]) - Method in class javax.mail.Folder
Append given Messages to this folder.
appendRemainingComponent(String) - Method in class javax.naming.NamingException
Add name as the last component in remaining name.
appendRemainingComponent(String) - Method in class javax.naming.spi.ResolveResult
Adds a single component to the end of remaining name.
appendRemainingName(Name) - Method in class javax.naming.NamingException
Add components from 'name' as the last components in remaining name.
appendRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
Adds components to the end of remaining name.
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConneciton instance.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been remved from the servlet context.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.

B

BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BATCHSIZE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the batch size to use when returning data via the service's protocol.
BCC - Static variable in class javax.mail.Message.RecipientType
The "Bcc" (blind carbon copy) recipients.
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is empty
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is JSP
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is Tag dependent
BasicAttribute - class javax.naming.directory.BasicAttribute.
This class provides a basic implementation of the Attribute interface.
BasicAttribute(String) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with no value.
BasicAttribute(String, Object) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with a single value.
BasicAttribute(String, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with no value.
BasicAttribute(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with a single value.
BasicAttributes - class javax.naming.directory.BasicAttributes.
This class provides a basic implementation of the Attributes interface.
BasicAttributes() - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(String, Object) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BasicAttributes(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BinaryRefAddr - class javax.naming.BinaryRefAddr.
This class represents the binary form of the address of a communications end-point.
BinaryRefAddr(String, byte[]) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
BinaryRefAddr(String, byte[], int, int) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
Binding - class javax.naming.Binding.
This class represents a name-to-object binding found in a context.
Binding(String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name and object.
Binding(String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, object, and whether the name is relative.
Binding(String, String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, and object.
Binding(String, String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.
BodyContent - class javax.servlet.jsp.tagext.BodyContent.
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyPart - class javax.mail.BodyPart.
This class models a Part that is contained within a Multipart.
BodyPart() - Constructor for class javax.mail.BodyPart
 
BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
BodyTerm - class javax.mail.search.BodyTerm.
This class implements searches on Message Body.
BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
Constructor
BytesMessage - interface javax.jms.BytesMessage.
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a session Bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface javax.transaction.Synchronization
This method is called by the transaction manager prior to the start of the transaction completion process.
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begin a local transaction
begin() - Method in interface javax.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
bind(Name, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(String, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(String, Object) - Method in class javax.naming.InitialContext
 
bind(Name, Object) - Method in class javax.naming.InitialContext
 
bind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
bind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 

C

CANCEL - Static variable in class javax.security.auth.callback.ConfirmationCallback
CANCEL option.
CC - Static variable in class javax.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
cdata-section-elements = expanded names.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
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 Basic authentication.
CLOSED - Static variable in class javax.mail.event.ConnectionEvent
A connection was closed.
COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
CONFIG - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
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.
CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
CONTROL_FACTORIES - Static variable in interface javax.naming.ldap.LdapContext
Constant that holds the name of the environment property for specifying the list of control factories to use.
CPE - Static variable in class javax.naming.spi.NamingManager
Constant that holds the name of the environment property into which getContinuationContext() stores the value of its CannotProceedException parameter.
CREATED - Static variable in class javax.mail.event.FolderEvent
The folder was created.
CRITICAL - Static variable in interface javax.naming.ldap.Control
Indicates a critical control.
Callback - interface javax.security.auth.callback.Callback.
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
CallbackHandler - interface javax.security.auth.callback.CallbackHandler.
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
CannotProceedException - exception javax.naming.CannotProceedException.
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
CannotProceedException(String) - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException using an explanation.
CannotProceedException() - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
ChoiceCallback - class javax.security.auth.callback.ChoiceCallback.
Underlying security services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
ChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.auth.callback.ChoiceCallback
Construct a ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
CommException - exception javax.resource.spi.CommException.
An CommException indicates errors related to failed or interrupted communication with an EIS instance. .
CommException(String, String) - Constructor for class javax.resource.spi.CommException
Create a CommException.
CommException(String) - Constructor for class javax.resource.spi.CommException
Create a CommException with a reason.
CommandInfo - class javax.activation.CommandInfo.
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
CommandInfo(String, String) - Constructor for class javax.activation.CommandInfo
The Constructor for CommandInfo.
CommandMap - class javax.activation.CommandMap.
The CommandMap class provides an interface to a registry of command objects available in the system.
CommandMap() - Constructor for class javax.activation.CommandMap
 
CommandObject - interface javax.activation.CommandObject.
JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
CommunicationException - exception javax.naming.CommunicationException.
This exception is thrown when the client is unable to communicate with the directory or naming service.
CommunicationException(String) - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException using the arguments supplied.
CommunicationException() - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException.
ComparisonTerm - class javax.mail.search.ComparisonTerm.
This class models the comparison operator.
ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
 
CompositeName - class javax.naming.CompositeName.
This class represents a composite name -- a sequence of component names spanning multiple namespaces.
CompositeName(String) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
CompositeName() - Constructor for class javax.naming.CompositeName
Constructs a new empty composite name.
CompoundName - class javax.naming.CompoundName.
This class represents a compound name -- a name from a hierarchical name space.
CompoundName(String, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
Configuration - class javax.security.auth.login.Configuration.
This is an abstract class for representing the configuration of LoginModules under an application.
ConfigurationException - exception javax.naming.ConfigurationException.
This exception is thrown when there is a configuration problem.
ConfigurationException(String) - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException using an explanation.
ConfigurationException() - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException with all name resolution fields and explanation initialized to null.
ConfirmationCallback - class javax.security.auth.callback.ConfirmationCallback.
Underlying security services instantiate and pass a ConfirmationCallback to the invokeCallback method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
ConfirmationCallback(int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, an option type and a default option.
ConfirmationCallback(int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, a list of options and a default option.
ConfirmationCallback(String, int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, an option type and a default option.
ConfirmationCallback(String, int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, a list of options and a default option.
Connection - interface javax.jms.Connection.
A Connection object is a client's active connection to its JMS provider.
Connection - interface javax.resource.cci.Connection.
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
ConnectionAdapter - class javax.mail.event.ConnectionAdapter.
The adapter which receives connection events.
ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
 
ConnectionConsumer - interface javax.jms.ConnectionConsumer.
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
ConnectionEvent - class javax.mail.event.ConnectionEvent.
This class models Connection events.
ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
Constructor
ConnectionEvent - class javax.resource.spi.ConnectionEvent.
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.
ConnectionEvent - class javax.sql.ConnectionEvent.
The ConnectionEvent class provides information about the source of a connection related event.
ConnectionEvent(PooledConnection) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(PooledConnection, SQLException) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - interface javax.resource.spi.ConnectionEventListener.
The ConnectionEventListener interface provides an event callback mechanism to enable an application server to receive notifications from a ManagedConnection instance.
ConnectionEventListener - interface javax.sql.ConnectionEventListener.
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
ConnectionFactory - interface javax.jms.ConnectionFactory.
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionFactory - interface javax.resource.cci.ConnectionFactory.
ConnectionFactory provides an interface for getting connection to an EIS instance.
ConnectionListener - interface javax.mail.event.ConnectionListener.
This is the Listener interface for Connection events.
ConnectionManager - interface javax.resource.spi.ConnectionManager.
ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.
ConnectionMetaData - interface javax.jms.ConnectionMetaData.
A ConnectionMetaData object provides information describing the Connection object.
ConnectionMetaData - interface javax.resource.cci.ConnectionMetaData.
The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
ConnectionPoolDataSource - interface javax.sql.ConnectionPoolDataSource.
A ConnectionPoolDataSource object is a factory for PooledConnection objects.
ConnectionRequestInfo - interface javax.resource.spi.ConnectionRequestInfo.
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
ConnectionSpec - interface javax.resource.cci.ConnectionSpec.
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
ContentDisposition - class javax.mail.internet.ContentDisposition.
This class represents a MIME ContentDisposition value.
ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
Constructor.
ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
ContentType - class javax.mail.internet.ContentType.
This class represents a MIME ContentType value.
ContentType() - Constructor for class javax.mail.internet.ContentType
No-arg Constructor.
ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
Constructor.
ContentType(String) - Constructor for class javax.mail.internet.ContentType
Constructor that takes a Content-Type string.
Context - interface javax.naming.Context.
This interface represents a naming context, which consists of a set of name-to-object bindings.
ContextNotEmptyException - exception javax.naming.ContextNotEmptyException.
This exception is thrown when attempting to destroy a context that is not empty.
ContextNotEmptyException(String) - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException using an explanation.
ContextNotEmptyException() - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException with all name resolution fields and explanation initialized to null.
Control - interface javax.naming.ldap.Control.
This interface represents an LDAPv3 control as defined in RFC 2251.
ControlFactory - class javax.naming.ldap.ControlFactory.
This abstract class represents a factory for creating LDAPv3 controls.
Cookie - class javax.servlet.http.Cookie.
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 a specified name and value.
CreateException - exception javax.ejb.CreateException.
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface.
CreateException() - Constructor for class javax.ejb.CreateException
Constructs a CreateException with no detail message.
CreateException(String) - Constructor for class javax.ejb.CreateException
Constructs a CreateException with the specified detail message.
CredentialExpiredException - exception javax.security.auth.login.CredentialExpiredException.
Signals that a Credential has expired.
CredentialExpiredException() - Constructor for class javax.security.auth.login.CredentialExpiredException
Constructs a CredentialExpiredException with no detail message.
CredentialExpiredException(String) - Constructor for class javax.security.auth.login.CredentialExpiredException
Constructs a CredentialExpiredException with the specified detail message.
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute can hold a request-time value.
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clear() - Method in class javax.naming.Reference
Deletes all addresses from this reference.
clear() - Method in interface javax.naming.directory.Attribute
Removes all values from this attribute.
clear() - Method in class javax.naming.directory.BasicAttribute
 
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
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.
clearParameters() - Method in interface javax.sql.RowSet
In general, parameter values remain in force for repeated use of a RowSet.
clearParameters() - Method in class javax.xml.transform.Transformer
Clear all parameters set with setParameter.
clearPassword() - Method in class javax.security.auth.callback.PasswordCallback
Clear the retrieved password.
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.
clone() - Method in class javax.mail.Flags
Returns a clone of this Flags object.
clone() - Method in class javax.mail.internet.InternetAddress
Return a copy of this InternetAddress object.
clone() - Method in class javax.naming.CompositeName
Generates a copy of this composite name.
clone() - Method in class javax.naming.CompoundName
Creates a copy of this compound name.
clone() - Method in interface javax.naming.Name
Generates a new copy of this name.
clone() - Method in class javax.naming.Reference
Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
clone() - Method in interface javax.naming.directory.Attribute
Makes a copy of the attribute.
clone() - Method in interface javax.naming.directory.Attributes
Makes a copy of the attribute set.
clone() - Method in class javax.naming.directory.BasicAttribute
 
clone() - Method in class javax.naming.directory.BasicAttributes
 
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.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
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.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(boolean) - Method in class javax.mail.Folder
Close this Folder.
close() - Method in class javax.mail.Service
Close this service and terminate its connection.
close() - Method in interface javax.naming.Context
Closes this context.
close() - Method in class javax.naming.InitialContext
 
close() - Method in interface javax.naming.NamingEnumeration
Closes this enumeration.
close() - Method in class javax.naming.ldap.StartTlsResponse
Closes the TLS connection gracefully and reverts back to the underlying connection.
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 This method needs not be invoked explicitly for the initial JspWriter as the code generated by the JSP container will automatically include a call to close().
close() - Method in interface javax.sql.PooledConnection
Close the physical connection.
closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is closed.
code - Variable in class org.w3c.dom.DOMException
 
combine(ProtectionDomain[], ProtectionDomain[]) - Method in class javax.security.auth.SubjectDomainCombiner
Update the provided ProtectionDomains with the relevant Subject-based Permissions.
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
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.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
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() - Method in interface javax.security.auth.spi.