Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.ext
Class Localizer

java.lang.Object
  extended by net.java.hulp.i18n.LocalizationSupport
      extended by com.stc.connector.tcpip.ext.Localizer

public class Localizer
extends net.java.hulp.i18n.LocalizationSupport

 
 Currently connectors/tcpip/ext uses following conventions 
 for i18n message extraction/transformation :
 
     Message ID ("9999" means 4 digits):
         E9999 - Fatal/Error level messages
         W9999 - Warning level message
         I9999 - Info level messages
         D9999 - Debug/Fine/Finer/Finest level messages
         
     Message ID prefix:
         TCPIPEXT-
         
     Message Bundle name:
         Messages.properties
         
 

Version:
$Revision: 1.1 $
Author:
$Author: snageswa $

Field Summary
 
Fields inherited from class net.java.hulp.i18n.LocalizationSupport
DEFAULTBUNDLENAME, DEFAULTPATTERN
 
Method Summary
static Localizer get()
           
 
Methods inherited from class net.java.hulp.i18n.LocalizationSupport
t, x
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Localizer get()
Returns:
singleton object

Sun Adapter for TCP/IP HL7