1.0.0

org.eclipse.soda.dk.testcontroller.test.bundle
Class TestControllerTestBundle

java.lang.Object
  extended by BaseBundleActivator
      extended by org.eclipse.soda.dk.testcontroller.test.bundle.TestControllerTestBundle

public class TestControllerTestBundle
extends BaseBundleActivator

test Adapter.

The device bundle activator class creates and registers the testAdapter device.

The list of exported services:

Version:
1.0.0
See Also:
org.eclipse.soda.dk.test.adapter.service.testAdapterService,

See the following specification(s) for more details:


Field Summary
static int BUNDLE_ACTIVATED
          Define the bundle activated (int) constant.
static int BUNDLE_RETURNS
          Define the bundle returns (int) constant.
static int BUNDLE_TEST_FAILED
          Define the bundle test failed (int) constant.
static java.lang.String CLASS_NAME
          Defines the class name.
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
static java.lang.String[] EXPORTED_SERVICE_NAMES
          Defines the service name(s) to be registered by the testAdapter bundle.
static java.lang.String[] IMPORTED_SERVICE_NAMES
          Defines the imported service name(s) to be registered by the testAdapter bundle.
static int TEST_ENDED
          Define message (int) constants.
static int TEST_ERROR
          Define the test error (int) constant.
static int TEST_FAILED
          Define the test failed (int) constant.
static int TEST_INVALID_FILTER_FOUND
          Define the test invalid filter found (int) constant.
static int TEST_INVALID_FILTER_NOT_FOUND
          Define the test invalid filter not found (int) constant.
static int TEST_STARTED
          Define the test started (int) constant.
static int TESTRUN_ENDED
          Define the testrun ended (int) constant.
static int TESTRUN_ERROR
          Define the testrun error (int) constant.
static int TESTRUN_STARTED
          Define the testrun started (int) constant.
 
Constructor Summary
TestControllerTestBundle()
           
 
Method Summary
protected  void activate()
          Activate.
 java.lang.String[] getExportedServiceNames()
          Return the exported service name(s) to be registered by the testAdapter bundle.
 java.lang.String[] getImportedServiceNames()
          Return the imported service name(s) to be registered by the testAdapter bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the class name.

See Also:
Constant Field Values

EXPORTED_SERVICE_NAMES

public static final java.lang.String[] EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the testAdapter bundle.
org.eclipse.soda.dk.adapter.service.AdapterService


IMPORTED_SERVICE_NAMES

public static final java.lang.String[] IMPORTED_SERVICE_NAMES
Defines the imported service name(s) to be registered by the testAdapter bundle.
org.eclipse.soda.dk.test.adapter.service.testAdapterService
org.eclipse.soda.dk.notification.service.NotificationService


TEST_ENDED

public static final int TEST_ENDED
Define message (int) constants.

See Also:
Constant Field Values

TEST_ERROR

public static final int TEST_ERROR
Define the test error (int) constant.

See Also:
Constant Field Values

TEST_FAILED

public static final int TEST_FAILED
Define the test failed (int) constant.

See Also:
Constant Field Values

TESTRUN_ENDED

public static final int TESTRUN_ENDED
Define the testrun ended (int) constant.

See Also:
Constant Field Values

TESTRUN_ERROR

public static final int TESTRUN_ERROR
Define the testrun error (int) constant.

See Also:
Constant Field Values

TESTRUN_STARTED

public static final int TESTRUN_STARTED
Define the testrun started (int) constant.

See Also:
Constant Field Values

TEST_STARTED

public static final int TEST_STARTED
Define the test started (int) constant.

See Also:
Constant Field Values

BUNDLE_ACTIVATED

public static final int BUNDLE_ACTIVATED
Define the bundle activated (int) constant.

See Also:
Constant Field Values

TEST_INVALID_FILTER_FOUND

public static final int TEST_INVALID_FILTER_FOUND
Define the test invalid filter found (int) constant.

See Also:
Constant Field Values

TEST_INVALID_FILTER_NOT_FOUND

public static final int TEST_INVALID_FILTER_NOT_FOUND
Define the test invalid filter not found (int) constant.

See Also:
Constant Field Values

BUNDLE_TEST_FAILED

public static final int BUNDLE_TEST_FAILED
Define the bundle test failed (int) constant.

See Also:
Constant Field Values

BUNDLE_RETURNS

public static final int BUNDLE_RETURNS
Define the bundle returns (int) constant.

See Also:
Constant Field Values

DefaultResourceBundle

public static java.util.ResourceBundle DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field.

Constructor Detail

TestControllerTestBundle

public TestControllerTestBundle()
Method Detail

activate

protected void activate()
Activate.


getExportedServiceNames

public java.lang.String[] getExportedServiceNames()
Return the exported service name(s) to be registered by the testAdapter bundle.

Returns:
String[] The device's service names.

getImportedServiceNames

public java.lang.String[] getImportedServiceNames()
Return the imported service name(s) to be registered by the testAdapter bundle.

Returns:
String[] The imported service names.

1.0.0

Copyright (c) 2007 IBM