org.apache.camel.spring
Class SpringInstrumentationAgent

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

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


Constructor Summary
SpringInstrumentationAgent()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 
Methods inherited from class org.apache.camel.management.InstrumentationAgentImpl
getCamelContext, getMBeanServer, register, register, setCamelContext, setMBeanServer, start, stop, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 © 2007 Apache Software Foundation. All Rights Reserved.