|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metrics constants interface contains JMS message types
used to identify different monitoring point
message producers in the server. When publishing a message
to the metrics topic, you should type the message source.
For example:
Message myMessage; myMessage.setJMSType(INVOCATION_METRICS);In addition, this interface contains some generic JMS property identifiers for the metrics messages.
Field Summary | |
static String |
ACTIVITY
Message property 'ACTIVITY' |
static String |
APPLICATION
Message property 'APPLICATION' |
static String |
BEAN
Message property 'BEAN' |
static String |
BEANCACHE_METRICS
Bean cache metrics producer. |
static String |
CHECKPOINT
Message property 'CHECKPOINT' |
static String |
INVOCATION_METRICS
Method invocation metrics producer. |
static String |
MEMORY_MONITOR
System Monitor TYPE |
static String |
METHOD
Message property 'METHOD' |
static String |
PRIMARY_KEY
Message propertu 'PRIMARY_KEY' |
static String |
SYSTEM_METRICS
System resource metrics producer. |
static String |
THREAD_MONITOR
System Monitor TYPE |
static String |
TIME
Message property 'TIME' |
static String |
TYPE
Message property 'TYPE' |
Field Detail |
public static final String INVOCATION_METRICS
public static final String BEANCACHE_METRICS
public static final String SYSTEM_METRICS
public static final String TIME
public static final String APPLICATION
public static final String BEAN
public static final String PRIMARY_KEY
public static final String TYPE
public static final String ACTIVITY
public static final String CHECKPOINT
public static final String METHOD
public static final String THREAD_MONITOR
public static final String MEMORY_MONITOR
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |