public class CheckTablesProcess
extends java.lang.Object
implements java.lang.Runnable
CheckTablesForm| Constructor and Description |
|---|
CheckTablesProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Creates a new CheckTables thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Checks to make sure there are tables listed in the XML configuration file.
|
public CheckTablesProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
workspaces_id - The id of the current workspace.ownedBy - The name of the parent form.