A B C D E G I J M N O P R S T W

A

AUTO_ACKNOWLEDGE - Static variable in class jms4spread.Session
 

B

BytesMessage - class jms4spread.BytesMessage.
A ByteMessage Object is used to send a stream of uninterpretted bytes

C

clearBody() - Method in class jms4spread.BytesMessage
Clears the Message Body
clearBody() - Method in class jms4spread.Message
Clears the body of the message.
clearBody() - Method in class jms4spread.ObjectMessage
Clears the Object
clearBody() - Method in class jms4spread.StreamMessage
 
clearBody() - Method in class jms4spread.TextMessage
Clear the body of the Message
clearProperties() - Method in class jms4spread.Message
Clears the properties of the message.
CLIENT_ACKNOWLEDGE - Static variable in class jms4spread.Session
 
close() - Method in class jms4spread.Connection
closes this connection to JMS4spread
close() - Method in class jms4spread.MessageConsumer
Performs cleanup for a Message Consumer.
close() - Method in class jms4spread.MessageProducer
Closes the MessageProducer.
Connection - class jms4spread.Connection.
Clients active connection to JMS4spread
ConnectionMetaData - class jms4spread.ConnectionMetaData.
Provides information about the connection
createDurableSubscriber(Topic, String) - Method in class jms4spread.TopicSession
Method Not Implemented
createDurableSubscriber(Topic, String, String, boolean) - Method in class jms4spread.TopicSession
Method Not Implemented
createMapMessage() - Method in class jms4spread.Session
Creates a Map Message
createObjectMessage() - Method in class jms4spread.Session
Creates a Object Message
createPublisher(Topic) - Method in class jms4spread.TopicSession
Creates a TopicPublisher for given Topic.
createStreamMessage() - Method in class jms4spread.Session
Creates a Stream Message
createSubscriber(Topic) - Method in class jms4spread.TopicSession
Creates a TopicSubscriber for given Topic.
createSubscriber(Topic, String, boolean) - Method in class jms4spread.TopicSession
Creates a TopicSubscriber for given Topic.
createTextMessage() - Method in class jms4spread.Session
Creates a Text Message
createTextMessage(String) - Method in class jms4spread.Session
Creates a Text Message
createTopic(String) - Method in class jms4spread.TopicSession
creates a Topic
createTopicConnection() - Method in class jms4spread.TopicConnectionFactory
Creates a TopicConnection Object.
createTopicConnection(String, String) - Method in class jms4spread.TopicConnectionFactory
Creates a TopicConnection Object.
createTopicSession(boolean, int) - Method in class jms4spread.TopicConnection
Creates a TopicSession.

D

DEFAULT_DELIVERY_MODE - Static variable in class jms4spread.Message
The Default Delivery Mode is NON_PERISTANT.
DEFAULT_PRIORITY - Static variable in class jms4spread.Message
The Default Priority is 4
DEFAULT_TIME_TO_LIVE - Static variable in class jms4spread.Message
The Default time to live is unlimmited
DeliveryMode - interface jms4spread.DeliveryMode.
 
Destination - class jms4spread.Destination.
A Destination Object encapsulates implementation specific address.\ Destination is not an adminiserted object currently.
Destination(String) - Constructor for class jms4spread.Destination
Creates Destination Object
DUPS_OKAY_ACKNOWLEDGE - Static variable in class jms4spread.Session
 

E

ExceptionListener - interface jms4spread.ExceptionListener.
If JMS4Spread discovers a serious problem, it notifies the Exception Listener.

G

getBoolean(String) - Method in class jms4spread.MapMessage
Gets a Boolean value corresposding specified name
getByte(String) - Method in class jms4spread.MapMessage
Gets a Byte value corresposding specified name
getBytes(String) - Method in class jms4spread.MapMessage
Gets a Byte array corresposding specified name
getChar(String) - Method in class jms4spread.MapMessage
Gets a char value corresposding specified name
getClientID() - Method in class jms4spread.Connection
Gets the clientID.
getDeliveryMode() - Method in class jms4spread.MessageProducer
Gets the Delivery Mode of the Message Producer
getDestination() - Method in class jms4spread.Destination
Get the Destination
getDestinationType() - Method in class jms4spread.Destination
Get The Destination Type
getDisableMessageID() - Method in class jms4spread.MessageProducer
Get a boolean indicating whether messageID is disabled
getDisableMessageTimestamp() - Method in class jms4spread.MessageProducer
Get a boolean indicating whether message time stamp is disabled
getDouble(String) - Method in class jms4spread.MapMessage
Gets a double value corresposding specified name
getExceptionListener() - Method in class jms4spread.Connection
Gets the ExceptionListener for this Connection
getFloat(String) - Method in class jms4spread.MapMessage
Gets a float value corresposding specified name
getInstance() - Static method in class jms4spread.ConnectionMetaData
 
getInt(String) - Method in class jms4spread.MapMessage
Gets an int value corresposding specified name
getJMSCorrelationID() - Method in class jms4spread.Message
Gets the JMSCorrelationID of the message
getJMSCorrelationIDAsBytes() - Method in class jms4spread.Message
Gets the JMSCorrelationID of the message as Bytes
getJMSDeliveryMode() - Method in class jms4spread.Message
Gets the JMSDeliveryMode for the message
getJMSDestination() - Method in class jms4spread.Message
Gets the Destination for the message
getJMSExpiration() - Method in class jms4spread.Message
Gets the Expiration for the Message
getJMSMajorVersion() - Method in class jms4spread.ConnectionMetaData
Gets the JMS Major Version number
getJMSMessageType() - Method in class jms4spread.Message
Get the Message Type
getJMSMinorVersion() - Method in class jms4spread.ConnectionMetaData
Gets the JMS Minor Version number
getJMSPriority() - Method in class jms4spread.Message
Gets the priority for the Message
getJMSProviderName() - Method in class jms4spread.ConnectionMetaData
Gets the JMS provider name
getJMSRedelivered() - Method in class jms4spread.Message
Gives an indication if the message is Redelivered
getJMSReplyTo() - Method in class jms4spread.Message
Gets the Destination Object to which the Reply should be sent
getJMSXPropertyNames() - Method in class jms4spread.ConnectionMetaData
Gets Enumeration of JMSX Property Names
getLong(String) - Method in class jms4spread.MapMessage
Gets a long value corresposding specified name
getMapNames() - Method in class jms4spread.MapMessage
Gets an Enumeration of the Name in the MapMessage Object
getMessageID() - Method in class jms4spread.Message
Gets the ID for the Message
getMessageListener() - Method in class jms4spread.MessageConsumer
Gets the Message Listener
getMessageSelector() - Method in class jms4spread.MessageConsumer
This is a place holder - not yet implemented
getMetaData() - Method in class jms4spread.Connection
Gets the Meta Data for this connection
getObject() - Method in class jms4spread.ObjectMessage
Gets the object from the Message
getObject(String) - Method in class jms4spread.MapMessage
Gets a Object corresposding specified name
getPriority() - Method in class jms4spread.MessageProducer
Get the message priority
getProviderMajorVersion() - Method in class jms4spread.ConnectionMetaData
Gets the JMS Provider Major Version number
getProviderMinorVersion() - Method in class jms4spread.ConnectionMetaData
Gets the JMS Provider Minor Version number
getShort(String) - Method in class jms4spread.MapMessage
Gets a short value corresposding specified name
getString(String) - Method in class jms4spread.MapMessage
Gets a string value corresposding specified name
getText() - Method in class jms4spread.TextMessage
Get the Text of the Message
getTimeToLive() - Method in class jms4spread.MessageProducer
Get the message time to live
getTopic() - Method in class jms4spread.TopicPublisher
Get the topic associated with the TopicPublisher
getTopic() - Method in class jms4spread.TopicSubscriber
Get the Topic associated with the TopicSubscriber
getTopicName() - Method in class jms4spread.Topic
Gets the name of the topic

I

IllegalStateException - exception jms4spread.IllegalStateException.
 
IllegalStateException() - Constructor for class jms4spread.IllegalStateException
 
IllegalStateException(String) - Constructor for class jms4spread.IllegalStateException
 
InvalidClientIDException - exception jms4spread.InvalidClientIDException.
 
