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 JMX notification

Version:
$Revision: 568 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultExchange
context
 
Fields inherited from interface org.apache.camel.Exchange
AGGREGATED_COUNT, CHARSET_NAME, EXCEPTION_HANDLED_PROPERTY
 
Constructor Summary
JMXExchange(CamelContext camelContext, ExchangePattern pattern, Notification notification)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.impl.DefaultExchange
configureMessage, copy, copyFrom, createFaultMessage, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getFault, getIn, getOut, getOut, getPattern, getProperties, getProperty, getProperty, getUnitOfWork, isFailed, isTransacted, newInstance, removeProperty, setException, setExchangeId, setFault, setIn, setOut, setPattern, setProperties, setProperty, setUnitOfWork, throwException, 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,
                   ExchangePattern pattern,
                   Notification notification)


Copyright © 2010 IONA Open Source Community. All Rights Reserved.