public final class BridgeAPIFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BridgeAPIFactory.ImplTypeEnum |
Modifier and Type | Method and Description |
---|---|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean secureConnection) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix,
boolean secureConnection) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix,
String hostCodepage) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix,
String hostCodepage,
boolean secureConnection) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix,
String hostCodepage,
String clientCodepage) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
String traceFilePrefix,
String hostCodepage,
String clientCodepage,
boolean secureConnection) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
String hostCodepage) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
String hostCodepage,
boolean secureConnection) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
String hostCodepage,
String clientCodepage) |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
String hostCodepage,
String clientCodepage,
boolean secureConnection) |
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean secureConnection)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, String hostCodepage)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, String hostCodepage, boolean secureConnection)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, String hostCodepage, String clientCodepage)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, String hostCodepage, String clientCodepage, boolean secureConnection)
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean traceWanted, int timeoutSeconds, String traceFilePrefix) throws Exception
Exception
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean traceWanted, int timeoutSeconds, String traceFilePrefix, boolean secureConnection) throws Exception
Exception
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean traceWanted, int timeoutSeconds, String traceFilePrefix, String hostCodepage) throws Exception
Exception
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean traceWanted, int timeoutSeconds, String traceFilePrefix, String hostCodepage, boolean secureConnection) throws Exception
Exception
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType, boolean traceWanted, int timeoutSeconds, String traceFilePrefix, String hostCodepage, String clientCodepage) throws Exception
Exception
Copyright © 2015 Attachmate Corporation. All rights reserved.