Klasse UncloseableClosePool
java.lang.Object
ch.nolix.core.resourcecontrol.closecontroller.UncloseableClosePool
- Alle implementierten Schnittstellen:
IClosePool
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddElements(IContainer<GroupCloseable> elements) Adds the given elements to the currentIClosePool.voidCloses the elements of the currentIClosePoolif the state of the currentIClosePoolisCloseState.OPEN.getState()
-
Konstruktordetails
-
UncloseableClosePool
public UncloseableClosePool()
-
-
Methodendetails
-
addElements
Beschreibung aus Schnittstelle kopiert:IClosePoolAdds the given elements to the currentIClosePool.- Angegeben von:
addElementsin SchnittstelleIClosePool- Parameter:
elements-
-
closeElementsIfStateIsOpen
public void closeElementsIfStateIsOpen()Beschreibung aus Schnittstelle kopiert:IClosePoolCloses the elements of the currentIClosePoolif the state of the currentIClosePoolisCloseState.OPEN.- Angegeben von:
closeElementsIfStateIsOpenin SchnittstelleIClosePool
-
getState
- Angegeben von:
getStatein SchnittstelleIClosePool- Gibt zurück:
- the state of the current
IClosePool.
-
getStoredElements
- Angegeben von:
getStoredElementsin SchnittstelleIClosePool- Gibt zurück:
- the elements of the current
IClosePool.
-