Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
coldfusion.service 

BasicService  - AS3 CF

Paketcoldfusion.service
Sınıfpublic class BasicService
Miras AlmaBasicService Inheritance InternalConfig Inheritance Object
Uygular IEventDispatcher, IMXMLObject
Alt Sınıflar Chart, Document, Image, Ldap, Mail, Pdf, Pop

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

The base class for all the proxy classes that interact with the different ColdFusion services, such as, image or pdf.



Genel Özellikler
 ÖzellikTanımlayan:
  action : 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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
 Inheriteddestination : String
Specifies the destination for the remoting call.
InternalConfig
 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
Genel Yöntemler
 YöntemTanımlayan:
  
The constructor that accepts the source CFC on the ColdFusion-side of the service.
BasicService
  
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
  
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
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BasicService
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
 Inherited
Belirtilen nesnenin dize olarak temsil edilen halini döndürür.
Object
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
  
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BasicService
Olaylar
 Olay Özet Tanımlayan:
  Dispatched when a ColdFusion service call fails.BasicService
  Dispatched when a ColdFusion service call returns successfully.BasicService
Özellik Ayrıntısı

action

özellik
public var action:String

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Action string for the service.

Yapıcı Ayrıntı

BasicService

()Yapıcı
public function BasicService(source:String)

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

The constructor that accepts the source CFC on the ColdFusion-side of the service.

Parametreler
source:String
Yöntem Ayrıntısı

addEventListener

()yöntem
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.

Parametreler

type:String — The type of event.
 
listener:Function — The listener function that processes the event.
 
useCapture:Boolean (default = false) — Determines whether the listener works in the capture phase or the target and bubbling phases:
  • If useCapture is set to true, the listener processes the event only during the capture phase and not in the target or bubbling phase.
  • If useCapture is false, the listener processes the event only during the target or bubbling phase.
 
priority:int (default = 0) — The priority level of the event listener. The priority is designated by a signed 32-bit integer.
 
useWeakReference:Boolean (default = false) — Determines whether the reference to the listener is strong or weak.

dispatchEvent

()yöntem 
public function dispatchEvent(evt:Event):Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Dispatches an event into the event flow.

Parametreler

evt:Event — The Event object that is dispatched into the event flow. If the event is being redispatched, a clone of the event is created automatically.

Döndürür
Boolean — A value of true if the event was successfully dispatched. A value of false indicates failure or that preventDefault() was called on the event.

getRemoteObject

()yöntem 
public function getRemoteObject():RemoteObject

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Returns the RemoteObject instance used by the proxy classes to make the remote object call.

Döndürür
RemoteObject

hasEventListener

()yöntem 
public function hasEventListener(type:String):Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Checks whether the EventDispatcher object has any listeners registered for a specific type of event. This allows you to determine where an EventDispatcher object has altered handling of an event type in the event flow hierarchy. To determine whether a specific event type actually triggers an event listener, use willTrigger().

Parametreler

type:String — The type of event.

Döndürür
Boolean — A value of true if a listener of the specified type is registered; false otherwise.

removeEventListener

()yöntem 
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Removes a listener from the EventDispatcher object.

Parametreler

type:String — The type of event.
 
listener:Function — The listener object to remove.
 
useCapture:Boolean (default = false) — Specifies whether the listener was registered for the capture phase or the target and bubbling phases.

willTrigger

()yöntem 
public function willTrigger(type:String):Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: ColdFusion 9
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.0

Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.

Parametreler

type:String — The type of event.

Döndürür
Boolean — A value of true if a listener of the specified type will be triggered; false otherwise.
Olay Ayrıntısı

fault

Olay
Olay Nesne Türü: coldfusion.service.events.ColdFusionServiceFaultEvent
özellik ColdFusionServiceFaultEvent.type = coldfusion.service.events.ColdFusionServiceFaultEvent.FAULT

Dispatched when a ColdFusion service call fails.

Defines the value of the Type property of a ColdFusionServiceFaultEvent object.

result

Olay  
Olay Nesne Türü: coldfusion.service.events.ColdFusionServiceResultEvent
özellik ColdFusionServiceResultEvent.type = coldfusion.service.events.ColdFusionServiceResultEvent.RESULT

Dispatched when a ColdFusion service call returns successfully.

The RESULT event type.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.