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.Message
 
getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
 
getJMSRedelivered() - Method in interface javax.jms.Message
 
getJMSReplyTo() - Method in interface javax.jms.Message
 
getJMSTimestamp() - Method in interface javax.jms.Message
 
getJMSType() - Method in interface javax.jms.Message
 
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
 
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
 
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
 
getLinkedCause() - Method in class javax.xml.rpc.ServiceException
 
getLinkedException() - Method in class javax.jms.JMSException
Get the exception linked to this one.
getLinkedException() - Method in class javax.resource.ResourceException
Get any linked exception.
getLinkedWarning() - Method in class javax.resource.cci.ResourceWarning
Get any linked warning.
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
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.
getLogWriter() - Method in interface javax.sql.ConnectionPoolDataSource
Get the log writer for this data source.
getLogWriter() - Method in interface javax.sql.DataSource
Get the log writer for this data source.
getLogWriter() - Method in interface javax.sql.XADataSource
Get the log writer for this data source.
getLoginTimeout() - Method in interface javax.sql.ConnectionPoolDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in interface javax.sql.DataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in interface javax.sql.XADataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLong(String) - Method in interface javax.jms.MapMessage
 
getLongProperty(String) - Method in interface javax.jms.Message
 
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Get the managed connection factory associated with this username password pair.
getMapNames() - Method in interface javax.jms.MapMessage
 
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
 
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
 
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns the maximum supported number of connections allowed to the underlying resource.
getMaxFieldSize() - Method in interface javax.sql.RowSet
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaxRows() - Method in interface javax.sql.RowSet
The maxRows limit is the maximum number of rows that a RowSet can contain.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Returns the mechanism type for the credential
getMechanismType() - Method in interface javax.xml.rpc.encoding.Deserializer
 
getMechanismType() - Method in interface javax.xml.rpc.encoding.Serializer
 
getMessage() - Method in class javax.ejb.EJBException
Obtain the detailed message for this exception and the embedded exception if there is one.
getMessage() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
 
getMessageContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getMessageContext returns the MessageContext targeted for this endpoint instance.
getMessageListener() - Method in interface javax.jms.MessageConsumer
 
getMessageListener() - Method in interface javax.jms.Session
 
getMessageSelector() - Method in interface javax.jms.MessageConsumer
 
getMessageSelector() - Method in interface javax.jms.QueueBrowser
 
getMetaData() - Method in interface javax.jms.Connection
Get the meta data 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.
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
 
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
 
getName() - Method in interface javax.resource.spi.security.GenericCredential
Returns the name of the principal associated with the credential
getName() - Method in class javax.xml.soap.MimeHeader
 
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings declared by this element.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNoLocal() - Method in interface javax.jms.TopicSubscriber
 
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
 
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
 
getObject(String) - Method in interface javax.jms.MapMessage
 
getObject() - Method in interface javax.jms.ObjectMessage
 
getObjectProperty(String) - Method in interface javax.jms.Message
 
