| Package | org.spicefactory.parsley.core.state.manager |
| Interface | public interface GlobalStateManager |
| Implementors | DefaultGlobalStateManager |
This manager is usually only exposed to the IOC kernel services and can be accessed through a BootstrapInfo
instance.
| Property | Defined 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 | ||
| contexts | property |
contexts:GlobalContextManager [read-only] The manager that keeps track of the currently active Context instances.
public function get contexts():GlobalContextManager| domains | property |
domains:GlobalDomainManager [read-only] The manager that keeps track of all ApplicationDomains of all the currently active Context instances.
public function get domains():GlobalDomainManager| objects | property |
objects:GlobalObjectManager [read-only] The manager that keeps track of all managed objects of all the currently active Context instances.
public function get objects():GlobalObjectManager| scopes | property |
scopes:GlobalScopeManager [read-only] The manager that keeps track of all scopes of all the currently active Context instances.
public function get scopes():GlobalScopeManager