A C G I P R S T U

A

acknowledge() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 

C

clearBody() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
clearProperties() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
close() - Method in class com.ibm.broker.replay.api.ReplaySession
 
com.ibm.broker.replay.api - package com.ibm.broker.replay.api
 
commit() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createBrowser(Queue) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createBrowser(Queue, String) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createBytesMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createConsumer(Destination) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createConsumer(Destination, String) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createConsumer(Destination, String, boolean) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createDurableSubscriber(Topic, String) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createDurableSubscriber(Topic, String, String, boolean) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createDurableSubscriber(Topic, String) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createDurableSubscriber(Topic, String, String, boolean) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createMapMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createObjectMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createObjectMessage(Serializable) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createProducer(Destination) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createPublisher(Topic) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createQueue(String) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createReplayConsumer(Destination, String, ReplaySignature) - Method in class com.ibm.broker.replay.api.ReplaySession
Creates a new MessageConsumer (actually a ReplayMessageConsumer) which requests a new replay at construction time.
createReplaySubscriber(Topic, String, ReplaySignature) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
Creates a new TopicSubscriber (actually a ReplayTopicSubscriber) which requests a new replay at construction time.
createStreamMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createSubscriber(Topic) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createSubscriber(Topic, String, boolean) - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createTemporaryQueue() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createTemporaryTopic() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createTemporaryTopic() - Method in class com.ibm.broker.replay.api.ReplayTopicSession
 
createTextMessage() - Method in class com.ibm.broker.replay.api.ReplaySession
 
createTextMessage(String) - Method in class com.ibm.broker.replay.api.ReplaySession
 
createTopic(String) - Method in class com.ibm.broker.replay.api.ReplaySession
 

G

getAcknowledgeMode() - Method in class com.ibm.broker.replay.api.ReplaySession
 
getBooleanProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getByteProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getDoubleProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getEnd() - Method in class com.ibm.broker.replay.api.ReplaySignature
Gets the ending point of the replay request.
getFloatProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getIntProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSCorrelationID() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSCorrelationIDAsBytes() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSDeliveryMode() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSDestination() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSExpiration() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSMessageID() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSPriority() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSRedelivered() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSReplyTo() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSTimestamp() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getJMSType() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getLongProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getMessageListener() - Method in class com.ibm.broker.replay.api.ReplaySession
 
getNoLocal() - Method in class com.ibm.broker.replay.api.ReplayTopicSubscriber
 
getObjectProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getPropertyNames() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getReplaySequenceNumber() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
Returns the Replay sequence number of the Message.
getReplayTimestamp() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
Returns the Replay timestamp of the Message.
getSamplingInterval() - Method in class com.ibm.broker.replay.api.ReplaySignature
Gets the sampling interval of the replay request.
getShortProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getStart() - Method in class com.ibm.broker.replay.api.ReplaySignature
Gets the starting point of the replay request.
getStringProperty(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
getThrottlingInterMessageTime() - Method in class com.ibm.broker.replay.api.ReplaySignature
Gets the inter-message throttling time of this replay request.
getTopic() - Method in class com.ibm.broker.replay.api.ReplayTopicSubscriber
 
getTransacted() - Method in class com.ibm.broker.replay.api.ReplaySession
 

I

isEndNever() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the ending point of the replay request is "NEVER".
isEndSequenceNumber() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the ending point of the replay request is a sequence number.
isEndTimestamp() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the ending point of the replay request is a timestamp.
isSampled() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the replay request is sampled.
isSampledByNumberOfMessages() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the sampling is done by number of messages.
isSampledByTime() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the sampling is done by time.
isSampledOnAggregatedTopics() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the sampling is done on all topics requested in this replay.
isSampledOnTopic() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the sampling is done on a per-topic basis.
isStartNow() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the starting point of the replay request is "NOW".
isStartSequenceNumber() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the starting point of the replay request is a sequence number.
isStartTimestamp() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the starting point of the replay request is a timestamp.
isTimingAsap() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the timing of the replay request is ASAP.
isTimingOriginal() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the timing of the replay request is original (the same cadence as the messages were originally published in).
isTimingThrottled() - Method in class com.ibm.broker.replay.api.ReplaySignature
Queries whether the timing of the replay request is throttled.

P

propertyExists(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 

R

ReplayJMSMessage - class com.ibm.broker.replay.api.ReplayJMSMessage.
ReplayJMSMessage is a wrappering of a normal JMS Message to provide JMS-like access methods for the Replay data in the message.
ReplaySession - class com.ibm.broker.replay.api.ReplaySession.
ReplaySession implements the Session interface, and as such all but one of the methods are the same and do not need documenting (see the javax.jms.MessageConsumer javadoc).
ReplaySignature - class com.ibm.broker.replay.api.ReplaySignature.
ReplaySignature is provided when a ReplayMessageConsumer is created to demarcate the signature of the replay flow, in terms of message sequence numbers and timestamps (it also offers control of timing and cadence).
ReplaySignature() - Constructor for class com.ibm.broker.replay.api.ReplaySignature
 
ReplayTopicSession - class com.ibm.broker.replay.api.ReplayTopicSession.
ReplayTopicSession implements the TopicSession interface and extends ReplayMessageConsumer; it has only one non-JMS method not covered in the javadoc for these two classes.
ReplayTopicSubscriber - class com.ibm.broker.replay.api.ReplayTopicSubscriber.
ReplayTopicSubscriber implements the TopicSubscriber interface and extends ReplayMessageConsumer; it has no non-JMS methods not covered in the javadoc for these two classes.
recover() - Method in class com.ibm.broker.replay.api.ReplaySession
 
rollback() - Method in class com.ibm.broker.replay.api.ReplaySession
 
run() - Method in class com.ibm.broker.replay.api.ReplaySession
 

S

setBooleanProperty(String, boolean) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setByteProperty(String, byte) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setDoubleProperty(String, double) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setEndAsSequenceNumber(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the ending point of the replay request to be an explicit sequence number.
setEndAsTimestamp(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the ending point of the replay request to be an explicit timestamp.
setEndToNever() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the ending point of the replay request to "NEVER".
setFloatProperty(String, float) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setIntProperty(String, int) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSCorrelationID(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSDeliveryMode(int) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSDestination(Destination) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSExpiration(long) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSMessageID(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSPriority(int) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSRedelivered(boolean) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSReplyTo(Destination) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSTimestamp(long) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setJMSType(String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setLongProperty(String, long) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setMessageListener(MessageListener) - Method in class com.ibm.broker.replay.api.ReplaySession
 
setObjectProperty(String, Object) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setSamplingOnAggregatedTopics() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the sampling of the replay request to be on all topics requested in this replay.
setSamplingOnTopic() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the sampling of the replay request to be on a per-topic basis.
setSamplingToByNumberOfMessages(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the sampling of the replay request to be done by number of messages.
setSamplingToByTime(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the sampling of the replay request to be done by time.
setShortProperty(String, short) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setStartAsSequenceNumber(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the starting point of the replay request to be an explicit sequence number.
setStartAsTimestamp(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the starting point of the replay request to be an explicit timestamp.
setStartToNow() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the starting point of the replay request to "NOW".
setStringProperty(String, String) - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
setTimingToAsap() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the timing of the replay request to be ASAP.
setTimingToOriginal() - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the timing of the replay request to be original (the same cadence as the messages were originally published in).
setTimingToThrottled(long) - Method in class com.ibm.broker.replay.api.ReplaySignature
Sets the timing of the replay request to be throttled with a certain amount of time between each message delivery.

T

toString() - Method in class com.ibm.broker.replay.api.ReplayJMSMessage
 
toString() - Method in class com.ibm.broker.replay.api.ReplaySignature
Generates a String representing this replay request.

U

unsubscribe(String) - Method in class com.ibm.broker.replay.api.ReplaySession
 

A C G I P R S T U