| Package | Description |
|---|---|
| com.caucho.jms | |
| com.caucho.jms.connection | |
| com.caucho.jms.file | |
| com.caucho.jms.memory | |
| com.caucho.jms.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTopic<E>
A JMS topic backed by a file-based database.
|
class |
MemoryTopic
A JMS topic stored in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemporaryTopicImpl
A basic topic.
|
| Constructor and Description |
|---|
TopicPublisherImpl(JmsSession session,
AbstractTopic topic) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTopicImpl<E>
Implements a file topic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTopicImpl<E>
Implements a memory topic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PollingTopic<E>
Implements an topic which polls the data periodically.
|