public class RecorderConfiguration extends AbstractTypedConfiguration
ConfigurationFactory.| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_MODE
Enumeration option (of type
DeploymentMode) that specifies whether the
recorder should be executed locally (in the workbench) or remotely (in a separate
VM), if the recorder supports both modes. |
static String |
RECORDER_ACTIVE_ON_STARTUP
Boolean option that defines whether the recorder is active or paused
upon recorder startup.
|
static String |
RECORDER_DEBUG_PORT
Integer option that defines the java debugger port that the recorder should listen to,
if launched as a separate process.
|
static String |
RECORDER_DEBUG_SUSPEND
Boolean option that defines whether the java application should wait until a debugger attaches
it before starting.
|
NAME, typeproperties| Constructor and Description |
|---|
RecorderConfiguration(String type) |
| Modifier and Type | Method and Description |
|---|---|
RecorderConfiguration |
clone() |
protected String |
getPreferedPrefix() |
protected String |
getProtocol() |
getElementName, getId, getNamespace, getType, setId, setTypeaddChildConfiguration, afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations, writeChildConfigurationspublic static final String RECORDER_ACTIVE_ON_STARTUP
public static final String RECORDER_DEBUG_PORT
public static final String RECORDER_DEBUG_SUSPEND
true.public static final String DEPLOYMENT_MODE
DeploymentMode) that specifies whether the
recorder should be executed locally (in the workbench) or remotely (in a separate
VM), if the recorder supports both modes. The default value is
DeploymentMode.LOCAL. This property is not taken into account if the
recorder only supports one execution mode.public RecorderConfiguration(String type)
protected String getProtocol()
getProtocol in class AbstractConfigurationprotected String getPreferedPrefix()
getPreferedPrefix in class AbstractConfigurationpublic RecorderConfiguration clone()
clone in class AbstractTypedConfiguration© Copyright IBM Corp. 2013. All rights reserved.