com.franz.util
Interface Closeable
- All Known Subinterfaces:
- AGAbstractRepository
- All Known Implementing Classes:
- AGConnFactory, AGConnPool, AGGraph, AGGraphMaker, AGGraphUnion, AGInfGraph, AGInfModel, AGModel, AGNodeIterator, AGQueryExecution, AGRepository, AGRepositoryConnection, AGServer, AGTripleIterator, AGTripleIteratorGQ, AGVirtualRepository, Closer
public interface Closeable
Similar to Closeable
, but close throws Exception so
it can be used with extentions of third-party classes
(for example, Sesame and Jena) that define a close method
without implementing Closeable
and with a different
checked exception.
Method Summary |
void |
close()
Releases system resources associated with the object. |
close
void close()
throws Exception
- Releases system resources associated with the object.
- Throws:
Exception
- See Also:
Closeable.close()