Packageorg.spicefactory.parsley.core.state.manager
Interfacepublic interface GlobalStateManager
Implementors DefaultGlobalStateManager

The central entry point for access to all global state managers.

This manager is usually only exposed to the IOC kernel services and can be accessed through a BootstrapInfo instance.



Public Properties
 PropertyDefined By
  contexts : GlobalContextManager
[read-only] The manager that keeps track of the currently active Context instances.
GlobalStateManager
  domains : GlobalDomainManager
[read-only] The manager that keeps track of all ApplicationDomains of all the currently active Context instances.
GlobalStateManager
  objects : GlobalObjectManager
[read-only] The manager that keeps track of all managed objects of all the currently active Context instances.
GlobalStateManager
  scopes : GlobalScopeManager
[read-only] The manager that keeps track of all scopes of all the currently active Context instances.
GlobalStateManager
Property Detail
contextsproperty
contexts:GlobalContextManager  [read-only]

The manager that keeps track of the currently active Context instances.


Implementation
    public function get contexts():GlobalContextManager
domainsproperty 
domains:GlobalDomainManager  [read-only]

The manager that keeps track of all ApplicationDomains of all the currently active Context instances.


Implementation
    public function get domains():GlobalDomainManager
objectsproperty 
objects:GlobalObjectManager  [read-only]

The manager that keeps track of all managed objects of all the currently active Context instances.


Implementation
    public function get objects():GlobalObjectManager
scopesproperty 
scopes:GlobalScopeManager  [read-only]

The manager that keeps track of all scopes of all the currently active Context instances.


Implementation
    public function get scopes():GlobalScopeManager