Package | org.vostokframework.domain.loading |
Class | public class LoaderRepository |
Inheritance | LoaderRepository Object |
Property | Defined By | ||
---|---|---|---|
openedConnections : int [read-only] | LoaderRepository |
Method | Defined By | ||
---|---|---|---|
description
| LoaderRepository | ||
description
| LoaderRepository | ||
clear():void
description
| LoaderRepository | ||
exists(identification:VostokIdentification):Boolean
description
| LoaderRepository | ||
description
| LoaderRepository | ||
findAll():IList
description
| LoaderRepository | ||
description
| LoaderRepository | ||
isEmpty():Boolean
description
| LoaderRepository | ||
remove(identification:VostokIdentification):Boolean
description
| LoaderRepository | ||
removeAll(loaders:IList):Boolean
description
| LoaderRepository | ||
size():int
description
| LoaderRepository | ||
toString():String
description
| LoaderRepository |
openedConnections | property |
openedConnections:int
[read-only] public function get openedConnections():int
LoaderRepository | () | Constructor |
public function LoaderRepository()
description
add | () | method |
public function add(loader:ILoader):void
description
Parameters
loader:ILoader |
ArgumentError — if the <codeph>loader</codeph> argument is <codeph>null</codeph>.
| |
org.vostokframework.loadermanagement.errors:DuplicateLoaderError — if already exists an <codeph>ILoader</codeph> object stored with the same <codeph>id</codeph> of the provided <codeph>loader</codeph> argument.
|
clear | () | method |
public function clear():void
description
exists | () | method |
public function exists(identification:VostokIdentification):Boolean
description
Parameters
identification:VostokIdentification |
Boolean —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
find | () | method |
public function find(identification:VostokIdentification):ILoader
description
Parameters
identification:VostokIdentification |
ILoader —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
findAll | () | method |
public function findAll():IList
description
ReturnsIList —
|
findParentLoader | () | method |
public function findParentLoader(childIdentification:VostokIdentification):ILoader
description
Parameters
childIdentification:VostokIdentification |
ILoader —
|
isEmpty | () | method |
public function isEmpty():Boolean
description
ReturnsBoolean —
|
remove | () | method |
public function remove(identification:VostokIdentification):Boolean
description
Parameters
identification:VostokIdentification |
Boolean —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
removeAll | () | method |
public function removeAll(loaders:IList):Boolean
description
Parameters
loaders:IList |
Boolean —
|
ArgumentError — if the <codeph>loaders</codeph> argument is <codeph>null</codeph>.
|
size | () | method |
public function size():int
description
Returnsint —
|
toString | () | method |
public function toString():String
description
ReturnsString —
|