Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
The proxy class for pop services exposed by ColdFusion.
public var host:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
public var maxRows:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
public var messageNumber:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
public var password:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
A user name.
public var port:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
POP port.
The default value is 110.
public var startRow:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Number of messages to return or delete, starting with the number in startRow.
Ignored if messageNumber or uid is specified.
The default value is Retrieves all available rows.
public var timeout:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Message number or comma-separated list of message numbers to get or delete.
Invalid message numbers are ignored.
Ignored if uid
is specified.
public var uid:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
UID or a comma-separated list of UIDs to get or delete.
Invalid UIDs are ignored.
public var userName:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
public function Pop()
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Creates an instance of the pop
class.
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
This is the overriden function of the default implementation is BasicService.
This function checks if the result returned is an array of
specific object instances. If it is, it converts it into an array of objects and creates
an instance of ColdFusionResultEvent and returns the event.
Parameters
Returns public function execute():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Sends information to the ColdFusion service based on the action and attributes that
the user sets.
© 2009 Adobe Systems Incorporated. All rights reserved.
Fri Aug 14 2009, 04:09 PM +05:30