|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlobMessage | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
| Uses of BlobMessage in org.apache.activemq |
|---|
| Methods in org.apache.activemq that return BlobMessage | |
|---|---|
BlobMessage |
ActiveMQSession.createBlobMessage(java.io.File file)
Creates an initialized BlobMessage object. |
BlobMessage |
ActiveMQSession.createBlobMessage(java.io.InputStream in)
Creates an initialized BlobMessage object. |
BlobMessage |
ActiveMQSession.createBlobMessage(java.net.URL url)
Creates an initialized BlobMessage object. |
BlobMessage |
ActiveMQSession.createBlobMessage(java.net.URL url,
boolean deletedByBroker)
Creates an initialized BlobMessage object. |
| Uses of BlobMessage in org.apache.activemq.command |
|---|
| Classes in org.apache.activemq.command that implement BlobMessage | |
|---|---|
class |
ActiveMQBlobMessage
An implementation of BlobMessage for out of band BLOB transfer |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||