Package | coldfusion.service.mxml |
Class | public class Pop |
Inheritance | Pop BasicService InternalConfig Object |
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Property | Defined By | ||
---|---|---|---|
action : String
Action string for the service. | BasicService | ||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
host : String
Pop server host name. | Pop | ||
maxRows : String
Number of messages to return or delete, starting with the number in startRow. | Pop | ||
messageNumber : String
Message number or comma-separated list of message numbers to get or delete. | Pop | ||
password : String
A password that corresponds to the user name. | Pop | ||
port : String
POP port. | Pop | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig | ||
startRow : String
First row number to get or delete. | Pop | ||
timeout : String
Maximum time, in seconds, to wait for mail processing. | Pop | ||
uid : String
UID or a comma-separated list of UIDs to get or delete. | Pop | ||
userName : String
A user name. | Pop |
Method | Defined By | ||
---|---|---|---|
Pop()
Creates an instance of the pop class. | Pop | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | ||
Dispatches an event into the event flow. | BasicService | ||
Sends information to the ColdFusion service based on the action and attributes that
the user sets. | Pop | ||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
Method | Defined By | ||
---|---|---|---|
[override]
This is the overriden function of the default implementation is BasicService. | Pop |
host | property |
public var host:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Pop server host name.
maxRows | property |
public var maxRows:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 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.
messageNumber | property |
public var messageNumber:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 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.
password | property |
public var password:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
A password that corresponds to the user name.
port | property |
public var port:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
POP port.
The default value is 110.
startRow | property |
public var startRow:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
First row number to get or delete.
Ignored if messageNumber
or uid
is specified.
timeout | property |
public var timeout:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Maximum time, in seconds, to wait for mail processing.
The default value is 60.
uid | property |
public var uid:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 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.
userName | property |
public var userName:String
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
A user name.
Pop | () | Constructor |
public function Pop()
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
Creates an instance of the pop
class.
convertResultInEvent | () | method |
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 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 |
ColdFusionServiceResultEvent |
execute | () | method |
public function execute():void
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 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.
Wed Nov 21 2018, 06:34 AM -08:00