getOperationName() - Method in interface javax.xml.rpc.Call
Gets the name of the operation to be invoked using this Call instance.
getOriginal() - Method in interface javax.sql.RowSetInternal
Returns a result set containing the original value of the rowset.
getOriginalRow() - Method in interface javax.sql.RowSetInternal
Returns a result set containing the original value of the current row.
getOutputParams() - Method in interface javax.xml.rpc.Call
Returns a Map of {name, value} for the output parameters of the last invoked operation.
getOutputValues() - Method in interface javax.xml.rpc.Call
Returns a List values for the output parameters of the last invoked operation.
getParameterTypeByName(String) - Method in interface javax.xml.rpc.Call
Gets the XML type of a parameter by name.
getParams() - Method in interface javax.sql.RowSetInternal
Get the parameters that were set on the rowset.
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the password
getPassword() - Method in interface javax.sql.RowSet
The password used to create a database connection.
getPooledConnection() - Method in interface javax.sql.ConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in interface javax.sql.ConnectionPoolDataSource
Attempt to establish a database connection.
getPort(Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPort(QName, Class) - Method in interface javax.xml.rpc.Service
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
getPortTypeName() - Method in interface javax.xml.rpc.Call
Gets the qualified name of the port type.
getPorts() - Method in interface javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix that was specified when this Name object was initialized.
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.
getPriority() - Method in interface javax.jms.MessageProducer
 
getProperty(String) - Method in interface javax.xml.rpc.Call
Gets the value of a named property.
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Gets the value of a specific property from the MessageContext
getProperty(String) - Method in class javax.xml.soap.SOAPMessage
Retrieves value of the specified property.
getPropertyNames() - Method in interface javax.jms.Message
 
getPropertyNames() - Method in interface javax.xml.rpc.Call
Gets the names of configurable properties supported by this Call object.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
Returns an Iterator view of the names of the properties in this MessageContext
getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
 
getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
 
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
 
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQueryTimeout() - Method in interface javax.sql.RowSet
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getQueue() - Method in interface javax.jms.QueueBrowser
 
getQueue() - Method in interface javax.jms.QueueReceiver
 
getQueue() - Method in interface javax.jms.QueueSender
 
getQueueName() - Method in interface javax.jms.Queue
 
getQueueSession() - Method in interface javax.jms.XAQueueSession
 
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
getRegisteredEncodingStyleURIs() - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtains the Class object for the enterprise Bean's remote interface.
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets information on ResultSet functionality supported by the underlying resource for the connection.
getReturnType() - Method in interface javax.xml.rpc.Call
Gets the return type for a specific operation
getRoles() - Method in interface javax.xml.rpc.handler.HandlerChain
Gets SOAP actor roles registered for this HandlerChain at this SOAP node.
getRoles() - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
 
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Test if the transaction has been marked for rollback only.
getSOAPBody() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPHeader() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSQLException() - Method in class javax.sql.ConnectionEvent
Gets the SQLException about to be thrown.
getSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
getSerializerAs(String) - Method in interface javax.xml.rpc.encoding.SerializerFactory
 
getServerSession() - Method in interface javax.jms.ServerSessionPool
 
getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
 
getServiceName() - Method in interface javax.xml.rpc.Service
Gets the name of this service.
getServletContext() - Method in interface javax.xml.rpc.server.ServletEndpointContext
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
getSession() - Method in interface javax.jms.ServerSession
 
getShort(String) - Method in interface javax.jms.MapMessage
 
getShortProperty(String) - Method in interface javax.jms.Message
 
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the Connector specification version supported by this adapter.
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.
getString(String) - Method in interface javax.jms.MapMessage
 
getStringProperty(String) - Method in interface javax.jms.Message
 
getSupportedEncodings() - Method in interface javax.xml.rpc.encoding.TypeMapping
 
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.DeserializerFactory
 
getSupportedMechanismTypes() - Method in interface javax.xml.rpc.encoding.SerializerFactory
 
getTargetEndpointAddress() - Method in interface javax.xml.rpc.Call
Gets the address of a target service endpoint.
getText() - Method in interface javax.jms.TextMessage
 
getTimeToLive() - Method in interface javax.jms.MessageProducer
 
getTopic() - Method in interface javax.jms.TopicPublisher
 
getTopic() - Method in interface javax.jms.TopicSubscriber
 
getTopicName() - Method in interface javax.jms.Topic
 
getTopicSession() - Method in interface javax.jms.XATopicSession
 
getTransacted() - Method in interface javax.jms.Session
 
getTransacted() - Method in interface javax.jms.XASession
 
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction associated with the calling thread.
getTransactionIsolation() - Method in interface javax.sql.RowSet
The transaction isolation property contains the JDBC transaction isolation level used.
getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
Get the current transaction timeout value for this resource.
getTypeMap() - Method in interface javax.sql.RowSet
Get the type-map object associated with this rowset.
getTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
getTypeMappingRegistry() - Method in interface javax.xml.rpc.Service
Gets the TypeMappingRegistry for this Service object.
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getUrl() - Method in interface javax.sql.RowSet
Get the url used to create a JDBC connection.
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
getUserPrincipal() - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a java.security.Principal instance that contains the name of the authenticated user for the current method invocation on the endpoint instance.
getUserTransaction() - Method in interface javax.ejb.EJBContext
Obtain the transaction demarcation interface.
getUsername() - Method in interface javax.sql.RowSet
The username used to create a database connection.
getValue() - Method in class javax.xml.soap.MimeHeader
 
getValue() - Method in interface javax.xml.soap.Node
Returns the value of this node if this is a Text node or the value of the immediate child of this node otherwise.
getVisibleNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.
getWSDLDocumentLocation() - Method in interface javax.xml.rpc.Service
Gets the location of the WSDL document for this Service.
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first warning for this interaction.
getXAConnection() - Method in interface javax.sql.XADataSource
Attempt to establish a database connection.
getXAConnection(String, String) - Method in interface javax.sql.XADataSource
Attempt to establish a database connection.
getXAResource() - Method in interface javax.jms.XASession
 
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an XAResource instance.
getXAResource() - Method in interface javax.sql.XAConnection
Return an XA resource to the caller.

H

Handle - interface javax.ejb.Handle.
The Handle interface is implemented by all EJB object handles.
HandleDelegate - interface javax.ejb.spi.HandleDelegate.
The HandleDelegate interface is implemented by the EJB container.
Handler - interface javax.xml.rpc.handler.Handler.
This interface is required to be implemented by a SOAP message handler.
HandlerChain - interface javax.xml.rpc.handler.HandlerChain.
This interface represents a list of handlers.
HandlerInfo - class javax.xml.rpc.handler.HandlerInfo.
This represents information about a handler in the HandlerChain.
HandlerInfo() - Constructor for class javax.xml.rpc.handler.HandlerInfo
Default constructor
HandlerInfo(Class, Map, QName[]) - Constructor for class javax.xml.rpc.handler.HandlerInfo
Constructor for HandlerInfo
HandlerRegistry - interface javax.xml.rpc.handler.HandlerRegistry.
This interface provides support for the programmatic configuration of handlers in a HandlerRegistry.
HeuristicCommitException - exception javax.transaction.HeuristicCommitException.
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 class javax.transaction.HeuristicCommitException
Creates a new HeuristicMixedException without a detail message.
HeuristicCommitException(String) - Constructor for class javax.transaction.HeuristicCommitException
Constructs an HeuristicCommitException with the specified detail message.
HeuristicMixedException - exception javax.transaction.HeuristicMixedException.
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 class javax.transaction.HeuristicMixedException
Creates a new HeuristicMixedException without a detail message.
HeuristicMixedException(String) - Constructor for class javax.transaction.HeuristicMixedException
Constructs an HeuristicMixedException with the specified detail message.
HeuristicRollbackException - exception javax.transaction.HeuristicRollbackException.
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 class javax.transaction.HeuristicRollbackException
Creates a new HeuristicRollbackException without a detail message.
HeuristicRollbackException(String) - Constructor for class javax.transaction.HeuristicRollbackException
Constructs an HeuristicRollbackException with the specified detail message.
Holder - interface javax.xml.rpc.holders.Holder.
This interface represents the base interface for both standard and generated Holder classes.
HomeHandle - interface javax.ejb.HomeHandle.
The HomeHandle interface is implemented by all home object handles.
handleFault(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleFault method processes the SOAP faults based on the SOAP message processing model.
handleFault(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleFault method initiates the SOAP fault processing for this handler chain.
handleRequest(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleRequest method processes the request SOAP message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleRequest method processes the request message.
handleRequest(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleRequest method initiates the request processing for this handler chain.
handleResponse(MessageContext) - Method in class javax.xml.rpc.handler.GenericHandler
The handleResponse method processes the response message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.Handler
The handleResponse method processes the response SOAP message.
handleResponse(MessageContext) - Method in interface javax.xml.rpc.handler.HandlerChain
The handleResponse method initiates the response processing for this handler chain.
hasFault() - Method in interface javax.xml.soap.SOAPBody
 
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
Generates a hashCode for this object
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
Generates a hashCode for this object, the username should be good enough to get a good distribution

I

IN - Static variable in class javax.xml.rpc.ParameterMode
 
INOUT - Static variable in class javax.xml.rpc.ParameterMode
 
IllegalStateException - exception javax.jms.IllegalStateException.
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 class javax.jms.IllegalStateException
Construct a IllegalStateException with reason and error code for exception
IllegalStateException(String) - Constructor for class javax.jms.IllegalStateException
Construct a IllegalStateException with reason and with error code defaulting to null
IllegalStateException - exception javax.resource.spi.IllegalStateException.
A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
IllegalStateException(String) - Constructor for class javax.resource.spi.IllegalStateException
Create an exception with a reason.
IllegalStateException(String, String) - Constructor for class javax.resource.spi.IllegalStateException
Create an exception with a reason and an errorCode.
IndexedRecord - interface javax.resource.cci.IndexedRecord.
The IndexedRecord interface is used for list oriented representations of the Record elements.
IntHolder - class javax.xml.rpc.holders.IntHolder.
A holder for ints.
IntHolder() - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntHolder(int) - Constructor for class javax.xml.rpc.holders.IntHolder
 
IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
A holder for Integers.
IntegerWrapperHolder() - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
IntegerWrapperHolder(Integer) - Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
 
Interaction - interface javax.resource.cci.Interaction.
The Interaction enables a component to execute functions on the underlying resource.
InteractionSpec - interface javax.resource.cci.InteractionSpec.
An InteractionSpec holds properties for use by an Interaction in order to execute a function on the underlying resource.
InvalidClientIDException - exception javax.jms.InvalidClientIDException.
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 class javax.jms.InvalidClientIDException
Construct a InvalidClientIDException with reason and error code for exception
InvalidClientIDException(String) - Constructor for class javax.jms.InvalidClientIDException
Construct a InvalidClientIDException with reason and with error code defaulting to null
InvalidDestinationException - exception javax.jms.InvalidDestinationException.
This exception must be thrown when a destination is either not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for class javax.jms.InvalidDestinationException
Construct a InvalidDestinationException with reason and error code for exception
InvalidDestinationException(String) - Constructor for class javax.jms.InvalidDestinationException
Construct a InvalidDestinationException with reason and with error code defaulting to null
InvalidSelectorException - exception javax.jms.InvalidSelectorException.
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 class javax.jms.InvalidSelectorException
Construct a InvalidSelectorException with reason and error code for exception
InvalidSelectorException(String) - Constructor for class javax.jms.InvalidSelectorException
Construct a InvalidSelectorException with reason and with error code defaulting to null
InvalidTransactionException - exception javax.transaction.InvalidTransactionException.
This exception indicates an invalid transaction.
InvalidTransactionException() - Constructor for class javax.transaction.InvalidTransactionException
Creates a new InvalidTransactionException without a detail message.
InvalidTransactionException(String) - Constructor for class javax.transaction.InvalidTransactionException
Constructs an InvalidTransactionException with the specified detail message.
id - Variable in class javax.resource.spi.ConnectionEvent
Type of event
init(HandlerInfo) - Method in class javax.xml.rpc.handler.GenericHandler
The init method to enable the Handler instance to initialize itself.
init(HandlerInfo) - Method in interface javax.xml.rpc.handler.Handler
The init method enables the Handler instance to initialize itself.
init(Map) - Method in interface javax.xml.rpc.handler.HandlerChain
Initializes the configuration for a HandlerChain.
init(Object) - Method in interface javax.xml.rpc.server.ServiceLifecycle
 
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected.
invoke(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Object[]) - Method in interface javax.xml.rpc.Call
Invokes a specific operation using a synchronous request-response interaction mode.
invokeOneWay(Object[]) - Method in interface javax.xml.rpc.Call
Invokes a remote method using the one-way interaction mode.
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
Tests if the caller has a given role.
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated. Use boolean isCallerInRole(String roleName) instead.
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
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.
isParameterAndReturnSpecRequired(QName) - Method in interface javax.xml.rpc.Call
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return type specification for a specific operation.
isReadOnly() - Method in interface javax.sql.RowSet
A rowset may be read-only.
isRegistered(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
isSameRM(XAResource) - Method in interface javax.transaction.xa.XAResource
Tells the caller if this resource has the same resource manager as the argument resource.
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".
isUserInRole(String) - Method in interface javax.xml.rpc.server.ServletEndpointContext
Returns a boolean indicating whether the authenticated user for the current method invocation on the endpoint instance is included in the specified logical "role".
itemExists(String) - Method in interface javax.jms.MapMessage
 

J

JAXRPCException - exception javax.xml.rpc.JAXRPCException.
This is a JDK-1.3 version, which maintains the cause itself.
JAXRPCException() - Constructor for class javax.xml.rpc.JAXRPCException
 
JAXRPCException(String) - Constructor for class javax.xml.rpc.JAXRPCException
 
JAXRPCException(String, Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
 
JAXRPCException(Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
 
JMSException - exception javax.jms.JMSException.
This is the root class of all JMS exceptions.
JMSException(String, String) - Constructor for class javax.jms.JMSException
Construct a JMSException with reason and error code for exception
JMSException(String) - Constructor for class javax.jms.JMSException
Construct a JMSException with reason and with error code defaulting to null.
JMSSecurityException - exception javax.jms.JMSSecurityException.
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for class javax.jms.JMSSecurityException
Construct a JMSSecurityException with reason and error code for exception
JMSSecurityException(String) - Constructor for class javax.jms.JMSSecurityException
Construct a JMSSecurityException with reason and with error code defaulting to null
javax.ejb - package javax.ejb
 
javax.ejb.spi - package javax.ejb.spi
 
javax.jms - package javax.jms
This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect.
javax.resource - package javax.resource
 
javax.resource.cci - package javax.resource.cci
 
javax.resource.spi - package javax.resource.spi
 
javax.resource.spi.security - package javax.resource.spi.security
 
javax.sql - package javax.sql
 
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.rpc - package javax.xml.rpc
 
javax.xml.rpc.encoding - package javax.xml.rpc.encoding
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
 
javax.xml.rpc.holders - package javax.xml.rpc.holders
 
javax.xml.rpc.server - package javax.xml.rpc.server
 
javax.xml.rpc.soap - package javax.xml.rpc.soap
 
javax.xml.soap - package javax.xml.soap
 

L

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
LocalTransaction - interface javax.resource.cci.LocalTransaction.
The LocalTransaction interface is the transaction demarcation interface for transactions local to the resource manager.
LocalTransaction - interface javax.resource.spi.LocalTransaction.
The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager.
LocalTransactionException - exception javax.resource.spi.LocalTransactionException.
A LocalTransactionException represents various error conditions related to local transaction management.
LocalTransactionException(String) - Constructor for class javax.resource.spi.LocalTransactionException
Create an exception with a reason.
LocalTransactionException(String, String) - Constructor for class javax.resource.spi.LocalTransactionException
Create an exception with a reason and an errorCode.
LongHolder - class javax.xml.rpc.holders.LongHolder.
A holder for longs.
LongHolder() - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongHolder(long) - Constructor for class javax.xml.rpc.holders.LongHolder
 
LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
A holder for Longs.
LongWrapperHolder() - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
LongWrapperHolder(Long) - Constructor for class javax.xml.rpc.holders.LongWrapperHolder
 
loadService(Class) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, Class, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service interface, if available.
loadService(URL, QName, Properties) - Method in class javax.xml.rpc.ServiceFactory
Create an instance of the generated service implementation class for a given service, if available.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been committed
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

M

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.
ManagedConnection - interface javax.resource.spi.ManagedConnection.
A ManagedConnection instance represents a connection to the underlying recource.
ManagedConnectionFactory - interface javax.resource.spi.ManagedConnectionFactory.
A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
ManagedConnectionMetaData - interface javax.resource.spi.ManagedConnectionMetaData.
The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion.
MapMessage - interface javax.jms.MapMessage.
 
MappedRecord - interface javax.resource.cci.MappedRecord.
The MappedRecord interface is used for key-value map based representation of the Record elements.
Message - interface javax.jms.Message.
 
MessageConsumer - interface javax.jms.MessageConsumer.
 
MessageContext - interface javax.xml.rpc.handler.MessageContext.
This interface abstracts the message context that is processed by a handler in the handle method.
MessageDrivenBean - interface javax.ejb.MessageDrivenBean.
The MessageDrivenBean interface is implemented by every message driven enterprise bean class.
MessageDrivenContext - interface javax.ejb.MessageDrivenContext.
The MessageDrivenContext interface provides an instance with access to the container-provided runtime context of a message-driven enterprise bean instance.
MessageEOFException - exception javax.jms.MessageEOFException.
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 class javax.jms.MessageEOFException
Construct a MessageEOFException with reason and error code for exception
MessageEOFException(String) - Constructor for class javax.jms.MessageEOFException
Construct a MessageEOFException with reason and with error code defaulting to null
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MessageFormatException - exception javax.jms.MessageFormatException.
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 class javax.jms.MessageFormatException
Construct a MessageFormatException with reason and error code for exception
MessageFormatException(String) - Constructor for class javax.jms.MessageFormatException
Construct a MessageFormatException with reason and with error code defaulting to null
MessageListener - interface javax.jms.MessageListener.
 
MessageNotReadableException - exception javax.jms.MessageNotReadableException.
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for class javax.jms.MessageNotReadableException
Construct a MessageNotReadableException with reason and error code for exception
MessageNotReadableException(String) - Constructor for class javax.jms.MessageNotReadableException
Construct a MessageNotReadableException with reason and with error code defaulting to null
MessageNotWriteableException - exception javax.jms.MessageNotWriteableException.
This exception must be thrown when a JMS client attempts to write to a read-only message
MessageNotWriteableException(String, String) - Constructor for class javax.jms.MessageNotWriteableException
Construct a MessageNotWriteableException with reason and error code for exception
MessageNotWriteableException(String) - Constructor for class javax.jms.MessageNotWriteableException
Construct a MessageNotWriteableException with reason and with error code defaulting to null
MessageProducer - interface javax.jms.MessageProducer.
 
MimeHeader - class javax.xml.soap.MimeHeader.
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
 
MimeHeaders - class javax.xml.soap.MimeHeaders.
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matching connection from the set.

N

NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
 
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSPREFIX_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
 
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
 
Name - interface javax.xml.soap.Name.
A representation of an XML name.
NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
NoSuchEntityException - exception javax.ejb.NoSuchEntityException.
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 class javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(Exception) - Constructor for class javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchEntityException(String) - Constructor for class javax.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchObjectLocalException - exception javax.ejb.NoSuchObjectLocalException.
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists.
NoSuchObjectLocalException() - Constructor for class javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for class javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detailed message.
NoSuchObjectLocalException(String, Exception) - Constructor for class javax.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
Node - interface javax.xml.soap.Node.
A representation of a node (element) in an XML document.
NotSupportedException - exception javax.resource.NotSupportedException.
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(String) - Constructor for class javax.resource.NotSupportedException
Create a not supported exception with a reason.
NotSupportedException(String, String) - Constructor for class javax.resource.NotSupportedException
Create a not supported exception with a reason and an errorCode.
NotSupportedException - exception javax.transaction.NotSupportedException.
The NotSupportedException exception indicates that an operation is not supported.
NotSupportedException() - Constructor for class javax.transaction.NotSupportedException
Creates a new NotSupportedException without a detail message.
NotSupportedException(String) - Constructor for class javax.transaction.NotSupportedException
Constructs an NotSupportedException with the specified detail message.
newInstance() - Static method in class javax.xml.rpc.ServiceFactory
Gets an instance of the ServiceFactory Only one copy of a factory exists and is returned to the application each time this method is called.
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
 
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.

O

OPERATION_STYLE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for operation style.
OUT - Static variable in class javax.xml.rpc.ParameterMode
 
ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
A holder for Objects.
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectMessage - interface javax.jms.ObjectMessage.
 
ObjectNotFoundException - exception javax.ejb.ObjectNotFoundException.
The ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist.
ObjectNotFoundException() - Constructor for class javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for class javax.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
 
onMessage(Message) - Method in interface javax.jms.MessageListener
 
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

PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: Password for authentication Type: java.lang.String
PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
 
ParameterMode - class javax.xml.rpc.ParameterMode.
A type-safe enumeration for parameter passing modes.
PasswordCredential - class javax.resource.spi.security.PasswordCredential.
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
PooledConnection - interface javax.sql.PooledConnection.
A PooledConnection object is a connection object that provides hooks for connection pool management.
prepare(Xid) - Method in interface javax.transaction.xa.XAResource
Prepare to commit the work done on this resource in the given transaction.
printStackTrace() - Method in class javax.ejb.EJBException
Print composite stack trace to System.err
printStackTrace(PrintStream) - Method in class javax.ejb.EJBException
Print composite stack trace to PrintStream ps
printStackTrace(PrintWriter) - Method in class javax.ejb.EJBException
Print composite stack trace to PrintWriter pw
propertyExists(String) - Method in interface javax.jms.Message
 
publish(Message) - Method in interface javax.jms.TopicPublisher
 
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
 
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
 
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
 

Q

QNameHolder - class javax.xml.rpc.holders.QNameHolder.
A holder for QNames.
QNameHolder() - Constructor for class javax.xml.rpc.holders.QNameHolder
 
QNameHolder(QName) - Constructor for class javax.xml.rpc.holders.QNameHolder
 
Queue - interface javax.jms.Queue.
 
QueueBrowser - interface javax.jms.QueueBrowser.
 
QueueConnection - interface javax.jms.QueueConnection.
 
QueueConnectionFactory - interface javax.jms.QueueConnectionFactory.
 
QueueReceiver - interface javax.jms.QueueReceiver.
 
QueueRequestor - class javax.jms.QueueRequestor.
A queue requestor
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
 
QueueSender - interface javax.jms.QueueSender.
 
QueueSession - interface javax.jms.QueueSession.
 

R

Record - interface javax.resource.cci.Record.
The Record interface is the base interface for representing input and output for an Interaction.
RecordFactory - interface javax.resource.cci.RecordFactory.
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
Referenceable - interface javax.resource.Referenceable.
The Referenceable interface extends the javax.naming.Referenceable interface.
RemoveException - exception javax.ejb.RemoveException.
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 class javax.ejb.RemoveException
Constructs an RemoveException with no detail message.
RemoveException(String) - Constructor for class javax.ejb.RemoveException
Constructs an RemoveException with the specified detail message.
ResourceAdapterInternalException - exception javax.resource.spi.ResourceAdapterInternalException.
A ResourceAdapterInternalException indicates any system level error conditions related to a resource adapter.
ResourceAdapterInternalException(String) - Constructor for class javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason.
ResourceAdapterInternalException(String, String) - Constructor for class javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason and an errorCode.
ResourceAdapterMetaData - interface javax.resource.cci.ResourceAdapterMetaData.
The ResourceAdaptetMetaData provides information about the resource adapters implementation.
ResourceAllocationException - exception javax.jms.ResourceAllocationException.
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for class javax.jms.ResourceAllocationException
Construct a ResourceAllocationException with reason and error code for exception
ResourceAllocationException(String) - Constructor for class javax.jms.ResourceAllocationException
Construct a ResourceAllocationException with reason and with error code defaulting to null
ResourceAllocationException - exception javax.resource.spi.ResourceAllocationException.
A ResourceAllocationException can be thrown to indicate a failure to allocate system resources such as threads or physical connections.
ResourceAllocationException(String) - Constructor for class javax.resource.spi.ResourceAllocationException
Create an exception with a reason.
ResourceAllocationException(String, String) - Constructor for class javax.resource.spi.ResourceAllocationException
Create an exception with a reason and an errorCode.
ResourceException - exception javax.resource.ResourceException.
This is the root exception for the exception hierarchy defined for the connector architecture.
ResourceException(String) - Constructor for class javax.resource.ResourceException
Create an exception with a reason.
ResourceException(String, String) - Constructor for class javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceWarning - exception javax.resource.cci.ResourceWarning.
ResourceWarning provides information on warnings generated by the underlying resource.
ResourceWarning(String) - Constructor for class javax.resource.cci.ResourceWarning
Create an warning with a reason.
ResourceWarning(String, String) - Constructor for class javax.resource.cci.ResourceWarning
Create an warning with a reason and an errorCode.
ResultSet - interface javax.resource.cci.ResultSet.
A ResultSet represents tabular data returned from the underlying resource by the execution of an interaction.
ResultSetInfo - interface javax.resource.cci.ResultSetInfo.
The interface ResultSetInfo provides information on the support for the ResultSet interface by an underlying resource.
RollbackException - exception javax.transaction.RollbackException.
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 class javax.transaction.RollbackException
Creates a new RollbackException without a detail message.
RollbackException(String) - Constructor for class javax.transaction.RollbackException
Constructs an RollbackException with the specified detail message.
RowSet - interface javax.sql.RowSet.
The RowSet interface adds support to the JDBC API for the JavaBeans(TM) component model.
RowSetEvent - class javax.sql.RowSetEvent.
A RowSetEvent is generated when something important happens in the life of a rowset, like when a column value changes.
RowSetEvent(RowSet) - Constructor for class javax.sql.RowSetEvent
Construct a RowSetEvent object.
RowSetInternal - interface javax.sql.RowSetInternal.
A rowset object presents itself to a reader or writer as an instance of RowSetInternal.
RowSetListener - interface javax.sql.RowSetListener.
The RowSetListener interface is implemented by a component that wants to be notified when a significant event happens in the life of a RowSet
RowSetMetaData - interface javax.sql.RowSetMetaData.
The RowSetMetaData interface extends ResultSetMetaData with methods that allow a metadata object to be initialized.
RowSetReader - interface javax.sql.RowSetReader.
An object implementing the RowSetReader interface may be registered with a RowSet object that supports the reader/writer paradigm.
RowSetWriter - interface javax.sql.RowSetWriter.
An object that implements the RowSetWriter interface may be registered with a RowSet object that supports the reader/writer paradigm.
read(InputStream) - Method in interface javax.resource.cci.Streamable
Read the Streamable from the specified InputStream.
readBoolean() - Method in interface javax.jms.BytesMessage
 
readBoolean() - Method in interface javax.jms.StreamMessage
 
readByte() - Method in interface javax.jms.BytesMessage
 
readByte() - Method in interface javax.jms.StreamMessage
 
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
 
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
 
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
 
readChar() - Method in interface javax.jms.BytesMessage
 
readChar() - Method in interface javax.jms.StreamMessage
 
readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
Read the new contents of a rowset.
readDouble() - Method in interface javax.jms.BytesMessage
 
readDouble() - Method in interface javax.jms.StreamMessage
 
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
 
readFloat() - Method in interface javax.jms.StreamMessage
 
readInt() - Method in interface javax.jms.BytesMessage
 
readInt() - Method in interface javax.jms.StreamMessage
 
readLong() - Method in interface javax.jms.BytesMessage
 
readLong() - Method in interface javax.jms.StreamMessage
 
readObject() - Method in interface javax.jms.StreamMessage
 
readShort() - Method in interface javax.jms.BytesMessage
 
readShort() - Method in interface javax.jms.StreamMessage
 
readString() - Method in interface javax.jms.StreamMessage
 
readUTF() - Method in interface javax.jms.BytesMessage
 
readUnsignedByte() - Method in interface javax.jms.BytesMessage
 
readUnsignedShort() - Method in interface javax.jms.BytesMessage
 
receive() - Method in interface javax.jms.MessageConsumer
 
receive(long) - Method in interface javax.jms.MessageConsumer
 
receiveNoWait() - Method in interface javax.jms.MessageConsumer
 
recover() - Method in interface javax.jms.Session
 
recover(int) - Method in interface javax.transaction.xa.XAResource
Return a list of transactions that are in a prepared or heuristically state.
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
register(Class, QName, SerializerFactory, DeserializerFactory) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
register(String, TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
registerDefault(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a Synchronization callback with this transaction.
remove(Object) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its primary key.
remove(Handle) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its handle.
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.
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
 
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
 
removeAllParameters() - Method in interface javax.xml.rpc.Call
Removes all specified parameters from this Call instance.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes a connection event listener
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
Remove an event listener.
removeContents() - Method in interface javax.xml.soap.SOAPElement
Detaches all children of this SOAPElement.
removeDeserializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
 
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
 
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeProperty(String) - Method in interface javax.xml.rpc.Call
Removes a named property.
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
Removes a property (name-value pair) from the MessageContext
removeRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
RowSet listener deregistration.
removeSerializer(Class, QName) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
removeTypeMapping(TypeMapping) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
request(Message) - Method in class javax.jms.QueueRequestor
 
request(Message) - Method in class javax.jms.TopicRequestor
 
reset() - Method in interface javax.jms.BytesMessage
 
reset() - Method in interface javax.jms.StreamMessage
 
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the association of the calling thread with the given transaction.
rollback() - Method in interface javax.jms.Session
 
rollback() - Method in interface javax.jms.XASession
 
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() - 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.
rowChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
Called when a row is inserted, updated, or deleted.
rowSetChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
Called when the rowset is changed.

S

SERVICEFACTORY_PROPERTY - Static variable in class javax.xml.rpc.ServiceFactory
A constant representing the property used to lookup the name of a ServiceFactory implementation class.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
SOAPACTION_URI_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPACTION_USE_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property for SOAPAction.
SOAPBody - interface javax.xml.soap.SOAPBody.
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - class javax.xml.soap.SOAPConnection.
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConstants - interface javax.xml.soap.SOAPConstants.
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement - interface javax.xml.soap.SOAPElement.
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - exception javax.xml.soap.SOAPException.
This is a JDK-1.3 version, which maintains the cause itself.
SOAPException() - Constructor for class javax.xml.soap.SOAPException
 
SOAPException(String) - Constructor for class javax.xml.soap.SOAPException
 
SOAPException(String, Throwable) - Constructor for class javax.xml.soap.SOAPException
 
SOAPException(Throwable) - Constructor for class javax.xml.soap.SOAPException
 
SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFault - interface javax.xml.soap.SOAPFault.
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
A representation of the contents in a SOAPFault object.
SOAPFaultException - exception javax.xml.rpc.soap.SOAPFaultException.
The SOAPFaultException exception represents a SOAP fault.
SOAPFaultException(QName, String, String, Detail) - Constructor for class javax.xml.rpc.soap.SOAPFaultException
 
SOAPHeader - interface javax.xml.soap.SOAPHeader.
A representation of the SOAP header element.
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - class javax.xml.soap.SOAPMessage.
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
SOAPMessageContext - interface javax.xml.rpc.handler.soap.SOAPMessageContext.
This interface provides access to the SOAP message for either RPC request or response.
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
SOAP_ARRAY - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_INT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
 
SOAP_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
 
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
Status code indicating an active transaction.
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_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_UNKNOWN - Static variable in interface javax.transaction.Status
Status code indicating that the transaction status could not be determined.
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.
SecurityException - exception javax.resource.spi.SecurityException.
A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
SecurityException(String) - Constructor for class javax.resource.spi.SecurityException
Create an exception with a reason.
SecurityException(String, String) - Constructor for class javax.resource.spi.SecurityException
Create an exception with a reason and an errorCode.
SerializationContext - interface javax.xml.rpc.encoding.SerializationContext.
This interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
Serializer - interface javax.xml.rpc.encoding.Serializer.
This interface defines the base interface for serializers.
SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
This is a factory of the serializers.
ServerSession - interface javax.jms.ServerSession.
 
ServerSessionPool - interface javax.jms.ServerSessionPool.
 
Service - interface javax.xml.rpc.Service.
Service class acts as a factory for: Dynamic proxy for the target service endpoint.
ServiceException - exception javax.xml.rpc.ServiceException.
This is a JDK-1.3 version, which maintains the cause itself.
ServiceException() - Constructor for class javax.xml.rpc.ServiceException
 
ServiceException(String) - Constructor for class javax.xml.rpc.ServiceException
 
ServiceException(String, Throwable) - Constructor for class javax.xml.rpc.ServiceException
 
ServiceException(Throwable) - Constructor for class javax.xml.rpc.ServiceException
 
ServiceFactory - class javax.xml.rpc.ServiceFactory.
The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
ServiceFactory() - Constructor for class javax.xml.rpc.ServiceFactory
 
ServiceLifecycle - interface javax.xml.rpc.server.ServiceLifecycle.
This interface defines a lifecycle interface for a JAX-RPC service endpoint.
ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
This interface provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system.
Session - interface javax.jms.Session.
 
SessionBean - interface javax.ejb.SessionBean.
The SessionBean interface is implemented by every session enterprise Bean class.
SessionContext - interface javax.ejb.SessionContext.
The SessionContext interface provides access to the runtime session context that the container provides for a session enterprise Bean instance.
SessionSynchronization - interface javax.ejb.SessionSynchronization.
The SessionSynchronization interface allows a session Bean instance to be notified by its container of transaction boundaries.
ShortHolder - class javax.xml.rpc.holders.ShortHolder.
A holder for shorts.
ShortHolder() - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortHolder(short) - Constructor for class javax.xml.rpc.holders.ShortHolder
 
ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
A holder for Shorts.
ShortWrapperHolder() - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
ShortWrapperHolder(Short) - Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
 
Status - interface javax.transaction.Status.
The Status interface defines the constants for transaction status codes.
StreamMessage - interface javax.jms.StreamMessage.
 
Streamable - interface javax.resource.cci.Streamable.
The Streamable interface allows a resource adapter to interact with a Record as a stream of bytes.
StringHolder - class javax.xml.rpc.holders.StringHolder.
A holder for Strings.
StringHolder() - Constructor for class javax.xml.rpc.holders.StringHolder
 
StringHolder(String) - Constructor for class javax.xml.rpc.holders.StringHolder
 
Stub - interface javax.xml.rpc.Stub.
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
Synchronization - interface javax.transaction.Synchronization.
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 javax.transaction.SystemException.
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 class javax.transaction.SystemException
Creates a new SystemException without a detail message.
SystemException(String) - Constructor for class javax.transaction.SystemException
Constructs an SystemException with the specified detail message.
SystemException(int) - Constructor for class javax.transaction.SystemException
Constructs an SystemException with the specified detail message.
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object needs to have the method saveChanges called on it.
send(Message) - Method in interface javax.jms.QueueSender
 
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
 
send(Queue, Message) - Method in interface javax.jms.QueueSender
 
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
 
setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
 
setArray(int, Array) - Method in interface javax.sql.RowSet
Set an Array parameter.
setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
Specify whether the is column automatically numbered, thus read-only.
setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
Set a parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBlob(int, Blob) - Method in interface javax.sql.RowSet
Set a BLOB parameter.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
 
setBoolean(int, boolean) - Method in interface javax.sql.RowSet
Set a parameter to a Java boolean value.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
 
setByte(String, byte) - Method in interface javax.jms.MapMessage
 
setByte(int, byte) - Method in interface javax.sql.RowSet
Set a parameter to a Java byte value.
setByteProperty(String, byte) - Method in interface javax.jms.Message
 
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
 
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
 
setBytes(int, byte[]) - Method in interface javax.sql.RowSet
Set a parameter to a Java array of bytes.
setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
Specify whether the column is case sensitive.
setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the column's table's catalog name, if any.
setChar(String, char) - Method in interface javax.jms.MapMessage
 
setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setClientID(String) - Method in interface javax.jms.Connection
Set the client identifier for this connection.
setClob(int, Clob) - Method in interface javax.sql.RowSet
Set a CLOB parameter.
setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
Set the number of columns in the RowSet.
setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
Specify the column's normal max width in chars.
setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the suggested column title for use in printouts and displays, if any.
setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the column name.
setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
Specify the column's SQL type.
setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the column's data source specific type name, if any.
setCommand(String) - Method in interface javax.sql.RowSet
Set the rowset's command property.
setConcurrency(int) - Method in interface javax.sql.RowSet
Set the rowset concurrency.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the ConnectionHandle
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Id" with the given value.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
 
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Location" with the given value.
setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
 
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Type" with the given value.
setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
Specify whether the column is a cash value.
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDataSourceName(String) - Method in interface javax.sql.RowSet
Set the data source name.
setDate(int, Date) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Date value.
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
 
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
 
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
 
setDouble(String, double) - Method in interface javax.jms.MapMessage
 
setDouble(int, double) - Method in interface javax.sql.RowSet
Set a parameter to a Java double value.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
 
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
setEscapeProcessing(boolean) - 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.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
 
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
 
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
 
setFaultCode(Name) - Method in interface javax.xml.soap.SOAPFault
 
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
 
setFaultString(String, Locale) - Method in interface javax.xml.soap.SOAPFault
 
setFloat(String, float) - Method in interface javax.jms.MapMessage
 
setFloat(int, float) - Method in interface javax.sql.RowSet
Set a parameter to a Java float value.
setFloatProperty(String, float) - Method in interface javax.jms.Message
 
setHandlerChain(QName, List) - Method in interface javax.xml.rpc.handler.HandlerRegistry
 
setHandlerClass(Class) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler class
setHandlerConfig(Map) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the Handler configuration as java.util.Map
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHeaders(QName[]) - Method in class javax.xml.rpc.handler.HandlerInfo
Sets the header blocks processed by this Handler.
setInt(String, int) - Method in interface javax.jms.MapMessage
 
setInt(int, int) - Method in interface javax.sql.RowSet
Set a parameter to a Java int value.
setIntProperty(String, int) - Method in interface javax.jms.Message
 
setJMSCorrelationID(String) - Method in interface javax.jms.Message
 
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
 
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
 
setJMSDestination(Destination) - Method in interface javax.jms.Message
 
setJMSExpiration(long) - Method in interface javax.jms.Message
 
setJMSMessageID(String) - Method in interface javax.jms.Message
 
setJMSPriority(int) - Method in interface javax.jms.Message
 
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
 
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
 
setJMSTimestamp(long) - Method in interface javax.jms.Message
 
setJMSType(String) - Method in interface javax.jms.Message
 
setLinkedException(Exception) - Method in class javax.jms.JMSException
Set the linked exception
setLinkedException(Exception) - Method in class javax.resource.ResourceException
Set a linked exception.
setLinkedWarning(ResourceWarning) - Method in class javax.resource.cci.ResourceWarning
Set a linked warning.
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.
setLogWriter(PrintWriter) - Method in interface javax.sql.ConnectionPoolDataSource
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in interface javax.sql.DataSource
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in interface javax.sql.XADataSource
Set the log writer for this data source.
setLoginTimeout(int) - Method in interface javax.sql.ConnectionPoolDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in interface javax.sql.DataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in interface javax.sql.XADataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLong(String, long) - Method in interface javax.jms.MapMessage
 
setLong(int, long) - Method in interface javax.sql.RowSet
Set a parameter to a Java long value.
setLongProperty(String, long) - Method in interface javax.jms.Message
 
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Set the managed connection factory associated with this username password pair.
setMaxFieldSize(int) - Method in interface javax.sql.RowSet
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaxRows(int) - Method in interface javax.sql.RowSet
The maxRows limit is set to limit the number of rows that any RowSet can contain.
setMessage(SOAPMessage) - Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
 
setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
 
setMessageListener(MessageListener) - Method in interface javax.jms.Session
 
setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
Set the rowset's metadata.
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
 
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
 
setNull(int, int) - Method in interface javax.sql.RowSet
Set a parameter to SQL NULL.
setNull(int, int, String) - Method in interface javax.sql.RowSet
JDBC 2.0 Set a parameter to SQL NULL.
setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
Specify whether the column's value can be set to NULL.
setObject(String, Object) - Method in interface javax.jms.MapMessage
 
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
 
setObject(int, Object) - Method in interface javax.sql.RowSet
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, int) - Method in interface javax.sql.RowSet
This method is like setObject above, but the scale used is the scale of the second parameter.
setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
 
setOperationName(QName) - Method in interface javax.xml.rpc.Call
Sets the name of the operation to be invoked using this Call instance.
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setPassword(String) - Method in interface javax.sql.RowSet
Set the password.
setPortTypeName(QName) - Method in interface javax.xml.rpc.Call
Sets the qualified name of the port type.
setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
Specify the column's number of decimal digits.
setPriority(int) - Method in interface javax.jms.MessageProducer
 
setProperty(String, Object) - Method in interface javax.xml.rpc.Call
Sets the value for a named property.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
Sets the name and value of a property associated with the MessageContext.
setProperty(String, Object) - Method in class javax.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setQueryTimeout(int) - Method in interface javax.sql.RowSet
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setReadOnly(boolean) - Method in interface javax.sql.RowSet
Set the read-onlyness of the rowset
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
setRef(int, Ref) - Method in interface javax.sql.RowSet
Set a REF(<structured-type>) parameter.
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the reference instance
setReturnType(QName) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setReturnType(QName, Class) - Method in interface javax.xml.rpc.Call
Sets the return type for a specific operation.
setRoles(String[]) - Method in interface javax.xml.rpc.handler.HandlerChain
Sets SOAP Actor roles for this HandlerChain.
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.UserTransaction
Mark the transaction associated with the calling thread for rollback only.
setScale(int, int) - Method in interface javax.sql.RowSetMetaData
Specify the column's number of digits to right of the decimal point.
setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the column's table's schema, if any.
setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
Specify whether the column can be used in a where clause.
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
setShort(String, short) - Method in interface javax.jms.MapMessage
 
setShort(int, short) - Method in interface javax.sql.RowSet
Set a parameter to a Java short value.
setShortProperty(String, short) - Method in interface javax.jms.Message
 
setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
Specify whether the column is a signed number.
setString(String, String) - Method in interface javax.jms.MapMessage
 
setString(int, String) - Method in interface javax.sql.RowSet
Set a parameter to a Java String value.
setStringProperty(String, String) - Method in interface javax.jms.Message
 
setSupportedEncodings(String[]) - Method in interface javax.xml.rpc.encoding.TypeMapping
 
setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
Specify the column's table name, if any.
setTargetEndpointAddress(String) - Method in interface javax.xml.rpc.Call
Sets the address of the target service endpoint.
setText(String) - Method in interface javax.jms.TextMessage
 
setTime(int, Time) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Time value.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
 
setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
Set a parameter to a java.sql.Timestamp value.
setTransactionIsolation(int) - Method in interface javax.sql.RowSet
Set the transaction isolation.
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.
setType(int) - Method in interface javax.sql.RowSet
Set the rowset type.
setTypeMap(Map) - Method in interface javax.sql.RowSet
Install a type-map object as the default type-map for this rowset.
setUrl(String) - Method in interface javax.sql.RowSet
Set the url used to create a connection.
setUsername(String) - Method in interface javax.sql.RowSet
Set the user name.
setValue(String) - Method in interface javax.xml.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
start() - Method in interface javax.jms.Connection
 
start() - Method in interface javax.jms.ServerSession
 
start(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to associate the resource with a transaction.
stop() - Method in interface javax.jms.Connection
 
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.

T

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.
TemporaryQueue - interface javax.jms.TemporaryQueue.
 
TemporaryTopic - interface javax.jms.TemporaryTopic.
 
Text - interface javax.xml.soap.Text.
A representation of a node whose value is text.
TextMessage - interface javax.jms.TextMessage.
 
Topic - interface javax.jms.Topic.
 
TopicConnection - interface javax.jms.TopicConnection.
 
TopicConnectionFactory - interface javax.jms.TopicConnectionFactory.
 
TopicPublisher - interface javax.jms.TopicPublisher.
 
TopicRequestor - class javax.jms.TopicRequestor.
Provides a basic request/reply layer ontop of JMS.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
 
TopicSession - interface javax.jms.TopicSession.
 
TopicSubscriber - interface javax.jms.TopicSubscriber.
 
Transaction - interface javax.transaction.Transaction.
The Transaction interface allows operations to be performed on transactions.
TransactionInProgressException - exception javax.jms.TransactionInProgressException.
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for class javax.jms.TransactionInProgressException
Construct a TransactionInProgressException with reason and error code for exception
TransactionInProgressException(String) - Constructor for class javax.jms.TransactionInProgressException
Construct a TransactionInProgressException with reason and with error code defaulting to null
TransactionManager - interface javax.transaction.TransactionManager.
The TransactionManager interface defines the methods that allow an application server to manage transactions on behalf of the applications.
TransactionRequiredException - exception javax.transaction.TransactionRequiredException.
This exception indicates that a remote invocation request carried a null transaction context, but that an active transaction context was needed.
TransactionRequiredException() - Constructor for class javax.transaction.TransactionRequiredException
Creates a new TransactionRequiredException without a detail message.
TransactionRequiredException(String) - Constructor for class javax.transaction.TransactionRequiredException
Constructs an TransactionRequiredException with the specified detail message.
TransactionRequiredLocalException - exception javax.ejb.TransactionRequiredLocalException.
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
TransactionRequiredLocalException() - Constructor for class javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for class javax.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with the specified detailed message.
TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for class javax.jms.TransactionRolledBackException
Construct a TransactionRolledBackException with reason and error code for exception
TransactionRolledBackException(String) - Constructor for class javax.jms.TransactionRolledBackException
Construct a TransactionRolledBackException with reason and with error code defaulting to null
TransactionRolledbackException - exception javax.transaction.TransactionRolledbackException.
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 class javax.transaction.TransactionRolledbackException
Creates a new TransactionRolledbackException without a detail message.
TransactionRolledbackException(String) - Constructor for class javax.transaction.TransactionRolledbackException
Constructs an TransactionRolledbackException with the specified detail message.
TransactionRolledbackLocalException - exception javax.ejb.TransactionRolledbackLocalException.
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for class javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for class javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for class javax.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
This is the base interface for the representation of a type mapping.
TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
This defines a registry of TypeMapping instances for encoding styles.
toString() - Method in class javax.xml.rpc.ParameterMode
 
toString() - Method in class javax.xml.rpc.handler.HandlerInfo
Returns a string representation of the object.

U

URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
 
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
 
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
 
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Call
Standard property: User name for authentication Type: java.lang.String
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.
UserTransaction - interface javax.transaction.UserTransaction.
This interface allows an application to explicitly manage transactions.
unregisterTypeMapping(String) - Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
 
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
unsubscribe(String) - Method in interface javax.jms.TopicSession
 
updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected.

V

value - Variable in class javax.xml.rpc.holders.BigDecimalHolder
 
value - Variable in class javax.xml.rpc.holders.BigIntegerHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanHolder
 
value - Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ByteArrayHolder
 
value - Variable in class javax.xml.rpc.holders.ByteHolder
 
value - Variable in class javax.xml.rpc.holders.ByteWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.CalendarHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleHolder
 
value - Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.FloatHolder
 
value - Variable in class javax.xml.rpc.holders.FloatWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.IntHolder
 
value - Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.LongHolder
 
value - Variable in class javax.xml.rpc.holders.LongWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.ObjectHolder
 
value - Variable in class javax.xml.rpc.holders.QNameHolder
 
value - Variable in class javax.xml.rpc.holders.ShortHolder
 
value - Variable in class javax.xml.rpc.holders.ShortWrapperHolder
 
value - Variable in class javax.xml.rpc.holders.StringHolder
 

W

WRITE_XML_DECLARATION - Static variable in class javax.xml.soap.SOAPMessage
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write the Streamable to the specified OutputStream.
writeBoolean(boolean) - Method in interface javax.jms.BytesMessage
 
writeBoolean(boolean) - Method in interface javax.jms.StreamMessage
 
writeByte(byte) - Method in interface javax.jms.BytesMessage
 
writeByte(byte) - Method in interface javax.jms.StreamMessage
 
writeBytes(byte[]) - Method in interface javax.jms.BytesMessage
 
writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
 
writeBytes(byte[]) - Method in interface javax.jms.StreamMessage
 
writeBytes(byte[], int, int) - Method in interface javax.jms.StreamMessage
 
writeChar(char) - Method in interface javax.jms.BytesMessage
 
writeChar(char) - Method in interface javax.jms.StreamMessage
 
writeData(RowSetInternal) - Method in interface javax.sql.RowSetWriter
This method is called to write data to the data source that is backing the rowset.
writeDouble(double) - Method in interface javax.jms.BytesMessage
 
writeDouble(double) - Method in interface javax.jms.StreamMessage
 
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
 
writeFloat(float) - Method in interface javax.jms.StreamMessage
 
writeInt(int) - Method in interface javax.jms.BytesMessage
 
writeInt(int) - Method in interface javax.jms.StreamMessage
 
writeLong(long) - Method in interface javax.jms.BytesMessage
 
writeLong(long) - Method in interface javax.jms.StreamMessage
 
writeObject(Object) - Method in interface javax.jms.BytesMessage
 
writeObject(Object) - Method in interface javax.jms.StreamMessage
 
writeShort(short) - Method in interface javax.jms.BytesMessage
 
writeShort(short) - Method in interface javax.jms.StreamMessage
 
writeString(String) - Method in interface javax.jms.StreamMessage
 
writeTo(OutputStream) - Method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
writeUTF(String) - Method in interface javax.jms.BytesMessage
 

X

XAConnection - interface javax.jms.XAConnection.
 
XAConnection - interface javax.sql.XAConnection.
An XAConnection object provides support for distributed transactions.
XAConnectionFactory - interface javax.jms.XAConnectionFactory.
 
XADataSource - interface javax.sql.XADataSource.
A factory for XAConnection objects.
XAER_ASYNC - Static variable in class javax.transaction.xa.XAException
Error code indicating that an asynchronous operation is outstanding.
XAER_DUPID - Static variable in class 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 class javax.transaction.xa.XAException
Error code indicating that invalid arguments were passed.
XAER_NOTA - Static variable in class javax.transaction.xa.XAException
Error code indicating that an Xid is not valid.
XAER_OUTSIDE - Static variable in class javax.transaction.xa.XAException
Error code indicating that the resource manager is doing work outside the global transaction.
XAER_PROTO - Static variable in class javax.transaction.xa.XAException
Error code indicating a protocol error.
XAER_RMERR - Static variable in class javax.transaction.xa.XAException
Error code indicating that a resource manager error has occurred.
XAER_RMFAIL - Static variable in class javax.transaction.xa.XAException
Error code indicating that the resource manager has failed and is not available.
XAException - exception javax.transaction.xa.XAException.
The XAException is thrown by resource managers in case of problems.
XAException() - Constructor for class javax.transaction.xa.XAException
Creates new XAException without detail message.
XAException(String) - Constructor for class javax.transaction.xa.XAException
Constructs an XAException with the specified detail message.
XAException(int) - Constructor for class javax.transaction.xa.XAException
Constructs an XAException for the specified error code.
XAQueueConnection - interface javax.jms.XAQueueConnection.
 
XAQueueConnectionFactory - interface javax.jms.XAQueueConnectionFactory.
 
XAQueueSession - interface javax.jms.XAQueueSession.
 
XAResource - interface javax.transaction.xa.XAResource.
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 javax.jms.XASession.
 
XATopicConnection - interface javax.jms.XATopicConnection.
 
XATopicConnectionFactory - interface javax.jms.XATopicConnectionFactory.
 
XATopicSession - interface javax.jms.XATopicSession.
 
XA_HEURCOM - Static variable in class javax.transaction.xa.XAException
Error code indicating that a heuristic commit decision was made.
XA_HEURHAZ - Static variable in class javax.transaction.xa.XAException
Error code indicating that a heuristic decision may have been made.
XA_HEURMIX - Static variable in class javax.transaction.xa.XAException
Error code indicating that a heuristic mixed decision was made.
XA_HEURRB - Static variable in class javax.transaction.xa.XAException
Error code indicating that a heuristic rollback decision was made.
XA_NOMIGRATE - Static variable in class 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 class 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 class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a communications failure.
XA_RBDEADLOCK - Static variable in class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because deadlock was detected.
XA_RBEND - Static variable in class 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 class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because an internal integrity check failed.
XA_RBOTHER - Static variable in class 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 class 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 class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened for an unspecified reason.
XA_RBTIMEOUT - Static variable in class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because of a timeout.
XA_RBTRANSIENT - Static variable in class javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a transient failure.
XA_RDONLY - Static variable in class 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 class javax.transaction.xa.XAException
Error code indicating that the method invoked returned without having any effect, and that it may be invoked again.
XMLType - class javax.xml.rpc.encoding.XMLType.
Constants for common XML Schema and SOAP 1.1 types.
XMLType() - Constructor for class javax.xml.rpc.encoding.XMLType
 
XSD_BASE64 - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_BOOLEAN - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_BYTE - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DATETIME - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DECIMAL - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_DOUBLE - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_FLOAT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_HEXBINARY - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_INT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_INTEGER - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_LONG - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_QNAME - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_SHORT - Static variable in class javax.xml.rpc.encoding.XMLType
 
XSD_STRING - Static variable in class javax.xml.rpc.encoding.XMLType
 
Xid - interface javax.transaction.xa.Xid.
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_getPropertyNames() - Method in interface javax.xml.rpc.Stub
Returns an Iterato view of the names of the properties that can be configured on this stub instance.
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.

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

Copyright © 2002 JBoss Group, LLC. All Rights Reserved.