1.0.0

org.eclipse.soda.dk.notification.factory.test
Class NotificationFactoryTest

java.lang.Object
  extended by org.eclipse.soda.dk.notification.factory.test.NotificationFactoryTest
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class NotificationFactoryTest
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Version:
1.0.0

Constructor Summary
NotificationFactoryTest()
          Constructs an instance of this class.
 
Method Summary
 org.osgi.service.cm.ConfigurationAdmin getConfigurationAdmin()
          Gets the configuration admin value.
 void setConfigurationAdmin(org.osgi.service.cm.ConfigurationAdmin configurationAdmin)
          Sets the configuration admin value.
 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
 

Constructor Detail

NotificationFactoryTest

public NotificationFactoryTest()
Constructs an instance of this class.

Method Detail

getConfigurationAdmin

public org.osgi.service.cm.ConfigurationAdmin getConfigurationAdmin()
Gets the configuration admin value.

Returns:
The configuration admin (ConfigurationAdmin) value.
See Also:
setConfigurationAdmin(ConfigurationAdmin)

setConfigurationAdmin

public void setConfigurationAdmin(org.osgi.service.cm.ConfigurationAdmin configurationAdmin)
Sets the configuration admin value. The configuration admin (ConfigurationAdmin) parameter.

Parameters:
configurationAdmin - The configuration admin (ConfigurationAdmin) parameter.
See Also:
getConfigurationAdmin()

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