|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.jms.RequestMessageType
public final class RequestMessageType
Request message send to the controller.
| Field Summary | |
|---|---|
static RequestMessageType |
START
Call a method. |
| Method Summary | |
|---|---|
static RequestMessageType |
forName(String name)
Returns the instance for a name. |
static RequestMessageType[] |
getAll()
Returns a list of all kown instances. |
String |
getName()
Name of the type. |
static boolean |
isValid(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 RequestMessageType START
| Method Detail |
|---|
public final String getName()
getName in interface MessageTypepublic static boolean isValid(String name)
name - Type name.
public static RequestMessageType forName(String name)
name - Name to get the (singleton) instance for.
public static RequestMessageType[] getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||