|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.notification.testcase.NotificationTestcase
public class NotificationTestcase
| Constructor Summary | |
|---|---|
NotificationTestcase()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Main with the specified args parameter. |
void |
notificationReceived(java.lang.String topic,
java.util.Dictionary data)
Handle publish arrived with the specified topic and data parameters. |
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. |
void |
test1()
Test1. |
void |
test2()
Test2. |
void |
test3()
Test3. |
void |
test4()
Test4. |
void |
test5()
Test5. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationTestcase()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
String[]) parameter.
args - The args (String[]) parameter.
public void notificationReceived(java.lang.String topic,
java.util.Dictionary data)
String) parameter.
The data (Object) parameter.
notificationReceived in interface NotificationListenertopic - The topic (String) parameter.data - The data (Dictionary) parameter.
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorcontext - The context (BundleContext) parameter.
Exception.
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorcontext - The context (BundleContext) parameter.
Exception.
java.lang.Exceptionpublic void test1()
public void test2()
public void test3()
public void test4()
public void test5()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||