Package | org.vostokframework.domain.loading.states.queueloader |
Class | public class QueueLoaderState |
Inheritance | QueueLoaderState Object |
Implements | ILoaderState |
Subclasses | CanceledQueueLoader, CompleteQueueLoader, LoadingQueueLoader, QueuedQueueLoader, StoppedQueueLoader |
Property | Defined By | ||
---|---|---|---|
isLoading : Boolean [read-only] | QueueLoaderState | ||
isQueued : Boolean [read-only] | QueueLoaderState | ||
isStopped : Boolean [read-only] | QueueLoaderState | ||
maxConcurrentConnections : int [read-only] | QueueLoaderState | ||
openedConnections : int [read-only] | QueueLoaderState |
Property | Defined By | ||
---|---|---|---|
loadingStatus : QueueLoadingStatus [read-only] | QueueLoaderState | ||
policy : IQueueLoadingPolicy [read-only] | QueueLoaderState |
Method | Defined By | ||
---|---|---|---|
QueueLoaderState(loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
| QueueLoaderState | ||
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 | QueueLoaderState | ||
stopChild(identification:VostokIdentification):void | QueueLoaderState |
isLoading | property |
isLoading:Boolean
[read-only] public function get isLoading():Boolean
isQueued | property |
isQueued:Boolean
[read-only] public function get isQueued():Boolean
isStopped | property |
isStopped:Boolean
[read-only] public function get isStopped():Boolean
loadingStatus | property |
loadingStatus:QueueLoadingStatus
[read-only] protected function get loadingStatus():QueueLoadingStatus
maxConcurrentConnections | property |
maxConcurrentConnections:int
[read-only] public function get maxConcurrentConnections():int
openedConnections | property |
openedConnections:int
[read-only] public function get openedConnections():int
policy | property |
policy:IQueueLoadingPolicy
[read-only] protected function get policy():IQueueLoadingPolicy
QueueLoaderState | () | Constructor |
public function QueueLoaderState(loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
ParametersloadingStatus:QueueLoadingStatus | |
policy:IQueueLoadingPolicy | |
maxConcurrentConnections:int |
addChild | () | method |
addChildren | () | method |
public function addChildren(children:IList):void
Parameters
children:IList |
cancel | () | method |
public function cancel():void
cancelChild | () | method |
public function cancelChild(identification:VostokIdentification):void
Parameters
identification:VostokIdentification |
containsChild | () | method |
public function containsChild(identification:VostokIdentification):Boolean
Parameters
identification:VostokIdentification |
Boolean |
dispose | () | method |
public function dispose():void
getChild | () | method |
public function getChild(identification:VostokIdentification):ILoader
Parameters
identification:VostokIdentification |
ILoader |
getParent | () | method |
public function getParent(identification:VostokIdentification):ILoader
Parameters
identification:VostokIdentification |
ILoader |
load | () | method |
public function load():void
removeChild | () | method |
public function removeChild(identification:VostokIdentification):void
Parameters
identification:VostokIdentification |
resumeChild | () | method |
public function resumeChild(identification:VostokIdentification):void
Parameters
identification:VostokIdentification |
setLoader | () | method |
public function setLoader(loader:ILoaderStateTransition):void
Parameters
loader:ILoaderStateTransition |
setMaxConcurrentConnections | () | method |
public function setMaxConcurrentConnections(value:int):void
Parameters
value:int |
stop | () | method |
public function stop():void
stopChild | () | method |
public function stopChild(identification:VostokIdentification):void
Parameters
identification:VostokIdentification |