站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

Index (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档

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

A

AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
 
AccessLocalException - exception javax.ejb.AccessLocalException.
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for class javax.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
ApplicationServerInternalException - exception javax.resource.spi.ApplicationServerInternalException.
A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
ApplicationServerInternalException(String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason.
ApplicationServerInternalException(String, String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and an errorCode.
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
acknowledge() - Method in interface javax.jms.Message
 
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
 
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
 
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
Add an event listener.
addDetail() - Method in interface javax.xml.soap.SOAPFault
 
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
 
addDocument(Document) - Method in interface javax.xml.soap.SOAPBody
 
addFault() - Method in interface javax.xml.soap.SOAPBody
 
addFault(Name, String) - Method in interface javax.xml.soap.SOAPBody
 
addFault(Name, String, Locale) - Method in interface javax.xml.soap.SOAPBody
 
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
 
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
 
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
 
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
 
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addParameter(String, QName, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addParameter(String, QName, Class, ParameterMode) - Method in interface javax.xml.rpc.Call
Adds a parameter type and mode for a specific operation.
addRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
RowSet listener registration.
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
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.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
Gets called by the resource adapter's connection factory
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Associates a new application level connection handle with the connection.

B

BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
A holder for BigDecimals.
BigDecimalHolder() - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigDecimalHolder(BigDecimal) - Constructor for class javax.xml.rpc.holders.BigDecimalHolder
 
BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
A holder for BigIntegers.
BigIntegerHolder() - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BigIntegerHolder(BigInteger) - Constructor for class javax.xml.rpc.holders.BigIntegerHolder
 
BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
A holder for booleans.
BooleanHolder() - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class javax.xml.rpc.holders.BooleanHolder
 
BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
A holder for Booleans.
BooleanWrapperHolder() - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
BooleanWrapperHolder(Boolean) - Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
 
ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
A holder for byte[]s.
ByteArrayHolder() - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteArrayHolder(byte[]) - Constructor for class javax.xml.rpc.holders.ByteArrayHolder
 
ByteHolder - class javax.xml.rpc.holders.ByteHolder.
A holder for bytes.
ByteHolder() - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteHolder(byte) - Constructor for class javax.xml.rpc.holders.ByteHolder
 
ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
A holder for Bytes.
ByteWrapperHolder() - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
ByteWrapperHolder(Byte) - Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
 
BytesMessage - interface javax.jms.BytesMessage.
 
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.
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.

C

CHARACTER_SET_ENCODING - Static variable in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
 
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
CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
A holder for Calendars.
CalendarHolder() - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
CalendarHolder(Calendar) - Constructor for class javax.xml.rpc.holders.CalendarHolder
 
Call - interface javax.xml.rpc.Call.
The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
CommException - exception javax.resource.spi.CommException.
A CommException indicates error conditions related to failed or interrupted communication with an underlying resource.
CommException(String) - Constructor for class javax.resource.spi.CommException
Create an exception with a reason.
CommException(String, String) - Constructor for class javax.resource.spi.CommException
Create an exception with a reason and an errorCode.
Connection - interface javax.jms.Connection.
A JMS Connection is a client's active connection to its JMS provider.
Connection - interface javax.resource.cci.Connection.
The Connection provides a handle for use by the application to access an underlying physical connection.
ConnectionConsumer - interface javax.jms.ConnectionConsumer.
 
ConnectionEvent - class javax.resource.spi.ConnectionEvent.
The ConnectionEvent class provides information about the source of a Connection related event.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
 
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
 
ConnectionEvent - class javax.sql.ConnectionEvent.
The ConnectionEvent class provides information about the source of a connection related event.
ConnectionEvent(PooledConnection) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(PooledConnection, SQLException) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - interface javax.resource.spi.ConnectionEventListener.
The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class.
ConnectionEventListener - interface javax.sql.ConnectionEventListener.
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
ConnectionFactory - interface javax.jms.ConnectionFactory.
 
ConnectionFactory - interface javax.resource.cci.ConnectionFactory.
The ConnectionFactory provides an interface for getting a Connection from the Resource adapter.
ConnectionManager - interface javax.resource.spi.ConnectionManager.
The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection to the Application Server.
ConnectionMetaData - interface javax.jms.ConnectionMetaData.
 
ConnectionMetaData - interface javax.resource.cci.ConnectionMetaData.
The ConnectionMetaData provides information about the underlying resources for the connection.
ConnectionPoolDataSource - interface javax.sql.ConnectionPoolDataSource.
A ConnectionPoolDataSource object is a factory for PooledConnection objects.
ConnectionRequestInfo - interface javax.resource.spi.ConnectionRequestInfo.
The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection.
ConnectionSpec - interface javax.resource.cci.ConnectionSpec.
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.
CreateException - exception javax.ejb.CreateException.
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 class javax.ejb.CreateException
Constructs an CreateException with no detail message.
CreateException(String) - Constructor for class javax.ejb.CreateException
Constructs an CreateException with the specified detail message.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this to force cleanup of connection.
clear() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
clearBody() - Method in interface javax.jms.Message
 
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearParameters() - Method in interface javax.sql.RowSet
In general, parameter values remain in force for repeated use of a RowSet.
clearProperties() - Method in interface javax.jms.Message
 
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all warnings reported by this Interaction.
clone() - Method in interface javax.resource.cci.Record
Creae a copy of this Record
close() - Method in interface javax.jms.Connection
 
close() - Method in interface javax.jms.ConnectionConsumer
 
close() - Method in interface javax.jms.MessageConsumer
 
close() - Method in interface javax.jms.MessageProducer
 
close() - Method in interface javax.jms.QueueBrowser
 
close() - Method in class javax.jms.QueueRequestor
 
close() - Method in interface javax.jms.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.sql.PooledConnection
Close the physical connection.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
commit() - Method in interface javax.jms.Session
 
commit() - Method in interface javax.jms.XASession
 
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() - 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.
connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies the listener that a connection has been closed
connectionClosed(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Invoked when the application calls close() on its representation of the connection.
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Connection error has occurred
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Returns true if the MessageContext contains a property with the specified name.
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createBrowser(Queue) - Method in interface javax.jms.QueueSession
 
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
 
createBytesMessage() - Method in interface javax.jms.Session
 
createCall() - Method in interface javax.xml.rpc.Service
Creates a Call object not associated with specific operation or target service endpoint.
createCall(QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, String) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createCall(QName, QName) - Method in interface javax.xml.rpc.Service
Creates a Call instance.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
 
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
 
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
 
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.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
 
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
 
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
 
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
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.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new ManagedConnection
createMapMessage() - Method in interface javax.jms.Session
 
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord with the specified name.
createMessage() - Method in interface javax.jms.Session
 
createMessage() - Method in class javax.xml.soap.MessageFactory
 
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
 
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
 
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
 
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createObjectMessage() - Method in interface javax.jms.Session
 
createObjectMessage(Serializable) - Method in interface javax.jms.Session
 
createPublisher(Topic) - Method in interface javax.jms.TopicSession
 
createQueue(String) - Method in interface javax.jms.QueueSession
 
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
 
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
 
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
 
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
 
createReceiver(Queue) - Method in interface javax.jms.QueueSession
 
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
 
createSender(Queue) - Method in interface javax.jms.QueueSession
 
createService(QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createService(URL, QName) - Method in class javax.xml.rpc.ServiceFactory
Create a Service instance.
createStreamMessage() - Method in interface javax.jms.Session
 
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
 
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
 
createTemporaryQueue() - Method in interface javax.jms.QueueSession
 
createTemporaryTopic() - Method in interface javax.jms.TopicSession
 
createTextMessage() - Method in interface javax.jms.Session
 
createTextMessage(String) - Method in interface javax.jms.Session
 
createTopic(String) - Method in interface javax.jms.TopicSession
 
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
 
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
 
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
 
createTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
 
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
 
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
 
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
 
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
 
createXATopicSession() - Method in interface javax.jms.XATopicConnection
 
cursorMoved(RowSetEvent) - Method in interface javax.sql.RowSetListener
Called when a rowset's cursor is moved.

D

DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
 
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
 
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
FIXME - is this correct - default should be unlimited ???
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
 
DataSource - interface javax.sql.DataSource.
A DataSource object is a factory for Connection objects.
DeliveryMode - interface javax.jms.DeliveryMode.
 
DeserializationContext - interface javax.xml.rpc.encoding.DeserializationContext.
A deserializer uses this interface to access and maintain context information during the deserialization.
Deserializer - interface javax.xml.rpc.encoding.Deserializer.
A base interface for deserializers.
DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
A factory of deserializers.
Destination - interface javax.jms.Destination.
 
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
DetailEntry - interface javax.xml.soap.DetailEntry.
The content for a Detail object, giving details for a SOAPFault object.
DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
A holder for doubles.
DoubleHolder() - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleHolder(double) - Constructor for class javax.xml.rpc.holders.DoubleHolder
 
DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
A holder for Doubles.
DoubleWrapperHolder() - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DoubleWrapperHolder(Double) - Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
 
DuplicateKeyException - exception javax.ejb.DuplicateKeyException.
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 class javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for class javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with the specified detail message.
delete() - Method in interface javax.jms.TemporaryQueue
 
delete() - Method in interface javax.jms.TemporaryTopic
 
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delist an XA resource from this transaction.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the connection to the underlying resource.
destroy() - Method in class javax.xml.rpc.handler.GenericHandler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.Handler
The destroy method indicates the end of lifecycle for a Handler instance.
destroy() - Method in interface javax.xml.rpc.handler.HandlerChain
Indicates the end of lifecycle for a HandlerChain.
destroy() - Method in interface javax.xml.rpc.server.ServiceLifecycle
 
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.

E

EISSystemException - exception javax.resource.spi.EISSystemException.
A EISSystemException is used to indicate EIS specific error conditios.
EISSystemException(String) - Constructor for class javax.resource.spi.EISSystemException
Create an exception with a reason.
EISSystemException(String, String) - Constructor for class javax.resource.spi.EISSystemException
Create an exception with a reason and an errorCode.
EJBContext - interface javax.ejb.EJBContext.
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance.
EJBException - exception javax.ejb.EJBException.
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 class javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(Exception) - Constructor for class javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String) - Constructor for class javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(String, Exception) - Constructor for class javax.ejb.EJBException
Constructs an EJBException with the specified message and the originally throw exception.
EJBHome - interface javax.ejb.EJBHome.
The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
EJBLocalHome - interface javax.ejb.EJBLocalHome.
The EJBLocalHome interface must be extended by all enterprise Beans' local home interfaces.
EJBLocalObject - interface javax.ejb.EJBLocalObject.
The EJBLocalObject interface must be extended by all enterprise Beans' local interfaces.
EJBMetaData - interface javax.ejb.EJBMetaData.
The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information.
EJBObject - interface javax.ejb.EJBObject.
The EJBObject interface is extended by all enterprise Bean's remote interface.
ENCODINGSTYLE_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for encoding Style: Encoding style specified as a namespace URI.
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
EnterpriseBean - interface javax.ejb.EnterpriseBean.
The EnterpriseBean interface must be implemented by every enterprise Bean class.
EntityBean - interface javax.ejb.EntityBean.
The EntityBean interface is implemented by every entity enterprise Bean class.
EntityContext - interface javax.ejb.EntityContext.
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
ExceptionListener - interface javax.jms.ExceptionListener.
 
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.
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.
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.
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.
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to disassociate the resource from a transaction.
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist an XA resource with this transaction.
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
Tests object for equality
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Tests object for equality
errorCode - Variable in class javax.transaction.SystemException
The error code of this exception.
errorCode - Variable in class javax.transaction.xa.XAException
The error code.
examineAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
 
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
 
examineMustUnderstandHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
 
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.
execute() - Method in interface javax.sql.RowSet
Fills the rowset with data.
extractAllHeaderElements() - Method in interface javax.xml.soap.SOAPHeader
 
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
 

F

FinderException - exception javax.ejb.FinderException.
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
FinderException() - Constructor for class javax.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for class javax.ejb.FinderException
Constructs an FinderException with the specified detail message.
FloatHolder - class javax.xml.rpc.holders.FloatHolder.
A holder for floats.
FloatHolder() - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatHolder(float) - Constructor for class javax.xml.rpc.holders.FloatHolder
 
FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
A holder for Floats.
FloatWrapperHolder() - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
FloatWrapperHolder(Float) - Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
 
forget(Xid) - Method in interface javax.transaction.xa.XAResource
Tells the resource manager to forget about a heuristic decision.

G

GenericCredential - interface javax.resource.spi.security.GenericCredential.
The interface GenericCredential defines a method of representing a security credential for a resource which is independent of the security mechanism.
GenericHandler - class javax.xml.rpc.handler.GenericHandler.
The GenericHandler class implements the Handler interface.
GenericHandler() - Constructor for class javax.xml.rpc.handler.GenericHandler
Default constructor.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
 
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.
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all of the attribute Name objects in this SOAPElement object.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
 
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
 
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
 
getBoolean(String) - Method in interface javax.jms.MapMessage
 
getBooleanProperty(String) - Method in interface javax.jms.Message
 
getBranchQualifier() - Method in interface javax.transaction.xa.Xid
Get the transaction branch qualifier of this transaction.
getByte(String) - Method in interface javax.jms.MapMessage
 
getByteProperty(String) - Method in interface javax.jms.Message
 
getBytes(String) - Method in interface javax.jms.MapMessage
 
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.
getCalls(QName) - Method in interface javax.xml.rpc.Service
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCause() - Method in class javax.xml.rpc.JAXRPCException
 
getCause() - Method in class javax.xml.rpc.ServiceException
 
getCause() - Method in class javax.xml.soap.SOAPException
 
getCausedByException() - Method in class javax.ejb.EJBException
Obtain the exception that caused the EJBException being thrown.
getChar(String) - Method in interface javax.jms.MapMessage
 
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element.
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over all the immediate child Nodes of this element with the specified name.
getClientID() - Method in interface javax.jms.Connection
Get the client identifier for this connection.
getCommand() - Method in interface javax.sql.RowSet
Get the rowset's command property.
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.
getConnection() - Method in interface javax.sql.DataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in interface javax.sql.DataSource
Attempt to establish a database connection.
getConnection() - Method in interface javax.sql.PooledConnection
Create an object handle for this physical connection.
getConnection() - Method in interface javax.sql.RowSetInternal
Get the Connection passed to the rowset.
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the ConnectionHandle
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.SOAPPart
 
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Location".
getContentLocation() - Method in class javax.xml.soap.SOAPPart
 
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Type".
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Gets security data from the credential.
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDataSourceName() - Method in interface javax.sql.RowSet
The JNDI name that identifies a JDBC data source.
getDefaultTypeMapping() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
getDeliveryMode() - Method in interface javax.jms.MessageProducer
 
getDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
getDeserializerAs(String) - Method in interface javax.xml.rpc.encoding.DeserializerFactory
 
getDetail() - Method in class javax.xml.rpc.soap.SOAPFaultException
 
getDetail() - Method in interface javax.xml.soap.SOAPFault
 
getDetailEntries() - Method in interface javax.xml.soap.Detail
 
getDisableMessageID() - Method in interface javax.jms.MessageProducer
 
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
 
getDouble(String) - Method in interface javax.jms.MapMessage
 
getDoubleProperty(String) - Method in interface javax.jms.Message
 
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.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnumeration() - Method in interface javax.jms.QueueBrowser
 
getEnvelope() - Method in class javax.xml.soap.SOAPPart
 
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 class javax.jms.JMSException
Get the vendor specific error code.
getErrorCode() - Method in class javax.resource.ResourceException
Return the error code.
getEscapeProcessing() - Method in interface javax.sql.RowSet
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception
getExceptionListener() - Method in interface javax.jms.Connection
Get the ExceptionListener for this Connection
getFault() - Method in interface javax.xml.soap.SOAPBody
 
getFaultActor() - Method in class javax.xml.rpc.soap.SOAPFaultException
 
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
 
getFaultCode() - Method in class javax.xml.rpc.soap.SOAPFaultException
 
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
 
getFaultCodeAsName() - Method in interface javax.xml.soap.SOAPFault
 
getFaultString() - Method in class javax.xml.rpc.soap.SOAPFaultException
 
getFaultString() - Method in interface javax.xml.soap.SOAPFault
 
getFaultStringLocale() - Method in interface javax.xml.soap.SOAPFault
 
getFloat(String) - Method in interface javax.jms.MapMessage
 
getFloatProperty(String) - Method in interface javax.jms.Message
 
getFormatId() - Method in interface javax.transaction.xa.Xid
Get the format identifier.
getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
Get the global transaction id of this transaction.
getHandle() - Method in interface javax.ejb.EJBObject
Obtain a handle for the EJB object.
getHandlerChain(QName) - Method in interface javax.xml.rpc.handler.HandlerRegistry
 
getHandlerClass() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler class
getHandlerConfig() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the Handler configuration
getHandlerRegistry() - Method in interface javax.xml.rpc.Service
Returns the configured HandlerRegistry instance for this Service instance.
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
 
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
 
getHeaders() - Method in class javax.xml.rpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in interface javax.xml.rpc.handler.Handler
Gets the header blocks processed by this Handler instance.
getHeaders() - Method in class javax.xml.rpc.handler.HandlerInfo
Gets the header blocks processed by this Handler.
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.
getHttpSession() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The getHttpSession method returns the current HTTP session (as a javax.servlet.http.HTTPSession).
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the event type
getInt(String) - Method in interface javax.jms.MapMessage
 
getIntProperty(String) - Method in interface javax.jms.Message
 
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets information on the InteractionSpec types supported by this resource adapter.
getJMSCorrelationID() - Method in interface javax.jms.Message
 
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
 
getJMSDeliveryMode() - Method in interface javax.jms.Message
 
getJMSDestination() - Method in interface javax.jms.Message
 
getJMSExpiration() - Method in interface javax.jms.Message
 
getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
 
getJMSMessageID() - Method in interface javax.jms.Message
 
getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
 
getJMSPriority() - Method in interface javax.jms.