Packageorg.vostokframework.domain.loading.states.queueloader
Classpublic class QueueLoadingStatus
InheritanceQueueLoadingStatus Inheritance Object

description



Public Properties
 PropertyDefined By
  allLoaders : IMap
[read-only]
QueueLoadingStatus
  completeLoaders : IList
[read-only]
QueueLoadingStatus
  failedLoaders : IList
[read-only]
QueueLoadingStatus
  loadingLoaders : IList
[read-only]
QueueLoadingStatus
  queuedLoaders : IQueue
[read-only]
QueueLoadingStatus
  stoppedLoaders : IList
[read-only]
QueueLoadingStatus
Public Methods
 MethodDefined By
  
description
QueueLoadingStatus
Property Detail
allLoadersproperty
allLoaders:IMap  [read-only]


Implementation
    public function get allLoaders():IMap
completeLoadersproperty 
completeLoaders:IList  [read-only]


Implementation
    public function get completeLoaders():IList
failedLoadersproperty 
failedLoaders:IList  [read-only]


Implementation
    public function get failedLoaders():IList
loadingLoadersproperty 
loadingLoaders:IList  [read-only]


Implementation
    public function get loadingLoaders():IList
queuedLoadersproperty 
queuedLoaders:IQueue  [read-only]


Implementation
    public function get queuedLoaders():IQueue
stoppedLoadersproperty 
stoppedLoaders:IList  [read-only]


Implementation
    public function get stoppedLoaders():IList
Constructor Detail
QueueLoadingStatus()Constructor
public function QueueLoadingStatus()

description