|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageID | |
uk.org.ogsadai.common.msgs | This package provides a set of common classes and interfaces supporting internationalization and message logging. |
uk.org.ogsadai.exception | General OGSA-DAI exceptions and error message support. |
Uses of MessageID in uk.org.ogsadai.common.msgs |
Fields in uk.org.ogsadai.common.msgs declared as MessageID | |
static MessageID |
MessageID.MSG_WITH_NO_PARAMETERS
Message used only for testing the message loader. |
static MessageID |
MessageID.MSG_WITH_TWO_PARAMETERS
Message used only for testing the message loader. |
static MessageID |
MessageID.MSG_STATUS_CHANGED
A status changed. |
static MessageID |
MessageID.MSG_ACTIVITY_INITIALISED
An activity was initialised. |
static MessageID |
MessageID.MSG_ACTIVITY_FINISHED
An activity finished. |
static MessageID |
MessageID.MSG_DEPLOYED_DATA_SERVICE_RESOURCE
Data service resource deployed. |
static MessageID |
MessageID.MSG_UNDEPLOYED_DATA_SERVICE_RESOURCE
Data service resource undeployed. |
static MessageID |
MessageID.MSG_SESSION_CREATED
Session created. |
static MessageID |
MessageID.MSG_SESSION_TERMINATED
Session terminated. |
static MessageID |
MessageID.MSG_REQUEST_JOINED_SESSION
Request joined session. |
static MessageID |
MessageID.MSG_SESSION_RELEASED_REQUEST
Session released request. |
static MessageID |
MessageID.MSG_RECEIVED_CLIENT_REQUEST
Received client's request. |
static MessageID |
MessageID.MSG_RECEIVED_CLIENT_RESOURCE_REQUEST
Received client's request. |
static MessageID |
MessageID.MSG_FORWARDED_CLIENT_RESPONSE
Forwarded response to client. |
static MessageID |
MessageID.MSG_FORWARDED_CLIENT_RESOURCE_RESPONSE
Forwarded response to client. |
Methods in uk.org.ogsadai.common.msgs with parameters of type MessageID | |
static java.lang.String |
MessageLoader.getLocalizedMessage(MessageID key)
Get the message corresponding to the specified key. |
static java.lang.String |
MessageLoader.getLocalizedMessage(MessageID key,
DAIUniqueID uniqueID)
Get the message corresponding to the specified key. |
static java.lang.String |
MessageLoader.getLocalizedMessage(MessageID key,
java.lang.Object[] parameters)
Get the message corresponding to the specified key and parameters. |
static java.lang.String |
MessageLoader.getLocalizedMessage(MessageID key,
java.lang.Object[] parameters,
DAIUniqueID uniqueID)
Get the message corresponding to the specified key and parameters. |
static java.lang.String |
MessageLoader.getMessage(MessageID key)
Get the message corresponding to the specified key. |
static java.lang.String |
MessageLoader.getMessage(MessageID key,
DAIUniqueID uniqueID)
Get the message corresponding to the specified key. |
static java.lang.String |
MessageLoader.getMessage(MessageID key,
java.lang.Object[] parameters)
Get the message corresponding to the specified key and parameters. |
static java.lang.String |
MessageLoader.getMessage(MessageID key,
java.lang.Object[] parameters,
DAIUniqueID uniqueID)
Get the message corresponding to the specified key and parameters. |
void |
DAILogger.info(MessageID messageID)
Logs the internationalized information message associated with the given message ID. |
void |
DAILogger.info(MessageID messageID,
java.lang.Object parameter)
Logs the internationalized information message associated with the given message ID using the given parameters. |
void |
DAILogger.info(MessageID messageID,
java.lang.Object[] parameters)
Logs the internationalized information message associated with the given message ID using the given parameters. |
private java.lang.String |
DAILogger.getLocalizedMessage(MessageID messageID,
java.lang.Object[] parameters)
Gets the internationalized message from the message loader. |
private java.lang.String |
DAILogger.getLocalizedMessage(DAIUniqueID id,
MessageID messageID,
java.lang.Object[] parameters)
Gets the internationalized message from the message loader and appends the unique ID to it. |
Uses of MessageID in uk.org.ogsadai.exception |
Subclasses of MessageID in uk.org.ogsadai.exception | |
class |
ErrorID
Class for textual error identifiers used in internationalization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |