Interface SimpleResource

  • All Known Implementing Classes:
    PhysicalEntityManagerWrapper

    public interface SimpleResource
    Represents a resource that can be queried for open status and can be closed
    Author:
    Mitesh Meswani
    • Method Detail

      • isOpen

        boolean isOpen()
        Returns true if the resource is open
      • close

        void close()
        Close the resource