Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A SQSConnectorMetadataAdapater is a wrapper around SQSConnector that adds support for querying metadata about the extension.
Summary
| Public Methods |
|
String
|
getDevkitBuild()
Returns the build of the DevKit used to create this module
|
|
String
|
getDevkitVersion()
Returns the version of the DevKit used to create this module
|
|
String
|
getModuleName()
Returns the user-friendly name of this module
|
|
String
|
getModuleVersion()
Returns the version of this module
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.sqs.adapters.SQSConnectorCapabilitiesAdapter
|
From class
org.mule.modules.sqs.SQSConnector
|
void
|
addPermission(String label, String accountId, String action)
Adds a permission to this message queue.
|
|
void
|
connect(String accessKey, String secretKey, String queueName)
|
|
Map<String, Object>
|
createProperties(Message msg)
|
|
void
|
deleteMessage(String receiptHandle)
Deletes the message identified by message object on the queue this object represents.
|
|
void
|
deleteQueue()
Deletes the message queue represented by this object.
|
|
void
|
disconnect()
|
|
int
|
getApproximateNumberOfMessages()
Gets the visibility timeout for the queue.
|
|
Map<String, String>
|
getQueueAttributes(String attribute)
Gets queue attributes.
|
|
String
|
getQueueUrl()
|
|
RegionEndpoint
|
getRegion()
|
|
String
|
getUrl()
This method provides the URL for the message queue represented by this object.
|
|
boolean
|
isConnected()
|
|
void
|
receiveMessages(SourceCallback callback, Integer visibilityTimeout, Boolean preserveMessages, Long pollPeriod, Integer numberOfMessages)
Attempts to receive a message from the queue.
|
|
void
|
removePermission(String label)
Removes a permission from this message queue.
|
|
void
|
sendMessage(String message)
Sends a message to a specified queue.
|
|
void
|
setQueueAttribute(String attribute, String value)
Sets a queue attribute.
|
|
void
|
setQueueUrl(String queueUrl)
|
|
void
|
setRegion(RegionEndpoint region)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.modules.sqs.basic.Capabilities
|
abstract
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such
capability
|
|
From interface
org.mule.modules.sqs.basic.MetadataAware
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"3.4.0.1555.8df15c1"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MODULE_NAME
Constant Value:
"Amazon SQS"
private
static
final
String
MODULE_VERSION
Public Constructors
public
SQSConnectorMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
Returns the build of the DevKit used to create this module
public
String
getDevkitVersion
()
Returns the version of the DevKit used to create this module
public
String
getModuleName
()
Returns the user-friendly name of this module
public
String
getModuleVersion
()
Returns the version of this module