Interface NucleusConnection
- All Known Implementing Classes:
NucleusConnectionImpl
public interface NucleusConnection
Access to the underlying DataStore Connection.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Method to close the connection, handing it back to DataNucleus.Accessor for the underlying connection.booleanAccessor for whether the connection is available.
-
Method Details
-
getNativeConnection
-
close
void close()Method to close the connection, handing it back to DataNucleus. -
isAvailable
boolean isAvailable()Accessor for whether the connection is available.- Returns:
- Whether it is available
-