org.apache.camel.api.management.mbean
Class CamelOpenMBeanTypes

java.lang.Object
  extended by org.apache.camel.api.management.mbean.CamelOpenMBeanTypes

public final class CamelOpenMBeanTypes
extends Object

Various JMX openmbean types used by Camel.


Method Summary
static CompositeType listTypeConvertersCompositeType()
           
static TabularType listTypeConvertersTabularType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

listTypeConvertersTabularType

public static TabularType listTypeConvertersTabularType()
                                                 throws OpenDataException
Throws:
OpenDataException

listTypeConvertersCompositeType

public static CompositeType listTypeConvertersCompositeType()
                                                     throws OpenDataException
Throws:
OpenDataException


Apache Camel