|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.iiop.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(org.apache.avalon.framework.logger.Logger logger)
Provide this class with a logger. |
CodeSetComponentInfo |
getClientCodeSets()
Returns the client codeset component info. |
org.apache.avalon.framework.logger.Logger |
getLogger()
Returns the logger that has been passed to enableLogging. |
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeSetDatabaseInitializer()
Method Detail |
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging
in interface org.apache.avalon.framework.logger.LogEnabled
public org.apache.avalon.framework.logger.Logger getLogger()
public void initialize()
initialize
in interface org.apache.avalon.framework.activity.Initializable
public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
public CodeSetComponentInfo getClientCodeSets()
public CodeSetComponentInfo getServerCodeSets()
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |