| Paket | com.adobe.mosaic.mxml |
| Sınıf | public class Service |
| Miras Alma | Service EventDispatcher Object |
| Uygular | IMXMLObject |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
serviceNode property.
İlgili API Öğeleri
com.adobe.mosaic.om.interfaces.IShell
com.adobe.mosaic.mxml.ServerSession
com.adobe.mosaic.mxml.Application
com.adobe.mosaic.mxml.Catalog
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| catalog : Catalog
The Service's composite application catalog component. | Service | ||
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| library : String
The value of the library name. | Service | ||
| loaded : Boolean [salt okunur]
Checks if the underlying IService is instantiated. | Service | ||
| name : String
The name of the Experience Service. | Service | ||
| serviceNode : IService [salt okunur]
The underlying Composite Application Framework SDK IService. | Service | ||
| shell : IShell
The associated IShell that the Service belongs to. | Service | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Service()
Constructor. | Service | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | |
![]() |
Olay akışına bir olay gönderir. | EventDispatcher | |
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
Implementation of IMXMLObject initialized. | Service | ||
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
Makes a request to load the Service by the value
of the name property from the associated Catalog, and then
attempts to add the service to the associated IShell. | Service | ||
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher | |
| Olay | Özet | Tanımlayan: | ||
|---|---|---|---|---|
![]() | [broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | ||
| The addServiceEventFailure defines a failure notification of an attempt to load a Service. | Service | |||
| The addServiceEventSuccess defines a successful notification of loading a Service. | Service | |||
![]() | [broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | EventDispatcher | ||
catalog | özellik |
catalog:Catalog| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The Service's composite application catalog component.
Uygulama
public function get catalog():Catalog public function set catalog(value:Catalog):voidİlgili API Öğeleri
library | özellik |
library:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The value of the library name.
Uygulama
public function get library():String public function set library(value:String):voidloaded | özellik |
loaded:Boolean [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Checks if the underlying IService is instantiated.
Uygulama
public function get loaded():Booleanname | özellik |
name:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The name of the Experience Service.
Uygulama
public function get name():String public function set name(value:String):voidserviceNode | özellik |
serviceNode:IService [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The underlying Composite Application Framework SDK IService.
Uygulama
public function get serviceNode():IServiceİlgili API Öğeleri
shell | özellik |
shell:IShell| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The associated IShell that the Service belongs to.
Uygulama
public function get shell():IShell public function set shell(value:IShell):voidİlgili API Öğeleri
Service | () | Yapıcı |
public function Service()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor.
initialized | () | yöntem |
public function initialized(document:Object, id:String):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Implementation of IMXMLObject initialized.
Parametreler
document:Object — The document
| |
id:String — The mxml id
|
loadService | () | yöntem |
public function loadService():void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Makes a request to load the Service by the value of the name property from the associated Catalog, and then attempts to add the service to the associated IShell. Both Catalog and Shell are required, and if either one is missing a log message will be generated. If the state of the catalog is either CatalogConstants.STATE_UNINITIALIZED or not CatalogConstants.STATE_LOADED, an event listener is added to listen for a CatalogLoadEvent.SUCCESS, at which time the catalog is considered loaded and a call to loadService() is triggered then.
addServiceEventFailure | Olay |
com.adobe.mosaic.om.events.AddServiceEventözellik AddServiceEvent.type =
com.adobe.mosaic.om.events.AddServiceEvent.FAILURE| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The addServiceEventFailure defines a failure notification of an attempt to load a Service.
addServiceEventSuccess | Olay |
com.adobe.mosaic.om.events.AddServiceEventözellik AddServiceEvent.type =
com.adobe.mosaic.om.events.AddServiceEvent.SUCCESS| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The addServiceEventSuccess defines a successful notification of loading a Service.
<fx:Declarations>
<mosaic:ServerSession id="myServer"
openSessionEventSuccess="myServer_connectedHandler(event)"
openSessionEventFailure="myServer_faultHandler(event)"
url="{_serverUrl}" />
<mosaic:Application id="myApp"
loadApplicationEventSuccess="myApp_loadApplicationEventSuccessHandler(event)"
loadApplicationEventFailure="myApp_loadApplicationEventFailureHandler(event)">
<mosaic:catalogs>
<mosaic:Catalog id="sampleCatalog"
name="sample_catalog"
catalogLoadEventSuccess="myCatalogSuccess(event)"
catalogLoadEventFailure="myCatalogFail(event)"
serverSession="{myServer}"/>
</mosaic:catalogs>
</mosaic:Application>
<mosaic:Service id="myService"
catalog="{sampleCatalog}"
shell="{myApp.shell}"
library="MyDataService-Weather"
name="WeatherService"/>
</fx:Declarations>
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster