| Field Summary | |
|---|---|
| static String | Event subject published when an error prevents the engine from loading. |
| static String | Event subject published when an engine finishes loading. |
| static String | Event subject published when progress is made loading an engine. |
| static String | Event subject published when a plug-in is registered. |
| Method Summary | |
|---|---|
| void | deregister(strId : String) Deregisters a plug-in from this engine. |
| static jsx3.amp.Engine | getEngine(objServer : jsx3.app.Server) Returns the engine for a given application. |
| jsx3.amp.ExtPoint | getExtPoint(strId : String) Returns a registered extension point by ID. |
| jsx3.$Array<jsx3.amp.Ext> | Returns the extensions registered for a given extension point ID. |
| jsx3.amp.PlugIn | Returns a registered plug-in by ID. |
| jsx3.$Array<jsx3.amp.PlugIn> | Returns all registered plug-ins. |
| jsx3.app.Server | Returns the application associated with this engine. |
| boolean | isLoaded() Returns true if all of the AMP and project plug-ins have been registered. |
| jsx3.$AsyncRV | Registers a plug-in manually at runtime. |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Field Detail |
|---|
pct and done
fields may be defined. | Method Detail |
|---|