| 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):voiddescription
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():voiddescription
| exists | () | method |
public function exists(identification:VostokIdentification):Booleandescription
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):ILoaderdescription
Parameters
identification:VostokIdentification |
ILoader —
|
ArgumentError — if the <codeph>loaderId</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
|
| findAll | () | method |
public function findAll():IListdescription
ReturnsIList —
|
| findParentLoader | () | method |
public function findParentLoader(childIdentification:VostokIdentification):ILoaderdescription
Parameters
childIdentification:VostokIdentification |
ILoader —
|
| isEmpty | () | method |
public function isEmpty():Booleandescription
ReturnsBoolean —
|
| remove | () | method |
public function remove(identification:VostokIdentification):Booleandescription
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):Booleandescription
Parameters
loaders:IList |
Boolean —
|
ArgumentError — if the <codeph>loaders</codeph> argument is <codeph>null</codeph>.
|
| size | () | method |
public function size():intdescription
Returnsint —
|
| toString | () | method |
public function toString():Stringdescription
ReturnsString —
|