Spring Integration

org.springframework.integration.jmx
Class JmxHeaders

java.lang.Object
  extended by org.springframework.integration.jmx.JmxHeaders

public abstract class JmxHeaders
extends Object

Constants for JMX related Message Header keys.

Since:
2.0
Author:
Mark Fisher

Field Summary
static String NOTIFICATION_HANDBACK
           
static String NOTIFICATION_TYPE
           
static String OBJECT_NAME
           
static String OPERATION_NAME
           
static String PREFIX
           
 
Constructor Summary
JmxHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

OBJECT_NAME

public static final String OBJECT_NAME
See Also:
Constant Field Values

OPERATION_NAME

public static final String OPERATION_NAME
See Also:
Constant Field Values

NOTIFICATION_TYPE

public static final String NOTIFICATION_TYPE
See Also:
Constant Field Values

NOTIFICATION_HANDBACK

public static final String NOTIFICATION_HANDBACK
See Also:
Constant Field Values
Constructor Detail

JmxHeaders

public JmxHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.