1.0.0

org.eclipse.soda.dk.comm.bundle
Class Activator

java.lang.Object
  extended by org.eclipse.soda.dk.comm.bundle.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

Version:
1.0.0

Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext arg0)
          Start with the specified arg0 parameter.
 void stop(org.osgi.framework.BundleContext arg0)
          Stop with the specified arg0 parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext arg0)
           throws java.lang.Exception
Start with the specified arg0 parameter.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
arg0 - The arg0 (BundleContext) parameter.
Throws:
Exception.
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext arg0)
          throws java.lang.Exception
Stop with the specified arg0 parameter.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
arg0 - The arg0 (BundleContext) parameter.
Throws:
Exception.
java.lang.Exception

1.0.0

Copyright (c) 1999, 2007 IBM