|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
com.metamatrix.api.core.message |
Uses of Message in com.metamatrix.api.core.message |
---|
Classes in com.metamatrix.api.core.message that implement Message | |
---|---|
class |
DefaultMessage
The default implementation of Message . |
Methods in com.metamatrix.api.core.message that return Message | |
---|---|
static Message |
DefaultMessage.createErrorMessage(java.lang.String text)
Creates a new error message containing the specified text and no target. |
static Message |
DefaultMessage.createErrorMessage(java.lang.String text,
java.lang.Object target)
Creates a new error message containing the specified text and target. |
static Message |
DefaultMessage.createNotificationMessage(java.lang.String text)
Creates a new notification message containing the specified text and no target. |
static Message |
DefaultMessage.createNotificationMessage(java.lang.String text,
java.lang.Object target)
Creates a new notification message containing the specified text and target. |
static Message |
DefaultMessage.createWarningMessage(java.lang.String text)
Creates a new warning message containing the specified text and no target. |
static Message |
DefaultMessage.createWarningMessage(java.lang.String text,
java.lang.Object target)
Creates a new warning message containing the specified text and target. |
Methods in com.metamatrix.api.core.message with parameters of type Message | |
---|---|
protected void |
MessageList.Statistics.addMessage(Message msg)
Add a message to the statistics. |
protected static boolean |
MessageList.matchesTarget(Message msg,
java.lang.Object target)
Helper method to determine whether the supplied message has a target that is exactly the same as the supplied object. |
protected static boolean |
MessageList.matchesType(Message msg,
int messageType)
Helper method to determine whether the supplied message has a type that is exactly the same object as the supplied type. |
protected static boolean |
MessageList.matchesType(Message msg,
int[] messageTypes)
Helper method to determine whether the supplied message has a type that is exactly the same as one of the the supplied types. |
protected void |
MessageList.messageAdded(Message message)
Can be overridden by subclasses to do specific work on a message when it is being added. |
protected void |
MessageList.messageRemoved(Message message)
Can be overridden by subclasses to do specific work on a message when it is being removed. |
protected void |
MessageList.Statistics.removeMessage(Message msg)
Remove a message from the statistics. |
void |
DefaultMessage.setMessage(Message message)
Sets all of this message's properties using the property values from the specified message. |
Constructors in com.metamatrix.api.core.message with parameters of type Message | |
---|---|
DefaultMessage(Message message)
Creates a new message using the properties of the specified message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |