Amf/Value/Messaging/AbstractMessage.php
- category
- Zend
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_Amf
- subpackage
- Value
- version
- $Id: AbstractMessage.php 20096 2010-01-06 02:05:09Z bkarwin $
- Classes
- Zend_Amf_Value_Messaging_AbstractMessage
Description
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
Zend_Amf_Value_Messaging_AbstractMessage
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_Amf
- subpackage
- Value
- Properties
- $clientId
- $destination
- $messageId
- $timestamp
- $timeToLive
- $headers
- $body
- Methods
- generateId
Description
This is the default Implementation of Message, which provides
a convenient base for behavior and association of common endpoints
Properties
string $body = ''
Details
- $body
- string
Message body
- visibility
- public
- default
- final
- false
- static
- false
string $clientId = ''
Details
- $clientId
- string
Client identifier
- visibility
- public
- default
- final
- false
- static
- false
string $destination = ''
Details
- $destination
- string
Destination
- visibility
- public
- default
- final
- false
- static
- false
object $headers = ''
Details
- $headers
- object
Message headers
- visibility
- public
- default
- final
- false
- static
- false
string $messageId = ''
Details
- $messageId
- string
Message identifier
- visibility
- public
- default
- final
- false
- static
- false
int $timeToLive = ''
Details
- $timeToLive
- int
Message TTL
- visibility
- public
- default
- final
- false
- static
- false
int $timestamp = ''
Details
- $timestamp
- int
Message timestamp
- visibility
- public
- default
- final
- false
- static
- false
Methods
generateId(
)
:
string
generate a unique id
Format is: ########-####-####-####-############
Where # is an uppercase letter or number
example: 6D9DC7EC-A273-83A9-ABE3-00005FD752D6
Details
- visibility
- public
- final
- false
- static
- false