|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.afecs.ui.rcgui.DbDriver
public class DbDriver
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 5/21/11
Constructor Summary | |
---|---|
DbDriver(CodaRcGui owner)
|
Method Summary | |
---|---|
java.lang.String[] |
getDbRegisteredRunTypeNames()
Asks platform administrator to report runTypes recorded in the Coda2 database |
java.lang.String[] |
getDbRegisteredSessionNames()
Asks platform administrator to report sessions recorded in the coda2 database |
void |
getPlatformRegisteredDocs()
Does cMsg send-and-get to the APlatform agent
and gets the registered documents. |
void |
getPlatformRegisteredRunTypes()
Does cMsg send and get to the ControlDesigner agent and gets the names of all configuration files in the COOL_HOME/config directory. |
void |
getPlatformRegisteredSessions()
Does cMsg send and get to the APlatform
agent and gets the registered sessions. |
int[] |
setAndGetRunNumbers(java.lang.String isCoda2DB,
int newRunNumber)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbDriver(CodaRcGui owner)
Method Detail |
---|
public void getPlatformRegisteredRunTypes() throws AException
AException
public java.lang.String[] getDbRegisteredRunTypeNames() throws AException
AException
public void getPlatformRegisteredSessions() throws AException
APlatform
agent and gets the registered sessions.
AException
public java.lang.String[] getDbRegisteredSessionNames() throws AException
AException
public void getPlatformRegisteredDocs() throws AException
APlatform
agent
and gets the registered documents.
AException
public int[] setAndGetRunNumbers(java.lang.String isCoda2DB, int newRunNumber) throws AException
isCoda2DB
- AConstants.seton or AConstants.setoffnewRunNumber
- new value of the run number
AException
- exception object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |