| 
 | |||||||||||
| 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 | ACTIVITYMessage property 'ACTIVITY' | 
| static String | APPLICATIONMessage property 'APPLICATION' | 
| static String | BEANMessage property 'BEAN' | 
| static String | BEANCACHE_METRICSBean cache metrics producer. | 
| static String | CHECKPOINTMessage property 'CHECKPOINT' | 
| static String | INVOCATION_METRICSMethod invocation metrics producer. | 
| static String | MEMORY_MONITORSystem Monitor TYPE | 
| static String | METHODMessage property 'METHOD' | 
| static String | PRIMARY_KEYMessage propertu 'PRIMARY_KEY' | 
| static String | SYSTEM_METRICSSystem resource metrics producer. | 
| static String | THREAD_MONITORSystem Monitor TYPE | 
| static String | TIMEMessage property 'TIME' | 
| static String | TYPEMessage 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 | ||||||||||