Paquete | coldfusion.service.mxml |
Clase | public class Pop |
Herencia | Pop BasicService InternalConfig Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Propiedad | Definido por | ||
---|---|---|---|
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
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 |
Método | Definido por | ||
---|---|---|---|
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 | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
Método | Definido por | ||
---|---|---|---|
[override]
This is the overriden function of the default implementation is BasicService. | Pop |
host | propiedad |
public var host:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Pop server host name.
maxRows | propiedad |
public var maxRows:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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.
El valor predeterminado es Retrieves all available rows.
messageNumber | propiedad |
public var messageNumber:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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 | propiedad |
public var password:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
A password that corresponds to the user name.
port | propiedad |
public var port:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
POP port.
El valor predeterminado es 110.
startRow | propiedad |
public var startRow:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
First row number to get or delete.
Ignored if messageNumber
or uid
is specified.
timeout | propiedad |
public var timeout:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Maximum time, in seconds, to wait for mail processing.
El valor predeterminado es 60.
uid | propiedad |
public var uid:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
UID or a comma-separated list of UIDs to get or delete. Invalid UIDs are ignored.
userName | propiedad |
public var userName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
A user name.
Pop | () | Información sobre |
public function Pop()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Creates an instance of the pop
class.
convertResultInEvent | () | método |
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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.
Parámetros
event:ResultEvent |
ColdFusionServiceResultEvent |
execute | () | método |
public function execute():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Sends information to the ColdFusion service based on the action and attributes that the user sets.
Tue Jun 12 2018, 02:12 PM Z