org.sourceforge.jxutil.net.ddm.qddbasd
Class CCSIDMGR
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.CCSIDMGR
- public class CCSIDMGR
- extends MANAGER
CCSID Manager (CCSIDMGR) Resource Manager provides character data conversion
of the DDM parameters containing character data.
Servers whose native character encoding scheme is ASCII can send character
data in ASCII instead of EBCDIC code points. The initial EXCSAT command
negotiates the desired encoding scheme. The source server in the mgrlvlls
parameter includes the code point of the CCSIDMGR and the CCSID of the code
page it uses to send character data. The target server in the mgrlvlls
parameter returns the code point of the CCSIDMGR and the CCSID of the code
page it uses to send character data. The receiver of character data in the
DDM parameters is responsible for transformation of the character data into
the code page it supports. Prior to DDM Level 4, all character data in the
DDM parameters had to be in CCSID 500.
Field Summary |
static short |
CP
|
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER |
mgrlvln |
Method Summary |
void |
write(DDM ddm)
Write out the object. |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER |
toString |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
CCSIDMGR
public CCSIDMGR(DDM ddm,
int len)
throws IOException
CCSIDMGR
public CCSIDMGR(short level)
write
public void write(DDM ddm)
throws IOException
- Description copied from class:
DATA
- Write out the object.
- Overrides:
write
in class DATA
- Parameters:
ddm
- the DDM stream
IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.