public class CtxAdministration extends Object implements Serializable
Constructor and Description |
---|
CtxAdministration() |
Modifier and Type | Method and Description |
---|---|
List<PerfDatabaseInformation> |
getListDBPerfInfo() |
List<IndexInformation> |
getListIndexes() |
List<V9TraceMcd> |
getListTraceMcd() |
List<CtxLogFile> |
getLogFiles() |
PerfDatabaseInformation |
getSelectedPerfData() |
SystemDatabaseInformation |
getSysDatabaseInfo() |
void |
setListDBPerfInfo(List<PerfDatabaseInformation> listDBPerfInfo) |
void |
setListIndexes(List<IndexInformation> listIndexes) |
void |
setListTraceMcd(List<V9TraceMcd> listTraceMcd) |
void |
setLogFiles(List<CtxLogFile> logFiles) |
void |
setSelectedPerfData(PerfDatabaseInformation selectedPerfData) |
void |
setSysDatabaseInfo(SystemDatabaseInformation sysDatabaseInfo) |
public List<CtxLogFile> getLogFiles()
public void setLogFiles(List<CtxLogFile> logFiles)
public List<V9TraceMcd> getListTraceMcd()
public void setListTraceMcd(List<V9TraceMcd> listTraceMcd)
public List<IndexInformation> getListIndexes()
public void setListIndexes(List<IndexInformation> listIndexes)
public List<PerfDatabaseInformation> getListDBPerfInfo()
public void setListDBPerfInfo(List<PerfDatabaseInformation> listDBPerfInfo)
public SystemDatabaseInformation getSysDatabaseInfo()
public void setSysDatabaseInfo(SystemDatabaseInformation sysDatabaseInfo)
public PerfDatabaseInformation getSelectedPerfData()
public void setSelectedPerfData(PerfDatabaseInformation selectedPerfData)
Copyright © 2016. All rights reserved.