public class ClientConfiguration extends AbstractTypedConfiguration
ConfigurationFactory.| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_DEBUG_PORT
Integer option that defines the java debugger port that the client should listen to,
if launched as a separate process.
|
static String |
CLIENT_DEBUG_SUSPEND
Boolean option that defines whether the java application should wait until a debugger attaches
it before starting.
|
static String |
DEPLOYMENT_MODE
Enumeration option (of type
DeploymentMode) that specifies whether the
client should be executed locally (in the workbench) or remotely (in a separate
VM), if the client supports both modes. |
NAME, typeproperties| Constructor and Description |
|---|
ClientConfiguration(String type) |
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
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 CLIENT_DEBUG_PORT
public static final String CLIENT_DEBUG_SUSPEND
true.public static final String DEPLOYMENT_MODE
DeploymentMode) that specifies whether the
client should be executed locally (in the workbench) or remotely (in a separate
VM), if the client supports both modes. The default value is
DeploymentMode.LOCAL. This property is not taken into account if the
client only supports one execution mode.public ClientConfiguration(String type)
protected String getProtocol()
getProtocol in class AbstractConfigurationprotected String getPreferedPrefix()
getPreferedPrefix in class AbstractConfigurationpublic ClientConfiguration clone()
clone in class AbstractTypedConfiguration© Copyright IBM Corp. 2013. All rights reserved.