com.metamatrix.api.core.message
Interface MessageTypes

All Known Implementing Classes:
DefaultMessage

public interface MessageTypes

Contains the pre-defined message types for the DefaultMessage create methods.

Since:
3.0

Field Summary
static int ERROR_MESSAGE
          Type for error messages
static int NOTIFICATION_MESSAGE
          Type for notification messages
static int NULL_MESSAGE
          Type for "null" messages
static int WARNING_MESSAGE
          Type for warning messages
 

Field Detail

NULL_MESSAGE

static final int NULL_MESSAGE
Type for "null" messages

Since:
3.0
See Also:
Constant Field Values

NOTIFICATION_MESSAGE

static final int NOTIFICATION_MESSAGE
Type for notification messages

Since:
3.0
See Also:
Constant Field Values

WARNING_MESSAGE

static final int WARNING_MESSAGE
Type for warning messages

Since:
3.0
See Also:
Constant Field Values

ERROR_MESSAGE

static final int ERROR_MESSAGE
Type for error messages

Since:
3.0
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.