Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Amf_Value_Messaging_AbstractMessage

Zend_Amf
|-Zend_Amf_Value
|- class Zend_Amf_Value_Messaging_AbstractMessage
This is the default Implementation of Message, which provides
a convenient base for behavior and association of common endpoints
PackageZend_Amf
SubpackageValue
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance fields
+ $body
+ $clientId
+ $destination
+ $headers
+ $messageId
+ $timeToLive
+ $timestamp
Instance methods
+ generateId() generate a unique id

Details

Instance fields

$body
public $body
Var string Message body
$clientId
public $clientId
Var string Client identifier
$destination
public $destination
Var string Destination
$headers
public $headers
Var object Message headers
$messageId
public $messageId
Var string Message identifier
$timeToLive
public $timeToLive
Var int Message TTL
$timestamp
public $timestamp
Var int Message timestamp

Instance methods

generateId()
public function generateId( )
generate a unique id

Format is: ########-####-####-####-############
Where # is an uppercase letter or number
example: 6D9DC7EC-A273-83A9-ABE3-00005FD752D6
Returns string