org.talend.esb.sam.agent.activator
Class AgentActivator

java.lang.Object
  extended by org.talend.esb.sam.agent.activator.AgentActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class AgentActivator
extends Object
implements org.osgi.framework.BundleActivator

This bundle activator used to implement the feature of get the start/stop lifecycle event of TESB container.


Constructor Summary
AgentActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentActivator

public AgentActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.