Interface NamingCloseable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
CloseableNamingEnumeration<T>

public interface NamingCloseable extends AutoCloseable
A common interface for naming entities which may be closed.
Author:
David M. Lloyd
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NamingCloseable
    An instance which performs no action on close.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this object.