|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagePriority | |
---|---|
org.kuali.db |
Uses of MessagePriority in org.kuali.db |
---|
Methods in org.kuali.db that return MessagePriority | |
---|---|
MessagePriority |
DatabaseEvent.getPriority()
|
static MessagePriority |
MessagePriority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessagePriority[] |
MessagePriority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.kuali.db with parameters of type MessagePriority | |
---|---|
protected void |
SQLExecutor.fireMessageLogged(String message,
MessagePriority priority)
|
void |
DatabaseEvent.setPriority(MessagePriority priority)
|
Constructors in org.kuali.db with parameters of type MessagePriority | |
---|---|
DatabaseEvent(String message,
MessagePriority priority)
|
|
DatabaseEvent(String message,
MessagePriority priority,
Date timestamp,
Throwable exception,
Transaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |