Klasse AbstractWrapperResource<W extends AbstractWrapperResource<W,R>,R extends GroupCloseable>
java.lang.Object
ch.nolix.core.resourcecontrol.resourcepool.AbstractWrapperResource<W,R>
- Alle implementierten Schnittstellen:
Closeable,CloseStateRequestable,GroupCloseable,AutoCloseable
- Bekannte direkte Unterklassen:
WrapperSqlConnection
public abstract class AbstractWrapperResource<W extends AbstractWrapperResource<W,R>,R extends GroupCloseable>
extends Object
implements GroupCloseable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal ICloseControllerprotected final Rfinal voidLets the currentGroupCloseablenote a close.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Konstruktordetails
-
AbstractWrapperResource
-
-
Methodendetails
-
getStoredCloseController
- Angegeben von:
getStoredCloseControllerin SchnittstelleGroupCloseable- Gibt zurück:
- the
ICloseControllerof the currentGroupCloseable.
-
noteClose
public final void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseableLets the currentGroupCloseablenote a close.- Angegeben von:
noteClosein SchnittstelleGroupCloseable
-
getStoredResource
-