Package | org.vostokframework.domain.loading.states.queueloader |
Class | public class StoppedQueueLoader |
Inheritance | StoppedQueueLoader QueueLoaderState Object |
Property | Defined By | ||
---|---|---|---|
isLoading : Boolean [read-only] | QueueLoaderState | ||
isQueued : Boolean [read-only] | QueueLoaderState | ||
isStopped : Boolean [override] [read-only] | StoppedQueueLoader | ||
maxConcurrentConnections : int [read-only] | QueueLoaderState | ||
openedConnections : int [read-only] | QueueLoaderState |
Method | Defined By | ||
---|---|---|---|
StoppedQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
| StoppedQueueLoader | ||
QueueLoaderState | |||
addChildren(children:IList):void | QueueLoaderState | ||
cancel():void | QueueLoaderState | ||
cancelChild(identification:VostokIdentification):void | QueueLoaderState | ||
containsChild(identification:VostokIdentification):Boolean | QueueLoaderState | ||
dispose():void | QueueLoaderState | ||
QueueLoaderState | |||
QueueLoaderState | |||
load():void | QueueLoaderState | ||
removeChild(identification:VostokIdentification):void | QueueLoaderState | ||
resumeChild(identification:VostokIdentification):void | QueueLoaderState | ||
setLoader(loader:ILoaderStateTransition):void | QueueLoaderState | ||
setMaxConcurrentConnections(value:int):void | QueueLoaderState | ||
stop():void [override] | StoppedQueueLoader | ||
stopChild(identification:VostokIdentification):void [override] | StoppedQueueLoader |
isStopped | property |
isStopped:Boolean
[read-only] [override] public function get isStopped():Boolean
StoppedQueueLoader | () | Constructor |
public function StoppedQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
Parametersloader:ILoaderStateTransition | |
loadingStatus:QueueLoadingStatus | |
policy:IQueueLoadingPolicy | |
maxConcurrentConnections:int |
stop | () | method |
override public function stop():void
stopChild | () | method |
override public function stopChild(identification:VostokIdentification):void
Parameters
identification:VostokIdentification |