InvalidClientIDException() - Constructor for class jms4spread.InvalidClientIDException
 
InvalidClientIDException(String) - Constructor for class jms4spread.InvalidClientIDException
 
itemExists(String) - Method in class jms4spread.MapMessage
Indicated whether item with name exists in MapMessage

J

JMSException - exception jms4spread.JMSException.
 
JMSException() - Constructor for class jms4spread.JMSException
 
JMSException(String) - Constructor for class jms4spread.JMSException
 
JMSTimeStamp() - Method in class jms4spread.Message
Gets the JMS Time Stamp

M

MapMessage - class jms4spread.MapMessage.
Map Message is used to send name-value pairs values using JMS4Spread
Message - class jms4spread.Message.
A basic Message Class that supports the 5 Message Types.
MessageConsumer - class jms4spread.MessageConsumer.
A client uses a Messageconsumer to get a Message for a destination.
MessageEOFException - exception jms4spread.MessageEOFException.
 
MessageEOFException() - Constructor for class jms4spread.MessageEOFException
 
MessageEOFException(String) - Constructor for class jms4spread.MessageEOFException
 
MessageFormatException - exception jms4spread.MessageFormatException.
 
MessageFormatException() - Constructor for class jms4spread.MessageFormatException
 
MessageFormatException(String) - Constructor for class jms4spread.MessageFormatException
 
MessageListener - interface jms4spread.MessageListener.
A basic MessageListener Interface
MessageNotReadableException - exception jms4spread.MessageNotReadableException.
 
MessageNotReadableException() - Constructor for class jms4spread.MessageNotReadableException
 
MessageNotReadableException(String) - Constructor for class jms4spread.MessageNotReadableException
 
MessageNotWriteableException - exception jms4spread.MessageNotWriteableException.
 
MessageNotWriteableException() - Constructor for class jms4spread.MessageNotWriteableException
 
MessageNotWriteableException(String) - Constructor for class jms4spread.MessageNotWriteableException
 
MessageProducer - class jms4spread.MessageProducer.
A Client uses a MessageProducer to send a message to an object
MessageProducer() - Constructor for class jms4spread.MessageProducer
 

N

NON_PERSISTANT - Static variable in interface jms4spread.DeliveryMode
This is the Default Delivery Mode - reliable but not persistant

O

ObjectMessage - class jms4spread.ObjectMessage.
A class to send Objects and Messages using JMS4spread.
ObjectMessage() - Constructor for class jms4spread.ObjectMessage
 
onException(JMSException) - Method in interface jms4spread.ExceptionListener
Notifies the client on JMSException
onMessage(Message) - Method in interface jms4spread.MessageListener
The method to be called when a message arrives

P

PERSISTANT - Static variable in interface jms4spread.DeliveryMode
The PERSISTANT Delivery Mode is currently not supported
publish(Message) - Method in class jms4spread.TopicPublisher
Publishes a Message
publish(Message, int, int, long) - Method in class jms4spread.TopicPublisher
Publishes a Message
publish(Topic, Message) - Method in class jms4spread.TopicPublisher
Publishes a Message to a given topic
publish(Topic, Message, int, int, long) - Method in class jms4spread.TopicPublisher
Publishes a Message to a given topic

R

readBoolean() - Method in class jms4spread.BytesMessage
Reads a boolean from the stream
readBoolean() - Method in class jms4spread.StreamMessage
 
readByte() - Method in class jms4spread.BytesMessage
Reads a byte from the stream
readByte() - Method in class jms4spread.StreamMessage
 
readBytes(byte[]) - Method in class jms4spread.BytesMessage
Reads a byte array from the stream
readBytes(byte[]) - Method in class jms4spread.StreamMessage
 
readChar() - Method in class jms4spread.BytesMessage
Reads a char from the stream
readChar() - Method in class jms4spread.StreamMessage
 
readDouble() - Method in class jms4spread.BytesMessage
Reads a double from the stream
readDouble() - Method in class jms4spread.StreamMessage
 
readFloat() - Method in class jms4spread.BytesMessage
Reads a float from the stream
readFloat() - Method in class jms4spread.StreamMessage
 
readInt() - Method in class jms4spread.BytesMessage
Reads an int from the stream
readInt() - Method in class jms4spread.StreamMessage
 
readLong() - Method in class jms4spread.BytesMessage
Reads a long from the stream
readLong() - Method in class jms4spread.StreamMessage
 
readObject() - Method in class jms4spread.StreamMessage
 
readShort() - Method in class jms4spread.BytesMessage
Reads a short from the stream
readShort() - Method in class jms4spread.StreamMessage
 
readString() - Method in class jms4spread.StreamMessage
 
readUnsignedByte() - Method in class jms4spread.BytesMessage
Reads an unsigned Byte from the Stream
readUnsignedShort() - Method in class jms4spread.BytesMessage
Reads an unsigned short from the stream
readUTF() - Method in class jms4spread.BytesMessage
Reads a string from the stream in UTF format
receive() - Method in class jms4spread.MessageConsumer
Gets a message form JMS4spread.
receive(int) - Method in class jms4spread.MessageConsumer
Gets a message form JMS4spread
receiveNoWait() - Method in class jms4spread.MessageConsumer
Gets a message form JMS4spread or return immedeiately in case there is none.
reset() - Method in class jms4spread.BytesMessage
Puts the message in read only mode and repositions the stream to beginging
reset() - Method in class jms4spread.StreamMessage
 

S

Session - class jms4spread.Session.
A session is a context for producing and consuming messages
Session() - Constructor for class jms4spread.Session
 
setBoolean(String, boolean) - Method in class jms4spread.MapMessage
Sets a boolean with specified name in the Map message
setByte(String, byte) - Method in class jms4spread.MapMessage
Sets a byte with specified name in the Map message
setBytes(String, byte[]) - Method in class jms4spread.MapMessage
Sets an array byte with specified name in the Map message
setBytes(String, byte[], int, int) - Method in class jms4spread.MapMessage
Sets an array byte with specified name in the Map message
setChar(String, char) - Method in class jms4spread.MapMessage
Sets a char with specified name in the Map message
setClientID(String) - Method in class jms4spread.Connection
Sets the clientID.
setDeliveryMode(int) - Method in class jms4spread.MessageProducer
Sets the message delivery mode - only non persistant mode is supported
setDestinationType(String) - Method in class jms4spread.Destination
Set the Destination Type
setDisableMessageID(boolean) - Method in class jms4spread.MessageProducer
Sets whether message ids are disabled
setDisableMessageTimestamp(boolean) - Method in class jms4spread.MessageProducer
Sets whether message timestamps are disabled
setDouble(String, double) - Method in class jms4spread.MapMessage
Sets a double with specified name in the Map message
setExceptionListener(ExceptionListener) - Method in class jms4spread.Connection
 
setFloat(String, float) - Method in class jms4spread.MapMessage
Sets a float with specified name in the Map message
setInt(String, int) - Method in class jms4spread.MapMessage
Sets an int with specified name in the Map message
setJMSCorrelationID(String) - Method in class jms4spread.Message
Sets the JMSCorrelationID of the message
setJMSCorrelationIDAsBytes(byte[]) - Method in class jms4spread.Message
Sets the JMSCorrelationID of the message as Bytes
setJMSDeliveryMode(int) - Method in class jms4spread.Message
Sets the JMSDeliveryMode for the message.
setJMSDestination(Destination) - Method in class jms4spread.Message
sets the Destination for the message
setJMSExpiration(long) - Method in class jms4spread.Message
Sets the Expiration for the Message
setJMSMessageType(String) - Method in class jms4spread.Message
Sets the Message Type
setJMSPriority(int) - Method in class jms4spread.Message
Sets the priority for the Message This priority is not used by the messaging system
setJMSRedelivered(boolean) - Method in class jms4spread.Message
Indicated that the message is being redelivered
setJMSReplyTo(Destination) - Method in class jms4spread.Message
Gets the Destination Object to which the Reply should be sent
setJMSTimeStamp(long) - Method in class jms4spread.Message
Sets the JMS Time Stamp
setLong(String, long) - Method in class jms4spread.MapMessage
Sets a long with specified name in the Map message
setMessageID(String) - Method in class jms4spread.Message
Sets the ID for the Message
setMessageListener(MessageListener) - Method in class jms4spread.MessageConsumer
Set the Message Listener
setObject(Object) - Method in class jms4spread.ObjectMessage
Sets the object for the Message
setObject(String, Object) - Method in class jms4spread.MapMessage
Sets an Object with specified name in the Map message
setPriority(int) - Method in class jms4spread.MessageProducer
Sets the priority of the message
setShort(String, short) - Method in class jms4spread.MapMessage
Sets a short with specified name in the Map message
setString(String, String) - Method in class jms4spread.MapMessage
Sets a String specified name in the Map message
setText(String) - Method in class jms4spread.TextMessage
Set the Text of the Message
setTimeToLive(long) - Method in class jms4spread.MessageProducer
Sets the time to live of the message
start() - Method in class jms4spread.Connection
Starts the connection.
stop() - Method in class jms4spread.Connection
Stops the connection.
StreamMessage - class jms4spread.StreamMessage.
 

