|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricsConstants
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 |
---|
static final String INVOCATION_METRICS
static final String BEANCACHE_METRICS
static final String SYSTEM_METRICS
static final String TIME
static final String APPLICATION
static final String BEAN
static final String PRIMARY_KEY
static final String TYPE
static final String ACTIVITY
static final String CHECKPOINT
static final String METHOD
static final String THREAD_MONITOR
static final String MEMORY_MONITOR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |