Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKMessageIP

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKMessageIP
All Implemented Interfaces:
DKConstant, DKConstantIP, DKMessageId, DKMessageIdIP, java.io.Serializable

public class DKMessageIP
extends java.lang.Object
implements DKConstantIP, DKMessageIdIP, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantIP
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdIP
copyright, DK_IP_MSG_API_PROTOCOL_ERROR, DK_IP_MSG_CLIENT_API_NOT_OK, DK_IP_MSG_DATASTORE_READONLY, DK_IP_MSG_DOCIDNOTSET, DK_IP_MSG_FAF_ERROR, DK_IP_MSG_FAF_INTERNAL_ERROR, DK_IP_MSG_FAF_NOT_OK, DK_IP_MSG_FAF_WARNING, DK_IP_MSG_FOLDER_NOT_EMPTY, DK_IP_MSG_HOST_TIMEOUT, DK_IP_MSG_INVALID_CONN_OPTION, DK_IP_MSG_INVALID_DOCTYPE, DK_IP_MSG_INVALID_IODM_RC, DK_IP_MSG_INVALID_PARM, DK_IP_MSG_IODM_FAILURE, DK_IP_MSG_IODM_NOT_AVAILABLE, DK_IP_MSG_LOCKEDBYANOTHER, DK_IP_MSG_MISSING_CONN_OPTION, DK_IP_MSG_MSGID_NOT_FOUND, DK_IP_MSG_PROTOCOL_ERROR
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKMessageIP()
           
 
Method Summary
static java.lang.String getMessage(int msgNumber)
          Gets message from DKMessageIP_xx_XX.properties
static java.lang.String getString(java.lang.String ID)
          Gets locale-specific String from DKMessageIP_xx_XX.properties
static void setResourceBundle(java.util.Locale l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKMessageIP

public DKMessageIP()
Method Detail

setResourceBundle

public static void setResourceBundle(java.util.Locale l)

getMessage

public static java.lang.String getMessage(int msgNumber)
Gets message from DKMessageIP_xx_XX.properties
Parameters:
msgNumber - message key in resource bundle

getString

public static java.lang.String getString(java.lang.String ID)
Gets locale-specific String from DKMessageIP_xx_XX.properties

Parameters:
ID - key of resource in properties file.
Returns:
translated String

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.