2009-01-09 1.2.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

Since:
1.0
Version:
1.2.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)
          Start with the specified context parameter.
 void stop(org.osgi.framework.BundleContext context)
          Stop with the specified context parameter.
 
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
Start with the specified context parameter.

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
Stop with the specified context parameter.

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

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.