Issue 17302: Implement Java5 Closeable interface (dds-psm-java-ftf) Source: DECA (Mr. Rick Warren, ) Nature: Uncategorized Issue Severity: Summary: DDS code will be easier to integrate into third-party I/O code if the Entity, ReadCondition, and TopicDescription interfaces implement the java.util.Closeable interface. This is especially true under Java 7, which provides specific new language constructs for dealing with this interface. The only method in the interface is a no-argument close(), which all of these interfaces already have. Resolution: Revised Text: Actions taken: April 11, 2012: received issue Discussion: End of Annotations:===== ssues From: Richard Warren This is issue # 17302 Implement Java5 Closeable interface DDS code will be easier to integrate into third-party I/O code if the Entity, ReadCondition, and TopicDescription interfaces implement the java.util.Closeable interface. This is especially true under Java 7, which provides specific new language constructs for dealing with this interface. The only method in the interface is a no-argument close(), which all of these interfaces already have.