com.attachmate.cicsbridge
Class BridgeFactory
java.lang.Object
com.attachmate.cicsbridge.BridgeFactory
public final class BridgeFactory
- extends java.lang.Object
This is the standard way to obtain an instance of the BridgeAPI
- Since:
- 1.0
Method Summary |
static BridgeAPI |
createBridgeAPI()
Creates the default BridgeAPI which uses the binary connection with a default host code page of "037"
and a client code page of your system's current ANSI code page - usually 1252 on a US Windows machine. |
static BridgeAPI |
createBridgeAPI(java.lang.String hostCodepage)
Creates a BridgeAPI implementation based on the parameters you specified |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
US_ENGLISH_PORTUGUESE
public static final java.lang.String US_ENGLISH_PORTUGUESE
- See Also:
- Constant Field Values
US_ENGLISH_PORTUGUESE_EURO
public static final java.lang.String US_ENGLISH_PORTUGUESE_EURO
- See Also:
- Constant Field Values
GERMAN_AUSTRIAN_EURO
public static final java.lang.String GERMAN_AUSTRIAN_EURO
- See Also:
- Constant Field Values
DANISH_NORWEGIAN_EURO
public static final java.lang.String DANISH_NORWEGIAN_EURO
- See Also:
- Constant Field Values
FINNISH_SWEDISH_EURO
public static final java.lang.String FINNISH_SWEDISH_EURO
- See Also:
- Constant Field Values
ITALIAN_EURO
public static final java.lang.String ITALIAN_EURO
- See Also:
- Constant Field Values
SPANISH_EURO
public static final java.lang.String SPANISH_EURO
- See Also:
- Constant Field Values
UK_ENGLISH_EURO
public static final java.lang.String UK_ENGLISH_EURO
- See Also:
- Constant Field Values
FRENCH_EURO
public static final java.lang.String FRENCH_EURO
- See Also:
- Constant Field Values
ICELAND_EURO
public static final java.lang.String ICELAND_EURO
- See Also:
- Constant Field Values
GERMAN_AUSTRIAN
public static final java.lang.String GERMAN_AUSTRIAN
- See Also:
- Constant Field Values
DANISH_NORWEGIAN
public static final java.lang.String DANISH_NORWEGIAN
- See Also:
- Constant Field Values
FINNISH_SWEDISH
public static final java.lang.String FINNISH_SWEDISH
- See Also:
- Constant Field Values
ITALIAN
public static final java.lang.String ITALIAN
- See Also:
- Constant Field Values
SPANISH
public static final java.lang.String SPANISH
- See Also:
- Constant Field Values
UK_ENGLISH
public static final java.lang.String UK_ENGLISH
- See Also:
- Constant Field Values
FRENCH
public static final java.lang.String FRENCH
- See Also:
- Constant Field Values
ICELAND
public static final java.lang.String ICELAND
- See Also:
- Constant Field Values
createBridgeAPI
public static BridgeAPI createBridgeAPI()
throws BridgeException
- Creates the default BridgeAPI which uses the binary connection with a default host code page of "037"
and a client code page of your system's current ANSI code page - usually 1252 on a US Windows machine.
- Returns:
- BridgeAPI
- Throws:
BridgeException
createBridgeAPI
public static BridgeAPI createBridgeAPI(java.lang.String hostCodepage)
throws BridgeException
- Creates a BridgeAPI implementation based on the parameters you specified
- Parameters:
hostCodepage
- The host code page to be used
- Returns:
- BridgeAPI
- Throws:
BridgeException