1.0.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.0.0

Field Summary
protected  java.lang.Thread thread
          Define the thread (Thread) field.
 
Constructor Summary
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

public 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. The context (BundleContext) parameter.

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

stop

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

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

1.0.0

Copyright (c) 1999, 2007 IBM