|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.jms.Utils
public final class Utils
Utilities for the package.
| Method Summary | |
|---|---|
static String |
getIdExpr(long id)
Create a selector message for a given method call id. |
static String |
getMessageSelector(String methodName,
Long id,
MessageType type)
Create a selector message for a given method name, id and type. |
static String |
getMessageSelector(String methodName,
Long id,
MessageType[] type)
Create a selector message for a given method name, id and types. |
static String |
getMethodExpr(String methodName)
Create a selector message for a given method name. |
static String |
getTypeExpr(MessageType type)
Create a selector message for a given message type. |
static String |
getTypeExpr(MessageType[] type)
Create a selector message for given message types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getTypeExpr(MessageType type)
type - Message type.
public static String getTypeExpr(MessageType[] type)
type - Message types.
public static String getMethodExpr(String methodName)
methodName - Name of a method.
public static String getIdExpr(long id)
id - Unique method call id.
public static String getMessageSelector(String methodName,
Long id,
MessageType type)
methodName - Name of a method - Can be null.id - Unique method call id - Can be null.type - Message type - Can be NULL.
public static String getMessageSelector(String methodName,
Long id,
MessageType[] type)
methodName - Name of a method - Can be null.id - Unique method call id - Can be null.type - Message types - Can be NULL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||