|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnagios.DAO.DAOFactory
public abstract class DAOFactory
clase encargada de la instanciación de una conexión con una base de datos.
Field Summary | |
---|---|
static byte |
ORACLE
Constante para la conexión con una base de datos Oracle |
Constructor Summary | |
---|---|
DAOFactory()
|
Method Summary | |
---|---|
static DAOFactory |
getDAOFactory(byte instancia)
Instancia un objeto para el acceso a una base de datos del tipo deseado. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte ORACLE
Constructor Detail |
---|
public DAOFactory()
Method Detail |
---|
public static DAOFactory getDAOFactory(byte instancia)
instancia
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |