Interface Resource

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
Session, Transaction

public interface Resource extends AutoCloseable
A Resource is an AutoCloseable that allows introspecting if it already has been closed through its isOpen() method.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    Detect whether this resource is still open