|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.dao.postgresql.ObjectDaoImpl
public class ObjectDaoImpl
| Constructor Summary | |
|---|---|
ObjectDaoImpl()
|
|
| Method Summary | |
|---|---|
javax.sql.DataSource |
getMcatDao()
|
java.util.List<SRBObjectEvent> |
getObjectEvents()
getObjectEvents retrieves the list of Object events from the
server representing the changes on the SRB server. |
boolean |
isMonitored()
isMonitored check wether the database we are looking is setup
to do triggers. |
void |
setMcatDao(javax.sql.DataSource mcatDao)
|
void |
setupMonitoring()
setupMonitoring makes the necessary changes to the database to
enable triggers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectDaoImpl()
| Method Detail |
|---|
public javax.sql.DataSource getMcatDao()
public void setMcatDao(javax.sql.DataSource mcatDao)
public java.util.List<SRBObjectEvent> getObjectEvents()
ObjectDaogetObjectEvents retrieves the list of Object events from the
server representing the changes on the SRB server.
getObjectEvents in interface ObjectDaopublic boolean isMonitored()
SetupDaoisMonitored check wether the database we are looking is setup
to do triggers.
isMonitored in interface SetupDaopublic void setupMonitoring()
SetupDaosetupMonitoring makes the necessary changes to the database to
enable triggers.
setupMonitoring in interface SetupDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||