|
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.connection.bundle.ServiceInterestBundle
public abstract class ServiceInterestBundle
The ServiceInterestBundle extends the ServiceBundle and because this bundle actiator needs to get an interested service.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle |
|---|
DEVICE_CLASS, DEVICE_REVISION |
| Constructor Summary | |
|---|---|
ServiceInterestBundle()
|
|
| Method Summary | |
|---|---|
protected void |
activate()
Create exported services. |
protected void |
destroyExportedServices()
Destroy exported services. |
java.lang.Object |
getInterest()
Gets the interest (Object) value. |
java.lang.String |
getInterestServiceName()
Gets the interest service name (String) value. |
void |
setInterest(java.lang.Object interest)
Sets the interest value. |
| Methods inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle |
|---|
createProperties, createService, getExportedServiceNames, getService, log, log, setService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceInterestBundle()
| Method Detail |
|---|
protected void activate()
activate in class ServiceBundleprotected void destroyExportedServices()
destroyExportedServices in class ServiceBundlepublic java.lang.Object getInterest()
Object) value.setInterest(Object)public java.lang.String getInterestServiceName()
String) value.public void setInterest(java.lang.Object interest)
Object) parameter.
interest - The interest (Object) parameter.getInterest()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||