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

A

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.
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
ActionType - Class in javax.enterprise.deploy.shared
An enumeration of deployment status action types.
ActionType(int) - Constructor for class javax.enterprise.deploy.shared.ActionType
Create a new ActionType
ActivationConfigProperty - Annotation Type in javax.ejb
Annotation for adding properties to messaging bean annotations (i.e.
ActivationSpec - Interface in javax.resource.spi
A marker interface holding the configuration of a message endpoint.
addAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
addChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
 
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
addChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
 
addChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
 
addChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
addClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener
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.
addExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
addExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
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.
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.
addLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
 
addLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
 
addProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Add a progress listener
addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Add a property change listener
addRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
 
addRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
 
ADDRESS_LINES_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
 
addService(Service) - Method in interface javax.xml.registry.infomodel.Organization
 
addServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
 
addServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
 
addServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
addSlot(Slot) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
addSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
addSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
addSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a single excluded permission to the PolicyConfiguration.
addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a collection of excluded permissions to the PolicyConfiguration
addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single permission to a named role in the PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add permissions to a named role in the PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single unchecked permission to the PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add unchecked permissions to the PolicyConfiguration.
addUser(User) - Method in interface javax.xml.registry.infomodel.Organization
 
addUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
addXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Register a listener for a given xpath
addXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Register a listener for a given xpath
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 invoked after the transaction has committed or rolled back.
afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked after delivery
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
Gets called by the resource adapter's connection factory.
AND_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
ApplicationException - Annotation Type in javax.ejb
Annotation for identifying an Exception class as an Application Exception, which does not cause a transaction rollback
ApplicationServerInternalException - Exception in javax.resource.spi
A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception.
ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and an errorCode.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and cause.
ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a cause.
AroundInvoke - Annotation Type in javax.interceptor
Defines an interceptor method.
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
Invoked by a resource adapter to lazily associate a connection handle with the managed connection
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Associates a new application level connection handle with the connection.
Association - Interface in javax.xml.registry.infomodel
 
ASSOCIATION - Static variable in interface javax.xml.registry.LifeCycleManager
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that a new attribute was added to the servlet request.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been removed from the servlet context.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an existing attribute has been removed from the servlet request.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Notification that an attribute was replaced on the servlet request.
AUDITABLE_EVENT - Static variable in interface javax.xml.registry.LifeCycleManager
 
AuditableEvent - Interface in javax.xml.registry.infomodel
 
AuthConfig - Interface in javax.security.auth.message.config
This interface defines the common functionality implemented by Authentication context configuration objects.
AuthConfigFactory - Class in javax.security.auth.message.config
This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, i.e., ClientAuthConfig and ServerAuthConfig objects.
AuthConfigFactory() - Constructor for class javax.security.auth.message.config.AuthConfigFactory
 
AuthConfigFactory.RegistrationContext - Interface in javax.security.auth.message.config
Represents the layer identifier, application context identifier., and description components of an AuthConfigProvider registration at the factory
AuthConfigProvider - Interface in javax.security.auth.message.config
This interface is implemented by objects that can be used to obtain authentication context configuration objects i.e., ClientAuthConfig or ServerAuthConfig objects.
AUTHENTICATE_CONTENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
A URI fragment that represents a data origin authentication policy
AUTHENTICATE_RECIPIENT - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
A URI fragment that represents a source entity authentication policy AUTHENTICATE_SOURCE_CONTENT
AUTHENTICATE_SENDER - Static variable in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
A URI fragment that represents a recipient entity authentication policy AUTHENTICATE_RECIPIENT_CONTENT
AuthException - Exception in javax.security.auth.message
A generic authentication exception.
AuthException() - Constructor for exception javax.security.auth.message.AuthException
Constructs an AuthException with no detail message.
AuthException(String) - Constructor for exception javax.security.auth.message.AuthException
Constructs an AuthException with the specified detail message.
AUTHORIZED_NAME_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
 
AuthStatus - Class in javax.security.auth.message
The AuthStatus class is used to represent return values from Authentication modules.
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.

B

BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BEAN_ADDED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is added
BEAN_CHANGED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is changed
BEAN_REMOVED - Static variable in class javax.enterprise.deploy.model.XpathEvent
A bean is removed
BeanNotFoundException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a bean is not found
BeanNotFoundException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
Create an exception with a reason.
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 invoked before the start of the commit process.
beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked before delivery
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on the userlying resource.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begins a local transaction on the userlying resource.
begin() - Method in interface javax.transaction.TransactionManager
Starts a new transaction, and associate it with the calling thread.
begin() - Method in interface javax.transaction.UserTransaction
Starts a new transaction, and associate it with the calling thread.
BootstrapContext - Interface in javax.resource.spi
Used to pass context to the resource adapter start(BootstrapContext) method.
BulkResponse - Interface in javax.xml.registry
Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
BusinessLifeCycleManager - Interface in javax.xml.registry
 
BusinessQueryManager - Interface in javax.xml.registry
 
BytesMessage - Interface in javax.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.

C

CallerPrincipalCallback - Class in javax.security.auth.message.callback
 
CallerPrincipalCallback(Subject, Principal) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
 
CallerPrincipalCallback(Subject, String) - Constructor for class javax.security.auth.message.callback.CallerPrincipalCallback
 
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
CANCEL - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for CANCEL
cancel() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Cancels the deployment
CapabilityProfile - Interface in javax.xml.registry
 
CAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an CAR
CASE_SENSITIVE_MATCH - Static variable in interface javax.xml.registry.FindQualifier
 
cause - Variable in exception javax.xml.registry.JAXRException
 
CertStoreCallback - Class in javax.security.auth.message.callback
Callback for CertStore.
CertStoreCallback() - Constructor for class javax.security.auth.message.callback.CertStoreCallback
Create a CertStoreCallback.
Classification - Interface in javax.xml.registry.infomodel
 
CLASSIFICATION - Static variable in interface javax.xml.registry.LifeCycleManager
 
CLASSIFICATION_SCHEME - Static variable in interface javax.xml.registry.LifeCycleManager
 
ClassificationScheme - Interface in javax.xml.registry.infomodel
 
cleanSubject(MessageInfo, Subject) - Method in interface javax.security.auth.message.ClientAuth
Remove implementation specific principals and credentials from the subject.
cleanSubject(MessageInfo, Subject) - Method in interface javax.security.auth.message.ServerAuth
Remove implementation specific principals and credentials from the subject.
cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this to force cleanup of connection.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Clear the password.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all warnings reported by this Interaction.
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.
ClientAuth - Interface in javax.security.auth.message
An implementation of this interface is used to secure service request messages, and validate received service response messages.
ClientAuthConfig - Interface in javax.security.auth.message.config
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (e.g., the messaging context of a specific application, or set of applications).
ClientAuthContext - Interface in javax.security.auth.message.config
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
ClientAuthModule - Interface in javax.security.auth.message.module
A ClientAuthModule secures request messages, and validates received response messages.
ClientConfiguration - Interface in javax.enterprise.deploy.spi.status
Installs configures and runs an application client.
ClientExecuteException - Exception in javax.enterprise.deploy.spi.exceptions
Errors setting up an application client
ClientExecuteException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Create an exception with a null reason.
ClientExecuteException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException
Create an exception with a reason.
clone() - Method in interface javax.resource.cci.Record
Creae a copy of this Record
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 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
 
close() - Method in interface javax.jms.Session
Closes the session.
close() - Method in class javax.jms.TopicRequestor
 
close() - Method in interface javax.resource.cci.Connection
Closes a connection
close() - Method in interface javax.resource.cci.Interaction
Closes an interaction
close() - Method in interface javax.xml.registry.Connection
 
COMBINE_CLASSIFICATIONS - Static variable in interface javax.xml.registry.FindQualifier
 
CommandType - Class in javax.enterprise.deploy.shared
An enumeration of deployment commands.
CommandType(int) - Constructor for class javax.enterprise.deploy.shared.CommandType
Create a new CommandType
CommException - Exception in javax.resource.spi
A CommException indicates error conditions related to failed or interrupted communication with an underlying resource.
CommException() - Constructor for exception javax.resource.spi.CommException
Create an exception.
CommException(String) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason.
CommException(String, String) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason and an errorCode.
CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason and cause.
CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
Create an exception with a cause.
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 a local transaction on the userlying resource.
commit() - Method in interface javax.resource.spi.LocalTransaction
Commits a local transaction on the userlying resource.
commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
Commit the transaction
commit() - Method in interface javax.security.jacc.PolicyConfiguration
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
commit() - Method in interface javax.transaction.Transaction
Attempt to commit this transaction.
commit() - Method in interface javax.transaction.TransactionManager
Commit the transaction associated with the calling thread.
commit() - Method in interface javax.transaction.UserTransaction
Commit the transaction associated with the calling thread.
commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
Commit the work done on this resource in the given transaction.
COMPLETED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an COMPLETED
Concept - Interface in javax.xml.registry.infomodel
 
CONCEPT - Static variable in interface javax.xml.registry.LifeCycleManager
 
ConcurrentAccessException - Exception in javax.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress.
ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
 
ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
 
ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
 
ConfigurationException - Exception in javax.enterprise.deploy.spi.exceptions
Errors while generating a configuration bean
ConfigurationException() - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Create an exception with a null reason.
ConfigurationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.ConfigurationException
Create an exception with a reason.
confirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
Connection - Interface in javax.jms
A Connection object is a client's active connection to its JMS provider.
Connection - Interface in javax.resource.cci
The Connection provides a handle for use by the application to access an underlying physical connection.
Connection - Interface in javax.xml.registry
 
CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
Connection has been closed
CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
Connection error has occurred
connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies the listener that a connection has been closed
ConnectionConsumer - Interface in javax.jms
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Connection error has occurred
ConnectionEvent - Class in javax.resource.spi
The ConnectionEvent class provides information about the source of a Connection related event.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
Create a new ConnectionEvent
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
Create a new ConnectionEvent
ConnectionEventListener - Interface in javax.resource.spi
The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class.
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
The ConnectionFactory provides an interface for getting a Connection from the Resource adapter.
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
 
ConnectionManager - Interface in javax.resource.spi
The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection 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 ConnectionMetaData provides information about the underlying resources for the connection.
ConnectionRequestInfo - Interface in javax.resource.spi
The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection.
ConnectionSpec - Interface in javax.resource.cci
An ConnectionSpec holds connection specific properties for use by a ConnectionFactory in creating a Connection.n Connection in order to execute a function on the underlying resource.
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.
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the web application initialization process is starting.
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 a specified name and value.
createAssociation(RegistryObject, Concept) - Method in interface javax.xml.registry.LifeCycleManager
 
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.Session
Creates a BytesMessage object.
createClassification(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createClassification(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createClassification(Concept) - Method in interface javax.xml.registry.LifeCycleManager
 
createClassificationScheme(InternationalString, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
 
createClassificationScheme(Concept) - Method in interface javax.xml.registry.LifeCycleManager
 
createClassificationScheme(String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createConcept(RegistryObject, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createConcept(RegistryObject, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createConfiguration(DeployableObject) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Retrieve server specific configuration for a component
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
 
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation).
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() - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a connection factory instance.
createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a connection factory instance.
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 MessageConsumer for the specified destination, using a message selector.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Create a durable connection consumer for this connection (optional operation).
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createEmailAddress(String) - Method in interface javax.xml.registry.LifeCycleManager
 
createEmailAddress(String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Creates a message endpoint
CreateException - Exception in javax.ejb
The CreateException exception must be included in the throws clauses of all create(...) methods define in an enterprise Bean's remote interface.
CreateException() - Constructor for exception javax.ejb.CreateException
Constructs an CreateException with no detail message.
CreateException(String) - Constructor for exception javax.ejb.CreateException
Constructs an CreateException with the specified detail message.
createExternalIdentifier(ClassificationScheme, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createExternalIdentifier(ClassificationScheme, InternationalString, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createExternalLink(String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createExternalLink(String, InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
 
createExtrinsicObject(DataHandler) - Method in interface javax.xml.registry.LifeCycleManager
 
createFederatedConnection(Collection) - Method in class javax.xml.registry.ConnectionFactory
 
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord with the specified name.
createInteraction() - Method in interface javax.resource.cci.Connection
Creates a new interaction associated with this connection.
createInternationalString() - Method in interface javax.xml.registry.LifeCycleManager
 
createInternationalString(String) - Method in interface javax.xml.registry.LifeCycleManager
 
createInternationalString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createKey(String) - Method in interface javax.xml.registry.LifeCycleManager
 
createLocalizedString(Locale, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createLocalizedString(Locale, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new ManagedConnection
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord with the specified name.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
createObject(String) - Method in interface javax.xml.registry.LifeCycleManager
 
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
 
createOrganization(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
 
createPersonName(String) - Method in interface javax.xml.registry.LifeCycleManager
 
createPersonName(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createPostalAddress(String, String, String, String, String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
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.
createQuery(int, String) - Method in interface javax.xml.registry.DeclarativeQueryManager
 
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 identity given a 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.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession 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
 
createRegistryPackage(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
 
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
 
createService(InternationalString) - Method in interface javax.xml.registry.LifeCycleManager
 
createServiceBinding() - Method in interface javax.xml.registry.LifeCycleManager
 
createSession(boolean, int) - Method in interface javax.jms.Connection
Creates a Session object.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
createSlot(String, String, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createSlot(String, Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
 
createSpecificationLink() - Method in interface javax.xml.registry.LifeCycleManager
 
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
 
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.Session
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Creates a TemporaryTopic 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 Timer that can be used to perform period work.
createTopic(String) - Method in interface javax.jms.Session
Creates a topic identity given a 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.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
createUser() - Method in interface javax.xml.registry.LifeCycleManager
 
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 XA connection 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.

D

DConfigBean - Interface in javax.enterprise.deploy.spi
A configuration associated with one or more deployment descriptors.
DConfigBeanRoot - Interface in javax.enterprise.deploy.spi
The root of a configuration.
DConfigBeanVersionType - Class in javax.enterprise.deploy.shared
An enumeration of deployment status action types.
DConfigBeanVersionType(int) - Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
Create a new DConfigBeanVersionType
DConfigBeanVersionUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a j2ee version is not supported
DConfigBeanVersionUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
Create an exception with a reason.
DDBean - Interface in javax.enterprise.deploy.model
A fragment of a standard deployment descriptor.
DDBeanCreateException - Exception in javax.enterprise.deploy.model.exceptions
Errors while generating a DDBean
DDBeanCreateException() - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Create an exception with a null reason.
DDBeanCreateException(String) - Constructor for exception javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Create an exception with a reason.
DDBeanRoot - Interface in javax.enterprise.deploy.model
The root of a DDBean tree (a standard deployment descriptor)
DeclarativeQueryManager - Interface in javax.xml.registry
 
DeclareRoles - Annotation Type in javax.annotation.security
The Bean Provider is responsible for using the RolesReferenced metadata annotation or the security-role-ref elements of the deployment descriptor to declare all the security role names used in the enterprise bean code.
DEFAULT_CHARSET_NAME - Static variable in interface javax.xml.registry.infomodel.LocalizedString
 
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
delete() - Method in interface javax.security.jacc.PolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
deleteAssociations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
deleteClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
deleteConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
DeleteException - Exception in javax.xml.registry
 
DeleteException() - Constructor for exception javax.xml.registry.DeleteException
 
DeleteException(String) - Constructor for exception javax.xml.registry.DeleteException
 
DeleteException(String, Throwable) - Constructor for exception javax.xml.registry.DeleteException
 
DeleteException(Throwable) - Constructor for exception javax.xml.registry.DeleteException
 
deleteObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
 
deleteObjects(Collection, String) - Method in interface javax.xml.registry.LifeCycleManager
 
deleteOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected.
deleteServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
deleteServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delist an XA resource from this transaction.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
The DenyAll annotation specifies that no security roles are permitted to execute the specified method(s).
DeployableObject - Interface in javax.enterprise.deploy.model
A representation of a deployment module.
DeploymentConfiguration - Interface in javax.enterprise.deploy.spi
A container for server specific configuration for a top level deployment.
DeploymentFactory - Interface in javax.enterprise.deploy.spi.factories
The DeploymentFactory interface is a deployment driver for a J2EE plaform product.
DeploymentFactoryManager - Class in javax.enterprise.deploy.shared.factories
The DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects.
DeploymentManager - Interface in javax.enterprise.deploy.spi
The core object for deploying modules to a j2ee environment
DeploymentManagerCreationException - Exception in javax.enterprise.deploy.spi.exceptions
Errors while generating a Deployment manager
DeploymentManagerCreationException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Create an exception with a reason.
DeploymentStatus - Interface in javax.enterprise.deploy.spi.status
The status of the deployment.
deprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
 
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the connection to the underlying resource.
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
detachListener(RegistrationListener, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DissociatableManagedConnection - Interface in javax.resource.spi
A marker interface for connections that support the lazy connection association optimization.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
Invoked by the application server to dissociate the managed connection from all handles.
DistinguishedPrincipalCallback - Class in javax.security.auth.message.callback
Callback for setting the container?s caller (or Remote user) principal.
DistinguishedPrincipalCallback(Subject, Principal) - Constructor for class javax.security.auth.message.callback.DistinguishedPrincipalCallback
Create a new DistinguishedPrincipalCallback.
DISTRIBUTE - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an DISTRIBUTE
distribute(Target[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Validates the configuration, generates all container specific classes and moves the archive to the targets
distribute(Target[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Validates the configuration, generates all container specific classes and moves the archive to the targets
distribute(Target[], ModuleType, InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes
DuplicateKeyException - Exception in javax.ejb
The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.

E

EAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an EAR
EISSystemException - Exception in javax.resource.spi
A EISSystemException is used to indicate EIS specific error conditios.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Create an exception.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and an errorCode.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and cause.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a cause.
EJB - Annotation Type in javax.ejb
The EJB annotation denotes a reference to an EJB 3.0 session bean.
EJB - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an EJB
EJBAccessException - Exception in javax.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Constructs an AccessLocalException with no detail message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Constructs an AccessLocalException with the specified detail message.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when the instance is activated from its "passive" state.
EJBContext - Interface in javax.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance.
EJBException - Exception in javax.ejb
The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
Constructs an EJBException with the specified message and the originally throw exception.
EJBHome - Interface in javax.ejb
The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in javax.ejb
The EJBLocalHome interface must be extended by all enterprise Beans' local home interfaces.
EJBLocalObject - Interface in javax.ejb
The EJBLocalObject interface must be extended by all enterprise Beans' local interfaces.
EJBMetaData - Interface in javax.ejb
The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information.
EJBMethodPermission - Class in javax.security.jacc
A security permission for ejb-method permissions.
EJBMethodPermission(String, String) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with the specified name and actions.
EJBMethodPermission(String, String, Method) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodInterface, and the Method object.
EJBMethodPermission(String, String, String, String[]) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
EJBObject - Interface in javax.ejb
The EJBObject interface is extended by all enterprise Bean's remote interface.
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before the instance enters the "passive" state.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBRoleRefPermission - Class in javax.security.jacc
Class for EJB isCallerInRole (String reference) permissions.
EJBRoleRefPermission(String, String) - Constructor for class javax.security.jacc.EJBRoleRefPermission
Creates a new EJBRoleRefPermission with the specified name and actions.
EJBs - Annotation Type in javax.ejb
The EJBs annotation is used to specify multiple EJB 3.0 session bean references on a bean class.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
Invoked by the EJB container upon timer expiration.
EJBTransactionRequiredException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs a TransactionRequiredLocalException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs a TransactionRequiredLocalException with the specified detailed message.
EJBTransactionRolledbackException - Exception in javax.ejb
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
EMAIL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
 
EmailAddress - Interface in javax.xml.registry.infomodel
 
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to disassociate the resource from a transaction.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Activates the endpoint factory
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Deactivates the endpoint
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist an XA resource with this transaction.
EnterpriseBean - Interface in javax.ejb
The EnterpriseBean interface must be implemented by every enterprise Bean class.
EntityBean - Interface in javax.ejb
The EntityBean interface is implemented by every entity enterprise Bean class.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
entries() - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns an enumeration of file names (as strings) for each file relative to the root of the module
equals(Object) - Method in interface javax.resource.cci.Record
Compare two Records for equality
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Use org.ietf.jgss.GSSCredential
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
 
equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
Compare two EJBMethodPermissions.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Test an EJBRoleRefPermission for equality.
equals(Object) - Method in class javax.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
errorCode - Variable in exception javax.transaction.SystemException
The error code of this exception.
errorCode - Variable in exception javax.transaction.xa.XAException
The error code.
EVENT_TYPE_CREATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EVENT_TYPE_DELETED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EVENT_TYPE_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EVENT_TYPE_UNDEPRECATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EVENT_TYPE_UPDATED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EVENT_TYPE_VERSIONED - Static variable in interface javax.xml.registry.infomodel.AuditableEvent
 
EXACT_NAME_MATCH - Static variable in interface javax.xml.registry.FindQualifier
 
ExceptionListener - Interface in javax.jms
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
 
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
 
EXECUTE - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for EXECUTE
execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
Executes the client
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
executeQuery(Query) - Method in interface javax.xml.registry.DeclarativeQueryManager
 
ExecutionContext - Class in javax.resource.spi.work
An execution context provides context information for work, e.g.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 
ExtensibleObject - Interface in javax.xml.registry.infomodel
 
EXTERNAL_IDENTIFIER - Static variable in interface javax.xml.registry.LifeCycleManager
 
EXTERNAL_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
 
ExternalIdentifier - Interface in javax.xml.registry.infomodel
 
ExternalLink - Interface in javax.xml.registry.infomodel
 
EXTRINSIC_OBJECT - Static variable in interface javax.xml.registry.LifeCycleManager
 
ExtrinsicObject - Interface in javax.xml.registry.infomodel
 

F

FAILED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an FAILED
FAILURE - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
FederatedConnection - Interface in javax.xml.registry
 
Filter - Interface in javax.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
FilterChain - Interface in javax.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in javax.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
findAssociations(Collection, String, String, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
findCallerAssociations(Collection, Boolean, Boolean, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
findClassificationSchemeByName(Collection, String) - Method in interface javax.xml.registry.BusinessQueryManager
 
findClassificationSchemes(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
findConceptByPath(String) - Method in interface javax.xml.registry.BusinessQueryManager
 
findConcepts(Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
FinderException() - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FindException - Exception in javax.xml.registry
 
FindException() - Constructor for exception javax.xml.registry.FindException
 
FindException(String) - Constructor for exception javax.xml.registry.FindException
 
FindException(String, Throwable) - Constructor for exception javax.xml.registry.FindException
 
FindException(Throwable) - Constructor for exception javax.xml.registry.FindException
 
findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
FindQualifier - Interface in javax.xml.registry
FindQualifier provides various constants that identify options that effect find method behavior.
findRegistryPackages(Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
findServiceBindings(Key, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
findServices(Key, Collection, Collection, Collection, Collection) - Method in interface javax.xml.registry.BusinessQueryManager
 
fireXpathEvent(XpathEvent) - Method in interface javax.enterprise.deploy.model.XpathListener
Invoked when an xpath event occurs
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
forget(Xid) - Method in interface javax.resource.spi.XATerminator
Forget the transaction
forget(Xid) - Method in interface javax.transaction.xa.XAResource
Tells the resource manager to forget about a heuristic decision.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Form authentication.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.

G

Generated - Annotation Type in javax.annotation
The Generated annoation is used to mark source code that has been generated.
GenericCredential - Interface in javax.resource.spi.security
Deprecated. Use org.ietf.jgss.GSSCredential
GenericServlet - Class in javax.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
get(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
Get the Object identified by the Target from the AuthParam.
getAccessURI() - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
The action of this deployment
getActions() - Method in class javax.security.jacc.EJBMethodPermission
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
 
getActions() - Method in class javax.security.jacc.WebResourcePermission
Returns a canonical String representation of the actions of this WebResourcePermission.
getActions() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the security-role-ref target role name.
getActions() - Method in class javax.security.jacc.WebUserDataPermission
Returns a canonical String representation of the actions of this WebUserDataPermission.
getActionType(int) - Static method in class javax.enterprise.deploy.shared.ActionType
Get the action type for an integer
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter's name.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter's short description.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter vendor's name.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter version.
getAddress() - Method in interface javax.xml.registry.infomodel.EmailAddress
 
getAlias() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Get the alias.
getAlias() - Method in class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
Get the alias.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfig
Get the application context identifier of this authentication context configuration object.
getAppContext() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the application context identifier from the registration context
getAreaCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
getAssociatedObjects() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getAssociations() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getAssociationType() - Method in interface javax.xml.registry.infomodel.Association
 
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 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.
getAttributeNames() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the list of attributes associated with this element
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 servlet context.
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.
getAttributeValue(String) - Method in interface javax.enterprise.deploy.model.DDBean
Get the value for a given attribute
getAuditTrail() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ClientAuthConfig
Get a ClientAuthContext instance from this ClientAuthConfig.
getAuthContext(String, Subject, Map) - Method in interface javax.security.auth.message.config.ServerAuthConfig
Get a ServerAuthContext instance from this ServerAuthConfig.
getAuthContextID(MessageInfo) - Method in interface javax.security.auth.message.config.AuthConfig
 
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.
getAvailableModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the available modules both running and non running
getBean() - Method in class javax.enterprise.deploy.model.XpathEvent
Get the DDBean
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.Message
Returns the value of the boolean property with the specified name.
getBranchQualifier() - Method in interface javax.transaction.xa.Xid
Get the transaction branch qualifier of this transaction.
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.
getBulkResponse(String) - Method in interface javax.xml.registry.RegistryService
 
getBusinessLifeCycleManager() - Method in interface javax.xml.registry.RegistryService
 
getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
Returns the session bean???s business interface.
getBusinessQueryManager() - Method in interface javax.xml.registry.RegistryService
 
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
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.
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated. Use Principal getCallerPrincipal() instead.
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
Obtains the java.security.Principal of the caller.
getCapabilityLevel() - Method in interface javax.xml.registry.CapabilityProfile
 
getCapabilityProfile() - Method in interface javax.xml.registry.RegistryService
 
getCausedByException() - Method in exception javax.ejb.EJBException
Obtain the exception that caused the EJBException being thrown.
getCertStore() - Method in class javax.security.auth.message.callback.CertStoreCallback
Get the requested CertStore.
getChain() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
 
getChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Get the property change event
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
 
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DDBean
Get the child elements with the specified xpath
getChildBean(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Get the child elements with the specified xpath
getChildBean(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Get the child elements with the specified xpath
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
getChildConceptCount() - Method in interface javax.xml.registry.infomodel.Concept
 
getChildOrganizationCount() - Method in interface javax.xml.registry.infomodel.Organization
 
getChildOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
 
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
getChildrenConcepts() - Method in interface javax.xml.registry.infomodel.Concept
 
getChildTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Get the child modules
getCity() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getClassFromScope(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Retrieves the specified class from the deployment module
getClassifications() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Classification
 
getClassificationScheme() - Method in interface javax.xml.registry.infomodel.Concept
 
getClassifiedObject() - Method in interface javax.xml.registry.infomodel.Classification
 
getClientAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
Get an instance of ClientAuthConfig from this provider.
getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Return the client configuration associated with the module
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getCollection() - Method in interface javax.xml.registry.BulkResponse
 
getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
The deployment command
getCommandType(int) - Static method in class javax.enterprise.deploy.shared.CommandType
Get the command type for an integer
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.
getConcept() - Method in interface javax.xml.registry.infomodel.Classification
 
getConfigProvider(String, String, RegistrationListener) - Method in class javax.security.auth.message.config.AuthConfigFactory
Get a registered AuthConfigProvider from the factory.
getConnection() - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection from the resource adapter.
getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection from the resource adapter.
getConnection() - Method in interface javax.resource.cci.Interaction
Gets the connection associated with this interaction.
getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
Creates a new connection handle for the underlying connection.
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the ConnectionHandle
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.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
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.
getContext(String) - Static method in class javax.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
Used by the PolicyContext class to activate the handler and obtain from it the context object identified by the given key.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContextData() - Method in interface javax.interceptor.InvocationContext
Returns the context data associated with this invocation or lifecycle callback.
getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class javax.security.jacc.PolicyContext
This method returns the value of the policy context identifier associated with the thread on which the accessor is called.
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
 
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.
getCountry() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getCountryCode() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
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.
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Use org.ietf.jgss.GSSCredential
getCredentials() - Method in interface javax.xml.registry.Connection
 
getCurrentLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the current local
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.
getDConfigBean(DDBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Return the JavaBean containing server specific deployment information
getDConfigBean(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
Return the configuration that is not the primary deployment descriptor
getDConfigBeanRoot(DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Return the top level configuration for a deployment descriptor
getDConfigBeanVersion() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the J2EE platform version
getDConfigBeanVersionType(int) - Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Get the version type for an integer
getDDBean() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Get the XML text for this configuration
getDDBeanRoot() - Method in interface javax.enterprise.deploy.model.DeployableObject
Get the top level element of the deployment descriptor
getDDBeanRoot(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Returns a DDBeanRoot for the xml document.
getDDBeanRootVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the version number of the j2ee xml document
getDeclarativeQueryManager() - Method in interface javax.xml.registry.RegistryService
 
getDefaultLocale() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the default locale
getDefaultPostalScheme() - Method in interface javax.xml.registry.RegistryService
 
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDeployableObject() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Get the deployable object for this descriptor
getDeployableObject(String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Retrieve a deployable object
getDeployableObject() - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Return an object that provides access to the deployment descriptor
getDeployableObjects(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Get all deployable objects in this application of the given module type
getDeployableObjects() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Get all deployable objects in this application
getDeploymentFactories() - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the deployment factories
getDeploymentManager(String, String, String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Get a connected deployment manager
getDeploymentManager(String, String, String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Get a connected deployment manager
getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Get the deployment status
getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the status of the deployment
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
getDescendantConcepts() - Method in interface javax.xml.registry.infomodel.Concept
 
getDescendantOrganizations() - Method in interface javax.xml.registry.infomodel.Organization
 
getDescription() - Method in interface javax.enterprise.deploy.spi.Target
Get the target's description
getDescription() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the description from the registration context
getDescription() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDisconnectedDeploymentManager(String) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Get a disconnected version of the deployment manager
getDisconnectedDeploymentManager(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Get a disconnected version of the deployment manager
getDisplayName() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
The vendor of the deployment manager
getDomain() - Method in class javax.servlet.http.Cookie
Returns the domain name set for this cookie.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the product name of the underlying resource for the connection.
getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product name of the underlying resource.
getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the product version of the underlying resource for the connection.
getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product version of the underlying resource.
getEJBHome() - Method in interface javax.ejb.EJBContext
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.EJBMetaData
Obtains the 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
Obtains 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 currently 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
Obtains 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.
getEmailAddresses() - Method in interface javax.xml.registry.infomodel.User
 
getEntry(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Get an input stream to the module entry.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ActionType
Get the enumerated values for module type
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.CommandType
Get the enumerated values for module type
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Get the enumerated values for module type
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Get the enumerated values for module type
getEnumValueTable() - Method in class javax.enterprise.deploy.shared.StateType
Get the enumerated values for module type
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated. Use the JNDI naming context java:comp/env to access enterprise bean's environment.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getErrorCode() - Method in exception javax.resource.ResourceException
Get the error code.
getErrorObjectKey() - Method in exception javax.xml.registry.RegistryException
 
getEventType() - Method in interface javax.xml.registry.infomodel.AuditableEvent
 
getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception
getException() - Method in class javax.resource.spi.work.WorkEvent
Get the exception
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getExceptions() - Method in interface javax.xml.registry.BulkResponse
 
getExpiration() - Method in interface javax.xml.registry.infomodel.RegistryEntry
 
getExtension() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
getExternalIdentifiers() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getExternalLinks() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getExternalURI() - Method in interface javax.xml.registry.infomodel.ExternalLink
 
getFactory() - Static method in class javax.security.auth.message.config.AuthConfigFactory
Get the system-wide AuthConfigFactory implementation.
getFilename() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the filename relative to the root of the module this XML instance document.
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFirstName() - Method in interface javax.xml.registry.infomodel.PersonName
 
getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFormatId() - Method in interface javax.transaction.xa.Xid
Get the format identifier.
getFullName() - Method in interface javax.xml.registry.infomodel.PersonName
 
getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
Get the global transaction id of this transaction.
getGroups() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
 
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.
getHandlerKeys() - Static method in class javax.security.jacc.PolicyContext
This method may be used to obtain the keys that identify the container specific context handlers registered by the container.
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.
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.
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.
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtains the Class object for the enterprise Bean's home interface.
getId() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the tool specific attribute ID
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the event type
getID() - Method in interface javax.security.auth.message.MessagePolicy.ProtectionPolicy
Get the ProtectionPolicy identifier.
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in interface javax.xml.registry.infomodel.Key
 
getIdentificationScheme() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
 
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
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.ServletConfig
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.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.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.
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInstance() - Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Retrieve the instance of the deployment factory manager
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets information on the InteractionSpec types supported by 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.Message
Returns the value of the int property with the specified name.
getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
Returns the invalid connections in a set
getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
Get the invalid property descriptors
getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
Returns the session bean business interface through which the bean was invoked.
getIssuer() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the issuer.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
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.
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 value.
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.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.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.
getKey() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Get the requested private key.
getKey() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getKeys() - Method in interface javax.security.jacc.PolicyContextHandler
Get the keys identifying the context objects supported by this handlers getContext(String, Object) method.
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
 
getLifeCycleManager() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getLinkedException() - Method in exception javax.resource.ResourceException
Get any linked exception.
getLinkedObjects() - Method in interface javax.xml.registry.infomodel.ExternalLink
 
getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
Deprecated. use getCause()
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.
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
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
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
 
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.
getLocalizedString(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
 
getLocalizedStrings() - Method in interface javax.xml.registry.infomodel.InternationalString
 
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.
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
Gets a LocalTransaction object which allows the client to manage local transactions for the connection.
getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
Returns a LocalTransaction instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
Gets the logwriter for this instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
Gets the logwriter for this instance.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getMajorVersion() - Method in interface javax.xml.registry.infomodel.Versionable
 
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Get the managed connection factory associated with this username password pair.
getMap() - Method in interface javax.security.auth.message.MessageInfo
Get (a reference to) the Map object of this MessageInfo.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMaxAge() - Method in class javax.servlet.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns the maximum supported number of connections allowed to the underlying resource.
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.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Use org.ietf.jgss.GSSCredential
getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Get the message
getMessage() - Method in exception javax.resource.ResourceException
Get the message composed of the reason and error code.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfig
Get the message layer name of this authentication context configuration object.
getMessageLayer() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the layer name from the registration context
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the message consumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
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.
getMetaData() - Method in interface javax.jms.Connection
Gets the metadata for this connection.
getMetaData() - Method in interface javax.resource.cci.Connection
Gets meta data for the underlying resource represented by this connection.
getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
Gets metadata for the resource adapter.
getMetaData() - Method in interface javax.resource.spi.ManagedConnection
Gets metadata inormation for this instances underlying resource manager instance.
getMethod() - Method in interface javax.interceptor.InvocationContext
 
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.
getMiddleName() - Method in interface javax.xml.registry.infomodel.PersonName
 
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
 
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
 
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Deprecated. use getDDBeanRootVersion
getModuleDTDVersion() - Method in interface javax.enterprise.deploy.model.DeployableObject
Deprecated. use DDBeanRoot.getDDBeanRootVersion
getModuleExtension() - Method in class javax.enterprise.deploy.shared.ModuleType
Get the file extension for this module
getModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Get the module id
getModuleType(int) - Static method in class javax.enterprise.deploy.shared.ModuleType
Get the module type for an integer
getModuleUris(ModuleType) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of module uris for a give module type
getModuleUris() - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Return the list of module uris
getName() - Method in interface javax.enterprise.deploy.spi.Target
Get the target's name
getName() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Use org.ietf.jgss.GSSCredential
getName() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
 
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 class javax.servlet.ServletContextAttributeEvent
Return the name of the attribute that changed on the ServletContext.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getName() - Method in interface javax.xml.registry.infomodel.Slot
 
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getNonRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the non running modules
getNumber() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
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.
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
 
getOffset() - Method in class javax.enterprise.deploy.shared.ActionType
Return the offset of the first element
getOffset() - Method in class javax.enterprise.deploy.shared.CommandType
Return the offset of the first element
getOffset() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Return the offset of the first element
getOffset() - Method in class javax.enterprise.deploy.shared.ModuleType
Return the offset of the first element
getOffset() - Method in class javax.enterprise.deploy.shared.StateType
Return the offset of the first element
getOrganization() - Method in interface javax.xml.registry.infomodel.User
 
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
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.
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
 
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.xml.registry.infomodel.Concept
 
getParentConcept() - Method in interface javax.xml.registry.infomodel.Concept
 
getParentOrganization() - Method in interface javax.xml.registry.infomodel.Organization
 
getParentTargetModuleID() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
The parent of this module
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the password
getPassword() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get 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.xml.registry.infomodel.Concept
 
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.
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.
getPersonName() - Method in interface javax.xml.registry.infomodel.User
 
getPolicyConfiguration(String, boolean) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfigurationFactory() - Static method in class javax.security.jacc.PolicyConfigurationFactory
This static method uses the javax.security.jacc.PolicyConfigurationFactory.provider system property to create a provider factory implementation.
getPostalAddress() - Method in interface javax.xml.registry.infomodel.Organization
 
getPostalAddresses() - Method in interface javax.xml.registry.infomodel.User
 
getPostalCode() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getPostalScheme() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getPrimaryContact() - Method in interface javax.xml.registry.infomodel.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
Obtains the Class object for the enterprise Bean's primary key class.
getPrincipal() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
 
getPrincipal() - Method in class javax.security.auth.message.callback.DistinguishedPrincipalCallback
Get the principal.
getPriority() - Method in interface javax.jms.MessageProducer
Gets the producer's default priority.
getProductVersion() - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
The version of the deployment manager
getProperties() - Method in class javax.xml.registry.ConnectionFactory
 
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
getProtectionPolicy() - Method in class javax.security.auth.message.MessagePolicy.TargetPolicy
Get the URI that identifies the policy that applies to the targets.
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.
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.
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider version.
getProvidingOrganization() - Method in interface javax.xml.registry.infomodel.Service
 
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.
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.
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.
getRealPath(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the real path for a given virtual path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getRealPath(String path) on the wrapped request object.
getRecordFactory() - Method in interface javax.resource.cci.ConnectionFactory
Gets a RecordFactory instance for use in creating Record objects.
getRecordName() - Method in interface javax.resource.cci.Record
Get the name of this Record.
getRecordShortDescription() - Method in interface javax.resource.cci.Record
Get the short description of this Record
getRegistrationContext(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
 
getRegistrationIDs(AuthConfigProvider) - Method in class javax.security.auth.message.config.AuthConfigFactory
 
getRegistryObject() - Method in interface javax.xml.registry.infomodel.AuditableEvent
 
getRegistryObject() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
 
getRegistryObject(String) - Method in interface javax.xml.registry.QueryManager
 
getRegistryObject(String, String) - Method in interface javax.xml.registry.QueryManager
 
getRegistryObjects() - Method in interface javax.xml.registry.infomodel.RegistryPackage
 
getRegistryObjects() - Method in interface javax.xml.registry.QueryManager
 
getRegistryObjects(String) - Method in interface javax.xml.registry.QueryManager
 
getRegistryObjects(Collection) - Method in interface javax.xml.registry.QueryManager
 
getRegistryObjects(Collection, String) - Method in interface javax.xml.registry.QueryManager
 
getRegistryPackages() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getRegistryService() - Method in interface javax.xml.registry.Connection
 
getRegistryService() - Method in interface javax.xml.registry.LifeCycleManager
 
getRegistryService() - Method in interface javax.xml.registry.QueryManager
 
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.
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
Obtains 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.
getRepositoryItem() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
 
getRequest() - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Get the Request object which identifies the private key to be returned.
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Return the wrapped request object.
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.
getRequestId() - Method in exception javax.xml.registry.JAXRException
 
getRequestId() - Method in interface javax.xml.registry.JAXRResponse
 
getRequestMessage() - Method in interface javax.security.auth.message.MessageInfo
Get the request message object from this MessageInfo.
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.
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.
getResource(String) - Method in interface javax.servlet.ServletContext
Returns a URL to the resource that is mapped to a specified path.
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get a transaction local for the current transaction
getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
Retrieve the resource adapter
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
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 class javax.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponseMessage() - Method in interface javax.security.auth.message.MessageInfo
Get the response message object from this MessageInfo.
getResult() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the authentication result.
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets information on ResultSet functionality supported by the underlying resource for the connection.
getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the resulting target module ids
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Test if the transaction has been marked for rollback only.
getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the rollback status of the transaction associated with the current thread.
getRoot() - Method in interface javax.enterprise.deploy.model.DDBean
Get the root element
getRootCause() - Method in exception javax.servlet.ServletException
Returns the exception that caused this servlet exception.
getRootOrganization() - Method in interface javax.xml.registry.infomodel.Organization
 
getRunningModules(ModuleType, Target[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the running modules
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSerialNumber() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the serial number.
getServerAuthConfig(String, String, CallbackHandler) - Method in interface javax.security.auth.message.config.AuthConfigProvider
Get an instance of ServerAuthConfig from this provider.
getServerInfo() - Method in interface javax.servlet.ServletContext
Returns the name and version of the servlet container on which the servlet is running.
getServerName() - Method in interface javax.servlet.ServletRequest
Returns the host name of the server to which the request was sent.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerPort() - Method in interface javax.servlet.ServletRequest
Returns the port number to which the request was sent.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServerSession() - Method in interface javax.jms.ServerSessionPool
Return a server session from the pool.
getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
Gets the server session pool associated with this connection consumer.
getService() - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
getServiceBinding() - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
getServiceBindings() - Method in interface javax.xml.registry.infomodel.Service
 
getServices() - Method in interface javax.xml.registry.infomodel.Organization
 
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.

This method was originally defined to retrieve a servlet from a ServletContext. In this version, this method always returns null and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

In lieu of this method, servlets can share information using the ServletContext class and can perform shared business logic by invoking methods on common non-servlet classes.

getServlet() - Method in exception javax.servlet.UnavailableException
Deprecated. As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
getServletConfig() - Method in class javax.servlet.GenericServlet
Returns this servlet's ServletConfig object.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletContext of this web application.
getServletContextName() - Method in interface javax.servlet.ServletContext
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the name of this servlet instance.
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletRequest() - Method in class javax.servlet.ServletRequestEvent
Returns the ServletRequest that is changing.
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

getSession() - Method in interface javax.jms.ServerSession
Return the ServerSession's Session.
getSession() - Method in interface javax.jms.XASession
Gets the session associated with this XASession.
getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession() on the wrapped request object.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Return the session that changed.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Return the session that changed.
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getShort(String) - Method in interface javax.jms.MapMessage
Returns the short value with the specified name.
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
getSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
getSlots() - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
getSlotType() - Method in interface javax.xml.registry.infomodel.Slot
 
getSourceObject() - Method in interface javax.xml.registry.infomodel.Association
 
getSpecificationLinks() - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
getSpecificationObject() - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the Connector specification version supported by this adapter.
getStability() - Method in interface javax.xml.registry.infomodel.RegistryEntry
 
getStartDuration() - Method in class javax.resource.spi.work.WorkEvent
Get the start duration
getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Get the state of the deployment
getStateOrProvince() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getStateType(int) - Static method in class javax.enterprise.deploy.shared.StateType
Get the state type for an integer
getStatus() - Method in interface javax.transaction.Transaction
Get the status of the transaction.
getStatus() - Method in interface javax.transaction.TransactionManager
Get the status of the transaction associated with the calling thread.
getStatus() - Method in interface javax.transaction.UserTransaction
Get the status of the transaction associated with the calling thread.
getStatus() - Method in interface javax.xml.registry.infomodel.RegistryEntry
 
getStatus() - Method in exception javax.xml.registry.JAXRException
 
getStatus() - Method in interface javax.xml.registry.JAXRResponse
 
getStreet() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getStreetNumber() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getString(String) - Method in interface javax.jms.MapMessage
Returns the String value with the specified name.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getStringTable() - Method in class javax.enterprise.deploy.shared.ActionType
Get the string table for class action type [todo] check this?
getStringTable() - Method in class javax.enterprise.deploy.shared.CommandType
Get the string table for class command type [todo] check this?
getStringTable() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Get the string table for class DConfigBeanVersion type [todo] check this?
getStringTable() - Method in class javax.enterprise.deploy.shared.ModuleType
Get the string table for class module type.
getStringTable() - Method in class javax.enterprise.deploy.shared.StateType
Get the string table for class command type [todo] check this?
getSubject() - Method in class javax.security.auth.message.callback.CallerPrincipalCallback
 
getSubject() - Method in class javax.security.auth.message.callback.DistinguishedPrincipalCallback
Get the Subject.
getSubject() - Method in class javax.security.auth.message.callback.GroupPrincipalCallback
 
getSubject() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
 
getSubjectKeyID() - Method in class javax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Get the subjectKeyID.
getSubmittingOrganization() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
getSupportedLocales() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the supported locales
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ClientAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSupportedMessageTypes() - Method in interface javax.security.auth.message.module.ServerAuthModule
Get the one or more Class objects representing the message types supported by the module.
getTarget() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Get the target
getTarget() - Method in interface javax.interceptor.InvocationContext
 
getTargetBinding() - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Get the target module id
getTargetObject() - Method in interface javax.xml.registry.infomodel.Association
 
getTargetPolicies() - Method in class javax.security.auth.message.MessagePolicy
Get the target policies that comprise the authentication policy.
getTargets() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Get the available targets
getTargets() - Method in class javax.security.auth.message.MessagePolicy.TargetPolicy
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified message protection policy applies.
getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.Organization
 
getTelephoneNumbers(String) - Method in interface javax.xml.registry.infomodel.User
 
getText() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the XML text for this bean
getText(String) - Method in interface javax.enterprise.deploy.model.DDBean
Get the text for the given xpath
getText(String) - Method in interface javax.enterprise.deploy.model.DeployableObject
Get the text for the given xpath
getText(ModuleType, String) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Get the text for the given xpath
getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getTimer() - Method in interface javax.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimeRemaining() - Method in interface javax.ejb.Timer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimers() - Method in interface javax.ejb.TimerService
Get all the active timers associated with this bean.
getTimerService() - Method in interface javax.ejb.EJBContext
Get access to the EJB Timer Service.
getTimestamp() - Method in interface javax.xml.registry.infomodel.AuditableEvent
 
getTimeToLive() - Method in interface javax.jms.MessageProducer
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTopic() - Method in interface javax.jms.TopicPublisher
Gets the topic associated with this TopicPublisher.
getTopic() - Method in interface javax.jms.TopicSubscriber
Gets the Topic associated with this subscriber.
getTopicName() - Method in interface javax.jms.Topic
Gets the name of this topic.
getTopicSession() - Method in interface javax.jms.XATopicSession
Gets the topic session associated with this XATopicSession.
getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction associated with the calling thread.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
An object that has the same equals/hashCode behaviour as the transaction currently associated with the thread
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the transaction status of the current thread
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout
getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
Get the current transaction timeout value for this resource.
getTrustStore() - Method in class javax.security.auth.message.callback.TrustStoreCallback
Get the requested trusted certificate KeyStore.
getType() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Return the module type of this descriptor
getType() - Method in interface javax.enterprise.deploy.model.DeployableObject
Get the module type of this deployment module
getType() - Method in class javax.resource.spi.work.WorkEvent
Get the type
getType() - Method in interface javax.xml.registry.infomodel.EmailAddress
 
getType() - Method in interface javax.xml.registry.infomodel.PostalAddress
 
getType() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
getType() - Method in interface javax.xml.registry.infomodel.User
 
getType() - Method in interface javax.xml.registry.Query
 
getUnavailableSeconds() - Method in exception javax.servlet.UnavailableException
Returns the number of seconds the servlet expects to be temporarily unavailable.
getUrl() - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
getUrl() - Method in interface javax.xml.registry.infomodel.User
 
getUsageDescription() - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
getUsageParameters() - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
getUser() - Method in interface javax.xml.registry.infomodel.AuditableEvent
 
getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the user name for the connection to the underlying resource as known to the underlying resource.
getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns user name associated with the underlying connection.
getUserName() - Method in class javax.resource.spi.security.PasswordCredential
Returns the username
getUsername() - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Get the username.
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUsers() - Method in interface javax.xml.registry.infomodel.Organization
 
getUserTransaction() - Method in interface javax.ejb.EJBContext
Obtain the transaction demarcation interface.
getUserVersion() - Method in interface javax.xml.registry.infomodel.Versionable
 
getValidateURI() - Method in interface javax.xml.registry.infomodel.URIValidator
 
getValue() - Method in class javax.enterprise.deploy.shared.ActionType
Get the value
getValue() - Method in class javax.enterprise.deploy.shared.CommandType
Get the value
getValue() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
Get the value
getValue() - Method in class javax.enterprise.deploy.shared.ModuleType
Get the value
getValue() - Method in class javax.enterprise.deploy.shared.StateType
Get the value
getValue() - Method in class javax.servlet.http.Cookie
Returns the value of the cookie.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Returns the value of the attribute that has been added, removed, or replaced.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in interface javax.xml.registry.infomodel.Classification
 
getValue() - Method in interface javax.xml.registry.infomodel.Concept
 
getValue() - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
 
getValue() - Method in interface javax.xml.registry.infomodel.InternationalString
 
getValue(Locale) - Method in interface javax.xml.registry.infomodel.InternationalString
 
getValue() - Method in interface javax.xml.registry.infomodel.LocalizedString
 
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValues() - Method in interface javax.xml.registry.infomodel.Slot
 
getValueType() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
getVersion() - Method in class javax.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in interface javax.xml.registry.CapabilityProfile
 
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first warning for this interaction.
getWebURL() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
The URL for a web module
getWork() - Method in class javax.resource.spi.work.WorkEvent
Get the work
getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
Get the work manager, the resource adapter should use this for all work on new threads.
getWriter() - Method in interface javax.servlet.ServletResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getWriter() on the wrapped response object.
getXAResource() - Method in interface javax.jms.XASession
Returns an XA resource to the caller.
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an XAResource instance.
getXAResources(ActivationSpec[]) - Method in interface javax.resource.spi.ResourceAdapter
Called by the application server during recovery
getXATerminator() - Method in interface javax.resource.spi.BootstrapContext
Get the XATerminator.
getXid() - Method in class javax.resource.spi.work.ExecutionContext
Get the xid
getXpath() - Method in interface javax.enterprise.deploy.model.DDBean
Returns the original xpath string provided by the DConfigBean
getXpath() - Method in interface javax.enterprise.deploy.model.DDBeanRoot
Returns the xpath, the root path is "/"
getXpaths() - Method in interface javax.enterprise.deploy.spi.DConfigBean
Get the xpaths this deployment descriptor requires
GroupPrincipalCallback - Class in javax.security.auth.message.callback
 
GroupPrincipalCallback(Subject, String[]) - Constructor for class javax.security.auth.message.callback.GroupPrincipalCallback
 

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all EJB object handles.
HandleDelegate - Interface in javax.ejb.spi
The HandleDelegate interface is implemented by the EJB container.
handleProgressEvent(ProgressEvent) - Method in interface javax.enterprise.deploy.spi.status.ProgressListener
Fired when a progress event occurs
handlesURI(String) - Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
Tests whether the factory can create a manager for the URI
hashCode() - Method in interface javax.resource.cci.Record
 
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated. Use org.ietf.jgss.GSSCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
 
hashCode() - Method in class javax.security.jacc.EJBMethodPermission
Calculates the hash code as the hash of the methodName, methodInterface and methodSig for each that is non-null.
hashCode() - Method in class javax.security.jacc.EJBRoleRefPermission
 
hashCode() - Method in class javax.security.jacc.WebResourcePermission
Returns the hash code value for this WebResourcePermission.
hashCode() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the hash code value for this WebRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebUserDataPermission
Returns the hash code value for this WebUserDataPermission.
HeuristicCommitException - Exception in javax.transaction
This exception is meant to be thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
Creates a new HeuristicMixedException without a detail message.
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
Constructs an HeuristicCommitException with the specified detail message.
HeuristicMixedException - Exception in javax.transaction
This exception is thrown to report that a heuristic decision was made and that some some parts of the transaction have been committed while other parts have been rolled back.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
Creates a new HeuristicMixedException without a detail message.
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
Constructs an HeuristicMixedException with the specified detail message.
HeuristicRollbackException - Exception in javax.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
Creates a new HeuristicRollbackException without a detail message.
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
Constructs an HeuristicRollbackException with the specified detail message.
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.
HttpServlet - Class in javax.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletRequest - Interface in javax.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in javax.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in javax.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in javax.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in javax.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in javax.servlet.http
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
HttpSessionBindingEvent - Class in javax.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in javax.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in javax.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionListener - Interface in javax.servlet.http
Implementations of this interface are notified of changes to the list of active sessions in a web application.
HttpUtils - Class in javax.servlet.http
Deprecated. As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated. Constructs an empty HttpUtils object.

I

id - Variable in class javax.resource.spi.ConnectionEvent
Type of event
IllegalStateException - Exception in javax.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException - Exception in javax.resource.spi
A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and an errorCode.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and cause.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a cause.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
No start delay
implies(Permission) - Method in class javax.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class javax.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class javax.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INDEFINITE - Static variable in interface javax.resource.spi.work.WorkManager
Indefinite start delay
IndexedRecord - Interface in javax.resource.cci
The IndexedRecord interface is used for list oriented representations of the Record elements.
Init - Annotation Type in javax.ejb
Annotation to mark a method that will initialize a stateful session
init(FilterConfig) - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initCause(Throwable) - Method in exception javax.xml.registry.JAXRException
Initializes the cause of this throwable to the specified value.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ClientAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface javax.security.auth.message.module.ServerAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected.
inService() - Method in interface javax.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
Interaction - Interface in javax.resource.cci
The Interaction enables a component to execute functions on the underlying resource.
InteractionSpec - Interface in javax.resource.cci
An InteractionSpec holds properties for use by an Interaction in order to execute a function on the underlying resource.
Interceptors - Annotation Type in javax.interceptor
An interceptor class is denoted using the Interceptor annotation on the bean class with which it is associated.
INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
An internal error
INTERNATIONAL_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
 
InternationalString - Interface in javax.xml.registry.infomodel
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
InvalidClientIDException - Exception in javax.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidDestinationException - Exception in javax.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidModuleException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a module is not valid
InvalidModuleException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.InvalidModuleException
Create an exception with a reason.
InvalidPropertyException - Exception in javax.resource.spi
Represents invalid configuration properties
InvalidPropertyException() - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception.
InvalidPropertyException(String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason.
InvalidPropertyException(String, String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason and an errorCode.
InvalidPropertyException(String, Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason and an error.
InvalidPropertyException(Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with an error.
InvalidRequestException - Exception in javax.xml.registry
 
InvalidRequestException() - Constructor for exception javax.xml.registry.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception javax.xml.registry.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
 
InvalidRequestException(Throwable) - Constructor for exception javax.xml.registry.InvalidRequestException
 
InvalidSelectorException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
InvalidTransactionException - Exception in javax.transaction
This exception indicates an invalid transaction.
InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
Creates a new InvalidTransactionException without a detail message.
InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
Constructs an InvalidTransactionException with the specified detail message.
InvocationContext - Interface in javax.interceptor
The InvocationContext object provides the metadata that is required for AroundInvoke interceptor methods.
isAddEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it an add event
isAvailable() - Method in exception javax.xml.registry.JAXRException
 
isAvailable() - Method in interface javax.xml.registry.JAXRResponse
 
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated. Use boolean isCallerInRole(String roleName) instead.
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
Tests if the caller has a given role.
isCancelSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Is cancel supported
isChangeEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it a change event
isClosed() - Method in interface javax.xml.registry.Connection
 
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCompleted() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Is the deployment complete
isConfirmed() - Method in interface javax.xml.registry.infomodel.Association
 
isConfirmedBySourceOwner() - Method in interface javax.xml.registry.infomodel.Association
 
isConfirmedByTargetOwner() - Method in interface javax.xml.registry.infomodel.Association
 
isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Test whether the version is supported
isDeliveryTransacted(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Tests whether the delivery is transactional for the given method
isExternal() - Method in interface javax.xml.registry.infomodel.Classification
 
isExternal() - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
isExtramural() - Method in interface javax.xml.registry.infomodel.Association
 
isFailed() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Has the deployment failed
isIdentical(EJBLocalObject) - Method in interface javax.ejb.EJBLocalObject
Test if a given EJB local object is identical to the invoked EJB local object.
isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
Tests if a given EJB object is identical to the invoked EJB object.
isLocaleSupported(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Is the locale supported
isMandatory() - Method in class javax.security.auth.message.MessagePolicy
 
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isOpaque() - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
 
isPartialResponse() - Method in interface javax.xml.registry.BulkResponse
 
isPermanent() - Method in exception javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in interface javax.security.auth.message.config.AuthConfigFactory.RegistrationContext
 
isProtected() - Method in interface javax.security.auth.message.config.AuthConfig
 
isRedeploySupported() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Is redeploy supported
isRemoveEvent() - Method in class javax.enterprise.deploy.model.XpathEvent
Is it a remove event
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromUrl() on the wrapped request object.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRunning() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Is the deployment in progress
isSameRM(XAResource) - Method in interface javax.transaction.xa.XAResource
Tells the caller if this resource has the same resource manager as the argument resource.
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSession() - Method in interface javax.ejb.EJBMetaData
Tests if the type of the enterprise Bean is "session".
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Tests if the type of the enterprise Bean is "stateless session".
isStopSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Is stop supported
isSynchronous() - Method in interface javax.xml.registry.Connection
 
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.

J

J2eeApplicationObject - Interface in javax.enterprise.deploy.model
A deployable object for an ear
javax.annotation - package javax.annotation
 
javax.annotation.security - package javax.annotation.security
 
javax.ejb - package javax.ejb
 
javax.ejb.spi - package javax.ejb.spi
 
javax.enterprise.deploy.model - package javax.enterprise.deploy.model
Provides tool vendor implementation classes.
javax.enterprise.deploy.model.exceptions - package javax.enterprise.deploy.model.exceptions
Provides tool vendor implementation exception classes.
javax.enterprise.deploy.shared - package javax.enterprise.deploy.shared
Provides shared objects for tool vendor and product vendor implementation classes.
javax.enterprise.deploy.shared.factories - package javax.enterprise.deploy.shared.factories
Provides shared factory manager for tool vendor and product vendor implementation classes.
javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
Provides product vendor implementation classes.
javax.enterprise.deploy.spi.exceptions - package javax.enterprise.deploy.spi.exceptions
Provides product vendor exception classes.
javax.enterprise.deploy.spi.factories - package javax.enterprise.deploy.spi.factories
Provides product vendor deployment factory classes.
javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
Provides product vendor status classes.
javax.interceptor - package javax.interceptor
 
javax.jms - package javax.jms
JMS 1.1 API.
javax.resource - package javax.resource
J2EE Connector API.
javax.resource.cci - package javax.resource.cci
J2EE Connector API - Common Client Interface.
javax.resource.spi - package javax.resource.spi
J2EE Connector API - System Programmer Interface.
javax.resource.spi.endpoint - package javax.resource.spi.endpoint
J2EE Connector API - Message Endpoint.
javax.resource.spi.security - package javax.resource.spi.security
J2EE Connector API - Security.
javax.resource.spi.work - package javax.resource.spi.work
J2EE Connector API - Work Management.
javax.security.auth.message - package javax.security.auth.message
 
javax.security.auth.message.callback - package javax.security.auth.message.callback
 
javax.security.auth.message.config - package javax.security.auth.message.config
 
javax.security.auth.message.module - package javax.security.auth.message.module
 
javax.security.jacc - package javax.security.jacc
 
javax.servlet - package javax.servlet
The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.http - package javax.servlet.http
The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.transaction - package javax.transaction
 
javax.transaction.xa - package javax.transaction.xa
This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages.
javax.xml.registry - package javax.xml.registry
 
javax.xml.registry.infomodel - package javax.xml.registry.infomodel
 
JAXRException - Exception in javax.xml.registry
 
JAXRException() - Constructor for exception javax.xml.registry.JAXRException
 
JAXRException(String) - Constructor for exception javax.xml.registry.JAXRException
 
JAXRException(String, Throwable) - Constructor for exception javax.xml.registry.JAXRException
 
JAXRException(Throwable) - Constructor for exception javax.xml.registry.JAXRException
 
JAXRResponse - Interface in javax.xml.registry
A JAXR requests' response.
JMSException - Exception in javax.jms
This is the root class of all JMS API exceptions.
JMSException(String, String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSSecurityException - Exception in javax.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.

K

Key - Interface in javax.xml.registry.infomodel
 
KEY - Static variable in interface javax.xml.registry.LifeCycleManager
 

L

LazyAssociatableConnectionManager - Interface in javax.resource.spi
An optioanl mixin interface for connection managers that support the lazy connection association optimization.
lazyEnlist(ManagedConnection) - Method in interface javax.resource.spi.LazyEnlistableConnectionManager
Invoked by a resource adapter to lazily enlist a connection handle with the managed connection
LazyEnlistableConnectionManager - Interface in javax.resource.spi
An optioanl mixin interface for connection managers that support the lazy connection enlistment optimization.
LazyEnlistableManagedConnection - Interface in javax.resource.spi
A marker interface for connections that support the lazy connection enlistment optimization.
LifeCycleManager - Interface in javax.xml.registry
 
linkConfiguration(PolicyConfiguration) - Method in interface javax.security.jacc.PolicyConfiguration
Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
Local - Annotation Type in javax.ejb
Bean class annotation that specifies remote interfaces of the Session bean.
LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been committed
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been rolled back
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been started
LocalHome - Annotation Type in javax.ejb
Annotation for specifying the local home interface for a bean
LOCALIZED_STRING - Static variable in interface javax.xml.registry.LifeCycleManager
 
LocalizedString - Interface in javax.xml.registry.infomodel
 
LocalTransaction - Interface in javax.resource.cci
The LocalTransaction interface is the transaction demarcation interface for transactions local to the resource manager.
LocalTransaction - Interface in javax.resource.spi
The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been committed
LocalTransactionException - Exception in javax.resource.spi
A LocalTransactionException represents various error conditions related to local transaction management.
LocalTransactionException() - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception.
LocalTransactionException(String) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason.
LocalTransactionException(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason and an errorCode.
LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason and cause.
LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a cause.
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been rolled back
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been started
log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
lookup(String) - Method in interface javax.ejb.EJBContext
Lookup a resource within the component's private naming context.

M

makeRegistrySpecificRequest(String) - Method in interface javax.xml.registry.RegistryService
 
ManagedConnection - Interface in javax.resource.spi
A ManagedConnection instance represents a connection to the underlying recource.
ManagedConnectionFactory - Interface in javax.resource.spi
A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
ManagedConnectionMetaData - Interface in javax.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion.
MapMessage - Interface in javax.jms
A MapMessage object is used to send a set of name-value pairs.
MappedRecord - Interface in javax.resource.cci
The MappedRecord interface is used for key-value map based representation of the Record elements.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matching connection from the set.
MAXBQUALSIZE - Static variable in interface javax.transaction.xa.Xid
The maximum possible size of a transaction branch qualifier.
MAXGTRIDSIZE - Static variable in interface javax.transaction.xa.Xid
The maximum possible size of a global transaction id.
Message - Interface in javax.jms
The Message interface is the root interface of all JMS messages.
MessageConsumer - Interface in javax.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageDriven - Annotation Type in javax.ejb
The MessageDriven annotation specifies that the enterprise bean is a message-driven bean.
MessageDrivenBean - Interface in javax.ejb
The MessageDrivenBean interface is implemented by every message driven enterprise bean class.
MessageDrivenContext - Interface in javax.ejb
The MessageDrivenContext interface provides an instance with access to the container-provided runtime context of a message-driven enterprise bean instance.
MessageEndpoint - Interface in javax.resource.spi.endpoint
A factory for message end points
MessageEndpointFactory - Interface in javax.resource.spi.endpoint
A factory for message end points
MessageEOFException - Exception in javax.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFormatException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageInfo - Interface in javax.security.auth.message
A message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by authentication modules.
MessageListener - Interface in javax.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageListener - Interface in javax.resource.cci
A request/response message listener that message driven beans may implement
MessageNotReadableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessagePolicy - Class in javax.security.auth.message
This class defines a message authentication policy.
MessagePolicy(MessagePolicy.TargetPolicy[], boolean) - Constructor for class javax.security.auth.message.MessagePolicy
Create a MessagePolicy instance with an array of target policies.
MessagePolicy.ProtectionPolicy - Interface in javax.security.auth.message
This interface is used to represent message authentication policy.
MessagePolicy.Target - Interface in javax.security.auth.message
This interface is implemented by objects that represent and perform message targeting on behalf of authentication modules.
MessagePolicy.TargetPolicy - Class in javax.security.auth.message
 
MessagePolicy.TargetPolicy(MessagePolicy.Target[], MessagePolicy.ProtectionPolicy) - Constructor for class javax.security.auth.message.MessagePolicy.TargetPolicy
Create a new TargetPolicy.
MessageProducer - Interface in javax.jms
A client uses a MessageProducer object to send messages to a destination.
ModuleType - Class in javax.enterprise.deploy.shared
An enumeration of j2ee module types.
ModuleType(int) - Constructor for class javax.enterprise.deploy.shared.ModuleType
Create a new ModuleType

N

newInstance() - Static method in class javax.xml.registry.ConnectionFactory
 
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NoSuchEJBException - Exception in javax.ejb
A NoSuchEJBException is thrown if an attempt is made to invoke a method on an object that no longer exists.
NoSuchEJBException() - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException(String) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detailed message.
NoSuchEJBException(String, Exception) - Constructor for exception javax.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
NoSuchEntityException - Exception in javax.ejb
The NoSuchEntityException exception is thrown by an Entity Bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
NoSuchEntityException() - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchEntityException(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchObjectLocalException - Exception in javax.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists.
NoSuchObjectLocalException() - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detailed message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
notify(String, String) - Method in interface javax.security.auth.message.config.RegistrationListener
Notify the listener that a registration with which it was associated, was replaced or unregistered.
notifyDDChange(XpathEvent) - Method in interface javax.enterprise.deploy.spi.DConfigBean
A notification that the DDBean provided has changed and that this bean or child needs re-evaluating
NotSupportedException - Exception in javax.resource
A NotSupportedException is thrown to indicate that the callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception.
NotSupportedException(String) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason.
NotSupportedException(String, String) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason and an errorCode.
NotSupportedException(String, Throwable) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason and an error.
NotSupportedException(Throwable) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with an error.
NotSupportedException - Exception in javax.transaction
The NotSupportedException exception indicates that an operation is not supported.
NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
Creates a new NotSupportedException without a detail message.
NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
Constructs an NotSupportedException with the specified detail message.

O

ObjectMessage - Interface in javax.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
ObjectNotFoundException - Exception in javax.ejb
The ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist.
ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a JMS exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
onMessage(Record) - Method in interface javax.resource.cci.MessageListener
Request response style message listener
OperationUnsupportedException - Exception in javax.enterprise.deploy.spi.exceptions
Errors when a method is not supported
OperationUnsupportedException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
Create an exception with a reason.
OPERATOR_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
 
OR_ALL_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
OR_LIKE_KEYS - Static variable in interface javax.xml.registry.FindQualifier
 
Organization - Interface in javax.xml.registry.infomodel
 
ORGANIZATION - Static variable in interface javax.xml.registry.LifeCycleManager
 
othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by self are visible.
ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by self are visible.
ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by self are visible.

P

parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated. Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated. Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
PasswordCredential - Class in javax.resource.spi.security
The class PasswordCredential is a placeholder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Constructor, creates a new password credential
PasswordValidationCallback - Class in javax.security.auth.message.callback
Callback for PasswordValidation.
PasswordValidationCallback(Subject, String, char[]) - Constructor for class javax.security.auth.message.callback.PasswordValidationCallback
Create a new PasswordValidationCallback.
PermitAll - Annotation Type in javax.annotation.security
The PermitAll annotation specifies that all security roles are permitted to execute the specified method(s).
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
PERSON_NAME - Static variable in interface javax.xml.registry.LifeCycleManager
 
PersonName - Interface in javax.xml.registry.infomodel
 
PolicyConfiguration - Interface in javax.security.jacc
The methods of this interface are used by containers to create policy statements in a Policy provider.
PolicyConfigurationFactory - Class in javax.security.jacc
 
PolicyConfigurationFactory() - Constructor for class javax.security.jacc.PolicyConfigurationFactory
 
PolicyContext - Class in javax.security.jacc
This utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.
PolicyContextException - Exception in javax.security.jacc
This checked exception is thrown by the policy context and configuration classes.
PolicyContextException() - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextHandler - Interface in javax.security.jacc
JACC interface which defines the methods that must be implemented by handlers that are to be registered and activated by PolicyContexts
PostActivate - Annotation Type in javax.ejb
An ejbActivate type of callback marker.
POSTAL_ADDRESS - Static variable in interface javax.xml.registry.LifeCycleManager
 
PostalAddress - Interface in javax.xml.registry.infomodel
 
PostConstruct - Annotation Type in javax.annotation
The PostConstruct method is invoked on the newly constructed instance, after any dependency injection has been performed by the container and before the first business method is invoked on the bean.
PreDestroy - Annotation Type in javax.annotation
The PreDestroy method will execute after any method annotated with the Remove annotation has completed.
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Prepare the transaction
prepare(Xid) - Method in interface javax.transaction.xa.XAResource
Prepare to commit the work done on this resource in the given transaction.
PrePassivate - Annotation Type in javax.ejb
An ejbPassivate type of callback marker.
print(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
println() - Method in class javax.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
PrivateKeyCallback - Class in javax.security.auth.message.callback
Callback for private key and corresponding certificate chain.
PrivateKeyCallback(PrivateKeyCallback.Request) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback
Constructs this PrivateKeyCallback with a private key Request object.
PrivateKeyCallback.AliasRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified via an alias.
PrivateKeyCallback.AliasRequest(String) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Construct an AliasRequest with an alias.
PrivateKeyCallback.IssuerSerialNumRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified via an issuer/serial number.
PrivateKeyCallback.IssuerSerialNumRequest(X500Principal, BigInteger) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Constructs a IssuerSerialNumRequest with an issuer/serial number.
PrivateKeyCallback.Request - Interface in javax.security.auth.message.callback
Marker interface for private key request types.
PrivateKeyCallback.SubjectKeyIDRequest - Class in javax.security.auth.message.callback
Request type for private keys that are identified via a SubjectKeyID
PrivateKeyCallback.SubjectKeyIDRequest(byte[]) - Constructor for class javax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Construct a SubjectKeyIDRequest with an subjectKeyID.
proceed() - Method in interface javax.interceptor.InvocationContext
 
ProgressEvent - Class in javax.enterprise.deploy.spi.status
An event describing the progress of a deployment
ProgressEvent(Object, TargetModuleID, DeploymentStatus) - Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
Create a new progress event
ProgressListener - Interface in javax.enterprise.deploy.spi.status
A listener for progress events.
ProgressObject - Interface in javax.enterprise.deploy.spi.status
Tracks the progress of a deployment
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
protectionPolicy - Variable in class javax.security.auth.message.MessagePolicy.TargetPolicy
 
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
put(MessageInfo, Object) - Method in interface javax.security.auth.message.MessagePolicy.Target
Put the Object into the AuthParam at the location identified by the target.
putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set a transaction local for the current transaction
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

Q

Query - Interface in javax.xml.registry
 
QUERY_TYPE_EBXML_FILTER_QUERY - Static variable in interface javax.xml.registry.Query
 
QUERY_TYPE_SQL - Static variable in interface javax.xml.registry.Query
 
QUERY_TYPE_XQUERY - Static variable in interface javax.xml.registry.Query
 
QueryManager - Interface in javax.xml.registry
This is the common base interface for all QueryManagers in the API.
Queue - Interface in javax.jms
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - Interface in javax.jms
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - Interface in javax.jms
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionFactory - Interface in javax.jms
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueReceiver - Interface in javax.jms
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - Class in javax.jms
A queue requestor
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
 
QueueSender - Interface in javax.jms
A client uses a QueueSender object to send messages to a queue.
QueueSession - Interface in javax.jms
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.

R

RAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an RAR
read(InputStream) - Method in interface javax.resource.cci.Streamable
Read the Streamable from the specified InputStream.
readBoolean() - Method in interface javax.jms.BytesMessage
Reads a boolean from the bytes message stream.
readBoolean() - Method in interface javax.jms.StreamMessage
Reads a boolean from the stream message.
readByte() - Method in interface javax.jms.BytesMessage
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in interface javax.jms.StreamMessage
Reads a byte value from the stream message.
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in interface javax.jms.BytesMessage
Reads a Unicode character value from the bytes message stream.
readChar() - Method in interface javax.jms.StreamMessage
Reads a Unicode character value from the stream message.
readDouble() - Method in interface javax.jms.BytesMessage
Reads a double from the bytes message stream.
readDouble() - Method in interface javax.jms.StreamMessage
Reads a double from the stream message.
readEJBHome(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBHome reference corresponding to a HomeHandle.
readEJBObject(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBObject reference corresponding to a Handle.
readFloat() - Method in interface javax.jms.BytesMessage
Reads a float from the bytes message stream.
readFloat() - Method in interface javax.jms.StreamMessage
Reads a float from the stream message.
readInt() - Method in interface javax.jms.BytesMessage
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in interface javax.jms.StreamMessage
Reads a 32-bit integer from the stream message.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
readLong() - Method in interface javax.jms.BytesMessage
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in interface javax.jms.StreamMessage
Reads a 64-bit integer from the stream message.
readObject() - Method in interface javax.jms.StreamMessage
Reads an object from the stream message.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
receive() - Method in interface javax.jms.MessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in interface javax.jms.MessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveNoWait() - Method in interface javax.jms.MessageConsumer
Receives the next message if one is immediately available.
Record - Interface in javax.resource.cci
The Record interface is the base interface for representing input and output for an Interaction.
RecordFactory - Interface in javax.resource.cci
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
recover() - Method in interface javax.jms.Session
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
recover(int) - Method in interface javax.resource.spi.XATerminator
Retrieve xids that are recoverable
recover(int) - Method in interface javax.transaction.xa.XAResource
Return a list of transactions that are in a prepared or heuristically state.
REDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The module type for an REDEPLOY
redeploy(TargetModuleID[], File, File) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Redeploys the modules
redeploy(TargetModuleID[], InputStream, InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Redeploys the modules
Referenceable - Interface in javax.resource
The Referenceable interface extends the javax.naming.Referenceable interface.
refresh() - Method in interface javax.security.auth.message.config.AuthConfig
Causes a dynamic anthentication context configuration object to update its internal state and such that any change to its state is recognized by any authentication context objects that were previously obtained from the config object.
refresh() - Method in class javax.security.auth.message.config.AuthConfigFactory
 
refresh() - Method in interface javax.security.auth.message.config.AuthConfigProvider
Causes a dynamic configuration provider to update its internal state such that any resulting change to its state is recognized by authentication context configuration objects previously created by the provider within the current process context.
registerConfigProvider(String, Map, String, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
 
registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class javax.security.auth.message.config.AuthConfigFactory
 
registerDeploymentFactory(DeploymentFactory) - Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
Register a deployment factory
registerHandler(String, PolicyContextHandler, boolean) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to register a container specific PolicyContext handler.
registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Add a transaction synchronization that is invoked "last", i.e.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a Synchronization callback with this transaction.
RegistrationListener - Interface in javax.security.auth.message.config
A Listener that may associated with a provider registration by a user of the registration.
REGISTRY_ENTRY - Static variable in interface javax.xml.registry.LifeCycleManager
 
REGISTRY_PACKAGE - Static variable in interface javax.xml.registry.LifeCycleManager
 
RegistryEntry - Interface in javax.xml.registry.infomodel
 
RegistryException - Exception in javax.xml.registry
 
RegistryException() - Constructor for exception javax.xml.registry.RegistryException
 
RegistryException(String) - Constructor for exception javax.xml.registry.RegistryException
 
RegistryException(String, Throwable) - Constructor for exception javax.xml.registry.RegistryException
 
RegistryException(Throwable) - Constructor for exception javax.xml.registry.RegistryException
 
RegistryObject - Interface in javax.xml.registry.infomodel
 
RegistryPackage - Interface in javax.xml.registry.infomodel
 
RegistryService - Interface in javax.xml.registry
 
release() - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Release the deployment manager
release() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Release the endpoint
release() - Method in interface javax.resource.spi.work.Work
Invoked by the work manager as a hint to stop processing
RELEASED - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an RELEASED
Remote - Annotation Type in javax.ejb
Bean class annotation that specifies remote interfaces of the Session bean.
RemoteHome - Annotation Type in javax.ejb
Annotation for specifying the remote home interface for a bean
remove(Handle) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its handle.
remove(Object) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its primary key.
remove(Object) - Method in interface javax.ejb.EJBLocalHome
Remove an EJB object identified by its primary key.
remove() - Method in interface javax.ejb.EJBLocalObject
Remove the EJB local object.
remove() - Method in interface javax.ejb.EJBObject
Remove the EJB object.
Remove - Annotation Type in javax.ejb
Annotation to mark a method that will remove a stateful session on completion
remove(MessageInfo) - Method in interface javax.security.auth.message.MessagePolicy.Target
Remove the Object identified by the Target from the AuthParam.
removeAssociation(Association) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from the servlet context.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
removeChildConcept(Concept) - Method in interface javax.xml.registry.infomodel.Concept
 
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
removeChildConcepts(Collection) - Method in interface javax.xml.registry.infomodel.Concept
 
removeChildOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Organization
 
removeChildOrganizations(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
removeClassification(Classification) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes a connection event listener
removeDConfigBean(DConfigBean) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a child
removeDConfigBean(DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Remove a root configuration and all its children
RemoveException - Exception in javax.ejb
The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed.
RemoveException() - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with no detail message.
RemoveException(String) - Constructor for exception javax.ejb.RemoveException
Constructs an RemoveException with the specified detail message.
removeExcludedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any excluded policy statements from this PolicyConfiguration
removeExternalIdentifier(ExternalIdentifier) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeExternalLink(ExternalLink) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
removeLocalizedString(LocalizedString) - Method in interface javax.xml.registry.infomodel.InternationalString
 
removeLocalizedStrings(Collection) - Method in interface javax.xml.registry.infomodel.InternationalString
 
removeProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Remove a progress listener
removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.enterprise.deploy.spi.DConfigBean
Remove a property change listener
removeRegistration(String) - Method in class javax.security.auth.message.config.AuthConfigFactory
 
removeRegistryObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.RegistryPackage
 
removeRegistryObjects(Collection) - Method in interface javax.xml.registry.infomodel.RegistryPackage
 
removeRole(String) - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove a role and all its permissions from this PolicyConfiguration.
removeService(Service) - Method in interface javax.xml.registry.infomodel.Organization
 
removeServiceBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.Service
 
removeServiceBindings(Collection) - Method in interface javax.xml.registry.infomodel.Service
 
removeServices(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
removeSlot(String) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
removeSlots(Collection) - Method in interface javax.xml.registry.infomodel.ExtensibleObject
 
removeSpecificationLink(SpecificationLink) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
removeSpecificationLinks(Collection) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
removeUncheckedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any unchecked policy statements from this PolicyConfiguration.
removeUser(User) - Method in interface javax.xml.registry.infomodel.Organization
 
removeUsers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeXpathListener(String, XpathListener) - Method in interface javax.enterprise.deploy.model.DDBean
Unregister a listener for a given xpath
removeXpathListener(ModuleType, String, XpathListener) - Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
Unregister a listener for a given xpath
request(Message) - Method in class javax.jms.QueueRequestor
 
request(Message) - Method in class javax.jms.TopicRequestor
 
requestDestroyed(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
The request is about to go out of scope of the web application.
RequestDispatcher - Interface in javax.servlet
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
The request is about to come into scope of the web application.
reset() - Method in interface javax.jms.BytesMessage
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in interface javax.jms.StreamMessage
Puts the message body in read-only mode and repositions the stream to the beginning.
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
resetBuffer() - Method in interface javax.servlet.ServletResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
Resource - Annotation Type in javax.annotation
The Resource annotation is used to express a dependency on an external resource in the bean???s environment.
Resource.AuthenticationType - Enum in javax.annotation
Enums for whether the container or bean is to perform authentication.
ResourceAdapter - Interface in javax.resource.spi
Operations for lifecycle management and message endpoint configuration.
ResourceAdapterAssociation - Interface in javax.resource.spi
Interface used to associate the resource adapter with objects that implement this interface.
ResourceAdapterInternalException - Exception in javax.resource.spi
A ResourceAdapterInternalException indicates any system level error conditions related to a resource adapter.
ResourceAdapterInternalException() - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception.
ResourceAdapterInternalException(String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason.
ResourceAdapterInternalException(String, String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason and an errorCode.
ResourceAdapterInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason and cause.
ResourceAdapterInternalException(Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a cause.
ResourceAdapterMetaData - Interface in javax.resource.cci
The ResourceAdaptetMetaData provides information about the resource adapters implementation.
ResourceAllocationException - Exception in javax.jms
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
ResourceAllocationException - Exception in javax.resource.spi
A ResourceAllocationException can be thrown to indicate a failure to allocate system resources such as threads or physical connections.
ResourceAllocationException() - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception.
ResourceAllocationException(String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason.
ResourceAllocationException(String, String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason and an errorCode.
ResourceAllocationException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason and cause.
ResourceAllocationException(Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a cause.
ResourceException - Exception in javax.resource
This is the root exception for the exception hierarchy defined for the connector architecture.
ResourceException() - Constructor for exception javax.resource.ResourceException
Create an exception with a null reason.
ResourceException(String) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason.
ResourceException(String, String) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceException(String, Throwable) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceException(Throwable) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
Resources - Annotation Type in javax.annotation
Specify a collection of Resources on a bean class.
ResourceWarning - Exception in javax.resource.cci
ResourceWarning provides information on warnings generated by the underlying resource.
ResourceWarning() - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning
ResourceWarning(String) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason.
ResourceWarning(String, String) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason and an errorCode.
ResourceWarning(String, Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason and an error.
ResourceWarning(Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with an error.
restore(InputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restores a full set of configuration beans
restoreDConfigBean(InputStream, DDBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Restore a configuration from an input stream
ResultSet - Interface in javax.resource.cci
A ResultSet represents tabular data returned from the underlying resource by the execution of an interaction.
ResultSetInfo - Interface in javax.resource.cci
The interface ResultSetInfo provides information on the support for the ResultSet interface by an underlying resource.
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the association of the calling thread with the given transaction.
RolesAllowed - Annotation Type in javax.annotation.security
The value of the RolesAllowed annotation is a list of security role names to be mapped to the security roles that are permitted to execute the specified method(s).
rollback() - Method in interface javax.jms.Session
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
rollback() - Method in interface javax.resource.cci.LocalTransaction
Rolls back a local transaction on the userlying resource.
rollback() - Method in interface javax.resource.spi.LocalTransaction
Rolls back a local transaction on the userlying resource.
rollback(Xid) - Method in interface javax.resource.spi.XATerminator
Rollback the transaction
rollback() - Method in interface javax.transaction.Transaction
Rolls back this transaction.
rollback() - Method in interface javax.transaction.TransactionManager
Rolls back the transaction associated with the calling thread.
rollback() - Method in interface javax.transaction.UserTransaction
Rolls back the transaction associated with the calling thread.
rollback(Xid) - Method in interface javax.transaction.xa.XAResource
Roll back the work done on this resource in the given transaction.
RollbackException - Exception in javax.transaction
The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only.
RollbackException() - Constructor for exception javax.transaction.RollbackException
Creates a new RollbackException without a detail message.
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
Constructs an RollbackException with the specified detail message.
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary JMS clients.
RunAs - Annotation Type in javax.annotation.security
The Bean Provider can use the RunAs metadata annotation or the Bean Provider or Application Assembler can use the run-as deployment descriptor element to define a run-as identity for an enterprise bean in the deployment descriptor.
RUNNING - Static variable in class javax.enterprise.deploy.shared.StateType
The state type for an RUNNING

S

save(OutputStream) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Saves the fulls set of configuration beans
saveAssociations(Collection, boolean) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
saveClassificationSchemes(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
saveConcepts(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
saveDConfigBean(OutputStream, DConfigBeanRoot) - Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
Save a configuration to an output stream
SaveException - Exception in javax.xml.registry
 
SaveException() - Constructor for exception javax.xml.registry.SaveException
 
SaveException(String) - Constructor for exception javax.xml.registry.SaveException
 
SaveException(String, Throwable) - Constructor for exception javax.xml.registry.SaveException
 
SaveException(Throwable) - Constructor for exception javax.xml.registry.SaveException
 
saveObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
 
saveOrganizations(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
saveServiceBindings(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
saveServices(Collection) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediatley
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediately
SecretKeyCallback - Class in javax.security.auth.message.callback
Callback for secret key
SecretKeyCallback() - Constructor for class javax.security.auth.message.callback.SecretKeyCallback
 
SecretKeyCallback.AliasRequest - Class in javax.security.auth.message.callback
Request type for secret keys that are identified via an alias.
SecretKeyCallback.AliasRequest(String) - Constructor for class javax.security.auth.message.callback.SecretKeyCallback.AliasRequest
Construct an AliasRequest with an alias.
SecretKeyCallback.Request - Interface in javax.security.auth.message.callback
Marker interface for secret key request types.
secureRequest(MessageInfo, Subject) - Method in interface javax.security.auth.message.ClientAuth
Secure a service request message before sending it to the service.
secureResponse(MessageInfo, Subject) - Method in interface javax.security.auth.message.ServerAuth
Secure a service request message before sending it to the service.
SecurityException - Exception in javax.resource.spi
A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
SecurityException() - Constructor for exception javax.resource.spi.SecurityException
Create an exception.
SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason.
SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and an errorCode.
SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and cause.
SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a cause.
send(Message) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to the destination, specifying delivery mode, priority, and time to live.
send(Destination, Message) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer.
send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message) - Method in interface javax.jms.QueueSender
Sends a message to the queue.
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to the queue, specifying delivery mode, priority, and time to live.
send(Queue, Message) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer.
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
SEND_CONTINUE - Static variable in class javax.security.auth.message.AuthStatus
Indicates the message processing by the authentication module is NOT complete, that the module replaced the application message with a security message, and that the runtime is to proceed by sending the security message.
SEND_FAILURE - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the application message with an error message, and that the runtime is to proceed by sending the error message.
SEND_SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed by sending a message returned by the authentication module.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clearing the buffer.
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
ServerAuth - Interface in javax.security.auth.message
An implementation of this interface is used to validate received service request messages, and to secure service response messages.
ServerAuthConfig - Interface in javax.security.auth.message.config
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (e.g., the messaging context of a specific application, or set of applications).
ServerAuthContext - Interface in javax.security.auth.message.config
This ServerAuthContext class encapsulates ServerAuthModules that are used to secure requests made as a client.
ServerAuthModule - Interface in javax.security.auth.message.module
A ServerAuthModule validates client requests and secures responses back to the client.
ServerSession - Interface in javax.jms
A ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool - Interface in javax.jms
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
Service - Interface in javax.xml.registry.infomodel
 
SERVICE - Static variable in interface javax.xml.registry.LifeCycleManager
 
SERVICE_BINDING - Static variable in interface javax.xml.registry.LifeCycleManager
 
SERVICE_SUBSET - Static variable in interface javax.xml.registry.FindQualifier
 
ServiceBinding - Interface in javax.xml.registry.infomodel
 
Servlet - Interface in javax.servlet
Defines methods that all servlets must implement.
ServletConfig - Interface in javax.servlet
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
ServletContext - Interface in javax.servlet
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletContextAttributeEvent - Class in javax.servlet
This is the event class for notifications about changes to the attributes of the servlet context of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.
ServletContextAttributeListener - Interface in javax.servlet
Implementations of this interface receive notifications of changes to the attribute list on the servlet context of a web application.
ServletContextEvent - Class in javax.servlet
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Construct a ServletContextEvent from the given context.
ServletContextListener - Interface in javax.servlet
Implementations of this interface receive notifications about changes to the servlet context of the web application they are part of.
ServletException - Exception in javax.servlet
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - Class in javax.servlet
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - Class in javax.servlet
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRequest - Interface in javax.servlet
Defines an object to provide client request information to a servlet.
ServletRequestAttributeEvent - Class in javax.servlet
This is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
ServletRequestAttributeListener - Interface in javax.servlet
A ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attribute changes.
ServletRequestEvent - Class in javax.servlet
Events of this kind indicate lifecycle events for a ServletRequest.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
ServletRequestListener - Interface in javax.servlet
A ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out of scope in a web component.
ServletRequestWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - Interface in javax.servlet
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - Class in javax.servlet
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
Session - Interface in javax.jms
A Session object is a single-threaded context for producing and consuming messages.
SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value is returned from the method getAcknowledgeMode if the session is transacted.
SessionBean - Interface in javax.ejb
The SessionBean interface is implemented by every session enterprise Bean class.
SessionContext - Interface in javax.ejb
The SessionContext interface provides access to the runtime session context that the container provides for a session enterprise Bean instance.
sessionCreated(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Notification that a session was created.
sessionDestroyed(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Notification that a session is about to be invalidated.
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session has just been activated.
SessionSynchronization - Interface in javax.ejb
The SessionSynchronization interface allows a session Bean instance to be notified by its container of transaction boundaries.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Notification that the session is about to be passivated.
setAccessURI(String) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
setAddress(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
 
setAreaCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setAssociations(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setAssociationType(Concept) - Method in interface javax.xml.registry.infomodel.Association
 
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this servlet context.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
setCertStore(CertStore) - Method in class javax.security.auth.message.callback.CertStoreCallback
Set the CertStore.
setChangeEvent(PropertyChangeEvent) - Method in class javax.enterprise.deploy.model.XpathEvent
Set the property change event
setChar(String, char) - Method in interface javax.jms.MapMessage
Sets a Unicode character value with the specified name into the Map.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharsetName(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
 
setCity(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setClassifications(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setClassificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.Classification
 
setClassifiedObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Classification
 
setClientID(String) - Method in interface javax.jms.Connection
Sets the client identifier for this connection.
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setConcept(Concept) - Method in interface javax.xml.registry.infomodel.Classification
 
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the ConnectionHandle
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setContextID(String) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to modify the value of the policy context identifier associated with the thread on which this method is called
setCountry(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setCountryCode(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setCredentials(Set) - Method in interface javax.xml.registry.Connection
 
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDConfigBeanVersion(DConfigBeanVersionType) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the J2EE version
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default delivery mode.
setDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message IDs are disabled.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message timestamps are disabled.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDouble(String, double) - Method in interface javax.jms.MapMessage
Sets a double value with the specified name into the Map.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setEmailAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
 
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
setErrorCode(String) - Method in exception javax.resource.ResourceException
Set the error code.
setErrorObjectKey(Key) - Method in exception javax.xml.registry.RegistryException
 
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setExpiration(Date) - Method in interface javax.xml.registry.infomodel.RegistryEntry
 
setExtension(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setExternalIdentifiers(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setExternalLinks(Collection) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setExternalURI(String) - Method in interface javax.xml.registry.infomodel.ExternalLink
 
setFactory(AuthConfigFactory) - Static method in class javax.security.auth.message.config.AuthConfigFactory
 
setFirstName(String) - Method in interface javax.xml.registry.infomodel.PersonName
 
setFloat(String, float) - Method in interface javax.jms.MapMessage
Sets a float value with the specified name into the Map.
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setFullName(String) - Method in interface javax.xml.registry.infomodel.PersonName
 
setHandlerData(Object) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method that may be used to associate a thread-scoped handler data object with the PolicyContext.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setId(String) - Method in interface javax.xml.registry.infomodel.Key
 
setIdentificationScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
 
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception javax.resource.spi.InvalidPropertyException
Set the invalid property descriptors
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
setKey(PrivateKey, Certificate[]) - Method in class javax.security.auth.message.callback.PrivateKeyCallback
Set the requested private key.
setKey(Key) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setLastName(String) - Method in interface javax.xml.registry.infomodel.PersonName
 
setLinkedException(Exception) - Method in exception javax.jms.JMSException
Adds a linked Exception.
setLinkedException(Exception) - Method in exception javax.resource.ResourceException
Deprecated. use initCause
setLinkedWarning(ResourceWarning) - Method in exception javax.resource.cci.ResourceWarning
Deprecated. use initCause()
setLocale(Locale) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Set the locale
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - Method in interface javax.xml.registry.infomodel.LocalizedString
 
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnection
Sets the logwriter for this instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnectionFactory
Sets the logwriter for this instance.
setLong(String, long) - Method in interface javax.jms.MapMessage
Sets a long value with the specified name into the Map.
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMajorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
 
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Set the managed connection factory associated with this username password pair.
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
Sets the message consumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.Session
Sets the session's distinguished message listener (optional).
setMiddleName(String) - Method in interface javax.xml.registry.infomodel.PersonName
 
setMimeType(String) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
 
setMinorVersion(int) - Method in interface javax.xml.registry.infomodel.Versionable
 
setName(InternationalString) - Method in interface javax.xml.registry.infomodel.RegistryObject
 
setName(String) - Method in interface javax.xml.registry.infomodel.Slot
 
setNumber(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setObject(String, Object) - Method in interface javax.jms.MapMessage
Sets an object value with the specified name into the Map.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setOpaque(boolean) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
 
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
 
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPersonName(PersonName) - Method in interface javax.xml.registry.infomodel.User
 
setPostalAddress(PostalAddress) - Method in interface javax.xml.registry.infomodel.Organization
 
setPostalAddresses(Collection) - Method in interface javax.xml.registry.infomodel.User
 
setPostalCode(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setPostalScheme(ClassificationScheme) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setPrimaryContact(User) - Method in interface javax.xml.registry.infomodel.Organization
 
setPriority(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default priority.
setProperties(Properties) - Method in class javax.xml.registry.ConnectionFactory
Sets the Properties used during createConnection and createFederatedConnection calls.
setProvidingOrganization(Organization) - Method in interface javax.xml.registry.infomodel.Service
 
setRecordName(String) - Method in interface javax.resource.cci.Record
Set the name of this Record.
setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
Set the short description of this Record
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the reference instance
setRepositoryItem(DataHandler) - Method in interface javax.xml.registry.infomodel.ExtrinsicObject
 
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequestMessage(Object) - Method in interface javax.security.auth.message.MessageInfo
Set the request message object in this MessageInfo.
setResourceAdapter(ResourceAdapter) - Method in interface javax.resource.spi.ResourceAdapterAssociation
Set the resource adapter
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Sets the response being wrapped.
setResponseMessage(Object) - Method in interface javax.security.auth.message.MessageInfo
Set the response message object in this MessageInfo.
setResult(boolean) - Method in class javax.security.auth.message.callback.PasswordValidationCallback
Set the authentication result.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
Mark the current transaction for rollback.
setRollbackOnly() - Method in interface javax.transaction.Transaction
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
Mark the transaction associated with the calling thread for rollback only.
setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set the transaction associated with the current thread to force a rollback
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Mark the transaction associated with the calling thread for rollback only.
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
setShort(String, short) - Method in interface javax.jms.MapMessage
Sets a short value with the specified name into the Map.
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setSlotType(String) - Method in interface javax.xml.registry.infomodel.Slot
 
setSourceObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
 
setSpecificationObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
setStability(int) - Method in interface javax.xml.registry.infomodel.RegistryEntry
 
setStateOrProvince(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc, String sm) on the wrapped response object.
setStreet(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setStreetNumber(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setString(String, String) - Method in interface javax.jms.MapMessage
Sets a String value with the specified name into the Map.
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setSynchronous(boolean) - Method in interface javax.xml.registry.Connection
 
setTargetBinding(ServiceBinding) - Method in interface javax.xml.registry.infomodel.ServiceBinding
 
setTargetObject(RegistryObject) - Method in interface javax.xml.registry.infomodel.Association
 
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.Organization
 
setTelephoneNumbers(Collection) - Method in interface javax.xml.registry.infomodel.User
 
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
Set the transaction timeout
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
Change the transaction timeout for transactions started by the calling thread with the TransactionManager.begin() method.
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Change the transaction timeout for transactions started by the calling thread with the UserTransaction.begin() method.
setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
Set the transaction timeout value for this resource.
setTrustStore(KeyStore) - Method in class javax.security.auth.message.callback.TrustStoreCallback
Set the trusted certificate KeyStore.
setType(String) - Method in interface javax.xml.registry.infomodel.EmailAddress
 
setType(String) - Method in interface javax.xml.registry.infomodel.PostalAddress
 
setType(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setType(String) - Method in interface javax.xml.registry.infomodel.User
 
setUrl(String) - Method in interface javax.xml.registry.infomodel.TelephoneNumber
 
setUrl(URL) - Method in interface javax.xml.registry.infomodel.User
 
setUsageDescription(InternationalString) - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
setUsageParameters(Collection) - Method in interface javax.xml.registry.infomodel.SpecificationLink
 
setUserVersion(String) - Method in interface javax.xml.registry.infomodel.Versionable
 
setValidateURI(boolean) - Method in interface javax.xml.registry.infomodel.URIValidator
 
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in interface javax.xml.registry.infomodel.Classification
 
setValue(String) - Method in interface javax.xml.registry.infomodel.Concept
 
setValue(String) - Method in interface javax.xml.registry.infomodel.ExternalIdentifier
 
setValue(String) - Method in interface javax.xml.registry.infomodel.InternationalString
 
setValue(Locale, String) - Method in interface javax.xml.registry.infomodel.InternationalString
 
setValue(String) - Method in interface javax.xml.registry.infomodel.LocalizedString
 
setValues(Collection) - Method in interface javax.xml.registry.infomodel.Slot
 
setValueType(int) - Method in interface javax.xml.registry.infomodel.ClassificationScheme
 
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
Set the xid
SharingViolationException - Exception in javax.resource.spi
Thrown when a shared connection is used in an unshareable manner.
SharingViolationException() - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception.
SharingViolationException(String) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason.
SharingViolationException(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason and an errorCode.
SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason and an error.
SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with an error.
SingleThreadModel - Interface in javax.servlet
Deprecated. As of Java Servlet API 2.4, with no direct replacement.
Slot - Interface in javax.xml.registry.infomodel
 
SLOT - Static variable in interface javax.xml.registry.LifeCycleManager
 
SORT_BY_DATE_ASC - Static variable in interface javax.xml.registry.FindQualifier
 
SORT_BY_DATE_DESC - Static variable in interface javax.xml.registry.FindQualifier
 
SORT_BY_NAME_ASC - Static variable in interface javax.xml.registry.FindQualifier
 
SORT_BY_NAME_DESC - Static variable in interface javax.xml.registry.FindQualifier
 
SORT_CODE_SLOT - Static variable in interface javax.xml.registry.infomodel.Slot
 
SOUNDEX - Static variable in interface javax.xml.registry.FindQualifier
 
SPECIFICATION_LINK - Static variable in interface javax.xml.registry.LifeCycleManager
 
SpecificationLink - Interface in javax.xml.registry.infomodel
 
STABILITY_DYNAMIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STABILITY_STATIC - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
START - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an START
start(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Start the modules
start() - Method in interface javax.jms.Connection
Starts (or restarts) a connection's delivery of incoming messages.
start() - Method in interface javax.jms.ServerSession
Cause the Session's run method to be called to process messages that were just assigned to it.
start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
Used to bootstrap the resource adapter
start(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to associate the resource with a transaction.
START_TIMED_OUT - Static variable in exception javax.resource.spi.work.WorkException
Expiration before work was started
startWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work starts
startWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work starts
Stateful - Annotation Type in javax.ejb
A stateful session bean must be annotated with the Stateful annotation or denoted in the deployment descriptor as a stateful session bean.
Stateless - Annotation Type in javax.ejb
A stateless session bean must be annotated with the Stateless annotation or denoted in the deployment descriptor as a stateless session bean.
StateType - Class in javax.enterprise.deploy.shared
An enumeration of deployment states.
StateType(int) - Constructor for class javax.enterprise.deploy.shared.StateType
Create a new StateType
Status - Interface in javax.transaction
The Status interface defines the constants for transaction status codes.
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
Status code indicating an active transaction.
STATUS_APPROVED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been committed.
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
STATUS_DEPRECATED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STATUS_FAILURE - Static variable in interface javax.xml.registry.JAXRResponse
 
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been marked for rollback only.
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
Status code indicating that no transaction exists.
STATUS_PREPARED - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has completed the first phase of the two-phase commit protocol, but not yet begun the second phase.
STATUS_PREPARING - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has begun the first phase of the two-phase commit protocol, not not yet completed this phase.
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been rolled back.
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that is in the process of rolling back.
STATUS_SUBMITTED - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STATUS_SUCCESS - Static variable in interface javax.xml.registry.JAXRResponse
 
STATUS_UNAVAILABLE - Static variable in interface javax.xml.registry.JAXRResponse
 
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
Status code indicating that the transaction status could not be determined.
STATUS_WARNING - Static variable in interface javax.xml.registry.JAXRResponse
 
STATUS_WITHDRAWN - Static variable in interface javax.xml.registry.infomodel.RegistryEntry
 
STOP - Static variable in class javax.enterprise.deploy.shared.ActionType
The action type for STOP
STOP - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an STOP
stop(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Stop the modules
stop() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Stops the deployment
stop() - Method in interface javax.jms.Connection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in interface javax.resource.spi.ResourceAdapter
Used to stop the resource adapter
Streamable - Interface in javax.resource.cci
The Streamable interface allows a resource adapter to interact with a Record as a stream of bytes.
StreamMessage - Interface in javax.jms
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
SUCCESS - Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed with its normal processing of the resulting message.
supports(String) - Method in interface javax.security.jacc.PolicyContextHandler
Query the handler to see if its getContext(String, Object) method supports the given key.
supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input, Record output ), otherwise returns false
supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input ), otherwise returns false
supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter implementation implements the LocalTransaction interface and supports local transaction demarcation.
supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not an resource adapter supports the specified type of ResultSet.
supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type.
suspend() - Method in interface javax.transaction.TransactionManager
Suspend the association the calling thread has to a transaction, and return the suspended transaction.
SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Execution results in a synchronous receive of the output Record
SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
Execution requires only a send to the underlying resource.
SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Execution requires only a send to the underlying resource.
Synchronization - Interface in javax.transaction
This is the callback interface that has to be implemented by objects interested in receiving notification before and after a transaction commits or rolls back.
SystemException - Exception in javax.transaction
This exception is thrown to indicate that the transaction manager has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception javax.transaction.SystemException
Creates a new SystemException without a detail message.
SystemException(String) - Constructor for exception javax.transaction.SystemException
Constructs an SystemException with the specified detail message.
SystemException(int) - Constructor for exception javax.transaction.SystemException
Constructs an SystemException with the specified detail message.

T

Target - Interface in javax.enterprise.deploy.spi
A single logical server.
TargetException - Exception in javax.enterprise.deploy.spi.exceptions
Errors in targets
TargetException(String) - Constructor for exception javax.enterprise.deploy.spi.exceptions.TargetException
Create an exception with a reason.
TargetModuleID - Interface in javax.enterprise.deploy.spi
A module deployed to a target.
targetPolicies - Variable in class javax.security.auth.message.MessagePolicy
 
targets - Variable in class javax.security.auth.message.MessagePolicy.TargetPolicy
 
TELEPHONE_NUMBER - Static variable in interface javax.xml.registry.LifeCycleManager
 
TelephoneNumber - Interface in javax.xml.registry.infomodel
 
TemporaryQueue - Interface in javax.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
TemporaryTopic - Interface in javax.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
TextMessage - Interface in javax.jms
A TextMessage object is used to send a message containing a java.lang.String.
TimedObject - Interface in javax.ejb
The TimedObject interface contains the callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in javax.ejb
Marks an ejbTimeout callback method: public void (Timer timer)
Timer - Interface in javax.ejb
The Timer interface contains information about a timer that was created through the EJB Timer Service
TimerHandle - Interface in javax.ejb
The TimerHandle interface is implemented by all EJB timer handles.
TimerService - Interface in javax.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the recover method indicating that the resource manager should end the current recovery scan.
TMFAIL - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the transaction should be disassociated, and that the work has failed
TMJOIN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the start method indicating that the resource should associate with a transaction previously seen by this resource manager.
TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
Flag value indicating that no flags are set.
TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
JTA specifies this constant and states that it indicates that the caller is using one-phase optimization, but this constant seems not to be used by JTA.
TMRESUME - Static variable in interface javax.transaction.xa.XAResource
Flag value for the start method indicating that the resource should associate with a transaction where the association was suspended.
TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the recover method indicating that the resource manager should start a new recovery scan.
TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the transaction should be disassociated, and that the work has completed sucessfully.
TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the resource should temporarily suspend the association with the transaction.
Topic - Interface in javax.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in javax.jms
A TopicConnection object is an active connection to a publish/subscribe JMS provider.
TopicConnectionFactory - Interface in javax.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
TopicPublisher - Interface in javax.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in javax.jms
Provides a basic request/reply layer ontop of JMS.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
 
TopicSession - Interface in javax.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in javax.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toString() - Method in class javax.enterprise.deploy.shared.ActionType
 
toString() - Method in class javax.enterprise.deploy.shared.CommandType
 
toString() - Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
 
toString() - Method in class javax.enterprise.deploy.shared.ModuleType
 
toString() - Method in class javax.enterprise.deploy.shared.StateType
 
toString() - Method in interface javax.enterprise.deploy.spi.TargetModuleID
Return the identifier of this module
toString() - Method in interface javax.jms.Queue
Returns a string representation of this object.
toString() - Method in interface javax.jms.Topic
Returns a string representation of this object.
toString() - Method in class javax.security.jacc.EJBMethodPermission
Method string represented by this permission
toString() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns a string describing this Permission.
toString() - Method in interface javax.xml.registry.Query
 
toXML() - Method in interface javax.xml.registry.infomodel.RegistryObject
 
Transaction - Interface in javax.transaction
The Transaction interface allows operations to be performed on transactions.
TransactionAttribute - Annotation Type in javax.ejb
The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean.
TransactionAttributeType - Enum in javax.ejb
Enum for the types of TransactionAttributes
TransactionInProgressException - Exception in javax.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionManagement - Annotation Type in javax.ejb
The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean.
TransactionManagementType - Enum in javax.ejb
Enums for the TransactionManagement types
TransactionManager - Interface in javax.transaction
The TransactionManager interface defines the methods that allow an application server to manage transactions on behalf of the applications.
TransactionRequiredException - Exception in javax.transaction
This exception indicates that a remote invocation request carried a null transaction context, but that an active transaction context was needed.
TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
Creates a new TransactionRequiredException without a detail message.
TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
Constructs an TransactionRequiredException with the specified detail message.
TransactionRequiredLocalException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with the specified detailed message.
TransactionRolledBackException - Exception in javax.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionRolledbackException - Exception in javax.transaction
This exception indicates that the transaction context carried in the remote invocation has been rolled back, or was marked for roll back only.
TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
Creates a new TransactionRolledbackException without a detail message.
TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
Constructs an TransactionRolledbackException with the specified detail message.
TransactionRolledbackLocalException - Exception in javax.ejb
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionSynchronizationRegistry - Interface in javax.transaction
TransactionSynchronizationRegistry.
TrustStoreCallback - Class in javax.security.auth.message.callback
Callback for trusted certificate KeyStore.
TrustStoreCallback() - Constructor for class javax.security.auth.message.callback.TrustStoreCallback
Create a new TrustStoreCallback.
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
Not allowed to do concurrent work on a transaction
TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
Could not recreate the transaction context

U

UnavailableException - Exception in javax.resource.spi
Thrown when a service is unavailable
UnavailableException() - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception.
UnavailableException(String) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason.
UnavailableException(String, String) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason and an errorCode.
UnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason and an error.
UnavailableException(Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with an error.
UnavailableException - Exception in javax.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated. As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated. As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception javax.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
unConfirmAssociation(Association) - Method in interface javax.xml.registry.BusinessLifeCycleManager
 
UNDEFINED - Static variable in exception javax.resource.spi.work.WorkException
An undefined error
UNDEPLOY - Static variable in class javax.enterprise.deploy.shared.CommandType
The command type for an UNDEPLOY
undeploy(TargetModuleID[]) - Method in interface javax.enterprise.deploy.spi.DeploymentManager
Removes the modules
unDeprecateObjects(Collection) - Method in interface javax.xml.registry.LifeCycleManager
 
UnexpectedObjectException - Exception in javax.xml.registry
 
UnexpectedObjectException() - Constructor for exception javax.xml.registry.UnexpectedObjectException
 
UnexpectedObjectException(String) - Constructor for exception javax.xml.registry.UnexpectedObjectException
 
UnexpectedObjectException(String, Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
 
UnexpectedObjectException(Throwable) - Constructor for exception javax.xml.registry.UnexpectedObjectException
 
UNKNOWN - Static variable in interface javax.resource.spi.work.WorkManager
Unknown/unspecified start delay
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
UnsupportedCapabilityException - Exception in javax.xml.registry
 
UnsupportedCapabilityException() - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
 
UnsupportedCapabilityException(String) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
 
UnsupportedCapabilityException(String, Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
 
UnsupportedCapabilityException(Throwable) - Constructor for exception javax.xml.registry.UnsupportedCapabilityException
 
updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected.
URIValidator - Interface in javax.xml.registry.infomodel
 
User - Interface in javax.xml.registry.infomodel
 
USER - Static variable in interface javax.xml.registry.LifeCycleManager
 
UserTransaction - Interface in javax.transaction
This interface allows an application to explicitly manage transactions.

V

V1_3 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.3
V1_3_1 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.3.1 - DO NOT USE
V1_4 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for J2EE 1.4
V5 - Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
The version type for Java EE 5
validate() - Method in interface javax.resource.spi.ActivationSpec
Optional method that can be used to check configuration by a deployment tool.
validateRequest(MessageInfo, Subject, Subject) - Method in interface javax.security.auth.message.ServerAuth
Validate a received service response.
validateResponse(MessageInfo, Subject, Subject) - Method in interface javax.security.auth.message.ClientAuth
Validate a received service response.
ValidatingManagedConnectionFactory - Interface in javax.resource.spi
A mixin interface for connection factories that can validate their managed connections
VALUE_TYPE_EMBEDDED_PATH - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
 
VALUE_TYPE_NON_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
 
VALUE_TYPE_UNIQUE - Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
 
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they're declared.
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
Versionable - Interface in javax.xml.registry.infomodel
 
VERSIONABLE - Static variable in interface javax.xml.registry.LifeCycleManager
 

W

WAR - Static variable in class javax.enterprise.deploy.shared.ModuleType
The module type for an WAR
WebResourcePermission - Class in javax.security.jacc
Class for Servlet web resource permissions.
WebResourcePermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission from the HttpServletRequest object.
WebResourcePermission(String, String) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with the specified name and actions.
WebResourcePermission(String, String[]) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods.
WebRoleRefPermission - Class in javax.security.jacc
Class for Servlet isUserInRole (String reference) permissions.
WebRoleRefPermission(String, String) - Constructor for class javax.security.jacc.WebRoleRefPermission
Creates a new WebRoleRefPermission with the specified name and actions.
WebUserDataPermission - Class in javax.security.jacc
Class for Servlet Web user data permissions.
WebUserDataPermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission from the HttpServletRequest object.
WebUserDataPermission(String, String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with the specified name and actions.
WebUserDataPermission(String, String[], String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods and the transport type.
Work - Interface in javax.resource.spi.work
Work submitted to a work manager
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_ACCEPTED value
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_COMPLETED value
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_REJECTED value
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_STARTED value
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is accepted
WorkAdapter - Class in javax.resource.spi.work
A helper for work listener implementations
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is completed
WorkCompletedException - Exception in javax.resource.spi.work
An error thrown when work is completed.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception.
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason.
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an errorCode.
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an error.
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with an error.
WorkEvent - Class in javax.resource.spi.work
Events that occur on work
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkException - Exception in javax.resource.spi.work
Thrown when there is an error handling work.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
Create an exception.
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason.
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an errorCode.
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an error.
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with an error.
WorkListener - Interface in javax.resource.spi.work
Listens to events on work
WorkManager - Interface in javax.resource.spi.work
Interface used to associate the resource adapter with objects that implement this interface.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is rejected
WorkRejectedException - Exception in javax.resource.spi.work
Thrown when a work is rejected.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception.
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason.
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an errorCode.
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an error.
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with an error.
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is started
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write the Streamable to the specified OutputStream.
writeBoolean(boolean) - Method in interface javax.jms.BytesMessage
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in interface javax.jms.StreamMessage
Writes a boolean to the stream message.
writeByte(byte) - Method in interface javax.jms.BytesMessage
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in interface javax.jms.StreamMessage
Writes a byte to the stream message.
writeBytes(byte[]) - Method in interface javax.jms.BytesMessage
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in interface javax.jms.StreamMessage
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in interface javax.jms.StreamMessage
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in interface javax.jms.BytesMessage
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in interface javax.jms.StreamMessage
Writes a char to the stream message.
writeDouble(double) - Method in interface javax.jms.BytesMessage
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in interface javax.jms.StreamMessage
Writes a double to the stream message.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeFloat(float) - Method in interface javax.jms.BytesMessage
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in interface javax.jms.StreamMessage
Writes a float to the stream message.
writeInt(int) - Method in interface javax.jms.BytesMessage
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in interface javax.jms.StreamMessage
Writes an int to the stream message.
writeLong(long) - Method in interface javax.jms.BytesMessage
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in interface javax.jms.StreamMessage
Writes a long to the stream message.
writeObject(Object) - Method in interface javax.jms.BytesMessage
Writes an object to the bytes message stream.
writeObject(Object) - Method in interface javax.jms.StreamMessage
Writes an object to the stream message.
writeShort(short) - Method in interface javax.jms.BytesMessage
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in interface javax.jms.StreamMessage
Writes a short to the stream message.
writeString(String) - Method in interface javax.jms.StreamMessage
Writes a String to the stream message.
writeUTF(String) - Method in interface javax.jms.BytesMessage
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.

X

XA_HEURCOM - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic commit decision was made.
XA_HEURHAZ - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic decision may have been made.
XA_HEURMIX - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic mixed decision was made.
XA_HEURRB - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic rollback decision was made.
XA_NOMIGRATE - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the transaction resumption must happen where the suspension occurred.
XA_OK - Static variable in interface javax.transaction.xa.XAResource
Value returned from the prepare method to indicate that the resource has successfully prepared to commit the transaction.
XA_RBBASE - Static variable in exception javax.transaction.xa.XAException
This is not an error code, but the same as the rollback error code with the lowest number.
XA_RBCOMMFAIL - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a communications failure.
XA_RBDEADLOCK - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because deadlock was detected.
XA_RBEND - Static variable in exception javax.transaction.xa.XAException
This is not an error code, but the same as the rollback error code with the highest number.
XA_RBINTEGRITY - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because an internal integrity check failed.
XA_RBOTHER - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened for some reason not fitting any of the other rollback error codes.
XA_RBPROTO - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a protocol error in the resource manager.
XA_RBROLLBACK - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened for an unspecified reason.
XA_RBTIMEOUT - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because of a timeout.
XA_RBTRANSIENT - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a transient failure.
XA_RDONLY - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the transaction branch was read-only, and has already been committed.
XA_RDONLY - Static variable in interface javax.transaction.xa.XAResource
Value returned from the prepare method to indicate that the resource was not changed in this transaction.
XA_RETRY - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the method invoked returned without having any effect, and that it may be invoked again.
XAConnection - Interface in javax.jms
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - Interface in javax.jms
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAER_ASYNC - Static variable in exception javax.transaction.xa.XAException
Error code indicating that an asynchronous operation is outstanding.
XAER_DUPID - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a Xid given as an argument is already known to the resource manager.
XAER_INVAL - Static variable in exception javax.transaction.xa.XAException
Error code indicating that invalid arguments were passed.
XAER_NOTA - Static variable in exception javax.transaction.xa.XAException
Error code indicating that an Xid is not valid.
XAER_OUTSIDE - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the resource manager is doing work outside the global transaction.
XAER_PROTO - Static variable in exception javax.transaction.xa.XAException
Error code indicating a protocol error.
XAER_RMERR - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a resource manager error has occurred.
XAER_RMFAIL - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the resource manager has failed and is not available.
XAException - Exception in javax.transaction.xa
The XAException is thrown by resource managers in case of problems.
XAException() - Constructor for exception javax.transaction.xa.XAException
Creates new XAException without detail message.
XAException(String) - Constructor for exception javax.transaction.xa.XAException
Constructs an XAException with the specified detail message.
XAException(int) - Constructor for exception javax.transaction.xa.XAException
Constructs an XAException for the specified error code.
XAQueueConnection - Interface in javax.jms
An XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory - Interface in javax.jms
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - Interface in javax.jms
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XAResource - Interface in javax.transaction.xa
The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification).
XASession - Interface in javax.jms
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
XATerminator - Interface in javax.resource.spi
Transaction completion and crash recovery
XATopicConnection - Interface in javax.jms
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory - Interface in javax.jms
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - Interface in javax.jms
An XATopicSession provides a regular TopicSession.
Xid - Interface in javax.transaction.xa
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
XpathEvent - Class in javax.enterprise.deploy.model
An event describing ConfigBeans added/changed/removed from a configuration
XpathEvent(DDBean, Object) - Constructor for class javax.enterprise.deploy.model.XpathEvent
Create a new XpathEvent
XpathListener - Interface in javax.enterprise.deploy.model
The listener interface for receiving xpath events.

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

Copyright © 2008 JBoss Inc.. All Rights Reserved.