public class CodeSetDatabaseInitializer
extends java.lang.Object
| Constructor and Description |
|---|
CodeSetDatabaseInitializer()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CodeSetDatabaseInitializer()
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)