|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.jms.ResponseMessageType
public final class ResponseMessageType
Response message send by the controller.
| Field Summary | |
|---|---|
static ResponseMessageType |
FAILED
Controller finished working on a method with an exception. |
static ResponseMessageType |
PROGRESS
Controller signaling progress. |
static ResponseMessageType |
RESULT
Controller sends result. |
static ResponseMessageType |
STARTED
Controller started working on a method. |
static ResponseMessageType |
SUCCEDED
Controller successfully finished working on a method. |
| Method Summary | |
|---|---|
static ResponseMessageType |
forName(java.lang.String name)
Returns the instance for a name. |
static ResponseMessageType[] |
getAll()
Returns a list of all kown instances. |
java.lang.String |
getName()
Name of the type. |
static boolean |
isValid(java.lang.String name)
Returns if a give name is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ResponseMessageType STARTED
public static final ResponseMessageType PROGRESS
public static final ResponseMessageType RESULT
public static final ResponseMessageType SUCCEDED
public static final ResponseMessageType FAILED
| Method Detail |
|---|
public final java.lang.String getName()
getName in interface MessageTypepublic static boolean isValid(java.lang.String name)
name - Type name.
public static ResponseMessageType forName(java.lang.String name)
name - Name to get the (singleton) instance for.
public static ResponseMessageType[] getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||