Packageorg.vostokframework.domain.loading.states.queueloader
Classpublic class LoadingQueueLoader
InheritanceLoadingQueueLoader Inheritance QueueLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
  isLoading : Boolean
[override] [read-only]
LoadingQueueLoader
 InheritedisQueued : Boolean
[read-only]
QueueLoaderState
 InheritedisStopped : Boolean
[read-only]
QueueLoaderState
 InheritedmaxConcurrentConnections : int
[read-only]
QueueLoaderState
  openedConnections : int
[override] [read-only]
LoadingQueueLoader
Protected Properties
 PropertyDefined By
 InheritedloadingStatus : QueueLoadingStatus
[read-only]
QueueLoaderState
 Inheritedpolicy : IQueueLoadingPolicy
[read-only]
QueueLoaderState
Public Methods
 MethodDefined By
  
LoadingQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
LoadingQueueLoader
 Inherited
addChild(child:ILoader):void
QueueLoaderState
 Inherited
addChildren(children:IList):void
QueueLoaderState
 Inherited
cancel():void
QueueLoaderState
 Inherited
cancelChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
containsChild(identification:VostokIdentification):Boolean
QueueLoaderState
 Inherited
dispose():void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
  
load():void
[override]
LoadingQueueLoader
 Inherited
removeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
resumeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
  
stop():void
[override]
LoadingQueueLoader
 Inherited
stopChild(identification:VostokIdentification):void
QueueLoaderState
Property Detail
isLoadingproperty
isLoading:Boolean  [read-only] [override]


Implementation
    public function get isLoading():Boolean
openedConnectionsproperty 
openedConnections:int  [read-only] [override]


Implementation
    public function get openedConnections():int
Constructor Detail
LoadingQueueLoader()Constructor
public function LoadingQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)

description

Parameters
loader:ILoaderStateTransition
 
loadingStatus:QueueLoadingStatus
 
policy:IQueueLoadingPolicy
 
maxConcurrentConnections:int
Method Detail
load()method
override public function load():void

stop()method 
override public function stop():void