org.glassfish.fighterfish.test.app14
Class TestApp14Activator

java.lang.Object
  extended by org.glassfish.fighterfish.test.app14.TestApp14Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class TestApp14Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Author:
sanjeeb.sahoo@oracle.com

Field Summary
static java.lang.String dsName
           
 
Constructor Summary
TestApp14Activator()
           
 
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
 

Field Detail

dsName

public static final java.lang.String dsName
See Also:
Constant Field Values
Constructor Detail

TestApp14Activator

public TestApp14Activator()
Method Detail

start

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

stop

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


Copyright © 2013. All Rights Reserved.