|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractQueue<E>
com.caucho.jms.queue.AbstractDestination<E>
com.caucho.jms.queue.AbstractQueue<E>
com.caucho.jms.queue.AbstractMemoryQueue<E,FileQueueEntry<E>>
com.caucho.jms.file.FileQueueImpl<X>
com.caucho.jms.FileQueue<X>
@Service @Configurable public class FileQueue<X extends java.io.Serializable>
A JMS queue backed by a file-based database. It is configured as:
<web-app xmlns="http://caucho.com/ns/resin"
xmlns:jms="urn:java:com.caucho.jms">
<jms:FileQueue>
<resin:JndiName>jms/my-name</resin:JndiName>
<jms:name>my-name</jms:name>
</jms:FileQueue>
</web-app>
| Constructor Summary | |
|---|---|
FileQueue()
|
|
FileQueue(java.lang.String name)
|
|
| Method Summary |
|---|
| Methods inherited from class com.caucho.jms.file.FileQueueImpl |
|---|
acknowledge, addEntry, getFileStoreMessageCount, getPath, getUrl, init, readPayload, setPath, setTablePrefix, writeEntry |
| Methods inherited from class com.caucho.jms.queue.AbstractMemoryQueue |
|---|
acknowledge, addMessageCallback, addQueueEntry, dispatchMessage, getBrowserList, getConsumerCount, getMessageIds, getQueueSize, getQueueSizeMax, getReceiverCount, hasMessage, listen, readEntry, readEntry, receive, receiveEntry, receiveEntry, removeEntry, removeMessageCallback, rollback, send, setQueueSizeMax |
| Methods inherited from class com.caucho.jms.queue.AbstractQueue |
|---|
addListenerException, close, drainTo, drainTo, getListenerFailCountTotal, getListenerFailLastTime, iterator, offer, offer, peek, poll, poll, postConstruct, put, receive, receive, remainingCapacity, setQueueName, size, take |
| Methods inherited from class com.caucho.jms.queue.AbstractDestination |
|---|
generateMessageID, generateMessageID, getJMSDestination, getName, getQueueName, getTopicName, setName, setSerializationHandle, toString |
| Methods inherited from class java.util.AbstractQueue |
|---|
add, addAll, clear, element, remove |
| Methods inherited from class java.util.AbstractCollection |
|---|
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.Topic |
|---|
getTopicName, toString |
| Methods inherited from interface javax.jms.Queue |
|---|
getQueueName, toString |
| Methods inherited from interface java.util.concurrent.BlockingQueue |
|---|
add, contains, remove |
| Methods inherited from interface java.util.Queue |
|---|
element, remove |
| Methods inherited from interface java.util.Collection |
|---|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public FileQueue()
public FileQueue(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||