All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.backend.JdbcBackend
java.lang.Object
|
+----novocode.netforge.backend.Backend
|
+----novocode.netforge.backend.JdbcBackend
- public class JdbcBackend
- extends Backend
Constructor Index
- o
JdbcBackend()
-
Method Index
- o
getConfig(Config)
-
- o
getNFile(String)
-
- o
resetConfig()
-
- o
setConfig(Config)
-
o
JdbcBackend
public JdbcBackend()
o
getNFile
public NFile getNFile(String resource) throws NFileException
- Overrides:
- getNFile in class Backend
o
getConfig
public synchronized void getConfig(Config c)
- Overrides:
- getConfig in class Backend
o
setConfig
public synchronized void setConfig(Config c) throws SetConfigException
- Overrides:
- setConfig in class Backend
o
resetConfig
public synchronized void resetConfig()
- Overrides:
- resetConfig in class Backend
All Packages Class Hierarchy This Package Previous Next Index