Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

Element index for package Services_Amazon_SQS

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ q ] [ r ] [ s ] [ x ] [ _ ]

_

__construct
in file Exceptions.php, method Services_Amazon_SQS_InvalidTimeoutException::__construct()
    Creates a new invalid timeout exception
__construct
in file Queue.php, method Services_Amazon_SQS_Queue::__construct()
    Creates a PHP SQS queue object
__construct
in file Response.php, method Services_Amazon_SQS_Response::__construct()
    Creates a new high-level SQS response object
__construct
in file SQS.php, method Services_Amazon_SQS::__construct()
    Creates a new SQS client
__construct
in file Exceptions.php, method Services_Amazon_SQS_InvalidQueueException::__construct()
    Creates a new invalid queue exception
__construct
in file Exceptions.php, method Services_Amazon_SQS_InvalidPermissionLabelException::__construct()
    Creates a new invalid permission label exception
__construct
in file Exceptions.php, method Services_Amazon_SQS_ChecksumException::__construct()
    Creates a new checksum mismatch exception
__construct
in file Exceptions.php, method Services_Amazon_SQS_ErrorException::__construct()
    Creates a new error exception
__construct
in file Exceptions.php, method Services_Amazon_SQS_InvalidAttributeException::__construct()
    Creates a new invalid attribute exception
__construct
in file Exceptions.php, method Services_Amazon_SQS_InvalidMessageException::__construct()
    Creates a new invalid message exception
__construct
in file Account.php, method Services_Amazon_SQS_Account::__construct()
    Creates a new account object used to authenticate actions on the Amazon SQS
__toString
in file Queue.php, method Services_Amazon_SQS_Queue::__toString()
    Gets a string representation of this queue
top

a

$account
in file SQS.php, variable Services_Amazon_SQS::$account
    The account to use
addPermission
in file Queue.php, method Services_Amazon_SQS_Queue::addPermission()
    Adds a permission to this queue for a specific principal
addRequiredParameters
in file SQS.php, method Services_Amazon_SQS::addRequiredParameters()
    Adds required authentication and version parameters to an array of parameters
Account.php
procedural page Account.php
top

c

changeMessageVisibility
in file Queue.php, method Services_Amazon_SQS_Queue::changeMessageVisibility()
    Changes the visibility timeout for a message in this queue
createQueue
in file QueueManager.php, method Services_Amazon_SQS_QueueManager::createQueue()
    Creates a new queue for the current account
CLI.php
procedural page CLI.php
top

d

delete
in file Queue.php, method Services_Amazon_SQS_Queue::delete()
    Deletes a message from this queue
deleteQueue
in file QueueManager.php, method Services_Amazon_SQS_QueueManager::deleteQueue()
    Deletes a queue
top

e

Exceptions.php
procedural page Exceptions.php
top

g

getAccessKey
in file Account.php, method Services_Amazon_SQS_Account::getAccessKey()
    Gets the Amazon Web Services access key id of this account
getAttributes
in file Queue.php, method Services_Amazon_SQS_Queue::getAttributes()
    Gets an associative array of one or more attributes of this queue
getDocument
in file Response.php, method Services_Amazon_SQS_Response::getDocument()
    Gets the document object for this response
getError
in file Exceptions.php, method Services_Amazon_SQS_ErrorException::getError()
    Gets the Amazon SQS error code
getLabel
in file Exceptions.php, method Services_Amazon_SQS_InvalidPermissionLabelException::getLabel()
    Gets the invalid permission label
getMessageBody
in file Exceptions.php, method Services_Amazon_SQS_InvalidMessageException::getMessageBody()
    Gets the invalid message body
getMessageId
in file Exceptions.php, method Services_Amazon_SQS_ChecksumException::getMessageId()
    Gets the id of the message that has the checksum mismatch
getName
in file Exceptions.php, method Services_Amazon_SQS_InvalidQueueException::getName()
    Gets the name of the queue that is invalid
getName
in file Exceptions.php, method Services_Amazon_SQS_InvalidAttributeException::getName()
    Gets the name of the attribute that is invalid
getRequestBackoffTime
in file SQS.php, method Services_Amazon_SQS::getRequestBackoffTime()
    Gets the number of milliseconds to wait before the next reqeust when performing exponential backoff
getSecretAccessKey
in file Account.php, method Services_Amazon_SQS_Account::getSecretAccessKey()
    Gets the Amazon Web Services secret access key of this account
getTimeout
in file Exceptions.php, method Services_Amazon_SQS_InvalidTimeoutException::getTimeout()
    Gets the invalid timeout value
getXPath
in file Response.php, method Services_Amazon_SQS_Response::getXPath()
    Gets the XPath object for this response
top

h

HTTP_TIMEOUT
in file SQS.php, class constant Services_Amazon_SQS::HTTP_TIMEOUT
    Period after which HTTP requests will timeout in seconds.
top

i

isValidPermissionLabel
in file SQS.php, method Services_Amazon_SQS::isValidPermissionLabel()
    Gets whether or not a permission label is valid
isValidQueueName
in file QueueManager.php, method Services_Amazon_SQS_QueueManager::isValidQueueName()
    Gets whether or not a queue name is valid for Amazon SQS
isValidVisibilityTimeout
in file SQS.php, method Services_Amazon_SQS::isValidVisibilityTimeout()
    Gets whether or not a visibility timeout is valid
top

l

listQueues
in file QueueManager.php, method Services_Amazon_SQS_QueueManager::listQueues()
    Gets a list of SQS queues for the current account
top

m

$maximumRetries
in file SQS.php, variable Services_Amazon_SQS::$maximumRetries
    The maximum number of retries to make when encountering internal errors on SQS
top

q

Queue.php
procedural page Queue.php
QueueManager.php
procedural page QueueManager.php
top

r

$request
in file SQS.php, variable Services_Amazon_SQS::$request
    The HTTP request object to use
receive
in file Queue.php, method Services_Amazon_SQS_Queue::receive()
    Retrieves one or more messages from this queue
removePermission
in file Queue.php, method Services_Amazon_SQS_Queue::removePermission()
    Removes a permission from this queue by the permission's label
run
in file CLI.php, method Services_Amazon_SQS_CLI::run()
    Runs this application
Response.php
procedural page Response.php
top

s

send
in file Queue.php, method Services_Amazon_SQS_Queue::send()
    Sends a message to this queue
sendRequest
in file SQS.php, method Services_Amazon_SQS::sendRequest()
    Sends a HTTP request to the queue service
Services_Amazon_SQS
in file SQS.php, class Services_Amazon_SQS
    Abstract base class for interfacing with Amazon Simple Queue Service (SQS) queues
SQS.php
procedural page SQS.php
Services_Amazon_SQS_Account
in file Account.php, class Services_Amazon_SQS_Account
    Amazon Simple Queue Service (SQS) account
Services_Amazon_SQS_ChecksumException
in file Exceptions.php, class Services_Amazon_SQS_ChecksumException
    Exception thrown when there is a message body checksum mismatch
Services_Amazon_SQS_CLI
in file CLI.php, class Services_Amazon_SQS_CLI
    Amazon Simple Queue Service (SQS) command-line interface
Services_Amazon_SQS_ErrorException
in file Exceptions.php, class Services_Amazon_SQS_ErrorException
    Exception thrown when one or more errors are returned by Amazon
Services_Amazon_SQS_Exception
in file Exceptions.php, class Services_Amazon_SQS_Exception
    Abstract base class for exceptions thrown by the Services_Amazon_SQS package
Services_Amazon_SQS_HttpException
in file Exceptions.php, class Services_Amazon_SQS_HttpException
    Exception thrown when there is a HTTP communication error in the Services_Amazon_SQS package
Services_Amazon_SQS_InvalidAttributeException
in file Exceptions.php, class Services_Amazon_SQS_InvalidAttributeException
    Exception thrown when an invalid attribute is used in the Services_Amazon_SQS package
Services_Amazon_SQS_InvalidMessageException
in file Exceptions.php, class Services_Amazon_SQS_InvalidMessageException
    Exception thrown when a message body is invalid
Services_Amazon_SQS_InvalidPermissionLabelException
in file Exceptions.php, class Services_Amazon_SQS_InvalidPermissionLabelException
    Exception thrown when an invalid permission lavel is used in the Services_Amazon_SQS package
Services_Amazon_SQS_InvalidQueueException
in file Exceptions.php, class Services_Amazon_SQS_InvalidQueueException
    Exception thrown when an invalid queue is used in the Services_Amazon_SQS package
Services_Amazon_SQS_InvalidTimeoutException
in file Exceptions.php, class Services_Amazon_SQS_InvalidTimeoutException
    Exception thrown when an invalid timeout is used in the Services_Amazon_SQS package
Services_Amazon_SQS_Queue
in file Queue.php, class Services_Amazon_SQS_Queue
    A queue in the Amazon SQS
Services_Amazon_SQS_QueueManager
in file QueueManager.php, class Services_Amazon_SQS_QueueManager
    Class for creating, managing, and deleting Amazon Simple Queue Service (SQS) queues
Services_Amazon_SQS_Response
in file Response.php, class Services_Amazon_SQS_Response
    Amazon Simple Queue Service (SQS) response class
setAttribute
in file Queue.php, method Services_Amazon_SQS_Queue::setAttribute()
    Sets an attribute of this queue
setMaximumRetries
in file SQS.php, method Services_Amazon_SQS::setMaximumRetries()
    Sets the maximum number of retries to make when encountering internal errors on SQS
setRequest
in file SQS.php, method Services_Amazon_SQS::setRequest()
    Sets the HTTP request object to use
signParameters
in file SQS.php, method Services_Amazon_SQS::signParameters()
    Signs an array of request parameters using the Amazon Web Services Signature Version 2 signing method
singleton
in file CLI.php, method Services_Amazon_SQS_CLI::singleton()
    Gets the singleton instance of the SQS command-line application
SQS_API_VERSION
in file SQS.php, class constant Services_Amazon_SQS::SQS_API_VERSION
    The API version to use.
SQS_SERVER
in file SQS.php, class constant Services_Amazon_SQS::SQS_SERVER
    The HTTP query server.
SQS_SIGNATURE_VERSION
in file SQS.php, class constant Services_Amazon_SQS::SQS_SIGNATURE_VERSION
    The signature version used by Services_Amazon_SQS.
top

x

XML_NAMESPACE
in file Response.php, class constant Services_Amazon_SQS_Response::XML_NAMESPACE
    XML namespace used for SQS responses.
top

Documentation generated on Mon, 11 Mar 2019 15:35:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.