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: AIR 30.0 ve öncesi, Flash Player 30.0 ve öncesi, Flash Lite 4
Flex 4.6 ve öncesi, Flash Pro CS6 ve öncesi
Filtreleri Gizle
com.adobe.gravity.framework 

IApplicationDomainManager  - AS3 ADEP Client Component

Paketcom.adobe.gravity.framework
Arabirimpublic interface IApplicationDomainManager

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Çalışma Zamanı Sürümleri: AIR 1.1, Flash Player 9

The IApplicationDomainManager interface provides a mechanism to create ApplicationDomains such that they can be tracked, primarily for debugging purposes. Note that only ApplicationDomain objects that were returned from IApplicationDomainManager can be passed back in, since ApplicationDomain object are not necessarily persistent in the runtime (the runtime may create them as needed). Which is to say that ApplicationDomain.currentDomain may not return the same ApplicationDomain object that code was loaded into.



Genel Yöntemler
 YöntemTanımlayan:
  
addRef(applicationDomain:ApplicationDomain):void
Increment the reference count on the ApplicationDomain.
IApplicationDomainManager
  
Create an ApplicationDomain with the given parent.
IApplicationDomainManager
  
decRef(applicationDomain:ApplicationDomain):void
Decrement the reference count on the ApplicationDomain.
IApplicationDomainManager
  
findObject(applicationDomain:ApplicationDomain, keyObject:Object):*
Find a tracked value object by ApplicationDomain and key object.
IApplicationDomainManager
  
Return the ApplicationDomain for the provided name.
IApplicationDomainManager
  
Return the child ApplicationDomains of the provided ApplicationDomain.
IApplicationDomainManager
  
getName(applicationDomain:ApplicationDomain):String
Return the name of the provided ApplicationDomain.
IApplicationDomainManager
  
Return the parent ApplicationDomain for the provided ApplicationDomain, or null if it didn't have one.
IApplicationDomainManager
  
Return the list of all top-level ApplicationDomains.
IApplicationDomainManager
  
Register an existing ApplicationDomain.
IApplicationDomainManager
  
trackObject(applicationDomain:ApplicationDomain, keyObject:Object, valueObject:Object):void
Track a value object by ApplicationDomain and a key object, using weak references.
IApplicationDomainManager
  
untrackObject(applicationDomain:ApplicationDomain, keyObject:Object):void
Stop tracking a value object by ApplicationDomain and key object.
IApplicationDomainManager
Yöntem Ayrıntısı




[ 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.