Packageorg.vostokframework.domain.loading.states.queueloader
Classpublic class StoppedQueueLoader
InheritanceStoppedQueueLoader Inheritance QueueLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
QueueLoaderState
 InheritedisQueued : Boolean
[read-only]
QueueLoaderState
  isStopped : Boolean
[override] [read-only]
StoppedQueueLoader
 InheritedmaxConcurrentConnections : int
[read-only]
QueueLoaderState
 InheritedopenedConnections : int
[read-only]
QueueLoaderState
Protected Properties
 PropertyDefined By
 InheritedloadingStatus : QueueLoadingStatus
[read-only]
QueueLoaderState
 Inheritedpolicy : IQueueLoadingPolicy
[read-only]
QueueLoaderState
Public Methods
 MethodDefined By
  
StoppedQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
StoppedQueueLoader
 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
 Inherited
load():void
QueueLoaderState
 Inherited
removeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
resumeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
  
stop():void
[override]
StoppedQueueLoader
  
stopChild(identification:VostokIdentification):void
[override]
StoppedQueueLoader
Property Detail
isStoppedproperty
isStopped:Boolean  [read-only] [override]


Implementation
    public function get isStopped():Boolean
Constructor Detail
StoppedQueueLoader()Constructor
public function StoppedQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)

description

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

stopChild()method 
override public function stopChild(identification:VostokIdentification):void

Parameters

identification:VostokIdentification