|
2008-09-10 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.sat.core.framework.BaseBundleActivator
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.sat.core.framework.BaseBundleActivator |
|---|
NO_SERVICES |
| Constructor Summary | |
|---|---|
NotificationBundle()
|
|
| Method Summary | |
|---|---|
protected void |
activate()
Activate. |
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. |
org.eclipse.soda.dk.notification.NotificationBase |
getNotification()
Gets the transport (NotificationService) value. |
java.lang.Object |
getService()
Gets the service (Object) value. |
void |
setService(java.lang.Object service)
Sets the service value. |
| Methods inherited from class org.eclipse.soda.sat.core.framework.BaseBundleActivator |
|---|
acquireImportedService, acquireImportedServices, acquireOptionalImportedServices, addExportedProxyService, addExportedProxyServices, addExportedService, addExportedServices, addImportedServiceFilter, addOptionalImportedServiceFilter, basicGetImportedServiceNames, basicGetOptionalImportedServiceNames, collectImportedServiceNames, collectOptionalImportedServiceNames, getAsyncStartPriority, getBundle, getBundleActivationManager, getBundleContext, getBundleSymbolicName, getDataDirectory, getDataFile, getExportedService, getExportedServiceNamesFromManifest, getExportedServiceProperties, getExportedServiceProperties, getExportedServices, getExportedServices, getFilePropertiesInputStream, getFilePropertiesInputStream, getImportedService, getImportedServiceFilter, getImportedServiceNamesFromManifest, getImportedServiceProperty, getImportedServicePropertyKeys, getImportedServices, getOptionalImportedService, getOptionalImportedServiceFilter, getOptionalImportedServiceNames, getOptionalImportedServiceProperty, getOptionalImportedServicePropertyKeys, getOptionalImportedServices, getProperties, getPropertiesInputStream, getProperty, getResourcePropertiesInputStream, getResourcePropertiesInputStream, handleAcquiredOptionalImportedService, handleException, handleFailedToFindProperties, handleReleasedOptionalImportedService, isStartAsync, isTransient, isUninstallable, releaseImportedService, releaseImportedServices, releaseOptionalImportedServices, removeExportedService, removeExportedService, removeExportedServices, removeImportedServiceFilter, removeOptionalImportedServiceFilter, restartFramework, setExportedServiceProperties, setExportedServiceProperties, shutdownFramework, start, start, stop, stop |
| 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 |
|---|
protected void activate()
activate in class org.eclipse.soda.sat.core.framework.BaseBundleActivatorpublic java.util.Hashtable createProperties()
Hashtable) value.public java.lang.Object createService()
Object) value.getService(),
setService(Object)protected void deactivate()
deactivate in class org.eclipse.soda.sat.core.framework.BaseBundleActivatorpublic java.lang.String[] getExportedServiceNames()
String) value.protected java.lang.String[] getImportedServiceNames()
getImportedServiceNames in class org.eclipse.soda.sat.core.framework.BaseBundleActivatorString[]) value.public org.eclipse.soda.dk.notification.NotificationBase getNotification()
NotificationService) value.public java.lang.Object getService()
Object) value.createService(),
setService(Object)public void setService(java.lang.Object service)
service - The service (Object) parameter.createService(),
getService()
|
2008-09-10 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||