public interface PooledObject<T> extends Closeable, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void | close() |
T | getObject() |
T getObject()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2020 JBoss by Red Hat. All rights reserved.