|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.module.vonhippel.VonHippelModlet
public class VonHippelModlet
| Field Summary | |
|---|---|
static java.lang.String |
MODULE_ID
|
protected static java.lang.String |
PROPERTY_MODULE_NAME
|
| Constructor Summary | |
|---|---|
VonHippelModlet(org.osgi.framework.BundleContext context,
int slotId,
java.lang.String moduleId,
java.lang.String moduleName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getModuleId()
Return the MODULE ID. |
java.lang.String |
getModuleName()
Get the human-readable name of this module. |
java.util.List |
getModuleProperties()
Return a list of IModuleProperty elements. |
int |
getSlotId()
|
boolean |
setModuleProperty(com.buglabs.module.IModuleProperty property)
Set a property. |
void |
setup()
Connect to any devices or do any initialization. |
void |
start()
Begin modlet. |
void |
stop()
Unregister services and release any resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String PROPERTY_MODULE_NAME
public static final java.lang.String MODULE_ID
| Constructor Detail |
|---|
public VonHippelModlet(org.osgi.framework.BundleContext context,
int slotId,
java.lang.String moduleId,
java.lang.String moduleName)
| Method Detail |
|---|
public void start()
throws java.lang.Exception
com.buglabs.bug.module.pub.IModlet
start in interface com.buglabs.bug.module.pub.IModletjava.lang.Exception
public void stop()
throws java.lang.Exception
com.buglabs.bug.module.pub.IModlet
stop in interface com.buglabs.bug.module.pub.IModletjava.lang.Exceptionpublic java.util.List getModuleProperties()
com.buglabs.module.IModuleControlIModuleProperty elements.
getModuleProperties in interface com.buglabs.module.IModuleControlpublic boolean setModuleProperty(com.buglabs.module.IModuleProperty property)
com.buglabs.module.IModuleControl
setModuleProperty in interface com.buglabs.module.IModuleControlpublic java.lang.String getModuleName()
com.buglabs.module.IModuleControl
getModuleName in interface com.buglabs.module.IModuleControlpublic java.lang.String getModuleId()
com.buglabs.bug.module.pub.IModlet
getModuleId in interface com.buglabs.bug.module.pub.IModletpublic int getSlotId()
getSlotId in interface com.buglabs.bug.module.pub.IModletgetSlotId in interface com.buglabs.module.IModuleControl
public void setup()
throws java.lang.Exception
com.buglabs.bug.module.pub.IModlet
setup in interface com.buglabs.bug.module.pub.IModletjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||