1.0.0

org.eclipse.soda.dk.testmanager.bundle
Class ControllerLocaterDetecter

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.bundle.ControllerLocaterDetecter

public class ControllerLocaterDetecter
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Constructor Summary
ControllerLocaterDetecter(TestManagerService testManager)
          Constructs an instance of this class from the specified test manager parameter.
 
Method Summary
 void activate(BundleContext bundleContext)
          Activate with the specified bundle context parameter.
 void deactivate()
          Deactivate.
protected  TestManagerService getTestManager()
          Gets the test manager (TestManagerService) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerLocaterDetecter

public ControllerLocaterDetecter(TestManagerService testManager)
Constructs an instance of this class from the specified test manager parameter.

Parameters:
testManager - The test manager (TestManagerService) parameter.
Method Detail

activate

public void activate(BundleContext bundleContext)
Activate with the specified bundle context parameter.

Parameters:
bundleContext - The bundle context (BundleContext) parameter.

deactivate

public void deactivate()
Deactivate.


getTestManager

protected TestManagerService getTestManager()
Gets the test manager (TestManagerService) value.

Returns:
The test manager (TestManagerService) value.

1.0.0

Copyright (c) 2007, 2009 IBM