Interface ODatabasePooled
- All Known Implementing Classes:
ODatabaseDocumentTxPooled,OObjectDatabaseTxPooled
public interface ODatabasePooled
Basic interface for pooled database implementations.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidForce closing the current instance avoiding to being reused.booleanTells if the underlying database is closed.voidReuses current instance.
-
Method Details
-
reuse
Reuses current instance.- Parameters:
iOwner-iAdditionalArgs-
-
isUnderlyingOpen
boolean isUnderlyingOpen()Tells if the underlying database is closed. -
forceClose
void forceClose()Force closing the current instance avoiding to being reused.
-