Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
coldfusion.service.mxml 

Pop  - AS3 CF

Пакетcoldfusion.service.mxml
Классpublic class Pop
НаследованиеPop Inheritance BasicService Inheritance InternalConfig Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

The proxy class for pop services exposed by ColdFusion.



Общедоступные свойства
 СвойствоОпределено
 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
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
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
Общедоступные методы
 МетодОпределено
  
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
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BasicService
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BasicService
Защищенные методы
 МетодОпределено
  
[переопределить] This is the overriden function of the default implementation is BasicService.
Pop
События
 Событие Сводка Определено
 InheritedDispatched when a ColdFusion service call fails.BasicService
 InheritedDispatched when a ColdFusion service call returns successfully.BasicService
Сведения о свойстве

host

свойство
public var host:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

Pop server host name.

maxRows

свойство 
public var maxRows:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: 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.

Значением по умолчанию является Retrieves all available rows.

messageNumber

свойство 
public var messageNumber:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: 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

свойство 
public var password:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

A password that corresponds to the user name.

port

свойство 
public var port:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

POP port.

Значением по умолчанию является 110.

startRow

свойство 
public var startRow:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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

timeout

свойство 
public var timeout:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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

Значением по умолчанию является 60.

uid

свойство 
public var uid:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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

userName

свойство 
public var userName:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

A user name.

Сведения о конструкторе

Pop

()Конструктор
public function Pop()

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

Creates an instance of the pop class.

Сведения о методе

convertResultInEvent

()метод
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: 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.

Параметры

event:ResultEvent

Возвращает
ColdFusionServiceResultEvent

execute

()метод 
public function execute():void

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.