|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Attr.
receive or when the message
listener the session has called to process the message successfully
returns.
java.awt.datatransfer.DataFlavor. LoginModule entry
configured for the application specified in the
getAppConfigurationEntry(String appName)
method in the Configuration class. LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.Attr interface represents an attribute in an
Element object. Attributes
interface, which includes Namespace support.AttributeList;
that interface has been replaced by
Attributes,
which is implemented in the
AttributesImpl helper class.index.
choices list are allowed.
newChild to the end of the list of children
of this node.
BytesMessage object is used to send a message containing a
stream of uninterpreted bytes. CDATASection.
acknowledge method.
Comment.
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 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.
CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM. ChoiceCallback to the invokeCallback
method of a CallbackHandler to display a list of choices
and to retrieve the selected choice(s).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.
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.