org.apache.camel.component.jmx
Class JMXExchange

java.lang.Object
  extended by org.apache.camel.impl.DefaultExchange
      extended by org.apache.camel.component.jmx.JMXExchange
All Implemented Interfaces:
Exchange

public class JMXExchange
extends DefaultExchange

A Exchange for a jmx notification

Version:
$Revision: 520985 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultExchange
context
 
Constructor Summary
JMXExchange(CamelContext camelContext, Notification notification)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.camel.impl.DefaultExchange
configureMessage, copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getIn, getOut, getOut, getProperties, getProperty, getProperty, newInstance, setException, setExchangeId, setFault, setIn, setOut, setProperties, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXExchange

public JMXExchange(CamelContext camelContext,
                   Notification notification)
Constructor

Parameters:
camelContext -
file -


Copyright © 2007 Apache Software Foundation. All Rights Reserved.