|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseMessageType | |
|---|---|
| org.fuin.jmsmvc4swing.jms | Internal classes for handling the JMS specific part Classes from this package should not be used within your application). |
| Uses of ResponseMessageType in org.fuin.jmsmvc4swing.jms |
|---|
| Fields in org.fuin.jmsmvc4swing.jms declared as ResponseMessageType | |
|---|---|
static ResponseMessageType |
ResponseMessageType.FAILED
Controller finished working on a method with an exception. |
static ResponseMessageType |
ResponseMessageType.PROGRESS
Controller signaling progress. |
static ResponseMessageType |
ResponseMessageType.RESULT
Controller sends result. |
static ResponseMessageType |
ResponseMessageType.STARTED
Controller started working on a method. |
static ResponseMessageType |
ResponseMessageType.SUCCEDED
Controller successfully finished working on a method. |
| Methods in org.fuin.jmsmvc4swing.jms that return ResponseMessageType | |
|---|---|
static ResponseMessageType |
ResponseMessageType.forName(String name)
Returns the instance for a name. |
static ResponseMessageType[] |
ResponseMessageType.getAll()
Returns a list of all known instances. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||