|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageReference in org.jboss.messaging.core |
Fields in org.jboss.messaging.core declared as MessageReference | |
protected MessageReference |
SimpleDelivery.reference
|
Methods in org.jboss.messaging.core that return MessageReference | |
MessageReference |
MessageReference.copy()
|
MessageReference |
Delivery.getReference()
|
protected MessageReference |
ChannelSupport.removeFirstInMemory()
|
protected MessageReference |
ChannelSupport.obtainReference(Routable r)
|
MessageReference |
SimpleDelivery.getReference()
|
Methods in org.jboss.messaging.core with parameters of type MessageReference | |
protected void |
ChannelSupport.addReferenceInMemory(MessageReference ref)
|
protected void |
ChannelSupport.addToDownCache(MessageReference ref)
|
protected void |
ChannelSupport.processMessageBeforeStorage(MessageReference reference)
Give subclass a chance to process the message before storing it internally. |
Constructors in org.jboss.messaging.core with parameters of type MessageReference | |
SimpleDelivery(DeliveryObserver observer,
MessageReference reference)
|
|
SimpleDelivery(MessageReference reference,
boolean done)
|
|
SimpleDelivery(DeliveryObserver observer,
MessageReference reference,
boolean done)
|
|
SimpleDelivery(DeliveryObserver observer,
MessageReference reference,
boolean done,
boolean selectorAccepted)
|
Uses of MessageReference in org.jboss.messaging.core.distributed.queue |
Methods in org.jboss.messaging.core.distributed.queue with parameters of type MessageReference | |
protected void |
DistributedQueue.processMessageBeforeStorage(MessageReference ref)
|
Uses of MessageReference in org.jboss.messaging.core.distributed.replicator |
Constructors in org.jboss.messaging.core.distributed.replicator with parameters of type MessageReference | |
ReplicatorOutputDelivery(DeliveryObserver observer,
MessageReference reference,
java.io.Serializable replicatorOutputID,
boolean cancelOnMessageRejection)
|
Uses of MessageReference in org.jboss.messaging.core.plugin |
Classes in org.jboss.messaging.core.plugin that implement MessageReference | |
class |
SimpleMessageReference
A Simple MessageReference implementation. |
Methods in org.jboss.messaging.core.plugin that return MessageReference | |
MessageReference |
SimpleMessageReference.copy()
|
MessageReference |
SimpleMessageStore.reference(Message m)
|
MessageReference |
SimpleMessageStore.reference(long messageID)
|
Methods in org.jboss.messaging.core.plugin with parameters of type MessageReference | |
void |
JDBCPersistenceManager.addReference(long channelID,
MessageReference ref,
Transaction tx)
|
void |
JDBCPersistenceManager.updateDeliveryCount(long channelID,
MessageReference ref)
|
void |
JDBCPersistenceManager.removeReference(long channelID,
MessageReference ref,
Transaction tx)
|
protected void |
JDBCPersistenceManager.addReference(long channelID,
MessageReference ref,
java.sql.PreparedStatement ps,
boolean loaded)
|
protected void |
JDBCPersistenceManager.removeReference(long channelID,
MessageReference ref,
java.sql.PreparedStatement ps)
|
protected void |
JDBCPersistenceManager.prepareToAddReference(long channelID,
MessageReference ref,
Transaction tx,
java.sql.PreparedStatement ps)
|
protected void |
JDBCPersistenceManager.prepareToRemoveReference(long channelID,
MessageReference ref,
Transaction tx,
java.sql.PreparedStatement ps)
|
Uses of MessageReference in org.jboss.messaging.core.plugin.contract |
Methods in org.jboss.messaging.core.plugin.contract that return MessageReference | |
MessageReference |
MessageStore.reference(Message m)
Message m is stored in the store if it is not already known to the store, then a new MessageReference is returned for the Message |
MessageReference |
MessageStore.reference(long messageID)
Return a new reference for a message already stored in the store and identified by |
Methods in org.jboss.messaging.core.plugin.contract with parameters of type MessageReference | |
void |
PersistenceManager.addReference(long channelID,
MessageReference ref,
Transaction tx)
|
void |
PersistenceManager.removeReference(long channelID,
MessageReference ref,
Transaction tx)
|
void |
PersistenceManager.updateDeliveryCount(long channelID,
MessageReference ref)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |