ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.mosaic.om.interfaces 

IRuntimeManager  - AS3 ADEP Composite Application

Paketcom.adobe.mosaic.om.interfaces
Schnittstellepublic interface IRuntimeManager extends IManager

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The IRuntimeManager interface represents an instance of a process runtime. Use this interface to load and unload applications, and to create ad-hoc applications. The implementation of this object will be responsible for initializing the runtime environment with runtime structure of the application. Though the API allows for multiple applications, underlying infrastructure precludes this for the time being. There may only be one loaded IApplication at a time.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  loadedApplications : Array
[schreibgeschützt] Returns an array of elements that implement IApplication, representing the applications that are currently resident in the runtime
IRuntimeManager
 Inheritedname : String
[schreibgeschützt] Returns the name associated with the manager object.
IManager
Öffentliche Methoden
 MethodeDefiniert von
  
loadApplication(specifier:IApplicationSpecifier, onSuccess:Function = null, onFailure:Function = null):void
Loads an IApplication from the provided specifier into the runtime, making it fully available for programmatic access.
IRuntimeManager
  
unloadApplication(application:IApplication, onSuccess:Function = null, onFailure:Function = null):void
Removes an IApplication from the runtime, releasing all unique resources created by the IApplication resources for cleanup by the Flash Player.
IRuntimeManager
Eigenschaftendetails

loadedApplications

Eigenschaft
loadedApplications:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Returns an array of elements that implement IApplication, representing the applications that are currently resident in the runtime



Implementierung
    public function get loadedApplications():Array
Methodendetails

loadApplication

()Methode
public function loadApplication(specifier:IApplicationSpecifier, onSuccess:Function = null, onFailure:Function = null):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Loads an IApplication from the provided specifier into the runtime, making it fully available for programmatic access. Specifying a null specifier is valid and will result in the creation of an Transient (non-persisted) IApplication. This is useful for creating on-the-fly applications that consist of catalog components of which the application author has prior knowledge.

Parameter

specifier:IApplicationSpecifier — The IApplicationSpecifier to load into the runtime.
 
onSuccess:Function (default = null) — The onSuccess function.
 
onFailure:Function (default = null) — The onFailure function.

unloadApplication

()Methode 
public function unloadApplication(application:IApplication, onSuccess:Function = null, onFailure:Function = null):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Removes an IApplication from the runtime, releasing all unique resources created by the IApplication resources for cleanup by the Flash Player.

Parameter

application:IApplication — The IApplication instance to remove from the runtime.
 
onSuccess:Function (default = null) — The onSuccess function.
 
onFailure:Function (default = null) — The onFailure function.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.