public interface NucleusConnection
Modifier and Type | Method and Description |
---|---|
void |
close()
Method to close the connection, handing it back to DataNucleus.
|
Object |
getNativeConnection()
Accessor for the underlying connection.
|
boolean |
isAvailable()
Accessor for whether the connection is available.
|
Object getNativeConnection()
void close()
boolean isAvailable()
Copyright © 2019. All rights reserved.