Packageorg.spicefactory.parsley.core.state.manager.impl
Classpublic class DefaultGlobalStateManager
InheritanceDefaultGlobalStateManager Inheritance Object
Implements GlobalStateManager

Default implementation of the GlobalStateManager interface.



Public Properties
 PropertyDefined By
  contexts : GlobalContextManager
[read-only] The manager that keeps track of the currently active Context instances.
DefaultGlobalStateManager
  domains : GlobalDomainManager
[read-only] The manager that keeps track of all ApplicationDomains of all the currently active Context instances.
DefaultGlobalStateManager
  objects : GlobalObjectManager
[read-only] The manager that keeps track of all managed objects of all the currently active Context instances.
DefaultGlobalStateManager
  scopes : GlobalScopeManager
[read-only] The manager that keeps track of all scopes of all the currently active Context instances.
DefaultGlobalStateManager
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