Commit 146c1f6e 146c1f6e70b08307f014d1273f06d8a824cc3767 by Christian Gerdes

Han inte så mycket idag...

1 parent 9b2f29e6
......@@ -293,7 +293,7 @@ public class OraMon {
// If we have containers, but we are not the CDB, then we are a PDB.
// We should ask the CDB object for our data
if(isPDB && false) {
// TODO: Find the CDB OraMon object, get the data we need from it's cached CON tables
getDataFromCDB();
} else {
// All other cases (CDB or an instance without containers) get the data from the database
......@@ -336,6 +336,10 @@ public class OraMon {
// End thread safe
}
public void getDataFromCDB() {
// TODO
}
public Throwable getLastEx() {
return lastEx;
}
......