Klasse UncloseableClosePool
java.lang.Object
ch.nolix.core.programcontrol.closepool.UncloseableClosePool
- Alle implementierten Schnittstellen:
IClosePool
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addElements
(IContainer<GroupCloseable> elements) Adds the given elements to the currentIClosePool
.void
Closes the elements of the currentIClosePool
if the state of the currentIClosePool
isCloseState.OPEN
.getState()
-
Konstruktordetails
-
UncloseableClosePool
public UncloseableClosePool()
-
-
Methodendetails
-
addElements
Beschreibung aus Schnittstelle kopiert:IClosePool
Adds the given elements to the currentIClosePool
.- Angegeben von:
addElements
in SchnittstelleIClosePool
- Parameter:
elements
-
-
closeElementsIfStateIsOpen
public void closeElementsIfStateIsOpen()Beschreibung aus Schnittstelle kopiert:IClosePool
Closes the elements of the currentIClosePool
if the state of the currentIClosePool
isCloseState.OPEN
.- Angegeben von:
closeElementsIfStateIsOpen
in SchnittstelleIClosePool
-
getState
- Angegeben von:
getState
in SchnittstelleIClosePool
- Gibt zurück:
- the state of the current
IClosePool
.
-
getStoredElements
- Angegeben von:
getStoredElements
in SchnittstelleIClosePool
- Gibt zurück:
- the elements of the current
IClosePool
.
-