|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.iiop.CodeSetDatabaseInitializer
public class CodeSetDatabaseInitializer
This class initializes the codeset database for the client and the server side. This class is also used to create the static CodeSetDatabase class. The origin of the OSF registry lies in the DCE environment: http://www.opengroup.org/dce/info/ A description of the OSF charset registry can be found here: http://www.opengroup.org/tech/rfc/rfc40.2.html The latest OSF charset registry database file can be found here: ftp://ftp.opengroup.org/pub/code_set_registry Introduction to i18n http://www.debian.org/doc/manuals/intro-i18n/index.html Another good page for charset/codeset information: http://oss.software.ibm.com/icu/charset/index.html The following codesets supported by Java are not covered by the OSF charset and codeset registry:
Constructor Summary | |
---|---|
CodeSetDatabaseInitializer()
Default constructor. |
Method Summary | |
---|---|
void |
dispose()
Delete any member fields. |
void |
enableLogging(Logger logger)
Provide this class with a logger. |
org.omg.CONV_FRAME.CodeSetComponentInfo |
getClientCodeSets()
Returns the client codeset component info. |
Logger |
getLogger()
Returns the logger that has been passed to enableLogging. |
org.omg.CONV_FRAME.CodeSetComponentInfo |
getServerCodeSets()
Returns the server codeset component info. |
void |
initialize()
Initialize the codeset database. |
static void |
main(java.lang.String[] args)
Creates the CodeSetDatabase class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeSetDatabaseInitializer()
Method Detail |
---|
public void enableLogging(Logger logger)
public Logger getLogger()
public void initialize()
public void dispose()
public org.omg.CONV_FRAME.CodeSetComponentInfo getClientCodeSets()
public org.omg.CONV_FRAME.CodeSetComponentInfo getServerCodeSets()
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |