All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.MessageStore

java.lang.Object
   |
   +----com.lgeds.jdf.GeneralMessageStore
           |
           +----com.lgeds.jdf.MessageStore

public class MessageStore
extends GeneralMessageStore

Constructor Index

 o MessageStore()
MessageStore default constructor.
 o MessageStore(String)
MessageStore constructor with the message key code.

Method Index

 o initialize()
initialize messages from the message definition file to memory.

Constructors

 o MessageStore
 public MessageStore()
MessageStore default constructor.

 o MessageStore
 public MessageStore(String code)
MessageStore constructor with the message key code.

Parameters:
code - java.lang.String

Methods

 o initialize
 protected void initialize() throws MessageException
initialize messages from the message definition file to memory.

Overrides:
initialize in class GeneralMessageStore

All Packages  Class Hierarchy  This Package  Previous  Next  Index