org.apache.camel.management.mbean
Class ManagedTracer

java.lang.Object
  extended by org.apache.camel.management.mbean.ManagedTracer

@ManagedResource(description="Managed Tracer")
public class ManagedTracer
extends Object

Version:
$Revision: 884845 $

Constructor Summary
ManagedTracer(CamelContext camelContext, Tracer tracer)
           
 
Method Summary
 CamelContext getCamelContext()
           
 String getDestinationUri()
           
 boolean getEnabled()
           
 int getFormatterBreadCrumbLength()
           
 int getFormatterMaxChars()
           
 int getFormatterNodeLength()
           
 boolean getFormatterShowBody()
           
 boolean getFormatterShowBodyType()
           
 boolean getFormatterShowBreadCrumb()
           
 boolean getFormatterShowException()
           
 boolean getFormatterShowExchangeId()
           
 boolean getFormatterShowExchangePattern()
           
 boolean getFormatterShowHeaders()
           
 boolean getFormatterShowNode()
           
 boolean getFormatterShowOutBody()
           
 boolean getFormatterShowOutBodyType()
           
 boolean getFormatterShowOutHeaders()
           
 boolean getFormatterShowProperties()
           
 boolean getFormatterShowRouteId()
           
 boolean getFormatterShowShortExchangeId()
           
 String getLogLevel()
           
 String getLogName()
           
 boolean getLogStackTrace()
           
 boolean getTraceExceptions()
           
 boolean getTraceInterceptors()
           
 boolean getTraceOutExchanges()
           
 Tracer getTracer()
           
 boolean getUseJpa()
           
 void init(ManagementStrategy strategy)
           
 void setDestinationUri(String uri)
           
 void setEnabled(boolean enabled)
           
 void setFormatterBreadCrumbLength(int breadCrumbLength)
           
 void setFormatterMaxChars(int maxChars)
           
 void setFormatterNodeLength(int nodeLength)
           
 void setFormatterShowBody(boolean showBody)
           
 void setFormatterShowBodyType(boolean showBodyType)
           
 void setFormatterShowBreadCrumb(boolean showBreadCrumb)
           
 void setFormatterShowException(boolean showException)
           
 void setFormatterShowExchangeId(boolean showExchangeId)
           
 void setFormatterShowExchangePattern(boolean showExchangePattern)
           
 void setFormatterShowHeaders(boolean showHeaders)
           
 void setFormatterShowNode(boolean showNode)
           
 void setFormatterShowOutBody(boolean showOutBody)
           
 void setFormatterShowOutBodyType(boolean showOutBodyType)
           
 void setFormatterShowOutHeaders(boolean showOutHeaders)
           
 void setFormatterShowProperties(boolean showProperties)
           
 void setFormatterShowRouteId(boolean showRouteId)
           
 void setFormatterShowShortExchangeId(boolean showShortExchangeId)
           
 void setLogLevel(String logLevel)
           
 void setLogName(String logName)
           
 void setLogStackTrace(boolean logStackTrace)
           
 void setTraceExceptions(boolean traceExceptions)
           
 void setTraceInterceptors(boolean traceInterceptors)
           
 void setTraceOutExchanges(boolean traceOutExchanges)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedTracer

public ManagedTracer(CamelContext camelContext,
                     Tracer tracer)
Method Detail

init

public void init(ManagementStrategy strategy)

getCamelContext

public CamelContext getCamelContext()

getTracer

public Tracer getTracer()

getEnabled

@ManagedAttribute(description="Tracer enabled")
public boolean getEnabled()

setEnabled

@ManagedAttribute(description="Tracer enabled")
public void setEnabled(boolean enabled)

getDestinationUri

@ManagedAttribute(description="Additional destination Uri")
public String getDestinationUri()

setDestinationUri

@ManagedAttribute(description="Additional destination Uri")
public void setDestinationUri(String uri)

getLogName

@ManagedAttribute(description="Logging Name")
public String getLogName()

getUseJpa

@ManagedAttribute(description="Using Jpa")
public boolean getUseJpa()

setLogName

@ManagedAttribute(description="Logging Name")
public void setLogName(String logName)

getLogLevel

@ManagedAttribute(description="Logging Level")
public String getLogLevel()

setLogLevel

@ManagedAttribute(description="Logging Level")
public void setLogLevel(String logLevel)

getLogStackTrace

@ManagedAttribute(description="Log Stacktrace")
public boolean getLogStackTrace()

setLogStackTrace

@ManagedAttribute(description="Log Stacktrace")
public void setLogStackTrace(boolean logStackTrace)

getTraceInterceptors

@ManagedAttribute(description="Trace Interceptors")
public boolean getTraceInterceptors()

setTraceInterceptors

@ManagedAttribute(description="Trace Interceptors")
public void setTraceInterceptors(boolean traceInterceptors)

getTraceExceptions

@ManagedAttribute(description="Trace Exceptions")
public boolean getTraceExceptions()

setTraceExceptions

@ManagedAttribute(description="Trace Exceptions")
public void setTraceExceptions(boolean traceExceptions)

