|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseBundleActivator
org.eclipse.soda.dk.connection.bundle.ServiceBundle
org.eclipse.soda.dk.notification.bundle.NotificationBundle
public class NotificationBundle
The TransportBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
| Field Summary | |
|---|---|
static java.lang.String |
EVENT_ADMIN_NAME
Define the event admin name (String) constant. |
static java.lang.String[] |
IMPORTED_SERVICES
Define the imported services (String[]) constant. |
| Fields inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle |
|---|
DEVICE_CLASS, DEVICE_REVISION |
| Constructor Summary | |
|---|---|
NotificationBundle()
|
|
| Method Summary | |
|---|---|
java.util.Hashtable |
createProperties()
Create properties and return the Hashtable result. |
java.lang.Object |
createService()
Create service and return the Object result. |
protected void |
deactivate()
Deactivate. |
java.lang.String[] |
getExportedServiceNames()
Return the service name to be registered. |
protected java.lang.String[] |
getImportedServiceNames()
Gets the imported service names (String[]) value. |
Notification |
getNotification()
Gets the transport (NotificationService) value. |
| Methods inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle |
|---|
activate, destroyExportedServices, getService, log, log, setService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EVENT_ADMIN_NAME
public static final java.lang.String[] IMPORTED_SERVICES
| Constructor Detail |
|---|
public NotificationBundle()
| Method Detail |
|---|
public java.util.Hashtable createProperties()
createProperties in class ServiceBundleHashtable) value.public java.lang.Object createService()
createService in class ServiceBundleObject) value.ServiceBundle.getService(),
ServiceBundle.setService(Object)protected void deactivate()
public java.lang.String[] getExportedServiceNames()
getExportedServiceNames in class ServiceBundleString) value.protected java.lang.String[] getImportedServiceNames()
String[]) value.public Notification getNotification()
NotificationService) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||