|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Functions
The functions interface includes the functionalities available for elvyx client.
| Method Summary | |
|---|---|
void |
eraseDatabase()
Send command to erase data in database. |
void |
exit()
Exit the application. |
Response |
getDetails(java.lang.String[] values)
Return details for a statement, data measured. |
java.util.Properties |
getProperties()
Return properties file content |
java.lang.String |
getProperty(java.lang.String prop)
Return a property included into the properties file. |
Response |
getStatements(Filter filter)
Send command gls to get from server the list of statements filtered |
void |
loadProperties()
Load the properties file |
void |
refreshDetails(java.lang.String[] values)
Refresh details table |
void |
refreshTable(Filter filter)
Refresh data table |
void |
resetDetails()
Reset details, including gaussian chart, details chart and detail table. |
void |
saveAs(java.io.File file)
Save data to file |
void |
saveProperties(java.util.Properties properties)
Save the properties file. |
void |
stopSchedule()
Stop schedule |
| Method Detail |
|---|
void eraseDatabase()
throws CommandException
CommandExceptionvoid exit()
void loadProperties()
void saveProperties(java.util.Properties properties)
properties - It include the parameters to be saved Sample: port = 4448
hostaddress=localhost lookandfeel=System refreshtime=20java.lang.String getProperty(java.lang.String prop)
prop - Propery key
java.util.Properties getProperties()
Response getStatements(Filter filter)
throws CommandException
CommandException
Response getDetails(java.lang.String[] values)
throws CommandException
values - Prepared statement and SQL Statement.
CommandException
void refreshTable(Filter filter)
throws CommandException
optionSelected - If refresh inserts, selects, updates, or all
CommandException
void refreshDetails(java.lang.String[] values)
throws CommandException
String[] - sql statement and sql prepared
CommandExceptionvoid resetDetails()
String[] - sql statement and sql prepared
CommandException
void saveAs(java.io.File file)
throws CommandException
CommandException
void stopSchedule()
throws CommandException
CommandException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||