Franz Inc, AllegroGraph

com.franz.util
Interface Closeable

All Known Subinterfaces:
AGAbstractRepository
All Known Implementing Classes:
AGGraph, AGGraphMaker, AGGraphUnion, AGInfGraph, AGInfModel, AGModel, AGQueryExecution, AGRepository, AGRepositoryConnection, AGServer, AGTripleIterator, AGVirtualRepository

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()
           
 

Method Detail

close

void close()
           throws Exception
Throws:
Exception

Copyright © 2008-2010 Franz Inc.