getTraceOutExchanges

@ManagedAttribute(description="Trace Out Exchanges")
public boolean getTraceOutExchanges()

setTraceOutExchanges

@ManagedAttribute(description="Trace Out Exchanges")
public void setTraceOutExchanges(boolean traceOutExchanges)

getFormatterShowBody

@ManagedAttribute(description="Formatter show body")
public boolean getFormatterShowBody()

setFormatterShowBody

@ManagedAttribute(description="Formatter show body")
public void setFormatterShowBody(boolean showBody)

getFormatterShowBodyType

@ManagedAttribute(description="Formatter show body type")
public boolean getFormatterShowBodyType()

setFormatterShowBodyType

@ManagedAttribute(description="Formatter show body type")
public void setFormatterShowBodyType(boolean showBodyType)

getFormatterShowOutBody

@ManagedAttribute(description="Formatter show out body")
public boolean getFormatterShowOutBody()

setFormatterShowOutBody

@ManagedAttribute(description="Formatter show out body")
public void setFormatterShowOutBody(boolean showOutBody)

getFormatterShowOutBodyType

@ManagedAttribute(description="Formatter show out body type")
public boolean getFormatterShowOutBodyType()

setFormatterShowOutBodyType

@ManagedAttribute(description="Formatter show out body type")
public void setFormatterShowOutBodyType(boolean showOutBodyType)

getFormatterShowBreadCrumb

@ManagedAttribute(description="Formatter show breadcrumb")
public boolean getFormatterShowBreadCrumb()

setFormatterShowBreadCrumb

@ManagedAttribute(description="Formatter show breadcrumb")
public void setFormatterShowBreadCrumb(boolean showBreadCrumb)

getFormatterShowExchangeId

@ManagedAttribute(description="Formatter show exchange id")
public boolean getFormatterShowExchangeId()

setFormatterShowExchangeId

@ManagedAttribute(description="Formatter show exchange id")
public void setFormatterShowExchangeId(boolean showExchangeId)

getFormatterShowHeaders

@ManagedAttribute(description="Formatter show headers")
public boolean getFormatterShowHeaders()

setFormatterShowHeaders

@ManagedAttribute(description="Formatter show headers")
public void setFormatterShowHeaders(boolean showHeaders)

getFormatterShowOutHeaders

@ManagedAttribute(description="Formatter show out headers")
public boolean getFormatterShowOutHeaders()

setFormatterShowOutHeaders

@ManagedAttribute(description="Formatter show out headers")
public void setFormatterShowOutHeaders(boolean showOutHeaders)

getFormatterShowProperties

@ManagedAttribute(description="Formatter show properties")
public boolean getFormatterShowProperties()

setFormatterShowProperties

@ManagedAttribute(description="Formatter show properties")
public void setFormatterShowProperties(boolean showProperties)

getFormatterShowNode

@ManagedAttribute(description="Formatter show node")
public boolean getFormatterShowNode()

setFormatterShowNode

@ManagedAttribute(description="Formatter show node")
public void setFormatterShowNode(boolean showNode)

getFormatterShowExchangePattern

@ManagedAttribute(description="Formatter show exchange pattern")
public boolean getFormatterShowExchangePattern()

setFormatterShowExchangePattern

@ManagedAttribute(description="Formatter show exchange pattern")
public void setFormatterShowExchangePattern(boolean showExchangePattern)

getFormatterShowException

@ManagedAttribute(description="Formatter show exception")
public boolean getFormatterShowException()

setFormatterShowException

@ManagedAttribute(description="Formatter show exception")
public void setFormatterShowException(boolean showException)

getFormatterShowRouteId

@ManagedAttribute(description="Formatter show route id")
public boolean getFormatterShowRouteId()

setFormatterShowRouteId

@ManagedAttribute(description="Formatter show route id")
public void setFormatterShowRouteId(boolean showRouteId)

getFormatterBreadCrumbLength

@ManagedAttribute(description="Formatter breadcrumb length")
public int getFormatterBreadCrumbLength()

setFormatterBreadCrumbLength

@ManagedAttribute(description="Formatter breadcrumb length")
public void setFormatterBreadCrumbLength(int breadCrumbLength)

getFormatterShowShortExchangeId

@ManagedAttribute(description="Formatter show short exchange id")
public boolean getFormatterShowShortExchangeId()

setFormatterShowShortExchangeId

@ManagedAttribute(description="Formatter show short exchange id")
public void setFormatterShowShortExchangeId(boolean showShortExchangeId)

getFormatterNodeLength

@ManagedAttribute(description="Formatter node length")
public int getFormatterNodeLength()

setFormatterNodeLength

@ManagedAttribute(description="Formatter node length")
public void setFormatterNodeLength(int nodeLength)

getFormatterMaxChars

@ManagedAttribute(description="Formatter max chars")
public int getFormatterMaxChars()

setFormatterMaxChars

@ManagedAttribute(description="Formatter max chars")
public void setFormatterMaxChars(int maxChars)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.