|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV NEXT | ||||||||
A
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
- acknowledge() - Method in interface javax.jms.Message
B
- BytesMessage - interface javax.jms.BytesMessage.
C
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
- Connection - interface javax.jms.Connection.
- ConnectionConsumer - interface javax.jms.ConnectionConsumer.
- ConnectionFactory - interface javax.jms.ConnectionFactory.
- ConnectionMetaData - interface javax.jms.ConnectionMetaData.
- clearBody() - Method in interface javax.jms.Message
- clearProperties() - Method in interface javax.jms.Message
- 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
- commit() - Method in interface javax.jms.Session
- commit() - Method in interface javax.jms.XASession
- createBrowser(Queue) - Method in interface javax.jms.QueueSession
- createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
- createBrowser(Queue) - Method in interface javax.jms.Session
- createBrowser(Queue, String) - Method in interface javax.jms.Session
- createBytesMessage() - Method in interface javax.jms.Session
- createConnection() - Method in interface javax.jms.ConnectionFactory
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
- createConsumer(Destination) - Method in interface javax.jms.Session
- createConsumer(Destination, String) - Method in interface javax.jms.Session
- createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
- createMapMessage() - Method in interface javax.jms.Session
- createMessage() - Method in interface javax.jms.Session
- createObjectMessage() - Method in interface javax.jms.Session
- createObjectMessage(Serializable) - Method in interface javax.jms.Session
- createProducer(Destination) - Method in interface javax.jms.Session
- createPublisher(Topic) - Method in interface javax.jms.TopicSession
- createQueue(String) - Method in interface javax.jms.QueueSession
- createQueue(String) - Method in interface javax.jms.Session
- 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
- createSession(boolean, int) - Method in interface javax.jms.Connection
- createSession(boolean, int) - Method in interface javax.jms.XAConnection
- 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
- createTemporaryQueue() - Method in interface javax.jms.Session
- createTemporaryTopic() - Method in interface javax.jms.Session
- 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.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
- createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
- createXAConnection() - Method in interface javax.jms.XAConnectionFactory
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
- createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
- createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
- createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
- createXASession() - Method in interface javax.jms.XAConnection
- createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
- createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
- createXATopicSession() - Method in interface javax.jms.XATopicConnection
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
- DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
- DeliveryMode - interface javax.jms.DeliveryMode.
- Destination - interface javax.jms.Destination.
- delete() - Method in interface javax.jms.TemporaryQueue
- delete() - Method in interface javax.jms.TemporaryTopic
E
- ExceptionListener - interface javax.jms.ExceptionListener.
- errorCode - Variable in class javax.jms.JMSException
G
- getAcknowledgeMode() - Method in interface javax.jms.Session
- getBodyLength() - Method in interface javax.jms.BytesMessage
- getBoolean(String) - Method in interface javax.jms.MapMessage
- getBooleanProperty(String) - Method in interface javax.jms.Message
- getByte(String) - Method in interface javax.jms.MapMessage
- getByteProperty(String) - Method in interface javax.jms.Message
- getBytes(String) - Method in interface javax.jms.MapMessage
- getChar(String) - Method in interface javax.jms.MapMessage
- getClientID() - Method in interface javax.jms.Connection
- getDeliveryMode() - Method in interface javax.jms.MessageProducer
- getDestination() - Method in interface javax.jms.MessageProducer
- 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
- getEnumeration() - Method in interface javax.jms.QueueBrowser
- getErrorCode() - Method in class javax.jms.JMSException
- getExceptionListener() - Method in interface javax.jms.Connection
- getFloat(String) - Method in interface javax.jms.MapMessage
- getFloatProperty(String) - Method in interface javax.jms.Message
- getInt(String) - Method in interface javax.jms.MapMessage
- getIntProperty(String) - Method in interface javax.jms.Message
- 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
- getLinkedException() - Method in class javax.jms.JMSException
- getLong(String) - Method in interface javax.jms.MapMessage
- getLongProperty(String) - Method in interface javax.jms.Message
- getMapNames() - Method in interface javax.jms.MapMessage
- 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
- getNoLocal() - Method in interface javax.jms.TopicSubscriber
- getObject(String) - Method in interface javax.jms.MapMessage
- getObject() - Method in interface javax.jms.ObjectMessage
- getObjectProperty(String) - Method in interface javax.jms.Message
- getPriority() - Method in interface javax.jms.MessageProducer
- getPropertyNames() - Method in interface javax.jms.Message
- getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
- getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
- getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
- getPublisher() - Method in class javax.jms.TopicRequestor
- 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
- getReceiver() - Method in class javax.jms.QueueRequestor
- getSender() - Method in class javax.jms.QueueRequestor
- getServerSession() - Method in interface javax.jms.ServerSessionPool
- getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
- getSession() - Method in class javax.jms.QueueRequestor
- getSession() - Method in interface javax.jms.ServerSession
- getSession() - Method in class javax.jms.TopicRequestor
- getSession() - Method in interface javax.jms.XASession
- getShort(String) - Method in interface javax.jms.MapMessage
- getShortProperty(String) - Method in interface javax.jms.Message
- getString(String) - Method in interface javax.jms.MapMessage
- getStringProperty(String) - Method in interface javax.jms.Message
- getSubscriber() - Method in class javax.jms.TopicRequestor
- getTemporaryQueue() - Method in class javax.jms.QueueRequestor
- getTemporaryTopic() - Method in class javax.jms.TopicRequestor
- getText() - Method in interface javax.jms.TextMessage
- getTimeToLive() - Method in interface javax.jms.MessageProducer
- getTopic() - Method in interface javax.jms.TopicPublisher
- getTopic() - Method in class javax.jms.TopicRequestor
- 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
- getXAResource() - Method in interface javax.jms.XASession
I
- IllegalStateException - exception javax.jms.IllegalStateException.
- IllegalStateException(String, String) - Constructor for class javax.jms.IllegalStateException
- IllegalStateException(String) - Constructor for class javax.jms.IllegalStateException
- IllegalStateExceptionTest - class javax.jms.IllegalStateExceptionTest.
- IllegalStateExceptionTest() - Constructor for class javax.jms.IllegalStateExceptionTest
- InvalidClientIDException - exception javax.jms.InvalidClientIDException.
- InvalidClientIDException(String, String) - Constructor for class javax.jms.InvalidClientIDException
- InvalidClientIDException(String) - Constructor for class javax.jms.InvalidClientIDException
- InvalidClientIDExceptionTest - class javax.jms.InvalidClientIDExceptionTest.
- InvalidClientIDExceptionTest() - Constructor for class javax.jms.InvalidClientIDExceptionTest
- InvalidDestinationException - exception javax.jms.InvalidDestinationException.
- InvalidDestinationException(String, String) - Constructor for class javax.jms.InvalidDestinationException
- InvalidDestinationException(String) - Constructor for class javax.jms.InvalidDestinationException
- InvalidDestinationExceptionTest - class javax.jms.InvalidDestinationExceptionTest.
- InvalidDestinationExceptionTest() - Constructor for class javax.jms.InvalidDestinationExceptionTest
- InvalidSelectorException - exception javax.jms.InvalidSelectorException.
- InvalidSelectorException(String, String) - Constructor for class javax.jms.InvalidSelectorException
- InvalidSelectorException(String) - Constructor for class javax.jms.InvalidSelectorException
- InvalidSelectorExceptionTest - class javax.jms.InvalidSelectorExceptionTest.
- InvalidSelectorExceptionTest() - Constructor for class javax.jms.InvalidSelectorExceptionTest
- itemExists(String) - Method in interface javax.jms.MapMessage
J
- JMSException - exception javax.jms.JMSException.
- JMSException(String, String) - Constructor for class javax.jms.JMSException
- JMSException(String) - Constructor for class javax.jms.JMSException
- JMSExceptionTest - class javax.jms.JMSExceptionTest.
- JMSExceptionTest() - Constructor for class javax.jms.JMSExceptionTest
- JMSSecurityException - exception javax.jms.JMSSecurityException.
- JMSSecurityException(String, String) - Constructor for class javax.jms.JMSSecurityException
- JMSSecurityException(String) - Constructor for class javax.jms.JMSSecurityException
- JMSSecurityExceptionTest - class javax.jms.JMSSecurityExceptionTest.
- JMSSecurityExceptionTest() - Constructor for class javax.jms.JMSSecurityExceptionTest
- javax.jms - package javax.jms
L
- linkedException - Variable in class javax.jms.JMSException
M
- MapMessage - interface javax.jms.MapMessage.
- Message - interface javax.jms.Message.
- MessageConsumer - interface javax.jms.MessageConsumer.
- MessageEOFException - exception javax.jms.MessageEOFException.
- MessageEOFException(String, String) - Constructor for class javax.jms.MessageEOFException
- MessageEOFException(String) - Constructor for class javax.jms.MessageEOFException
- MessageEOFExceptionTest - class javax.jms.MessageEOFExceptionTest.
- MessageEOFExceptionTest() - Constructor for class javax.jms.MessageEOFExceptionTest
- MessageFormatException - exception javax.jms.MessageFormatException.
- MessageFormatException(String, String) - Constructor for class javax.jms.MessageFormatException
- MessageFormatException(String) - Constructor for class javax.jms.MessageFormatException
- MessageFormatExceptionTest - class javax.jms.MessageFormatExceptionTest.
- MessageFormatExceptionTest() - Constructor for class javax.jms.MessageFormatExceptionTest
- MessageListener - interface javax.jms.MessageListener.
- MessageNotReadableException - exception javax.jms.MessageNotReadableException.
- MessageNotReadableException(String, String) - Constructor for class javax.jms.MessageNotReadableException
- MessageNotReadableException(String) - Constructor for class javax.jms.MessageNotReadableException
- MessageNotReadableExceptionTest - class javax.jms.MessageNotReadableExceptionTest.
- MessageNotReadableExceptionTest() - Constructor for class javax.jms.MessageNotReadableExceptionTest
- MessageNotWriteableException - exception javax.jms.MessageNotWriteableException.
- MessageNotWriteableException(String, String) - Constructor for class javax.jms.MessageNotWriteableException
- MessageNotWriteableException(String) - Constructor for class javax.jms.MessageNotWriteableException
- MessageNotWriteableExceptionTest - class javax.jms.MessageNotWriteableExceptionTest.
- MessageNotWriteableExceptionTest() - Constructor for class javax.jms.MessageNotWriteableExceptionTest
- MessageProducer - interface javax.jms.MessageProducer.
N
- NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
O
- ObjectMessage - interface javax.jms.ObjectMessage.
- onException(JMSException) - Method in interface javax.jms.ExceptionListener
- onMessage(Message) - Method in interface javax.jms.MessageListener
P
- PERSISTENT - Static variable in interface javax.jms.DeliveryMode
- 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
- publisher - Variable in class javax.jms.TopicRequestor
Q
- 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.
- QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
- QueueRequestorTest - class javax.jms.QueueRequestorTest.
- QueueRequestorTest() - Constructor for class javax.jms.QueueRequestorTest
- QueueSender - interface javax.jms.QueueSender.
- QueueSession - interface javax.jms.QueueSession.
R
- ResourceAllocationException - exception javax.jms.ResourceAllocationException.
- ResourceAllocationException(String, String) - Constructor for class javax.jms.ResourceAllocationException
- ResourceAllocationException(String) - Constructor for class javax.jms.ResourceAllocationException
- ResourceAllocationExceptionTest - class javax.jms.ResourceAllocationExceptionTest.
- ResourceAllocationExceptionTest() - Constructor for class javax.jms.ResourceAllocationExceptionTest
- 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
- readDouble() - Method in interface javax.jms.BytesMessage
- readDouble() - Method in interface javax.jms.StreamMessage
- 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
- receiver - Variable in class javax.jms.QueueRequestor
- recover() - Method in interface javax.jms.Session
- 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
- rollback() - Method in interface javax.jms.Session
- rollback() - Method in interface javax.jms.XASession
- run() - Method in interface javax.jms.Session
S
- SESSION_TRANSACTED - Static variable in interface javax.jms.Session
- ServerSession - interface javax.jms.ServerSession.
- ServerSessionPool - interface javax.jms.ServerSessionPool.
- Session - interface javax.jms.Session.
- StreamMessage - interface javax.jms.StreamMessage.
- send(Message) - Method in interface javax.jms.MessageProducer
- send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
- send(Destination, Message) - Method in interface javax.jms.MessageProducer
- send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
- 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
- sender - Variable in class javax.jms.QueueRequestor
- session - Variable in class javax.jms.QueueRequestor
- session - Variable in class javax.jms.TopicRequestor
- setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
- setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
- setByte(String, byte) - Method in interface javax.jms.MapMessage
- 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
- setChar(String, char) - Method in interface javax.jms.MapMessage
- setClientID(String) - Method in interface javax.jms.Connection
- 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
- setDoubleProperty(String, double) - Method in interface javax.jms.Message
- setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
- setFloat(String, float) - Method in interface javax.jms.MapMessage
- setFloatProperty(String, float) - Method in interface javax.jms.Message
- setInt(String, int) - Method in interface javax.jms.MapMessage
- 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
- setLong(String, long) - Method in interface javax.jms.MapMessage
- setLongProperty(String, long) - Method in interface javax.jms.Message
- setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
- setMessageListener(MessageListener) - Method in interface javax.jms.Session
- setObject(String, Object) - Method in interface javax.jms.MapMessage
- setObject(Serializable) - Method in interface javax.jms.ObjectMessage
- setObjectProperty(String, Object) - Method in interface javax.jms.Message
- setPriority(int) - Method in interface javax.jms.MessageProducer
- setPublisher(TopicPublisher) - Method in class javax.jms.TopicRequestor
- setReceiver(QueueReceiver) - Method in class javax.jms.QueueRequestor
- setSender(QueueSender) - Method in class javax.jms.QueueRequestor
- setSession(QueueSession) - Method in class javax.jms.QueueRequestor
- setSession(TopicSession) - Method in class javax.jms.TopicRequestor
- setShort(String, short) - Method in interface javax.jms.MapMessage
- setShortProperty(String, short) - Method in interface javax.jms.Message
- setString(String, String) - Method in interface javax.jms.MapMessage
- setStringProperty(String, String) - Method in interface javax.jms.Message
- setSubscriber(TopicSubscriber) - Method in class javax.jms.TopicRequestor
- setTemporaryQueue(TemporaryQueue) - Method in class javax.jms.QueueRequestor
- setTemporaryTopic(TemporaryTopic) - Method in class javax.jms.TopicRequestor
- setText(String) - Method in interface javax.jms.TextMessage
- setTimeToLive(long) - Method in interface javax.jms.MessageProducer
- setTopic(Topic) - Method in class javax.jms.TopicRequestor
- start() - Method in interface javax.jms.Connection
- start() - Method in interface javax.jms.ServerSession
- stop() - Method in interface javax.jms.Connection
- subscriber - Variable in class javax.jms.TopicRequestor
T
- TemporaryQueue - interface javax.jms.TemporaryQueue.
- TemporaryTopic - interface javax.jms.TemporaryTopic.
- 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.
- TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
- TopicRequestorTest - class javax.jms.TopicRequestorTest.
- TopicRequestorTest() - Constructor for class javax.jms.TopicRequestorTest
- TopicSession - interface javax.jms.TopicSession.
- TopicSubscriber - interface javax.jms.TopicSubscriber.
- TransactionInProgressException - exception javax.jms.TransactionInProgressException.
- TransactionInProgressException(String, String) - Constructor for class javax.jms.TransactionInProgressException
- TransactionInProgressException(String) - Constructor for class javax.jms.TransactionInProgressException
- TransactionInProgressExceptionTest - class javax.jms.TransactionInProgressExceptionTest.
- TransactionInProgressExceptionTest() - Constructor for class javax.jms.TransactionInProgressExceptionTest
- TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
- TransactionRolledBackException(String, String) - Constructor for class javax.jms.TransactionRolledBackException
- TransactionRolledBackException(String) - Constructor for class javax.jms.TransactionRolledBackException
- TransactionRolledBackExceptionTest - class javax.jms.TransactionRolledBackExceptionTest.
- TransactionRolledBackExceptionTest() - Constructor for class javax.jms.TransactionRolledBackExceptionTest
- temporaryQueue - Variable in class javax.jms.QueueRequestor
- temporaryTopic - Variable in class javax.jms.TopicRequestor
- testClose() - Method in class javax.jms.QueueRequestorTest
- testConstructorNull() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorNull() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorNull() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorNull() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorNull() - Method in class javax.jms.JMSExceptionTest
- testConstructorNull() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorNull() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorNull() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorNull() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorNull() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorNull() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorNull() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorNull() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testConstructorNullNull() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorNullNull() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorNullNull() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorNullNull() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorNullNull() - Method in class javax.jms.JMSExceptionTest
- testConstructorNullNull() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorNullNull() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorNullNull() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorNullNull() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorNullNull() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorNullNull() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorNullNull() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorNullNull() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testConstructorNullQueue() - Method in class javax.jms.QueueRequestorTest
- testConstructorNullString() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorNullString() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorNullString() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorNullString() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorNullString() - Method in class javax.jms.JMSExceptionTest
- testConstructorNullString() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorNullString() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorNullString() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorNullString() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorNullString() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorNullString() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorNullString() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorNullString() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testConstructorNullTopic() - Method in class javax.jms.TopicRequestorTest
- testConstructorSessionNull() - Method in class javax.jms.QueueRequestorTest
- testConstructorSessionQueue() - Method in class javax.jms.QueueRequestorTest
- testConstructorString() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorString() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorString() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorString() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorString() - Method in class javax.jms.JMSExceptionTest
- testConstructorString() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorString() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorString() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorString() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorString() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorString() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorString() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorString() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testConstructorStringNull() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorStringNull() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorStringNull() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorStringNull() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorStringNull() - Method in class javax.jms.JMSExceptionTest
- testConstructorStringNull() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorStringNull() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorStringNull() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorStringNull() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorStringNull() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorStringNull() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorStringNull() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorStringNull() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testConstructorStringString() - Method in class javax.jms.IllegalStateExceptionTest
- testConstructorStringString() - Method in class javax.jms.InvalidClientIDExceptionTest
- testConstructorStringString() - Method in class javax.jms.InvalidDestinationExceptionTest
- testConstructorStringString() - Method in class javax.jms.InvalidSelectorExceptionTest
- testConstructorStringString() - Method in class javax.jms.JMSExceptionTest
- testConstructorStringString() - Method in class javax.jms.JMSSecurityExceptionTest
- testConstructorStringString() - Method in class javax.jms.MessageEOFExceptionTest
- testConstructorStringString() - Method in class javax.jms.MessageFormatExceptionTest
- testConstructorStringString() - Method in class javax.jms.MessageNotReadableExceptionTest
- testConstructorStringString() - Method in class javax.jms.MessageNotWriteableExceptionTest
- testConstructorStringString() - Method in class javax.jms.ResourceAllocationExceptionTest
- testConstructorStringString() - Method in class javax.jms.TransactionInProgressExceptionTest
- testConstructorStringString() - Method in class javax.jms.TransactionRolledBackExceptionTest
- testRequestMessage() - Method in class javax.jms.QueueRequestorTest
- testRequestNull() - Method in class javax.jms.QueueRequestorTest
- testSetLinkedException() - Method in class javax.jms.JMSExceptionTest
- toString() - Method in interface javax.jms.Queue
- toString() - Method in interface javax.jms.Topic
- topic - Variable in class javax.jms.TopicRequestor
U
- unsubscribe(String) - Method in interface javax.jms.Session
- unsubscribe(String) - Method in interface javax.jms.TopicSession
W
- 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
- writeDouble(double) - Method in interface javax.jms.BytesMessage
- writeDouble(double) - Method in interface javax.jms.StreamMessage
- 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
- writeUTF(String) - Method in interface javax.jms.BytesMessage
X
- XAConnection - interface javax.jms.XAConnection.
- XAConnectionFactory - interface javax.jms.XAConnectionFactory.
- XAQueueConnection - interface javax.jms.XAQueueConnection.
- XAQueueConnectionFactory - interface javax.jms.XAQueueConnectionFactory.
- XAQueueSession - interface javax.jms.XAQueueSession.
- XASession - interface javax.jms.XASession.
- XATopicConnection - interface javax.jms.XATopicConnection.
- XATopicConnectionFactory - interface javax.jms.XATopicConnectionFactory.
- XATopicSession - interface javax.jms.XATopicSession.
A B C D E G I J L M N O P Q R S T U W X
|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV NEXT | ||||||||