Uses of Class
org.apache.activemq.blob.BlobTransferPolicy
Packages that use BlobTransferPolicy
Package
Description
The core JMS client API implementation classes.
Helper classes for dealing with out-of-band BLOB objects
-
Uses of BlobTransferPolicy in org.apache.activemq
Methods in org.apache.activemq that return BlobTransferPolicyModifier and TypeMethodDescriptionprotected BlobTransferPolicyActiveMQConnection.createBlobTransferPolicy()ActiveMQConnection.getBlobTransferPolicy()ActiveMQConnectionFactory.getBlobTransferPolicy()ActiveMQSession.getBlobTransferPolicy()Methods in org.apache.activemq with parameters of type BlobTransferPolicyModifier and TypeMethodDescriptionvoidActiveMQConnection.setBlobTransferPolicy(BlobTransferPolicy blobTransferPolicy) Sets the policy used to describe how out-of-band BLOBs (Binary Large OBjects) are transferred from producers to brokers to consumersvoidActiveMQConnectionFactory.setBlobTransferPolicy(BlobTransferPolicy blobTransferPolicy) Sets the policy used to describe how out-of-band BLOBs (Binary Large OBjects) are transferred from producers to brokers to consumersvoidActiveMQSession.setBlobTransferPolicy(BlobTransferPolicy blobTransferPolicy) Sets the policy used to describe how out-of-band BLOBs (Binary Large OBjects) are transferred from producers to brokers to consumers -
Uses of BlobTransferPolicy in org.apache.activemq.blob
Fields in org.apache.activemq.blob declared as BlobTransferPolicyMethods in org.apache.activemq.blob that return BlobTransferPolicyModifier and TypeMethodDescriptionBlobTransferPolicy.copy()Returns a copy of this policy objectBlobDownloader.getBlobTransferPolicy()BlobUploader.getBlobTransferPolicy()Constructors in org.apache.activemq.blob with parameters of type BlobTransferPolicyModifierConstructorDescriptionBlobDownloader(BlobTransferPolicy transferPolicy) BlobUploader(BlobTransferPolicy blobTransferPolicy, File file) BlobUploader(BlobTransferPolicy blobTransferPolicy, InputStream in) DefaultBlobDownloadStrategy(BlobTransferPolicy transferPolicy) DefaultBlobUploadStrategy(BlobTransferPolicy transferPolicy) DefaultStrategy(BlobTransferPolicy transferPolicy)