|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModlet
modlet is a software component that handles all runtime service aspects of a given hardware module.
| Method Summary | |
|---|---|
java.lang.String |
getModuleId()
Return the MODULE ID. |
int |
getSlotId()
|
void |
setup()
Connect to any devices or do any initialization. |
void |
start()
Begin modlet. |
void |
stop()
Unregister services and release any resources. |
| Method Detail |
|---|
java.lang.String getModuleId()
int getSlotId()
void setup()
throws java.lang.Exception
java.lang.Exception
void start()
throws java.lang.Exception
java.lang.Exception
void stop()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||