2008-07-29 1.1.0

org.eclipse.soda.dk.transport.testcase.bundle
Class TransportTestcaseBundle

java.lang.Object
  extended by org.eclipse.soda.dk.transport.testcase.bundle.TransportTestcaseBundle
All Implemented Interfaces:
java.lang.Runnable, org.osgi.framework.BundleActivator

public abstract class TransportTestcaseBundle
extends java.lang.Object
implements org.osgi.framework.BundleActivator, java.lang.Runnable

Version:
1.1.0

Field Summary
protected  java.lang.Thread thread
          Define the thread (Thread) field.
 
Constructor Summary
protected TransportTestcaseBundle()
          Constructs an instance of this class.
 
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
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

thread

protected java.lang.Thread thread
Define the thread (Thread) field.

Constructor Detail

TransportTestcaseBundle

protected TransportTestcaseBundle()
Constructs an instance of this class.

Method Detail

start

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

stop

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

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900