Package | Description |
---|---|
com.xqual.xagent.launcher |
Modifier and Type | Method and Description |
---|---|
static CParam |
CLauncherUtils.decodeFormItem(org.w3c.dom.Node node) |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.String,java.util.Vector<java.util.Hashtable<java.lang.String,CParam>>> |
CLauncher.getConfiguration()
This method return all the configuration parameters
|
Modifier and Type | Method and Description |
---|---|
void |
CLauncher.setConfiguration(java.util.Hashtable<java.lang.String,java.util.Vector<java.util.Hashtable<java.lang.String,CParam>>> groupParamHashtable)
This method configures the launcher with some configuration parameters
This version is much more practical when used from the launcher itself to set configuration of other launchers
as you don't have to build an xml document
|