Packagecoldfusion.service.mxml
Classpublic class Pop
InheritancePop Inheritance BasicService

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

The proxy class for pop services exposed by ColdFusion.



Public Properties
 PropertyDefined By
  host : String
Pop
  maxRows : String
Pop
  messageNumber : String
Pop
  password : String
A user name.
Pop
  port : String
POP port.
Pop
  startRow : String
Number of messages to return or delete, starting with the number in startRow.
Pop
  timeout : String
Message number or comma-separated list of message numbers to get or delete.
Pop
  uid : String
UID or a comma-separated list of UIDs to get or delete.
Pop
  userName : String
Pop
Public Methods
 MethodDefined By
  
Pop()
Creates an instance of the pop class.
Pop
  
Sends information to the ColdFusion service based on the action and attributes that the user sets.
Pop
Protected Methods
 MethodDefined By
  
[override] This is the overriden function of the default implementation is BasicService.
Pop
Property Detail
hostproperty
public var host:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

maxRowsproperty 
public var maxRows:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

messageNumberproperty 
public var messageNumber:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

passwordproperty 
public var password:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

A user name.

portproperty 
public var port:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

POP port.

The default value is 110.

startRowproperty 
public var startRow:String

Language Version: ActionScript 3.0
Product Version: CF 9
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.

timeoutproperty 
public var timeout:String

Language Version: ActionScript 3.0
Product Version: CF 9
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.

uidproperty 
public var uid:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

UID or a comma-separated list of UIDs to get or delete. Invalid UIDs are ignored.

userNameproperty 
public var userName:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Constructor Detail
Pop()Constructor
public function Pop()

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Creates an instance of the pop class.

Method Detail
convertResultInEvent()method
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent

Language Version: ActionScript 3.0
Product Version: CF 9
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

event:ResultEvent

Returns
ColdFusionServiceResultEvent
execute()method 
public function execute():void

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Sends information to the ColdFusion service based on the action and attributes that the user sets.