T

TextMessage - class jms4spread.TextMessage.
A TextMessage is used to send Message Strings using JMS4Spread
Topic - class jms4spread.Topic.
A Topic enables many recievers to recieve the same message.
Topic(String) - Constructor for class jms4spread.Topic
Created a Topic
TopicConnection - class jms4spread.TopicConnection.
An active topic connection in the publish/subscribe system
TopicConnectionFactory - class jms4spread.TopicConnectionFactory.
A client uses a TopicConnectionFactory to create publish/subscribe topic connections.
TopicConnectionFactory() - Constructor for class jms4spread.TopicConnectionFactory
Creates a TopicConnectionFactory Object
TopicPublisher - class jms4spread.TopicPublisher.
A client uses a TopicPublisher to publish a Topic
TopicSession - class jms4spread.TopicSession.
A TopicSession provides methods for createting a TopicPublisher and TopicSubscriber
TopicSubscriber - class jms4spread.TopicSubscriber.
A topic subscriber enables a client to recieve messages published to a topic.
toString() - Method in class jms4spread.Topic
 

W

writeBoolean(boolean) - Method in class jms4spread.BytesMessage
Writes a boolean to the stream
writeBoolean(boolean) - Method in class jms4spread.StreamMessage
 
writeByte(byte) - Method in class jms4spread.BytesMessage
Writes a byte to the stream
writeByte(byte) - Method in class jms4spread.StreamMessage
 
writeBytes(byte[]) - Method in class jms4spread.BytesMessage
Writes an array of bytes to the stream in UTF format
writeBytes(byte[]) - Method in class jms4spread.StreamMessage
 
writeBytes(byte[], int, int) - Method in class jms4spread.BytesMessage
Writes an array of bytes to the stream in UTF format
writeBytes(byte[], int, int) - Method in class jms4spread.StreamMessage
 
writeChar(char) - Method in class jms4spread.BytesMessage
Writes a char to the stream
writeChar(char) - Method in class jms4spread.StreamMessage
 
writeDouble(double) - Method in class jms4spread.BytesMessage
Writes a double to the stream
writeDouble(double) - Method in class jms4spread.StreamMessage
 
writeFloat(float) - Method in class jms4spread.BytesMessage
Writes a float to the stream
writeFloat(float) - Method in class jms4spread.StreamMessage
 
writeInt(int) - Method in class jms4spread.BytesMessage
Writes an int to the stream
writeInt(int) - Method in class jms4spread.StreamMessage
 
writeLong(long) - Method in class jms4spread.BytesMessage
Writes a long to the stream
writeLong(long) - Method in class jms4spread.StreamMessage
 
writeObject(Object) - Method in class jms4spread.BytesMessage
Writes an array of bytes to the stream in UTF format This method only works for primitive object types
writeObject(Object) - Method in class jms4spread.StreamMessage
 
writeShort(short) - Method in class jms4spread.BytesMessage
Writes a short to the stream
writeShort(short) - Method in class jms4spread.StreamMessage
 
writeString(String) - Method in class jms4spread.StreamMessage
 
writeUTF(String) - Method in class jms4spread.BytesMessage
Writes a string to the stream in UTF format

A B C D E G I J M N O P R S T W