|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceLayerException | |
|---|---|
| org.lsst.ccs.config | Overview |
| Uses of PersistenceLayerException in org.lsst.ccs.config |
|---|
| Methods in org.lsst.ccs.config that throw PersistenceLayerException | |
|---|---|
ConfigProfile |
ConfigurationFacade.deprecateConfigProfile(String name,
String tag)
Deprecates a ConfigProfile. |
SubsystemDescription |
ConfigurationFacade.deprecateSubsystemDescription(String subsystemName,
String tag)
Deprecates a Subsystem description already in the database. |
void |
ConfigurationFacade.endRun(String subsystemName,
String configName,
String tag,
long endTime)
marks the end of a run. |
ParameterConfiguration |
ConfigurationFacade.engineerParmConfig(ParameterConfiguration parameterConfiguration)
registers modified parameter during an engineering session |
org.lsst.gruth.jutils.ComponentNode |
ConfigurationFacade.getActiveComponentNode(MachineConfiguration machineConfiguration)
gets a ComponentNode from a MachineConfiguration object |
org.lsst.gruth.jutils.ComponentNode |
ConfigurationFacade.getActiveComponentNode(String subsystemName,
String configName,
String tag)
Gets a ComponentNode that can ge used to start a subsystem. |
ConfigProfile |
ConfigurationFacade.getActiveConfigProfile(String name,
String tag)
returns an active ConfigProfile with name and tag |
SubsystemDescription |
ConfigurationFacade.getActiveSubsystemDescription(String name,
String tag)
returns the active subsystem description with name and tag. |
String |
ConfigurationFacade.getActiveValueAt(String subsystemName,
String parameterPath,
long date)
returns the value of a parameter for a subsystem at a given date. |
ConfigProfile |
ConfigurationFacade.getConfigRunningAt(String subsystemName,
long date)
returns the ConfigProfile active when a subsystem was running at that date. |
ConfigProfile |
ConfigurationFacade.getConfigValidAt(String configName,
String configTag,
long date)
tries to get a ConfigProfile which was valid at a given date. |
MachineConfiguration |
ConfigurationFacade.getMachineConfiguration(String macAddress)
get a MachineConfiguration object from the database. |
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag |
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag. |
SubsystemDescription |
ConfigurationFacade.getPrevious(SubsystemDescription current)
returns the previous description with same name and tag. |
String |
ConfigurationFacade.getValueValidAt(String profileName,
String profileTag,
String parameterPath,
long date)
returns the value of a parameter at a given time for a given Profile. |
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database. |
void |
ConfigurationFacade.registerMachineConfiguration(MachineConfiguration machineConfiguration)
regsiters a MachineConfiguration object to the database |
PreparedConfiguration |
ConfigurationFacade.registerPreparedConfiguration(String subsystemName,
String configName,
String tag,
String user)
creates and registers a PreparedConfiguration. |
void |
ConfigurationFacade.registerRun(String subsystemName,
String configName,
String tag,
long startTime)
the run and end registrations are based on messages received from a subsystem. |
SubsystemDescription |
ConfigurationFacade.registerSubsystemDescription(SubsystemDescription newDescription)
registers a new (and complete) SubsystemDescription to the persistence Layer. |
List<?> |
ConfigurationFacade.simpleHQLRequest(String hqlString)
forwards an HQLrequest to the DAO. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||