Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
coldfusion.service.mxml 

Pop  - AS3 CF

Packagecoldfusion.service.mxml
Classepublic class Pop
HéritagePop Inheritance BasicService Inheritance InternalConfig Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

The proxy class for pop services exposed by ColdFusion.



Propriétés publiques
 PropriétéDéfini par
 Inheritedaction : String
Action string for the service.
BasicService
 InheritedcfContextRoot : String
Context root of the ColdFusion server.
InternalConfig
 InheritedcfPort : int
Port where the ColdFusion server is running.
InternalConfig
 InheritedcfServer : String
Name or IP address of the ColdFusion server.
InternalConfig
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
 Inheriteddestination : 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
 InheritedsecureHttp : Boolean
Boolean value that specifies if secure HTTP is used: yes: uses secure HTTP no: does not use secure HTTP
InternalConfig
 InheritedservicePassword : String
Password to access ColdFusion services.
InternalConfig
 InheritedserviceUserName : 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éthodes publiques
 MéthodeDéfini par
  
Pop()
Creates an instance of the pop class.
Pop
 Inherited
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
 Inherited
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
 Inherited
Returns the RemoteObject instance used by the proxy classes to make the remote object call.
BasicService
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
BasicService
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.
Object
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BasicService
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie la représentation sous forme de chaîne de l’objet spécifié.
Object
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BasicService
Méthodes protégées
 MéthodeDéfini par
  
[override] This is the overriden function of the default implementation is BasicService.
Pop
Evénements
 Evénement Synthèse Défini par
 InheritedDispatched when a ColdFusion service call fails.BasicService
 InheritedDispatched when a ColdFusion service call returns successfully.BasicService
Détails de la propriété

host

propriété
public var host:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

Pop server host name.

maxRows

propriété 
public var maxRows:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: 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.

La valeur par défaut est Retrieves all available rows.

messageNumber

propriété 
public var messageNumber:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: 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

propriété 
public var password:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

A password that corresponds to the user name.

port

propriété 
public var port:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

POP port.

La valeur par défaut est 110.

startRow

propriété 
public var startRow:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

First row number to get or delete. Ignored if messageNumber or uid is specified.

timeout

propriété 
public var timeout:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

Maximum time, in seconds, to wait for mail processing.

La valeur par défaut est 60.

uid

propriété 
public var uid:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

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

userName

propriété 
public var userName:String

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

A user name.

Détails du constructeur

Pop

()Constructeur
public function Pop()

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

Creates an instance of the pop class.

Détails de la méthode

convertResultInEvent

()méthode
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: 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.

Paramètres

event:ResultEvent

Valeur renvoyée
ColdFusionServiceResultEvent

execute

()méthode 
public function execute():void

Version du langage: ActionScript 3.0
Version du produit: ColdFusion 9
Versions du moteur d’exécution: Flash Player 9, AIR 1.0

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





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.