Class Overview
A SQSConnectorLifecycleAdapter is a wrapper around SQSConnector that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.amazon.adapters.SQSConnectorCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.amazon.SQSConnector
|
void
|
addPermission(String label, String accountId, String action)
Adds a permission to this message queue.
|
|
void
|
connect(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.
|
|
String
|
getMessageQueueUrl()
|
|
Map<String, String>
|
getQueueAttributes(QueueAttribute attribute)
Gets queue attributes.
|
|
URL
|
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
|
setAccessKey(String accessKey)
|
|
void
|
setQueueAttribute(QueueAttribute attribute, String value)
Sets a queue attribute.
|
|
void
|
setSecretAccessKey(String secretAccessKey)
|
|
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.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
SQSConnectorLifecycleAdapter
()
Public Methods
public
void
initialise
()