org.apache.camel.spring
Class SpringInstrumentationAgent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.management.InstrumentationAgentImpl
          extended by org.apache.camel.spring.SpringInstrumentationAgent
All Implemented Interfaces:
CamelContextAware, Service, InstrumentationAgent, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class SpringInstrumentationAgent
extends InstrumentationAgentImpl
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Field Summary
 
Fields inherited from class org.apache.camel.management.InstrumentationAgentImpl
DEFAULT_DOMAIN, DEFAULT_HOST, DEFAULT_PORT, SYSTEM_PROPERTY_JMX
 
Constructor Summary
SpringInstrumentationAgent()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 
Methods inherited from class org.apache.camel.management.InstrumentationAgentImpl
configureDomainName, createJmxConnector, createMBeanServer, doStart, doStop, enableJmx, getCamelContext, getMBeanServer, getNamingStrategy, register, register, setCamelContext, setMBeanServer, setNamingStrategy, unregister
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

SpringInstrumentationAgent

public SpringInstrumentationAgent()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception


Copyright © 2008 Apache Software Foundation. All Rights Reserved.